/* * STRUCT: SRM_M_2D_PARAMETERS * * The parameters needed to define the Mercator (M) 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 | |||
| */ | |||
| SE_FLOAT64 | geodetic_longitude; | (notes) | |
| SE_FLOAT64 | central_scale_factor; | (notes) | |
| /* | |||
| * Origin Displacement of Coordinate System | |||
| */ | |||
| SE_FLOAT64 | x_offset; | (notes) | |
| SE_FLOAT64 | y_offset; | (notes) | |
in degrees; specifying the meridian of the Y axis (positive northwards)
unitless; normally close to (<=) 1.0
origin relative displacement in x
origin relative displacement in yPrev: SRM_M_2D_COORD. Next: SRM_M_3D_COORD. Up:Index