20 #ifndef GEOS_OP_OVERLAY_POINTBUILDER_H
21 #define GEOS_OP_OVERLAY_POINTBUILDER_H
23 #include <geos/export.h>
25 #include <geos/geom/GeometryFactory.h>
26 #include <geos/operation/overlay/OverlayOp.h>
27 #include <geos/util.h>
34 class GeometryFactory;
75 void filterCoveredNodeToPoint(
const geomgraph::Node *);
80 std::vector<geom::Point*> *resultPointList;
89 geometryFactory(newGeometryFactory),
90 resultPointList(
new std::vector<geom::Point *>())
92 ::geos::ignore_unused_variable_warning(newPtLocator);
107 #endif // ndef GEOS_OP_OVERLAY_POINTBUILDER_H