mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
12 lines
631 B
Python
12 lines
631 B
Python
# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h
|
|
try:
|
|
QgsGeometryCheckFactory.__abstract_methods__ = ['createGeometryCheck', 'id', 'description', 'isCompatible', 'flags', 'checkType']
|
|
QgsGeometryCheckFactory.__group__ = ['vector', 'geometry_checker']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsGeometryCheckFactoryT.__overridden_methods__ = ['createGeometryCheck', 'description', 'id', 'isCompatible', 'flags', 'checkType']
|
|
QgsGeometryCheckFactoryT.__group__ = ['vector', 'geometry_checker']
|
|
except (NameError, AttributeError):
|
|
pass
|