23#include <geos/export.h>
29#pragma warning(disable: 4251)
58 std::vector<LineMergeDirectedEdge*> directedEdges;
59 std::unique_ptr<geom::CoordinateSequence> getCoordinates()
const;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:56
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
Definition LineString.h:66
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
Line merging package.
Definition namespaces.h:192
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39