/*
 * 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)
} SRM_UTM_3D_PARAMETERS;


Field Notes

x_offset

 origin relative displacement in X

y_offset

 origin relative displacement in Y

z_units

 Spatial Reference Frame Units

zone

 between 1 and 60, inclusive
Prev: SRM_UTM_3D_COORD. Next: SE_VECTOR_3_TYPE. Up:Index