|
SRM Reference Manual
Types SRM_EC_Parameters |
|---|
/*! * STRUCT: SRM_EC_Parameters * * Equidistant Cylindrical (EC) Parameters are used as a means * of specifying the EC spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_Long_Float | origin_longitude; | |
| SRM_Long_Float | standard_latitude; | |
| SRM_Long_Float | central_scale; | |
| SRM_Long_Float | false_easting; | |
| SRM_Long_Float | false_northing; |
|