UTM coordinate extension of ProjBase. More...
#include <Projections.h>
Public Member Functions | |
UTM (int) | |
void | print () const |
Print function for debugging. | |
int | forward (const cartesian_t &llh, cartesian_t &xyz) const |
Transform from llh (rad) to UTM (m) | |
int | inverse (const cartesian_t &xyz, cartesian_t &llh) const |
Transform from UTM(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. | |
UTM coordinate extension of ProjBase.
EPSG 32601-32660 for Northern Hemisphere EPSG 32701-32760 for Southern Hemisphere