DUNE: Uniform Navigational Environment
2.4.0
|
Public Member Functions | |
UTMPoint (double lat, double lon, double z) | |
double | getNorthing (void) |
double | getEasting (void) |
double | getZ (void) |
int | getZone (void) |
bool | isNorth (void) |
void | translate (double n, double e) |
void | toWGS84 (double *lat, double *lon, double *z) |
DUNE::Coordinates::UTMPoint::UTMPoint | ( | double | lat, |
double | lon, | ||
double | z | ||
) |
References DUNE::Coordinates::UTM::fromWGS84().
double DUNE::Coordinates::UTMPoint::getEasting | ( | void | ) |
double DUNE::Coordinates::UTMPoint::getNorthing | ( | void | ) |
double DUNE::Coordinates::UTMPoint::getZ | ( | void | ) |
int DUNE::Coordinates::UTMPoint::getZone | ( | void | ) |
bool DUNE::Coordinates::UTMPoint::isNorth | ( | void | ) |
void DUNE::Coordinates::UTMPoint::toWGS84 | ( | double * | lat, |
double * | lon, | ||
double * | z | ||
) |
References DUNE::Coordinates::UTM::toWGS84().
void DUNE::Coordinates::UTMPoint::translate | ( | double | n, |
double | e | ||
) |