Class: QgsGeometryOptions

class qgis.core.QgsGeometryOptions

Bases: PyQt5.QtCore.QObject

Create a new QgsGeometryOptions object.

The QgsGeometryOptions class contains options to automatically adjust geometries to constraints on a layer.

New in version 3.4: Enums

Methods

apply

Apply any fixes configured on this class to geometry.

checkConfiguration

Access the configuration for the check checkId.

childEvent

connectNotify

customEvent

disconnectNotify

geometryChecks

A list of activated geometry checks.

geometryPrecision

The precision in which geometries on this layer should be saved.

isActive

Determines if at least one fix is enabled.

isSignalConnected

readXml

Read the geometry options from node.

receivers

removeDuplicateNodes

Automatically remove duplicate nodes on all geometries which are edited on this layer.

sender

senderSignalIndex

setCheckConfiguration

Set the configuration for the check checkId.

setGeometryChecks

A list of activated geometry checks.

setGeometryPrecision

The precision in which geometries on this layer should be saved.

setRemoveDuplicateNodes

Automatically remove duplicate nodes on all geometries which are edited on this layer.

timerEvent

writeXml

Write the geometry options to the node.

Signals

checkConfigurationChanged

Access the configuration for the check checkId.

geometryChecksChanged

A list of activated geometry checks.

geometryPrecisionChanged

The precision in which geometries on this layer should be saved.

removeDuplicateNodesChanged

Automatically remove duplicate nodes on all geometries which are edited on this layer.

Attributes

apply(self, geometry: QgsGeometry)

Apply any fixes configured on this class to geometry.

New in version 3.4.

checkConfiguration(self, checkId: str) → Dict[str, Any]

Access the configuration for the check checkId.

New in version 3.4.

checkConfigurationChanged

Access the configuration for the check checkId.

New in version 3.4: [signal]

childEvent()
connectNotify()
customEvent()
disconnectNotify()
geometryChecks(self) → List[str]

A list of activated geometry checks.

New in version 3.4.

geometryChecksChanged

A list of activated geometry checks.

New in version 3.4: [signal]

geometryPrecision(self) → float

The precision in which geometries on this layer should be saved. Geometries which are edited on this layer will be rounded to multiples of this value (snap to grid). Set to 0.0 to disable.

New in version 3.4.

geometryPrecisionChanged

The precision in which geometries on this layer should be saved. Geometries which are edited on this layer will be rounded to multiples of this value (snap to grid). Set to 0.0 to disable.

New in version 3.4: [signal]

isActive(self) → bool

Determines if at least one fix is enabled.

New in version 3.4.

isSignalConnected()
readXml(self, node: QDomNode)

Read the geometry options from node.

New in version 3.4.

receivers()
removeDuplicateNodes(self) → bool

Automatically remove duplicate nodes on all geometries which are edited on this layer.

New in version 3.4.

removeDuplicateNodesChanged

Automatically remove duplicate nodes on all geometries which are edited on this layer.

New in version 3.4: [signal]

sender()
senderSignalIndex()
setCheckConfiguration(self, checkId: str, checkConfiguration: Dict[str, Any])

Set the configuration for the check checkId.

New in version 3.4.

setGeometryChecks(self, geometryChecks: Iterable[str])

A list of activated geometry checks.

New in version 3.4.

setGeometryPrecision(self, value: float)

The precision in which geometries on this layer should be saved. Geometries which are edited on this layer will be rounded to multiples of this value (snap to grid). Set to 0.0 to disable.

New in version 3.4.

setRemoveDuplicateNodes(self, value: bool)

Automatically remove duplicate nodes on all geometries which are edited on this layer.

New in version 3.4.

timerEvent()
writeXml(self, node: QDomNode)

Write the geometry options to the node.

New in version 3.4.