PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <projection.hh>
Classes | |
struct | Impl |
Public Member Functions | |
LonLatCalculator (const std::string &proj_string) | |
~LonLatCalculator () | |
double | lon (double x, double y) const |
double | lat (double x, double y) const |
std::array< double, 2 > | lonlat (double x, double y) const |
Private Attributes | |
Impl * | m_impl |
Utility class converting x,y
coordinates in a projection to a lon,lat
pair.
Requires the PROJ
library.
Definition at line 72 of file projection.hh.