Class: QgsAnalysis¶
QgsAnalysis is a singleton class containing various registry
and other global members related to analysis classes.
Static Methods
Returns the global geometry checker registry, used for managing all geometry check factories. |
|
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]