/*
 * STRUCT: SRM_GD_3D_COORD
 *
 *   A coordinate within the Geodetic (GD) 3D Spatial Reference Frame (SRF).
 *
 *   Only used within the SE_COORD_3D union.  Parallels the definition of the
 *   fields for the <GD Location 3D> class.
 */
typedef struct
{
SE_FLOAT64 geodetic_longitude; (notes)
SE_FLOAT64 geodetic_latitude; (notes)
SE_FLOAT64 elevation; (notes)
} SRM_GD_3D_COORD;


Field Notes

geodetic_longitude

 in degrees

geodetic_latitude

 in degrees

elevation

 Elevation or height; positive "outwards" along the direction
 normal to the ORM/ERM
Prev: SRM_GD_2D_PARAMETERS. Next: SRM_GD_3D_PARAMETERS. Up:Index