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) // warning C4251: needs to have dll-interface to be used by clients of class 36 class GeometryFactory;
37 class 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);
140 #endif // ndef GEOS_OP_OVERLAY_LINEBUILDER_H OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:77
Computes the geometric 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:63
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Definition: geomgraph/Edge.h:66