|
SRM Reference Manual
Functions SRM GetUnits |
|---|
| extern SRM_Elevation_Unit | ||||
| SRM_GetUnits | ||||
| ( | ||||
| const | SRM_SRF_Parameters_3D | * | params_ptr | (notes) |
| ); | ||||
Given a set of 3D spatial reference frame parameters, returns the z / elevation units.
| SRM_ELEV_UNIT_METRE | if params_ptr does not have elevation or z units, or if the spatial reference frame can't be identified. |
| elevation or z units for params ptr | otherwise. |
pointer to spatial reference frame parameters for which
z / elevation units are being retrieved.
Prev: SRM_GetOutFilePtr.
Next: SRM_GetWGS84GeoidalSeparation.
Up:Index.
|