19 #ifndef GEOS_OP_OVERLAY_POINTBUILDER_H
20 #define GEOS_OP_OVERLAY_POINTBUILDER_H
22 #include <geos/export.h>
24 #include <geos/geom/GeometryFactory.h>
25 #include <geos/operation/overlay/OverlayOp.h>
26 #include <geos/util.h>
33 class GeometryFactory;
79 std::vector<geom::Point*> *resultPointList;
88 geometryFactory(newGeometryFactory),
89 resultPointList(
new std::vector<geom::Point *>())
91 ::geos::ignore_unused_variable_warning(newPtLocator);
106 #endif // ndef GEOS_OP_OVERLAY_POINTBUILDER_H