/* * STRUCT: SRM_UPS_2D_PARAMETERS * * The parameters needed to define the Universal Polar Stereographic (UPS) 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; | ||
| /* | |||
| * Specification of Projection Basis (origin) | |||
| */ | |||
| SE_PS_POLE_ENUM | pole; | (notes) | |
| /* | |||
| * Origin Displacement of Rectangular Coordinates | |||
| */ | |||
| SE_FLOAT64 | x_offset; | (notes) | |
| SE_FLOAT64 | y_offset; | (notes) | |
North or South
origin relative displacement in x
origin relative displacement in yPrev: SRM_UPS_2D_COORD. Next: SRM_UPS_3D_COORD. Up:Index