23#include <geos/export.h>
28#pragma warning(disable: 4251)
35class CoordinateSequence;
40class LineMergeDirectedEdge;
57 std::vector<LineMergeDirectedEdge*> directedEdges;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:44
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:66
Definition LineString.h:66
A sequence of LineMergeDirectedEdge forming one of the lines that will be output by the line-merging ...
Definition EdgeString.h:54
geom::LineString * toLineString()
EdgeString(const geom::GeometryFactory *newFactory)
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString.
void add(LineMergeDirectedEdge *directedEdge)
A DirectedEdge of a LineMergeGraph.
Definition LineMergeDirectedEdge.h:46
Basic namespace for all GEOS functionalities.
Definition geos.h:39