QGIS API Documentation
3.0.2-Girona (307d082)
|
Go to the source code of this file.
Classes | |
class | Qgs3DUtils |
3 Miscellaneous utility functions used from 3D code. More... | |
Enumerations | |
enum | AltitudeBinding { AltBindVertex, AltBindCentroid } |
how to handle clamping of vertices of individual features More... | |
enum | AltitudeClamping { AltClampAbsolute, AltClampRelative, AltClampTerrain } |
how to handle altitude of vector features More... | |
enum AltitudeBinding |
how to handle clamping of vertices of individual features
Enumerator | |
---|---|
AltBindVertex | Clamp every vertex of feature. |
AltBindCentroid | Clamp just centroid of feature. |
Definition at line 37 of file qgs3dutils.h.
enum AltitudeClamping |
how to handle altitude of vector features
Enumerator | |
---|---|
AltClampAbsolute | Z_final = z_geometry. |
AltClampRelative | Z_final = z_terrain + z_geometry. |
AltClampTerrain | Z_final = z_terrain. |
Definition at line 28 of file qgs3dutils.h.