All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SpatialReferenceSystemManager.cpp File Reference

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)
 

Detailed Description

A singleton to manage Coordinate Systems representations.

Definition in file SpatialReferenceSystemManager.cpp.

Function Documentation

void LoadSpatialReferenceSystemManager ( const std::string  fileName,
te::srs::SpatialReferenceSystemManager mger 
)