|
SRM Reference Manual
Types SRM_Mercator_Parameters |
|---|
/*! * STRUCT: SRM_Mercator_Parameters * * Mercator (M) Parameters are used as a means of * specifying the M 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; |
|