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'
TypeFile = 4
TypeMapLayer = -2
TypeMesh = 6
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