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>
79 std::vector<geom::Point*>* resultPointList;
91 geometryFactory(newGeometryFactory),
92 resultPointList(
new std::vector<geom::Point *>())
94 ::geos::ignore_unused_variable_warning(newPtLocator);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition PointLocator.h:57
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:68
The node component of a geometry graph.
Definition geomgraph/Node.h:62
Computes the geometric overlay of two Geometry.
Definition OverlayOp.h:70
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:79
Constructs geom::Point s from the nodes of an overlay graph.
Definition PointBuilder.h:56
std::vector< geom::Point * > * build(OverlayOp::OpCode opCode)
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26