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


Field Notes


x_offset

 origin relative displacement in x

y_offset

 origin relative displacement in y

zone

 between 1 and 60, inclusive



Prev: SRM_UTM_Coordinate_2D. Next: SRM_Vector_3D.


Return to: Top of this Page, Type Index

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