Go to the documentation of this file.
28 #ifndef GOBY_MOOS_MOOS_GEODESY_H
29 #define GOBY_MOOS_MOOS_GEODESY_H
58 bool LatLong2LocalUTM(
double lat,
double lon,
double& MetersNorth,
double& MetersEast);
59 bool UTM2LatLong(
double dfX,
double dfY,
double& dfLat,
double& dfLong);
64 std::unique_ptr<goby::util::UTMGeodesy> geodesy_;
double GetOriginEasting()
bool Initialise(double lat, double lon)
bool UTM2LatLong(double dfX, double dfY, double &dfLat, double &dfLong)
The global namespace for the Goby project.
bool LatLong2LocalUTM(double lat, double lon, double &MetersNorth, double &MetersEast)
double GetOriginLongitude()
double GetOriginNorthing()
double GetOriginLatitude()