QGIS/python/analysis/auto_additions/qgsgeometrycheck.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

27 lines
1.4 KiB
Python

# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsgeometrycheck.h
QgsGeometryCheck.Flags.baseClass = QgsGeometryCheck
Flags = QgsGeometryCheck # dirty hack since SIP seems to introduce the flags in module
try:
QgsGeometryCheck.Change.__attribute_docs__ = {'what': 'What level this change affects.', 'type': 'What action this change performs.', 'vidx': 'The index of the part / ring / vertex, depending on :py:func:`what`.'}
QgsGeometryCheck.Change.__doc__ = """Descripts a change to fix a geometry.
.. versionadded:: 3.4"""
QgsGeometryCheck.Change.__group__ = ['vector', 'geometry_checker']
except (NameError, AttributeError):
pass
try:
QgsGeometryCheck.__virtual_methods__ = ['prepare', 'isCompatible', 'flags', 'availableResolutionMethods', 'resolutionMethods']
QgsGeometryCheck.__abstract_methods__ = ['compatibleGeometryTypes', 'collectErrors', 'description', 'id', 'checkType']
QgsGeometryCheck.__group__ = ['vector', 'geometry_checker']
except (NameError, AttributeError):
pass
try:
QgsGeometryCheck.LayerFeatureIds.__doc__ = """A list of layers and feature ids for each of these layers.
In C++, the member `ids` can be accessed directly.
In Python some accessor methods will need to be written.
.. versionadded:: 3.4"""
QgsGeometryCheck.LayerFeatureIds.__group__ = ['vector', 'geometry_checker']
except (NameError, AttributeError):
pass