SRM Reference Manual
Types
SRM_ATM_Parameters_3D
/*
 * STRUCT: SRM_ATM_Parameters_3D
 *
 *   This data type specifies the parameters needed to define the
 *   Augmented Transverse Mercator (ATM) 3D Spatial Reference Frame
 *   (SRF).  See the Spatial Reference Model for details.
 */
typedef struct
{
/*
* Specification of Object Reference Model (ORM)
*/
SRM_Horizontal_Datum_Code horizontal_datum;
SRM_Vertical_Datum_Code vertical_datum;
/*
* Specification of Projection Basis (SRF Origin)
*/
SRM_Long_Float geodetic_latitude; (notes)
SRM_Long_Float geodetic_longitude; (notes)
/*
* Origin Displacement of Coordinate System
*/
SRM_Long_Float x_offset; (notes)
SRM_Long_Float y_offset; (notes)
SRM_Long_Float central_scale_factor; (notes)
SRM_Elevation_Unit z_unit; (notes)
} SRM_ATM_Parameters_3D;


Field Notes


geodetic_latitude

 in degrees; used to define origin

geodetic_longitude

 in degrees; specifying the meridian of the positive Y axis

x_offset

 origin relative displacement in x

y_offset

 origin relative displacement in y

central_scale_factor

 unitless; normally close to (<=) 1.0

z_unit

 Spatial Reference Frame Unit



Prev: SRM_ATM_Coordinate_3D. Next: SRM_AUPS_Coordinate_3D.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™