#include <map>#include <string>#include <fwk/CoordinateSystemRegistry.h>#include <utl/CoordinateSystem.h>#include <utl/AugerCoordinateSystem.h>#include <utl/ReferenceEllipsoid.h>#include <utl/UTMPoint.h>#include <utl/AugerUnits.h>#include <utl/AugerException.h>#include <utl/ErrorLogger.h>#include <utl/ShadowPtr.h>#include <fwk/CentralConfig.h>#include <utl/Reader.h>#include <utl/config.h>#include <utl/Deprecator.h>Go to the source code of this file.
Namespaces | |
| fwk | |
| fwk::CoordinateSystemRegistry | |
| Collection of useful pre-defined coordinate systems. | |
Functions | |
| utl::CoordinateSystemPtr | fwk::CoordinateSystemRegistry::Get (const std::string &theID) |
| Get a well-known Coordinate System. More... | |
| utl::CoordinateSystemPtr | fwk::CoordinateSystemRegistry::Get (const CoordinateSystemID &theID) |
| Get a well-known Coordinate System. More... | |
| void | fwk::CoordinateSystemRegistry::Init () |
| Initialise the registry. More... | |
Implementation of coordinate system registry
Definition in file CoordinateSystemRegistry.cc.