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()
 
#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).