24 #ifndef GOBY_UTIL_GEODESY_H
25 #define GOBY_UTIL_GEODESY_H
27 #include <boost/units/quantity.hpp>
28 #include <boost/units/systems/angle/degrees.hpp>
29 #include <boost/units/systems/si/length.hpp>
41 boost::units::quantity<boost::units::degree::plane_angle>
lat;
42 boost::units::quantity<boost::units::degree::plane_angle>
lon;
47 boost::units::quantity<boost::units::si::length>
x;
48 boost::units::quantity<boost::units::si::length>
y;
58 LatLonPoint
convert(
const XYPoint& utm)
const;
59 XYPoint
convert(
const LatLonPoint& geo)
const;
62 LatLonPoint origin_geo_;
67 void *pj4_utm_, *pj4_latlong_;