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