/*
 * STRUCT: SRM_GEI_3D_PARAMETERS
 *
 *   The parameters needed to define the Geocentric Equatorial Inertial (GEI)
 *   3D Spatial Reference Frame (SRF).  See the Spatial Reference Model for
 *   details.
 *   The associated ORM/ERM is defined by the WGS-84 ellipsoid.
 */
typedef struct
{
SE_GEI_EPOCH_ENUM epoch; (notes)
} SRM_GEI_3D_PARAMETERS;


Field Notes

epoch

 Spatial Reference Frame Orientation
Prev: SRM_GEI_3D_COORD. Next: SE_GEI_EPOCH_ENUM. Up:Index