SRM Reference Manual
Types
SRM_TM_Parameters
/*!
 * STRUCT: SRM_TM_Parameters
 *
 *  Transverse Mercator (TM) Parameters are used as a means of
 *  specifying the TM spatial coordinate systems
 */
typedef struct
{

SRM_Long_Float origin_longitude;
SRM_Long_Float origin_latitude;
SRM_Long_Float central_scale;
SRM_Long_Float false_easting;
SRM_Long_Float false_northing;
} SRM_TM_Parameters;



Prev: SRM_Status_Code. Next: SRM_Unused.


Return to: Top of this Page, Type Index