/* * STRUCT: SRM_LCC_3D_PARAMETERS * * 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) | |||
| */ | |||
| SE_HORIZONTAL_DATUM_ENUM | horizontal_datum; | ||
| SE_VERTICAL_DATUM_ENUM | vertical_datum; | ||
| /* | |||
| * Specification of Projection Basis (standard parallels) | |||
| */ | |||
| SE_FLOAT64 | north_parallel_geodetic_latitude; | (notes) | |
| SE_FLOAT64 | south_parallel_geodetic_latitude; | (notes) | |
| /* | |||
| * Origin of Spatial Reference Frame | |||
| */ | |||
| SE_FLOAT64 | geodetic_latitude; | (notes) | |
| SE_FLOAT64 | geodetic_longitude; | (notes) | |
| SRM_ELEVATION_UNITS_ENUM | z_units; | (notes) | |
| /* | |||
| * Origin Displacement of Coordinate System | |||
| */ | |||
| SE_FLOAT64 | x_offset; | (notes) | |
| SE_FLOAT64 | y_offset; | (notes) | |
in degrees
in degrees
in degrees; specifying the parallel of the X axis; positive eastwards
in degrees, specifying the meridian of the positive y axis
Spatial Reference Frame Units
origin relative displacement in X
origin relative displacement in YPrev: SRM_LCC_3D_COORD. Next: SRM_LSR_2D_COORD. Up:Index