/*
* STRUCT: SRM_TM_2D_PARAMETERS
*
* The parameters needed to define the Transverse Mercator (TM) 2D Spatial
* Reference Frame (SRF). See the Spatial Reference Model for details.
*/
} SRM_TM_2D_PARAMETERS;
Field Notes
in degrees; used to define origin
in degrees; specifying the meridian of the positive Y axis
(which is positive northwards)
origin relative displacement in X
origin relative displacement in Y
unitless; normally close to (<=) 1.0
Prev: SRM_TM_2D_COORD.
Next: SRM_TM_3D_COORD.
Up:Index