atlas
|
Public Types | |
using | Spec = util::Config |
using | Jacobian = projection::detail::ProjectionImpl::Jacobian |
Public Member Functions | |
Projection (const eckit::Parametrisation &) | |
Projection (const std::string &type, const eckit::Parametrisation &) | |
operator bool () const | |
void | xy2lonlat (double crd[]) const |
void | xy2lonlat (Point2 &) const |
void | lonlat2xy (double crd[]) const |
void | lonlat2xy (Point2 &) const |
Jacobian | jacobian (const PointLonLat &) const |
PointLonLat | lonlat (const PointXY &) const |
PointXY | xy (const PointLonLat &) const |
bool | strictlyRegional () const |
RectangularLonLatDomain | lonlatBoundingBox (const Domain &) const |
Spec | spec () const |
std::string | units () const |
std::string | type () const |
void | hash (eckit::Hash &) const |