#include <utl/CoordinateSystem.h>
#include <utl/ReferenceEllipsoid.h>
#include <boost/tuple/tuple.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | utl::UTMPoint::UTMException |
Report problems in UTM handling. More... | |
class | utl::UTMPoint |
Class to hold and convert a point in geodetic coordinates. More... | |
class | utl::UTMPoint::UTMZoneException |
Report attempts to use invalid UTM zone. More... | |
Namespaces | |
utl | |
Functions | |
std::ostream & | utl::operator<< (std::ostream &s, const UTMPoint &p) |
Streamer for UTM points. More... | |