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 CoordinateArraySequence;
37 class CoordinateSequence;
59 std::vector<LineMergeDirectedEdge*> directedEdges;
91 #endif // GEOS_OP_LINEMERGE_EDGESTRING_H The default implementation of CoordinateSequence.
Definition: CoordinateArraySequence.h:37
Definition: LineString.h:68
A sequence of LineMergeDirectedEdge forming one of the lines that will be output by the line-merging ...
Definition: EdgeString.h:56
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:58
A DirectedEdge of a LineMergeGraph.
Definition: LineMergeDirectedEdge.h:47