/*
 * STRUCT: SRM_GD_3D_PARAMETERS
 *
 *   The parameters needed to define the Geodetic (GD) 3D Spatial Reference
 *   Frame (SRF). See the Spatial Reference Model for details.
 */
typedef struct
{
/*
* Specification of Object Reference Model (ORM)
*/
SE_HORIZONTAL_DATUM_ENUM horizontal_datum;
SE_VERTICAL_DATUM_ENUM vertical_datum;
SRM_ELEVATION_UNITS_ENUM elevation_units; (notes)
} SRM_GD_3D_PARAMETERS;


Field Notes

elevation_units

 Spatial Reference Frame Units
Prev: SRM_GD_3D_COORD. Next: SRM_GEI_3D_COORD. Up:Index