21#include <geos/export.h>
23#include <geos/operation/overlay/OverlayOp.h>
29#pragma warning(disable: 4251)
36class CoordinateSequence;
90 std::vector<geomgraph::Edge*>* edges);
96 std::vector<geomgraph::Edge*> lineEdgesList;
97 std::vector<geom::LineString*>* resultLineList;
98 void findCoveredLineEdges();
101 void labelIsolatedLines(std::vector<geomgraph::Edge*>* edgesList);
115 std::vector<geomgraph::Edge*>* edges);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition: PointLocator.h:56
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:44
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:42
Definition: geomgraph/Edge.h:63
Forms JTS LineStrings out of a the graph of geomgraph::DirectedEdge created by an OverlayOp.
Definition: overlay/LineBuilder.h:62
std::vector< geom::LineString * > * build(OverlayOp::OpCode opCode)
void collectLineEdge(geomgraph::DirectedEdge *de, OverlayOp::OpCode opCode, std::vector< geomgraph::Edge * > *edges)
Computes the geometric overlay of two Geometry.
Definition: OverlayOp.h:69
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:78
Basic namespace for all GEOS functionalities.
Definition: geos.h:39