mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
19 lines
579 B
Python
19 lines
579 B
Python
# The following has been generated automatically from src/core/geometry/qgsabstractgeometry.h
|
|
QgsAbstractGeometry.SegmentationToleranceType.baseClass = QgsAbstractGeometry
|
|
try:
|
|
QgsAbstractGeometry.__group__ = ['geometry']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVertexIterator.__group__ = ['geometry']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsGeometryPartIterator.__group__ = ['geometry']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsGeometryConstPartIterator.__group__ = ['geometry']
|
|
except (NameError, AttributeError):
|
|
pass
|