Standard WGS84 ECEF coordinates extension of ProjBase - EPSG:4978. More...
#include <Projections.h>
Public Member Functions | |
void | print () const |
Print function for debugging. | |
int | forward (const cartesian_t &llh, cartesian_t &xyz) const |
This is same as Ellipsoid::lonLatToXyz. | |
int | inverse (const cartesian_t &xyz, cartesian_t &llh) const |
This is same as Ellipsoid::xyzToLonLat. | |
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. | |
Standard WGS84 ECEF coordinates extension of ProjBase - EPSG:4978.