eckit::geo::projection::SpaceView class

SpaceView projection LRIT/HRIT Global Specification (CGMS 03, Issue 2.6, 12.08.1999)

Base classes

class ProjectionOnFigure

Public types

using builder_t = BuilderT1<Projection>
using ARG1 = const Spec&

Public static functions

static auto className() -> std::string
static auto make_from_spec(const Spec&) -> Projection*

Constructors, destructors, conversion operators

SpaceView(const Spec&) explicit

Public functions

auto fwd(const PointLonLat& p) const -> Point2
auto inv(const Point2& q) const -> PointLonLat
auto fwd(const Point& p) const -> Point override
auto inv(const Point& q) const -> Point override
auto make_figure() const -> Figure* override
auto figure() const -> const Figure&
auto spec() const -> spec::Custom*
auto spec_str() const -> std::string
auto proj_str() const -> std::string

Private functions

void fill_spec(spec::Custom&) const override

Typedef documentation

using eckit::geo::projection::SpaceView::builder_t = BuilderT1<Projection>

using eckit::geo::projection::SpaceView::ARG1 = const Spec&

Function documentation

static std::string eckit::geo::projection::SpaceView::className()

static Projection* eckit::geo::projection::SpaceView::make_from_spec(const Spec&)

Figure* eckit::geo::projection::SpaceView::make_figure() const override

const Figure& eckit::geo::projection::SpaceView::figure() const

spec::Custom* eckit::geo::projection::SpaceView::spec() const

std::string eckit::geo::projection::SpaceView::spec_str() const

std::string eckit::geo::projection::SpaceView::proj_str() const