Polar stereographic extension of ProjBase. More...
#include <Projections.h>
Public Member Functions | |
| PolarStereo (int) | |
| void | print () const |
| Print function for debugging. | |
| int | forward (const cartesian_t &, cartesian_t &) const |
| Transfrom from llh(rad) to Polar Stereo (m) | |
| int | inverse (const cartesian_t &, cartesian_t &) const |
| Transform from Polar Stereo (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. | |
Polar stereographic extension of ProjBase.
EPSG: 3413 - Greenland EPSG: 3031 - Antarctica
1.8.5.