Subgroup: Processing

Class: QgsProcessing

class qgis.core.QgsProcessing

Bases: sip.wrapper

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

class SourceType

Bases: int

TypeFile = 4
TypeMapLayer = -2
TypeRaster = 3
TypeVector = 5
TypeVectorAnyGeometry = -1
TypeVectorLine = 1
TypeVectorPoint = 0
TypeVectorPolygon = 2