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
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:77
Computes the overlay of two Geometry.
Definition: OverlayOp.h:68
Computes the topological relationship (Location) of a single point to a Geometry. ...
Definition: PointLocator.h:58
Constructs geom::Point s from the nodes of an overlay graph.
Definition: PointBuilder.h:57
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68