21#include <geos/export.h>
23#include <geos/geom/GeometryFactory.h>
24#include <geos/operation/overlay/OverlayOp.h>
77 std::vector<geom::Point*>* resultPointList;
89 geometryFactory(newGeometryFactory),
90 resultPointList(
new std::vector<geom::Point *>())
92 ::geos::ignore_unused_variable_warning(newPtLocator);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition: PointLocator.h:56
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
The node component of a geometry graph.
Definition: geomgraph/Node.h:59
Computes the geometric overlay of two Geometry.
Definition: OverlayOp.h:69
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:78
Constructs geom::Point s from the nodes of an overlay graph.
Definition: PointBuilder.h:54
std::vector< geom::Point * > * build(OverlayOp::OpCode opCode)
Basic namespace for all GEOS functionalities.
Definition: geos.h:39