/* * STRUCT: SRM_UTM_3D_COORD * * A coordinate within the Augmented Universal Transverse Mercator (AUTM) 3D * Spatial Reference Frame (SRF). * * Only used within the SE_COORD_3D union. Parallels the definition of the * fields for the <UTM Location 3D> class. */
| typedef | struct | ||
| { | |||
| SE_HEMISPHERE_ENUM | hemisphere; | ||
| SE_FLOAT64 | x; | (notes) | |
| SE_FLOAT64 | y; | (notes) | |
| SE_FLOAT64 | z; | (notes) |
in meters; positive eastward
in meters; positive northward
Elevation or height; positive along XY surface normalPrev: SRM_UTM_2D_PARAMETERS. Next: SRM_UTM_3D_PARAMETERS. Up:Index