29 #ifdef TERRALIB_GEOS_ENABLED 
   30 const geos::geom::GeometryFactory* te::gm::GEOSGeometryFactory::sm_gFactory(0);
 
   32 void te::gm::GEOSGeometryFactory::initialize()
 
   34   sm_gFactory = geos::geom::GeometryFactory::getDefaultInstance();
 
   37 void te::gm::GEOSGeometryFactory::finalize()
 
The global factory used by TerraLib in order to create GEOS geometries.