Class: QgsProcessingParameterHeatmapPixelSize

A parameter for the heatmap algorithm pixel size parameter.

Added in version 4.2.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.core.QgsProcessingParameterHeatmapPixelSize

Base classes

QgsProcessingParameterNumber

A numeric parameter for processing algorithms.

QgsProcessingParameterDefinition

Base class for the definition of processing parameters.

Constructor

__init__

Methods

parentLayerParameter

Returns the linked parent layer parameter name.

radiusFieldParameter

Returns the radius field parameter name.

radiusParameter

Returns the linked radius parameter name.

class qgis.core.QgsProcessingParameterHeatmapPixelSize[source]

Bases: QgsProcessingParameterNumber

__init__(name: str | None, description: str | None = '', parentLayerParameter: str | None = '', radiusParameter: str | None = '', radiusFieldParameter: str | None = '', defaultValue: Any = None)

Constructor for QgsProcessingParameterHeatmapPixelSize.

Parameters:
  • name (Optional[str])

  • description (Optional[str] = '')

  • parentLayerParameter (Optional[str] = '')

  • radiusParameter (Optional[str] = '')

  • radiusFieldParameter (Optional[str] = '')

  • defaultValue (Any = None)

__init__(a0: QgsProcessingParameterHeatmapPixelSize)
Parameters:

a0 (QgsProcessingParameterHeatmapPixelSize)

parentLayerParameter(self) str[source]

Returns the linked parent layer parameter name.

Return type:

str

radiusFieldParameter(self) str[source]

Returns the radius field parameter name.

Return type:

str

radiusParameter(self) str[source]

Returns the linked radius parameter name.

Return type:

str