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.

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

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

Return type

QgsGeometryCheckRegistry

instance()QgsAnalysis

Returns a pointer to the singleton instance.

Return type

QgsAnalysis