QGIS/python/core/auto_additions/qgssfcgalgeometry.py
2025-09-05 09:30:02 +10:00

8 lines
333 B
Python

# The following has been generated automatically from src/core/geometry/qgssfcgalgeometry.h
try:
QgsSfcgalGeometry.fromWkb = staticmethod(QgsSfcgalGeometry.fromWkb)
QgsSfcgalGeometry.fromWkt = staticmethod(QgsSfcgalGeometry.fromWkt)
QgsSfcgalGeometry.__group__ = ['geometry']
except (NameError, AttributeError):
pass