QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
QgsAnalysis is a singleton class containing various registry and other global members related to analysis classes. More...
#include <qgsanalysis.h>
Public Member Functions | |
QgsAnalysis (const QgsAnalysis &other)=delete | |
QgsAnalysis cannot be copied. More... | |
QgsAnalysis & | operator= (const QgsAnalysis &other)=delete |
QgsAnalysis cannot be copied. More... | |
Static Public Member Functions | |
static QgsGeometryCheckRegistry * | geometryCheckRegistry () |
Returns the global geometry checker registry, used for managing all geometry check factories. More... | |
static QgsAnalysis * | instance () |
Returns a pointer to the singleton instance. More... | |
QgsAnalysis is a singleton class containing various registry and other global members related to analysis classes.
Definition at line 34 of file qgsanalysis.h.
|
delete |
QgsAnalysis cannot be copied.
|
static |
Returns the global geometry checker registry, used for managing all geometry check factories.
Definition at line 35 of file qgsanalysis.cpp.
|
static |
Returns a pointer to the singleton instance.
Definition at line 29 of file qgsanalysis.cpp.
|
delete |
QgsAnalysis cannot be copied.