/*
 * STRUCT: SRM_GCS_3D_PARAMETERS
 *
 *   The parameters needed to define the GCS ("Global Coordinate System") 3D
 *   Spatial Reference Frame (SRF). See the Spatial Reference Model for
 *   details.
 *
 *   The associated ORM/ERM is defined by the WGS-84 ellipsoid,
 *   and the cell origins are specified within the SRF definition.
 */
typedef struct
{
/*
* Origin Displacement of Coordinate System
*/
SE_FLOAT64 x_offset;
SE_FLOAT64 y_offset;
} SRM_GCS_3D_PARAMETERS;
Prev: SRM_GCS_3D_COORD. Next: SRM_GD_2D_COORD. Up:Index