26 #ifndef __TERRALIB_POSTGIS_INTERNAL_EWKBREADER_H 
   27 #define __TERRALIB_POSTGIS_INTERNAL_EWKBREADER_H 
   30 #include "../common/Static.h" 
   31 #include "../geometry/Enums.h" 
   35 #include "../geometry_fw.h" 
   72         static te::gm::Point* getPoint(
const char* ewkb, 
const char** endptr);
 
   78         static te::gm::Polygon* getPolygon(
const char* ewkb, 
const char** endptr);
 
   86 #endif  // __TERRALIB_POSTGIS_INTERNAL_EWKBREADER_H 
Configuration flags for the PostGIS Driver Implementation of TerraLib. 
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
A LinearRing is a LineString that is both closed and simple. 
 
An utility class for reading a PostGIS EWKB. 
 
LineString is a curve with linear interpolation between points. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
A point with x and y coordinate values. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
#define TEPGISEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
It is a collection of other geometric objects. 
 
A base type for static classes.