mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
25 lines
1.1 KiB
Python
25 lines
1.1 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:
|
|
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:
|
|
pass
|
|
try:
|
|
QgsGeometryCheck.__group__ = ['vector', 'geometry_checker']
|
|
except NameError:
|
|
pass
|