21 #ifndef GEOS_OP_LINEMERGE_EDGESTRING_H
22 #define GEOS_OP_LINEMERGE_EDGESTRING_H
24 #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;
58 std::vector<LineMergeDirectedEdge*> directedEdges;
90 #endif // GEOS_OP_LINEMERGE_EDGESTRING_H
Definition: LineString.h:70
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:67
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
A planargraph::DirectedEdge of a LineMergeGraph.
Definition: LineMergeDirectedEdge.h:47