QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgis_core.h"
#include "qgsrange.h"
#include "qgsunittypes.h"
#include "qgsmaplayerref.h"
#include "qgsrasterlayer.h"
#include "qgsmeshlayer.h"
#include "qgstriangularmesh.h"
#include <QObject>
Go to the source code of this file.
Classes | |
class | QgsAbstractTerrainProvider |
Abstract base class for terrain providers. More... | |
class | QgsFlatTerrainProvider |
A terrain provider where the terrain is a simple flat surface. More... | |
class | QgsMeshTerrainProvider |
A terrain provider that uses the Z values of a mesh layer to build a terrain surface. More... | |
class | QgsRasterDemTerrainProvider |
A terrain provider where the terrain source is a raster DEM layer. More... | |