26 #ifndef __TERRALIB_SRS_INTERNAL_PROJECTEDCOORDINATESYSTEM_H
27 #define __TERRALIB_SRS_INTERNAL_PROJECTEDCOORDINATESYSTEM_H
42 class GeographicCoordinateSystem;
67 const std::string& unitName =
"",
69 const std::string& projName =
"");
90 void setProjection(
const std::string& projname);
93 const std::string& getProjection()
const;
99 void setParameters(
const std::map<std::string, double>& params);
102 const std::map<std::string, double>& getParameters()
const;
104 std::string getWKT()
const;
106 bool isGeographic()
const;
116 #endif // __TERRALIB_SRS_INTERNAL_PROJECTEDCOORDINATESYSTEM_H
A Geographic Coordinate System (GEOGCS).
A Spatial Reference System, also known as a Coordinate System.
GeographicCoordinateSystem * m_geogcs
This file contains the structs necessary to represent a Spatial Reference System. ...
A Projected Coordinate System (PROJCS).
#define TESRSEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::map< std::string, double > m_params