20 #ifndef GEOS_OP_OVERLAY_LINEBUILDER_H
21 #define GEOS_OP_OVERLAY_LINEBUILDER_H
23 #include <geos/export.h>
25 #include <geos/operation/overlay/OverlayOp.h>
31 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
37 class GeometryFactory;
38 class CoordinateSequence;
92 std::vector<geomgraph::Edge*>* edges);
98 std::vector<geomgraph::Edge*> lineEdgesList;
99 std::vector<geom::LineString*>* resultLineList;
100 void findCoveredLineEdges();
103 void labelIsolatedLines(std::vector<geomgraph::Edge*> *edgesList);
117 std::vector<geomgraph::Edge*>* edges);
122 void labelIsolatedLine(geomgraph::Edge *e,
int targetIndex);
141 #endif // ndef GEOS_OP_OVERLAY_LINEBUILDER_H
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:77
Computes the overlay of two Geometry.
Definition: OverlayOp.h:68
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:44
Computes the topological relationship (Location) of a single point to a Geometry. ...
Definition: PointLocator.h:58
Forms JTS LineStrings out of a the graph of geomgraph::DirectedEdge created by an OverlayOp...
Definition: LineBuilder.h:64
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60