Class: QgsProcessing

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

List of all members, including inherited members

Enums

LayerOptionsFlag

Layer options flags

PythonOutputType

Available Python output types

Methods

LayerOptionsFlags

Static Methods

documentationFlagToString

Converts a documentation flag to a translated string.

sourceTypeToString

Converts a source type to a string representation.

Attributes

TEMPORARY_OUTPUT

class qgis.core.QgsProcessing[source]

Bases: object

class LayerOptionsFlag(*values)

Bases: IntFlag

Layer 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: Enum

Available Python output types

SourceType

alias of ProcessingSourceType

TEMPORARY_OUTPUT: str = 'TEMPORARY_OUTPUT'
static documentationFlagToString(flag: Qgis.ProcessingAlgorithmDocumentationFlag) str[source]

Converts a documentation flag to a translated string.

Added in version 3.40.

Parameters:

flag (Qgis.ProcessingAlgorithmDocumentationFlag)

Return type:

str

static sourceTypeToString(type: Qgis.ProcessingSourceType) str[source]

Converts a source type to a string representation.

Added in version 3.6.

Parameters:

type (Qgis.ProcessingSourceType)

Return type:

str