/* * STRUCT: SRM_UPS_2D_COORD * * A coordinate within the Universal Polar Stereographic (UPS) 2D Spatial * Reference Frame (SRF). * * Only used within the SE_COORD_2D union. Parallels the definition of the * fields for the <UPS Location 2D> class. */
| typedef | struct | ||
| { | |||
| SE_FLOAT64 | x; | (notes) | |
| SE_FLOAT64 | y; | (notes) |
in meters
in meters along meridian defined by the applicable AUPS Spatial Reference Frame (SRF) parametersPrev: SRM_TM_3D_PARAMETERS. Next: SRM_UPS_2D_PARAMETERS. Up:Index