isce3 0.25.0
|
Equal Area Projection extension of ProjBase. More...
#include <Projections.h>
Public Member Functions | |
void | print () const override |
Print function for debugging. | |
int | forward (const Vec3 &llh, Vec3 &xyz) const override |
Transform from llh (rad) to CEA (m) | |
int | inverse (const Vec3 &xyz, Vec3 &llh) const override |
Transform from CEA (m) to LLH (rad) | |
![]() | |
ProjectionBase (int code) | |
Value constructor with EPSG code as input. | |
int | code () const |
Return EPSG code. | |
const Ellipsoid & | ellipsoid () const |
Return underlying ellipsoid. | |
Vec3 | forward (const Vec3 &llh) const |
Function for transforming from LLH. | |
Vec3 | inverse (const Vec3 &xyz) const |
Function for transforming to LLH. | |
Equal Area Projection extension of ProjBase.
EPSG:6933 for EASE2 grid
Transform from llh (rad) to CEA (m)
Implements isce3::core::ProjectionBase.
Transform from CEA (m) to LLH (rad)
Implements isce3::core::ProjectionBase.
|
inlineoverridevirtual |
Print function for debugging.
Implements isce3::core::ProjectionBase.