19 #ifndef GEOS_OP_LINEMERGE_LINEMERGEDIRECTEDEDGE_H
20 #define GEOS_OP_LINEMERGE_LINEMERGEDIRECTEDEDGE_H
22 #include <geos/export.h>
24 #include <geos/planargraph/DirectedEdge.h>
32 namespace planargraph {
47 class GEOS_DLL LineMergeDirectedEdge:
public planargraph::DirectedEdge {
61 LineMergeDirectedEdge(planargraph::Node* from,
62 planargraph::Node* to,
63 const geom::Coordinate& directionPt,
72 LineMergeDirectedEdge* getNext();
79 #endif // GEOS_OP_LINEMERGE_LINEMERGEDIRECTEDEDGE_H