class
LambertConformalConicLambertConformalConic projection Map Projections: A Working Manual, John P. Snyder (1987) Wolfram MathWorld (http:/
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
- LambertConformalConic(const Spec&) explicit
- LambertConformalConic(PointLonLat centre, PointLonLat first, double lat_1, double lat_2)
- LambertConformalConic(PointLonLat centre, PointLonLat first, double lat_1)
Public functions
- auto fwd(const PointLonLat&) const -> PointXY
- auto inv(const PointXY&) const -> PointLonLat
-
auto type() const -> const std::
string & override - 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 -> const Spec&
-
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::LambertConformalConic::builder_t = BuilderT1<Projection>
#include <eckit/geo/Projection.h>
#include <eckit/geo/Projection.h>
using eckit::geo::projection::LambertConformalConic::ARG1 = const Spec&
#include <eckit/geo/Projection.h>
#include <eckit/geo/Projection.h>
Function documentation
static std::string eckit::geo::projection::LambertConformalConic:: className()
#include <eckit/geo/Projection.h>
static Projection* eckit::geo::projection::LambertConformalConic:: make_from_spec(const Spec&)
#include <eckit/geo/Projection.h>
Figure* eckit::geo::projection::LambertConformalConic:: make_figure() const override
const Figure& eckit::geo::projection::LambertConformalConic:: figure() const
#include <eckit/geo/Projection.h>
const Spec& eckit::geo::projection::LambertConformalConic:: spec() const
#include <eckit/geo/Projection.h>
std::string eckit::geo::projection::LambertConformalConic:: spec_str() const
#include <eckit/geo/Projection.h>
std::string eckit::geo::projection::LambertConformalConic:: proj_str() const
#include <eckit/geo/Projection.h>