SRM Reference Manual
Types
SRM_ALCC_Parameters_3D
/*
 * STRUCT: SRM_ALCC_Parameters_3D
 *
 *   This data type specifies the parameters needed to define the
 *   Augmented Lambert Conformal Conic (ALCC) 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 (standard parallels)
*/
SRM_Long_Float north_parallel_geodetic_latitude; (notes)
SRM_Long_Float south_parallel_geodetic_latitude; (notes)
/*
* Origin of Spatial Reference Frame
*/
SRM_Long_Float geodetic_latitude; (notes)
SRM_Long_Float geodetic_longitude; (notes)
SRM_Elevation_Unit z_unit; (notes)
/*
* Origin Displacement of Coordinate System
*/
SRM_Long_Float x_offset; (notes)
SRM_Long_Float y_offset; (notes)
} SRM_ALCC_Parameters_3D;


Field Notes


north_parallel_geodetic_latitude

 in degrees

south_parallel_geodetic_latitude

 in degrees

geodetic_latitude

 in degrees; specifying the parallel of the X axis;
 positive eastwards

geodetic_longitude

 in degrees, specifying the meridian of the positive y axis

z_unit

 Spatial Reference Frame Unit

x_offset

 origin relative displacement in X

y_offset

 origin relative displacement in Y



Prev: SRM_ALCC_Coordinate_3D. Next: SRM_AM_Coordinate_3D.


Return to: Top of this Page, Type Index

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