23 #include <geos/export.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;
41 class LineMergeDirectedEdge;
58 std::vector<LineMergeDirectedEdge*> directedEdges;
59 std::unique_ptr<geom::CoordinateSequence> getCoordinates()
const;
78 std::unique_ptr<geom::LineString> toLineString()
const;
A sequence of LineMergeDirectedEdge forming one of the lines that will be output by the line-merging ...
Definition: EdgeString.h:55
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:65
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
A DirectedEdge of a LineMergeGraph.
Definition: LineMergeDirectedEdge.h:46