QGIS/python/core/auto_additions/qgsgeometry.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
2.1 KiB
Python
Raw Normal View History

# The following has been generated automatically from src/core/geometry/qgsgeometry.h
try:
QgsGeometry.fromWkt = staticmethod(QgsGeometry.fromWkt)
QgsGeometry.fromPointXY = staticmethod(QgsGeometry.fromPointXY)
QgsGeometry.fromPoint = staticmethod(QgsGeometry.fromPoint)
QgsGeometry.fromMultiPointXY = staticmethod(QgsGeometry.fromMultiPointXY)
QgsGeometry.fromPolylineXY = staticmethod(QgsGeometry.fromPolylineXY)
QgsGeometry.fromPolyline = staticmethod(QgsGeometry.fromPolyline)
QgsGeometry.fromMultiPolylineXY = staticmethod(QgsGeometry.fromMultiPolylineXY)
QgsGeometry.fromPolygonXY = staticmethod(QgsGeometry.fromPolygonXY)
QgsGeometry.fromMultiPolygonXY = staticmethod(QgsGeometry.fromMultiPolygonXY)
QgsGeometry.fromRect = staticmethod(QgsGeometry.fromRect)
QgsGeometry.fromBox3D = staticmethod(QgsGeometry.fromBox3D)
QgsGeometry.collectGeometry = staticmethod(QgsGeometry.collectGeometry)
QgsGeometry.createWedgeBuffer = staticmethod(QgsGeometry.createWedgeBuffer)
QgsGeometry.createWedgeBufferFromAngles = staticmethod(QgsGeometry.createWedgeBufferFromAngles)
QgsGeometry.unaryUnion = staticmethod(QgsGeometry.unaryUnion)
QgsGeometry.polygonize = staticmethod(QgsGeometry.polygonize)
QgsGeometry.fromQPointF = staticmethod(QgsGeometry.fromQPointF)
QgsGeometry.fromQPolygonF = staticmethod(QgsGeometry.fromQPolygonF)
QgsGeometry.createPolylineFromQPolygonF = staticmethod(QgsGeometry.createPolylineFromQPolygonF)
QgsGeometry.createPolygonFromQPolygonF = staticmethod(QgsGeometry.createPolygonFromQPolygonF)
QgsGeometry.compare = staticmethod(QgsGeometry.compare)
QgsGeometry.createGeometryEngine = staticmethod(QgsGeometry.createGeometryEngine)
QgsGeometry.convertPointList = staticmethod(QgsGeometry.convertPointList)
QgsGeometry.__group__ = ['geometry']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsGeometryParameters.__group__ = ['geometry']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsGeometry.Error.__group__ = ['geometry']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass