Class: QgsHillshadeFilter

A hillshade filter.

Class Hierarchy

Inheritance diagram of qgis.analysis.QgsHillshadeFilter

Base classes

QgsDerivativeFilter

Adds the ability to calculate derivatives in x- and y-directions.

QgsNineCellFilter

Base class for raster analysis methods that work with a 3x3 cell filter and calculate the value of each cell based on the cell value and the eight neighbour cells.

Methods

lightAngle

lightAzimuth

setLightAngle

setLightAzimuth

class qgis.analysis.QgsHillshadeFilter[source]

Bases: QgsDerivativeFilter

lightAngle(self) float[source]
Return type:

float

lightAzimuth(self) float[source]
Return type:

float

setLightAngle(self, angle: float)[source]
Parameters:

angle (float)

setLightAzimuth(self, azimuth: float)[source]
Parameters:

azimuth (float)