26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOSGEOMETRYFACTORY_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOSGEOMETRYFACTORY_H
33 #ifdef TERRALIB_GEOS_ENABLED
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()
96 #endif // TERRALIB_GEOS_ENABLED
97 #endif // __TERRALIB_GEOMETRY_INTERNAL_GEOSGEOMETRYFACTORY_H