Equal Area Projection extension of ProjBase. More...
#include <Projections.h>
Public Member Functions | |
| void | print () const |
| Print function for debugging. | |
| int | forward (const cartesian_t &llh, cartesian_t &xyz) const |
| Transform from llh (rad) to CEA (m) | |
| int | inverse (const cartesian_t &xyz, cartesian_t &llh) const |
| Transform from CEA (m) to LLH (rad) | |
Public Member Functions inherited from isce3::core::ProjectionBase | |
| ProjectionBase (int code) | |
| Value constructor with EPSG code as input. More... | |
| int | code () const |
| Return EPSG code. | |
| const Ellipsoid & | ellipsoid () const |
| Return underlying ellipsoid. | |
| Vec3 | inverse (const Vec3 &native) const |
| virtual | ~ProjectionBase () |
| Virtual destructor. | |
Equal Area Projection extension of ProjBase.
EPSG:6933 for EASE2 grid
1.8.5.