A class to manage Coordinate Systems representations. More...
#include "../common/Singleton.h"
#include "../common/UnitOfMeasure.h"
#include "Config.h"
#include "SpatialReferenceSystem.h"
#include <map>
#include <string>
#include <vector>
#include <memory>
#include <boost/lexical_cast.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/ordered_index.hpp>
Go to the source code of this file.
Classes | |
class | te::srs::SpatialReferenceSystemManager |
A class to manage Coordinate Systems representations within TerraLib environment. More... | |
struct | te::srs::SpatialReferenceSystemManager::srs_desc |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::srs |
Namespace for the Spatial Reference System module of TerraLib. | |
A class to manage Coordinate Systems representations.
Definition in file SpatialReferenceSystemManager.h.