Class: QgsAnalysis

A singleton class containing various registry and other global members related to analysis classes.

Static Methods

geometryCheckRegistry

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

instance

Returns a pointer to the singleton instance.

class qgis.analysis.QgsAnalysis[source]

Bases: object

static geometryCheckRegistry() QgsGeometryCheckRegistry | None[source]

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

Return type:

Optional[QgsGeometryCheckRegistry]

static instance() QgsAnalysis | None[source]

Returns a pointer to the singleton instance.

Return type:

Optional[QgsAnalysis]