/* * STRUCT: SRM_GD_2D_COORD * * A coordinate within the Geodetic (GD2) 2D Spatial Reference Frame (SRF). * * Only used within the SE_COORD_2D union. Parallels the definition of the * fields for the <GD Location 2D> class. */
| typedef | struct | ||
| { | |||
| SE_FLOAT64 | geodetic_longitude; | (notes) | |
| SE_FLOAT64 | geodetic_latitude; | (notes) |
in degrees
in degreesPrev: SRM_GCS_3D_PARAMETERS. Next: SRM_GD_2D_PARAMETERS. Up:Index