QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Static Public Member Functions | List of all members
QgsElevationUtils Class Reference

Contains utility methods for working with elevation from layers and projects. More...

#include <qgselevationutils.h>

Static Public Member Functions

static QgsDoubleRange calculateZRangeForProject (QgsProject *project)
 Calculates the elevation range for a project. More...
 
static bool canEnableElevationForLayer (QgsMapLayer *layer)
 Returns true if elevation can be enabled for a map layer. More...
 
static bool enableElevationForLayer (QgsMapLayer *layer)
 Automatically enables elevation for a map layer, using reasonable defaults. More...
 

Detailed Description

Contains utility methods for working with elevation from layers and projects.

Since
QGIS 3.18

Definition at line 32 of file qgselevationutils.h.

Member Function Documentation

◆ calculateZRangeForProject()

QgsDoubleRange QgsElevationUtils::calculateZRangeForProject ( QgsProject project)
static

Calculates the elevation range for a project.

This method considers the elevation (or z) range available from layers contained within the project and returns the maximal combined elevation range of these layers.

Definition at line 21 of file qgselevationutils.cpp.

◆ canEnableElevationForLayer()

bool QgsElevationUtils::canEnableElevationForLayer ( QgsMapLayer layer)
static

Returns true if elevation can be enabled for a map layer.

Since
QGIS 3.32

Definition at line 57 of file qgselevationutils.cpp.

◆ enableElevationForLayer()

bool QgsElevationUtils::enableElevationForLayer ( QgsMapLayer layer)
static

Automatically enables elevation for a map layer, using reasonable defaults.

Returns true if the elevation was enabled successfully.

Since
QGIS 3.32

Definition at line 62 of file qgselevationutils.cpp.


The documentation for this class was generated from the following files: