A singleton to manage Coordinate Systems representations. More...
#include "../common/PlatformUtils.h"#include "../common/Translator.h"#include "../common/UnitsOfMeasureManager.h"#include "Exception.h"#include "SpatialReferenceSystemManager.h"#include "WKTReader.h"#include <algorithm>#include <cassert>#include <boost/foreach.hpp>#include <boost/property_tree/ptree.hpp>#include <boost/property_tree/json_parser.hpp>Go to the source code of this file.
Functions | |
| void | LoadSpatialReferenceSystemManager (const std::string fileName, te::srs::SpatialReferenceSystemManager *mger) | 
A singleton to manage Coordinate Systems representations.
Definition in file SpatialReferenceSystemManager.cpp.
| void LoadSpatialReferenceSystemManager | ( | const std::string | fileName, | 
| te::srs::SpatialReferenceSystemManager * | mger | ||
| ) | 
Definition at line 43 of file SpatialReferenceSystemManager.cpp.
References te::srs::SpatialReferenceSystemManager::add().
Referenced by te::srs::SpatialReferenceSystemManager::init().