/*
 * 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)
} SRM_GD_2D_COORD;


Field Notes

geodetic_longitude

 in degrees

geodetic_latitude

 in degrees
Prev: SRM_GCS_3D_PARAMETERS. Next: SRM_GD_2D_PARAMETERS. Up:Index