mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
# 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']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsGeometryParameters.__group__ = ['geometry']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsGeometry.Error.__group__ = ['geometry']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |