mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
14 lines
913 B
Python
14 lines
913 B
Python
# The following has been generated automatically from src/core/geometry/qgsgeometryengine.h
|
|
QgsGeometryEngine.Success = QgsGeometryEngine.EngineOperationResult.Success
|
|
QgsGeometryEngine.NothingHappened = QgsGeometryEngine.EngineOperationResult.NothingHappened
|
|
QgsGeometryEngine.MethodNotImplemented = QgsGeometryEngine.EngineOperationResult.MethodNotImplemented
|
|
QgsGeometryEngine.EngineError = QgsGeometryEngine.EngineOperationResult.EngineError
|
|
QgsGeometryEngine.NodedGeometryError = QgsGeometryEngine.EngineOperationResult.NodedGeometryError
|
|
QgsGeometryEngine.InvalidBaseGeometry = QgsGeometryEngine.EngineOperationResult.InvalidBaseGeometry
|
|
QgsGeometryEngine.InvalidInput = QgsGeometryEngine.EngineOperationResult.InvalidInput
|
|
QgsGeometryEngine.SplitCannotSplitPoint = QgsGeometryEngine.EngineOperationResult.SplitCannotSplitPoint
|
|
try:
|
|
QgsGeometryEngine.__group__ = ['geometry']
|
|
except NameError:
|
|
pass
|