Class: QgsTiledSceneLayerElevationProperties

class qgis.core.QgsTiledSceneLayerElevationProperties

Bases: QgsMapLayerElevationProperties

Tiled scene layer specific subclass of QgsMapLayerElevationProperties.

Added in version 3.34.

QgsTiledSceneLayerElevationProperties(parent: QObject) Constructor for QgsTiledSceneLayerElevationProperties, with the specified parent object.

Methods

calculateZRange

param layer:

childEvent

clone

rtype:

QgsTiledSceneLayerElevationProperties

connectNotify

copyCommonProperties

Copies common properties from another object.

customEvent

disconnectNotify

hasElevation

rtype:

bool

htmlSummary

rtype:

str

isSignalConnected

readCommonProperties

Reads common class properties from a DOM element previously written by writeXml().

readXml

param element:

receivers

sender

senderSignalIndex

timerEvent

writeCommonProperties

Writes common class properties to a DOM element, to be used later with readXml().

writeXml

param element:

calculateZRange(self, layer: QgsMapLayer) QgsDoubleRange
Parameters:

layer (QgsMapLayer)

Return type:

QgsDoubleRange

childEvent(self, QChildEvent)
clone(self) QgsTiledSceneLayerElevationProperties
Return type:

QgsTiledSceneLayerElevationProperties

connectNotify(self, QMetaMethod)
copyCommonProperties(self, other: QgsMapLayerElevationProperties)

Copies common properties from another object.

Added in version 3.26.

customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
hasElevation(self) bool
Return type:

bool

htmlSummary(self) str
Return type:

str

isSignalConnected(self, QMetaMethod) bool
readCommonProperties(self, element: QDomElement, context: QgsReadWriteContext)

Reads common class properties from a DOM element previously written by writeXml().

Added in version 3.26.

readXml(self, element: QDomElement, context: QgsReadWriteContext) bool
Parameters:
Return type:

bool

receivers(self, PYQT_SIGNAL) int
sender(self) QObject
senderSignalIndex(self) int
timerEvent(self, QTimerEvent)
writeCommonProperties(self, element: QDomElement, doc: QDomDocument, context: QgsReadWriteContext)

Writes common class properties to a DOM element, to be used later with readXml().

Added in version 3.26.

writeXml(self, element: QDomElement, doc: QDomDocument, context: QgsReadWriteContext) QDomElement
Parameters:
Return type:

QDomElement