eckit::geo::projection::PROJ class

Calculate coordinates using PROJ.

Base classes

class eckit::geo::Projection

Public types

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

Public static functions

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

Constructors, destructors, conversion operators

PROJ(const std::string& source, const std::string& target, double lon_minimum = 0.)
PROJ(const Spec&) explicit

Public functions

auto source() const -> const std::string&
auto target() const -> const std::string&
auto fwd(const Point&) const -> Point override
auto inv(const Point&) 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::PROJ::builder_t = BuilderT1<Projection>

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

Function documentation

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

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

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

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

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

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