SRM Reference Manual
Types
SRM_AUTM_Parameters_3D
/*
 * STRUCT: SRM_AUTM_Parameters_3D
 *
 *   This data type specifies the parameters needed to define the
 *   Augmented Universal Transverse Mercator (AUTM) 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;
/*
* Origin Displacement of Coordinate System
*/
SRM_Long_Float x_offset; (notes)
SRM_Long_Float y_offset; (notes)
SRM_Elevation_Unit z_unit; (notes)
SRM_Byte_Positive zone; (notes)
SRM_Hemisphere hemisphere;
} SRM_AUTM_Parameters_3D;


Field Notes


x_offset

 origin relative displacement in X

y_offset

 origin relative displacement in Y

z_unit

 Spatial Reference Frame Unit

zone

 between 1 and 60, inclusive



Prev: SRM_AUTM_Coordinate_3D. Next: SRM_Boolean.


Return to: Top of this Page, Type Index

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