/* * STRUCT: SRM_UTM_2D_PARAMETERS * * The parameters needed to define the Universal Transverse Mercator (UTM) * 2D 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; | ||
| /* | |||
| * Origin Displacement of Coordinate System | |||
| */ | |||
| SE_FLOAT64 | x_offset; | (notes) | |
| SE_FLOAT64 | y_offset; | (notes) | |
| SE_PINT8 | zone; | (notes) | |
origin relative displacement in X
origin relative displacement in Y
between 1 and 60, inclusivePrev: SRM_UTM_2D_COORD. Next: SRM_UTM_3D_COORD. Up:Index