namespace
figure
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.