21 #ifndef GEOS_GEOMGRAPH_NODEFACTORY_H
22 #define GEOS_GEOMGRAPH_NODEFACTORY_H
24 #include <geos/export.h>
25 #include <geos/inline.h>
40 class GEOS_DLL NodeFactory {
42 virtual Node* createNode(
const geom::Coordinate &coord)
const;
43 static const NodeFactory &instance();
44 virtual ~NodeFactory() {}
53 #endif // ifndef GEOS_GEOMGRAPH_NODEFACTORY_H