Peano
Loading...
Searching...
No Matches
SphereProjection.h File Reference

Go to the source code of this file.

Namespaces

namespace  projection
namespace  projection::albers_equal_area
namespace  projection::albers_equal_area::sphere

Functions

auto projection::albers_equal_area::sphere::forward (const auto lon, const auto lat)
 Projects geographic coordinates (longitude, latitude) onto a planar surface using the Albers Equal-Area Conic projection for a spherical Earth model.
auto projection::albers_equal_area::sphere::inverse (const auto x, const auto y)
 Inverts the spherical Albers Equal-Area Conic projection and returns the geographic coordinates (longitude, latitude in degrees) corresponding to the given planar coordinates (x, y in meters).