Class: QgsAnalysis

class qgis.analysis.QgsAnalysis

Bases: sip.wrapper

QgsAnalysis is a singleton class containing various registry and other global members related to analysis classes.

Added in version 3.4:

Methods

geometryCheckRegistry

Returns the global geometry checker registry, used for managing all geometry check factories.

instance

Returns a pointer to the singleton instance.

geometryCheckRegistry() QgsGeometryCheckRegistry | None

Returns the global geometry checker registry, used for managing all geometry check factories.

Return type:

Optional[QgsGeometryCheckRegistry]

instance() QgsAnalysis | None

Returns a pointer to the singleton instance.

Return type:

Optional[QgsAnalysis]