SRM Reference Manual
Types
SRM_AM_Parameters_3D
/*
 * STRUCT: SRM_AM_Parameters_3D
 *
 *   This data type specifies the parameters needed to define the
 *   Augmented Mercator (AM) 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
*/
SRM_Long_Float geodetic_longitude; (notes)
SRM_Long_Float central_scale_factor; (notes)
/*
* Origin Displacement of Rectangular Coordinates
*/
SRM_Long_Float x_offset; (notes)
SRM_Long_Float y_offset; (notes)
SRM_Elevation_Unit z_unit; (notes)
} SRM_AM_Parameters_3D;


Field Notes


geodetic_longitude

 in degrees; specifying the meridian of the
 Y axis (positive northwards)

central_scale_factor

 unitless; normally close to (<=) 1.0

x_offset

 origin relative displacement in x

y_offset

 origin relative displacement in y

z_unit

 Spatial Reference Frame Unit



Prev: SRM_AM_Coordinate_3D. Next: SRM_AOM_Coordinate_3D.


Return to: Top of this Page, Type Index

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