QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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... | |
Contains utility methods for working with elevation from layers and projects.
Definition at line 31 of file qgselevationutils.h.
|
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.