/* * STRUCT: SRM_UTM_3D_PARAMETERS * * The parameters needed to define the Augmented Universal Transverse * Mercator (AUTM) 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; | ||
| /* | |||
| * Origin Displacement of Coordinate System | |||
| */ | |||
| SE_FLOAT64 | x_offset; | (notes) | |
| SE_FLOAT64 | y_offset; | (notes) | |
| SRM_ELEVATION_UNITS_ENUM | z_units; | (notes) | |
| SE_PINT8 | zone; | (notes) | |
origin relative displacement in X
origin relative displacement in Y
Spatial Reference Frame Units
between 1 and 60, inclusivePrev: SRM_UTM_3D_COORD. Next: SE_VECTOR_3_TYPE. Up:Index