Class: QgsProcessing¶
Contains enumerations and other constants for use in processing algorithms and parameters.
List of all members, including inherited members
Enums
Layer options flags |
|
Available Python output types |
Methods
Static Methods
Converts a documentation flag to a translated string. |
|
Converts a source type to a string representation. |
Attributes
- class qgis.core.QgsProcessing[source]¶
Bases:
object- class LayerOptionsFlag(*values)¶
Bases:
IntFlagLayer options flags
Added in version 3.32.
SkipIndexGeneration: Do not generate index when creating a layer. Makes sense only for point cloud layers
- SkipIndexGeneration = 1¶
- LayerOptionsFlags()¶
- class PythonOutputType(*values)¶
Bases:
EnumAvailable Python output types
PythonQgsProcessingAlgorithmSubclass: Full PythonQgsProcessingAlgorithmsubclass
- SourceType¶
alias of
ProcessingSourceType
- TEMPORARY_OUTPUT: str = 'TEMPORARY_OUTPUT'¶
- static documentationFlagToString(flag: Qgis.ProcessingAlgorithmDocumentationFlag) str[source]¶
Converts a documentation
flagto a translated string.Added in version 3.40.
- Parameters:
- Return type:
str
- static sourceTypeToString(type: Qgis.ProcessingSourceType) str[source]¶
Converts a source
typeto a string representation.Added in version 3.6.
- Parameters:
type (Qgis.ProcessingSourceType)
- Return type:
str