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()
 
double GetOriginLongitude()
 
double GetOriginNorthing()
 
bool Initialise(double lat, double lon)
 
double GetOriginLatitude()
 
bool UTM2LatLong(double dfX, double dfY, double &dfLat, double &dfLong)
 
bool LatLong2LocalUTM(double lat, double lon, double &MetersNorth, double &MetersEast)
 
The global namespace for the Goby project.