/*
 * STRUCT: SRM_GC_3D_PARAMETERS
 *
 *   No parameters are needed to define the Geocentric (GC) 3D
 *   SRF, but a struct is declared for it anyway, to parallel the
 *   struct definitions of the other SRFs. The associated ORM/ERM
 *   is defined by the WGS-84 ellipsoid and mass-center.
 */
typedef struct
{
SE_INT16 ignore_na;
} SRM_GC_3D_PARAMETERS;
Prev: SRM_GC_3D_COORD. Next: SRM_GCS_3D_COORD. Up:Index