26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOSREADER_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOSREADER_H
30 #include "../common/Static.h"
33 #ifdef TERRALIB_GEOS_ENABLED
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);
A base type for static classes.
#define TEGEOMEXPORT
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).