mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
7 lines
630 B
Python
7 lines
630 B
Python
# The following has been generated automatically from src/core/geometry/qgsgeos.h
|
|
try:
|
|
QgsGeos.__overridden_methods__ = ['geometryChanged', 'prepareGeometry', 'intersection', 'difference', 'combine', 'symDifference', 'buffer', 'simplify', 'interpolate', 'envelope', 'centroid', 'pointOnSurface', 'convexHull', 'distance', 'distanceWithin', 'intersects', 'touches', 'crosses', 'within', 'overlaps', 'contains', 'disjoint', 'relate', 'relatePattern', 'area', 'length', 'isValid', 'isEqual', 'isEmpty', 'isSimple', 'splitGeometry', 'offsetCurve']
|
|
QgsGeos.__group__ = ['geometry']
|
|
except (NameError, AttributeError):
|
|
pass
|