/*
 * STRUCT: SRM_UTM_2D_COORD
 *
 *   A coordinate within the Universal Transverse Mercator (UTM) 2D Spatial
 *   Reference Frame (SRF).
 *
 *   Only used within the SE_COORD_2D union.  Parallels the definition of the
 *   fields for the <UTM Location 2D> class.
 */
typedef struct
{
SE_HEMISPHERE_ENUM hemisphere;
SE_FLOAT64 x; (notes)
SE_FLOAT64 y; (notes)
} SRM_UTM_2D_COORD;


Field Notes

x

 in meters; positive eastward

y

 in meters; positive northward
Prev: SRM_UPS_3D_PARAMETERS. Next: SRM_UTM_2D_PARAMETERS. Up:Index