Class: QgsProcessing

class qgis.core.QgsProcessing

Bases: sip.wrapper

Contains enumerations and other constants for use in processing algorithms and parameters.

class PythonOutputType

Bases: int

PythonQgsProcessingAlgorithmSubclass = 0
class SourceType

Bases: int

TEMPORARY_OUTPUT = 'TEMPORARY_OUTPUT'
TypeAnnotation = 9
TypeFile = 4
TypeMapLayer = -2
TypeMesh = 6
TypePlugin = 7
TypePointCloud = 8
TypeRaster = 3
TypeVector = 5
TypeVectorAnyGeometry = -1
TypeVectorLine = 1
TypeVectorPoint = 0
TypeVectorPolygon = 2
sourceTypeToString(type: QgsProcessing.SourceType) str

Converts a source type to a string representation.

New in version 3.6.

Parameters

type (QgsProcessing.SourceType) –

Return type

str