23#include <geos/export.h>
29#pragma warning(disable: 4251)
36class CoordinateSequence;
41class LineMergeDirectedEdge;
58 std::vector<LineMergeDirectedEdge*> directedEdges;
59 std::unique_ptr<geom::CoordinateSequence> getCoordinates()
const;
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
A sequence of LineMergeDirectedEdge forming one of the lines that will be output by the line-merging ...
Definition EdgeString.h:55
EdgeString(const geom::GeometryFactory *newFactory)
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString.
void add(LineMergeDirectedEdge *directedEdge)
std::unique_ptr< geom::LineString > toLineString() const
A DirectedEdge of a LineMergeGraph.
Definition LineMergeDirectedEdge.h:46
Basic namespace for all GEOS functionalities.
Definition geos.h:39