22 #ifndef GEOS_GEOMGRAPH_NODEFACTORY_H
23 #define GEOS_GEOMGRAPH_NODEFACTORY_H
25 #include <geos/export.h>
26 #include <geos/inline.h>
41 class GEOS_DLL NodeFactory {
43 virtual Node* createNode(
const geom::Coordinate &coord)
const;
44 static const NodeFactory &instance();
45 virtual ~NodeFactory() {}
58 #endif // ifndef GEOS_GEOMGRAPH_NODEFACTORY_H