19#ifndef GEOS_OP_OVERLAY_LINEBUILDER_H
20#define GEOS_OP_OVERLAY_LINEBUILDER_H
22#include <geos/export.h>
24#include <geos/operation/overlay/OverlayOp.h>
30#pragma warning(disable: 4251)
37class CoordinateSequence;
91 std::vector<geomgraph::Edge*>* edges);
97 std::vector<geomgraph::Edge*> lineEdgesList;
98 std::vector<geom::LineString*>* resultLineList;
99 void findCoveredLineEdges();
102 void labelIsolatedLines(std::vector<geomgraph::Edge*>* edgesList);
116 std::vector<geomgraph::Edge*>* edges);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition PointLocator.h:57
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:58
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:68
A directed EdgeEnd.
Definition geomgraph/DirectedEdge.h:45
Definition geomgraph/Edge.h:66
Forms JTS LineStrings out of a the graph of geomgraph::DirectedEdge created by an OverlayOp.
Definition overlay/LineBuilder.h:63
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:70
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:79
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26