A singleton to manage Coordinate Systems representations. More...
#include "../core/translator/Translator.h"#include "../core/utils/Platform.h"#include "../common/UnitsOfMeasureManager.h"#include "../common/StringUtils.h"#include "Exception.h"#include "SpatialReferenceSystemManager.h"#include "WKTReader.h"#include <boost/property_tree/ptree.hpp>#include <boost/property_tree/json_parser.hpp>#include <algorithm>#include <cassert>#include <limits>#include <string>#include <utility>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 48 of file SpatialReferenceSystemManager.cpp.
References te::srs::SpatialReferenceSystemManager::add().
Referenced by te::srs::SpatialReferenceSystemManager::init().