26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOSREADER_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOSREADER_H 
   30 #include "../common/Static.h" 
   42     class GeometryCollection;
 
   45     class MultiLineString;
 
   59     class GeometryCollection;
 
   62     class MultiLineString;
 
   88         static Geometry* read(
const geos::geom::Geometry* geosGeom);
 
   99         static Point* read(
const geos::geom::Point* geosPt);
 
  110         static LineString* read(
const geos::geom::LineString* geosLine);
 
  121         static LinearRing* read(
const geos::geom::LinearRing* geosRing);
 
  132         static Polygon* read(
const geos::geom::Polygon* geosPoly);
 
  143         static MultiPolygon* read(
const geos::geom::MultiPolygon* geosMPoly);
 
  154         static MultiLineString* read(
const geos::geom::MultiLineString* geosMLine);
 
  165         static MultiPoint* read(
const geos::geom::MultiPoint* geosMPt);
 
  176         static GeometryCollection* read(
const geos::geom::GeometryCollection* geosGeomColl);
 
  195 #endif  // TE_USE_GEOS 
  197 #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.