/*
 * STRUCT: SRM_LTP_3D_PARAMETERS
 *
 *   The parameters needed to define the Local Tangent Plane (LTP) 3D 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;
SE_VERTICAL_DATUM_ENUM vertical_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)
SRM_ELEVATION_UNITS_ENUM z_units; (notes)
} SRM_LTP_3D_PARAMETERS;


Field Notes

geodetic_longitude

 in degrees

geodetic_latitude

 in degrees

azimuth

 angle, in arc degrees, positive clockwise, from geographic
 north to the direction of the positive Y axis

x_offset

 origin relative displacement in x

y_offset

 origin relative displacement in y

z_units

 Spatial Reference Frame Units
Prev: SRM_LTP_3D_COORD. Next: SRM_M_2D_COORD. Up:Index