Class: QgsAnalysis

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

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]