26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOSREADER_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOSREADER_H 
   30 #include "../BuildConfig.h" 
   31 #include "../common/Static.h" 
   34 #ifdef TERRALIB_GEOS_ENABLED 
   43     class GeometryCollection;
 
   46     class MultiLineString;
 
   60     class GeometryCollection;
 
   63     class MultiLineString;
 
   89         static Geometry* read(
const geos::geom::Geometry* geosGeom);
 
  100         static Point* read(
const geos::geom::Point* geosPt);
 
  111         static LineString* read(
const geos::geom::LineString* geosLine);
 
  122         static LinearRing* read(
const geos::geom::LinearRing* geosRing);
 
  133         static Polygon* read(
const geos::geom::Polygon* geosPoly);
 
  144         static MultiPolygon* read(
const geos::geom::MultiPolygon* geosMPoly);
 
  155         static MultiLineString* read(
const geos::geom::MultiLineString* geosMLine);
 
  166         static MultiPoint* read(
const geos::geom::MultiPoint* geosMPt);
 
  177         static GeometryCollection* read(
const geos::geom::GeometryCollection* geosGeomColl);
 
  196 #endif  // TERRALIB_GEOS_ENABLED 
  198 #endif  // __TERRALIB_GEOMETRY_INTERNAL_GEOSREADER_H 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Vector Geometry Model of TerraLib. 
 
A base type for static classes.