mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
28 lines
1.5 KiB
Python
28 lines
1.5 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.__annotations__ = {'what': 'QgsGeometryCheck.ChangeWhat', 'type': 'QgsGeometryCheck.ChangeType', 'vidx': 'QgsVertexId'}
|
|
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
|