2024-08-14 15:28:33 +10:00
|
|
|
# The following has been generated automatically from src/core/geometry/qgsgeometry.h
|
|
|
|
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)
|
2024-08-30 15:07:08 +02:00
|
|
|
QgsGeometry.createWedgeBufferFromAngles = staticmethod(QgsGeometry.createWedgeBufferFromAngles)
|
2024-08-14 15:28:33 +10:00
|
|
|
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)
|
2024-08-16 09:08:23 +10:00
|
|
|
try:
|
|
|
|
QgsGeometryParameters.__group__ = ['geometry']
|
|
|
|
except NameError:
|
|
|
|
pass
|
|
|
|
try:
|
|
|
|
QgsGeometry.__group__ = ['geometry']
|
|
|
|
except NameError:
|
|
|
|
pass
|
|
|
|
try:
|
|
|
|
QgsGeometry.Error.__group__ = ['geometry']
|
|
|
|
except NameError:
|
|
|
|
pass
|