Class: QgsProcessingParameterVectorTileDestination

A vector tile layer destination parameter, for specifying the destination path for a vector tile layer created by the algorithm.

Added in version 3.32.

Class Hierarchy

Inheritance diagram of qgis.core.QgsProcessingParameterVectorTileDestination

Base classes

QgsProcessingDestinationParameter

Base class for all parameter definitions which represent file or layer destinations, e.g. parameters which are used for the destination for layers output by an algorithm.

QgsProcessingParameterDefinition

Base class for the definition of processing parameters.

QgsFileFilterGenerator

Abstract interface for classes which generate a file filter string.

Virtual Methods

In PyQGIS, only methods marked as virtual can be safely overridden in a Python subclass of QgsProcessingParameterVectorTileDestination. See the FAQ for more details.

supportedOutputVectorTileLayerExtensions

Returns a list of the point cloud format file extensions supported for this parameter.

Static Methods

fromScriptCode

Creates a new parameter using the definition from a script code.

typeName

Returns the type name for the parameter class.

class qgis.core.QgsProcessingParameterVectorTileDestination[source]

Bases: QgsProcessingDestinationParameter

__init__(name: str | None, description: str | None = '', defaultValue: Any = None, optional: bool = False, createByDefault: bool = True)

Constructor for QgsProcessingParameterVectorTileDestination.

If createByDefault is False and the parameter is optional, then this destination output will not be created by default.

Parameters:
  • name (Optional[str])

  • description (Optional[str] = '')

  • defaultValue (Any = None)

  • optional (bool = False)

  • createByDefault (bool = True)

__init__(a0: QgsProcessingParameterVectorTileDestination)
Parameters:

a0 (QgsProcessingParameterVectorTileDestination)

static fromScriptCode(name: str | None, description: str | None, isOptional: bool, definition: str | None) QgsProcessingParameterVectorTileDestination | None[source]

Creates a new parameter using the definition from a script code.

Parameters:
  • name (Optional[str])

  • description (Optional[str])

  • isOptional (bool)

  • definition (Optional[str])

Return type:

Optional[QgsProcessingParameterVectorTileDestination]

virtual supportedOutputVectorTileLayerExtensions(self) List[str][source]

Returns a list of the point cloud format file extensions supported for this parameter.

See also

defaultFileExtension()

Return type:

List[str]

static typeName() str[source]

Returns the type name for the parameter class.

Return type:

str