/*
 * STRUCT: SRM_GD_2D_PARAMETERS
 *
 *   The parameters needed to define the Geodetic (GD2) 2D 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;
} SRM_GD_2D_PARAMETERS;
Prev: SRM_GD_2D_COORD. Next: SRM_GD_3D_COORD. Up:Index