/* * STRUCT: SRM_LTP_2D_PARAMETERS * * The parameters needed to define the Local Tangent Plane (LTP2) 2D Spatial * Reference Frame (SRF). See the Spatial Reference Model for details. */
| typedef | struct | ||
| { | |||
| /* | |||
| * Specification of Object Reference Model (ORM) | |||
| */ | |||
| SE_HORIZONTAL_DATUM_ENUM | horizontal_datum; | ||
| /* | |||
| * Origin of Spatial Reference Frame (center) | |||
| */ | |||
| SE_FLOAT64 | geodetic_longitude; | (notes) | |
| SE_FLOAT64 | geodetic_latitude; | (notes) | |
| SE_FLOAT64 | azimuth; | (notes) | |
| /* | |||
| * Origin Displacement of Coordinate System | |||
| */ | |||
| SE_FLOAT64 | x_offset; | (notes) | |
| SE_FLOAT64 | y_offset; | (notes) | |
in degrees
in degrees
angle, in arc degrees, positive clockwise, from geographic north to the direction of the positive Y axis
origin relative displacement in X
origin relative displacement in YPrev: SRM_LTP_2D_COORD. Next: SRM_LTP_3D_COORD. Up:Index