19 #ifndef GEOS_OP_OVERLAY_OVERLAYNODEFACTORY_H
20 #define GEOS_OP_OVERLAY_OVERLAYNODEFACTORY_H
22 #include <geos/export.h>
26 #include <geos/geomgraph/NodeFactory.h>
46 class GEOS_DLL OverlayNodeFactory:
public geomgraph::NodeFactory {
48 OverlayNodeFactory(): geomgraph::NodeFactory() {}
49 geomgraph::Node* createNode(
const geom::Coordinate& coord)
const override;
50 static const geomgraph::NodeFactory& instance();
58 #endif // ndef GEOS_OP_OVERLAY_OVERLAYNODEFACTORY_H