|
SRM Reference Manual
Types SRM_Map_Projection_Surface_Coordinate |
|---|
/*! * STRUCT: SRM_Map_Projection_Surface_Coordinate * * This type contains the Map Projection Surface * coordinate values. */
| typedef | struct | |
| { | ||
| SRM_Long_Float | easting; | |
| SRM_Long_Float | northing; |
|