|
isce3 0.25.0
|
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 Vec3 &llh, Vec3 &xyz) const |
| This is same as Ellipsoid::lonLatToXyz. | |
| int | inverse (const Vec3 &xyz, Vec3 &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. | |
| 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. | |
Standard WGS84 ECEF coordinates extension of ProjBase - EPSG:4978.
This is same as Ellipsoid::lonLatToXyz.
Implements isce3::core::ProjectionBase.
This is same as Ellipsoid::xyzToLonLat.
Implements isce3::core::ProjectionBase.
|
inlinevirtual |
Print function for debugging.
Implements isce3::core::ProjectionBase.
1.13.2.