2024-08-13 13:47:46 +10:00
# The following has been generated automatically from src/core/processing/qgsprocessingalgorithm.h
2024-08-14 09:45:06 +10:00
try :
2024-09-12 15:12:52 +10:00
QgsProcessingAlgorithm . VectorProperties . __attribute_docs__ = { ' fields ' : ' Fields ' , ' wkbType ' : ' Geometry (WKB) type ' , ' crs ' : ' Coordinate Reference System ' , ' availability ' : ' Availability of the properties. By default properties are not available. ' }
QgsProcessingAlgorithm . VectorProperties . __doc__ = """ Properties of a vector source or sink used in an algorithm.
. . versionadded : : 3.14 """
QgsProcessingAlgorithm . VectorProperties . __group__ = [ ' processing ' ]
2024-12-03 07:47:10 +00:00
except ( NameError , AttributeError ) :
2024-09-12 15:12:52 +10:00
pass
try :
2024-09-09 09:54:21 +10:00
QgsProcessingAlgorithm . invalidSourceError = staticmethod ( QgsProcessingAlgorithm . invalidSourceError )
QgsProcessingAlgorithm . invalidRasterError = staticmethod ( QgsProcessingAlgorithm . invalidRasterError )
QgsProcessingAlgorithm . invalidSinkError = staticmethod ( QgsProcessingAlgorithm . invalidSinkError )
QgsProcessingAlgorithm . invalidPointCloudError = staticmethod ( QgsProcessingAlgorithm . invalidPointCloudError )
QgsProcessingAlgorithm . writeFeatureError = staticmethod ( QgsProcessingAlgorithm . writeFeatureError )
2024-08-16 09:08:23 +10:00
QgsProcessingAlgorithm . __group__ = [ ' processing ' ]
2024-12-03 07:47:10 +00:00
except ( NameError , AttributeError ) :
2024-08-16 09:08:23 +10:00
pass
try :
QgsProcessingFeatureBasedAlgorithm . __group__ = [ ' processing ' ]
2024-12-03 07:47:10 +00:00
except ( NameError , AttributeError ) :
2024-08-16 09:08:23 +10:00
pass