26 #ifndef __TERRALIB_SRS_INTERNAL_WKTREADER_H 
   27 #define __TERRALIB_SRS_INTERNAL_WKTREADER_H 
   30 #include "../common/Static.h" 
   42     class SpatialReferenceSystem;
 
A base type for static classes.
 
A Spatial Reference System, also known as a Coordinate System.
 
A class that deserializes a SRS from a valid WKT.
 
static SpatialReferenceSystem * read(const char *wkt)
It returns a valid SRS from a given WKT.
 
A class that implements the grammar rules for well known text (WKT) of Spatial Reference Systems....
 
#define TESRSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).