21 #include <geos/export.h> 23 #include <geos/operation/overlay/OverlayOp.h> 29 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 35 class GeometryFactory;
36 class 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);
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:78
Computes the geometric overlay of two Geometry.
Definition: OverlayOp.h:69
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:42
Computes the topological relationship (Location) of a single point to a Geometry. ...
Definition: PointLocator.h:56
Forms JTS LineStrings out of a the graph of geomgraph::DirectedEdge created by an OverlayOp...
Definition: LineBuilder.h:62
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:44
Definition: geomgraph/Edge.h:63