|
SRM Reference Manual
Types SRM_Elevation_Unit |
|---|
/* * ENUM: SRM_Elevation_Unit * * This data type is used to specify the unit of distance measurement * used for height / z elevation in a spatial reference frame within the * Spatial Reference Model (SRM). */
| typedef | enum | |
| { | ||
| SRM_ELEV_UNIT_FOOT, | (notes) | |
| SRM_ELEV_UNIT_METRE | (notes) |
Foot.
Metre.
|