26 #ifndef __TERRALIB_SRS_INTERNAL_GEOGRAPHICCOORDINATESYSTEM_H 
   27 #define __TERRALIB_SRS_INTERNAL_GEOGRAPHICCOORDINATESYSTEM_H 
   70       void setDatum(
Datum* datum);
 
   76       const Datum* getDatum() 
const;
 
   79       double getPrimem() 
const;
 
   85       void setPrimem(
double primen);
 
   87       std::string getWKT() 
const;
 
   89       bool isGeographic() 
const;
 
   98 #endif //__TERRALIB_SRS_INTERNAL_GEOGRAPHICCOORDINATESYSTEM_H 
A geodetic datum defines a reference to measure Earth's surface. 
 
A Geographic Coordinate System (GEOGCS). 
 
A Spatial Reference System, also known as a Coordinate System. 
 
double m_primem
The meridian used to take longitude measurements from. 
 
This file contains the structs necessary to represent a Spatial Reference System. ...
 
#define TESRSEXPORT
You can use this macro in order to export/import classes and functions from this module.