eckit::geo::figure namespace

Classes

struct DatumGRIB1
struct DatumGrs80
struct DatumIFS
struct DatumUnit
Definition of a unit datum.
struct DatumWgs84
class OblateSpheroid
template<class DATUM>
class OblateSpheroidT
Oblate spheroid parametrised with a geodetic datum.
class Sphere
template<class DATUM>
class SphereT
Sphere parametrised with a geodetic datum.

Typedefs

using Earth = SphereT<DatumIFS>
using Grs80 = OblateSpheroidT<DatumGrs80>
using Wgs84 = OblateSpheroidT<DatumWgs84>
using UnitSphere = SphereT<DatumUnit>
Definition of a unit sphere.

Variables

const Earth EARTH
const Grs80 GRS80
const Wgs84 WGS84