|
SRM Reference Manual
Types SRM_M_Coordinate_2D |
|---|
/* * STRUCT: SRM_M_Coordinate_2D * * This data type specifies a coordinate within the Mercator (M) 2D * Spatial Reference Frame (SRF). See the Spatial Reference Model * (SRM) for details. */
| typedef | struct | ||
| { | |||
| SRM_Long_Float | x; | (notes) | |
| SRM_Long_Float | y; | (notes) |
specified in metres; positive Eastward
specified in metres; positive Northward
|