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