26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOSWRITER_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOSWRITER_H 
   30 #include "../common/Static.h" 
   43     class CoordinateSequence;
 
   45     class GeometryCollection;
 
   48     class MultiLineString;
 
   62     class GeometryCollection;
 
   65     class MultiLineString;
 
   94         static geos::geom::Geometry* write(
const Geometry* teGeom);
 
  105         static geos::geom::Point* write(
const Point* tePt);
 
  116         static geos::geom::Point* write(
const PointM* tePt);
 
  127         static geos::geom::Point* write(
const PointZ* tePt);
 
  138         static geos::geom::Point* write(
const PointZM* tePt);
 
  149         static geos::geom::LineString* write(
const LineString* teLine);
 
  160         static geos::geom::LinearRing* write(
const LinearRing* teRing);
 
  171         static geos::geom::Polygon* write(
const Polygon* tePoly);
 
  182         static geos::geom::MultiPolygon* write(
const MultiPolygon* teMPoly);
 
  193         static geos::geom::MultiLineString* write(
const MultiLineString* teMLine);
 
  204         static geos::geom::MultiPoint* write(
const MultiPoint* teMPt);
 
  215         static geos::geom::GeometryCollection* write(
const GeometryCollection* teGeomColl);
 
  226         static geos::geom::CoordinateSequence* getCoordinateSequence(
const LineString* teLine);
 
  235         static std::vector<geos::geom::Geometry*>* getGeometries(
const GeometryCollection* teGeomColl);
 
  241 #endif  // TE_USE_GEOS 
  243 #endif  // __TERRALIB_GEOMETRY_INTERNAL_GEOSWRITER_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.