26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOSGEOMETRYFACTORY_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOSGEOMETRYFACTORY_H 
   34 #include <geos/geom/GeometryFactory.h> 
   56         static const geos::geom::GeometryFactory* getGeomFactory();
 
   64         static void initialize();
 
   67         static void finalize();
 
   79         GEOSGeometryFactory();
 
   85         static const geos::geom::GeometryFactory* sm_gFactory; 
 
   88     inline const geos::geom::GeometryFactory* GEOSGeometryFactory::getGeomFactory()
 
   97 #endif  // __TERRALIB_GEOMETRY_INTERNAL_GEOSGEOMETRYFACTORY_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.