Class: QgsProcessing

class qgis.core.QgsProcessing

Bases: sip.wrapper

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

Enums

LayerOptionsFlag

Bases: enum.IntEnum

PythonOutputType

Bases: enum.IntEnum

SourceType

alias of ProcessingSourceType

Methods

sourceTypeToString

Converts a source type to a string representation.

Attributes

TEMPORARY_OUTPUT

staticMetaObject

class LayerOptionsFlag(value)

Bases: enum.IntEnum

Layer options flags

New in version 3.32.

  • SkipIndexGeneration: Do not generate index when creating a layer. Makes sense only for point cloud layers

SkipIndexGeneration = 1
baseClass

alias of QgsProcessing

class LayerOptionsFlags
class LayerOptionsFlags(Union[QgsProcessing.LayerOptionsFlags, QgsProcessing.LayerOptionsFlag])
class LayerOptionsFlags(QgsProcessing.LayerOptionsFlags)

Bases: sip.wrapper

baseClass

alias of QgsProcessing

class PythonOutputType(value)

Bases: enum.IntEnum

Available Python output types

baseClass

alias of QgsProcessing

SourceType

alias of ProcessingSourceType

TEMPORARY_OUTPUT = 'TEMPORARY_OUTPUT'
sourceTypeToString(type: Qgis.ProcessingSourceType) str

Converts a source type to a string representation.

New in version 3.6.

Parameters:

type (Qgis.ProcessingSourceType) –

Return type:

str

staticMetaObject = <PyQt5.QtCore.QMetaObject object>