23#include <geos/export.h>
29#pragma warning(disable: 4251)
37class CoordinateSequence;
42class LineMergeDirectedEdge;
59 std::vector<LineMergeDirectedEdge*> directedEdges;
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:72
A sequence of LineMergeDirectedEdge forming one of the lines that will be output by the line-merging ...
Definition EdgeString.h:56
std::unique_ptr< geom::Curve > getGeometry() const
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:38