21#include <geos/export.h>
23#include <geos/planargraph/DirectedEdge.h>
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
LineMergeDirectedEdge * getNext(bool checkDirection=false)
Returns the directed edge that starts at this directed edge's end point, or null if there are zero or...
LineMergeDirectedEdge(planargraph::Node *from, planargraph::Node *to, const geom::Coordinate &directionPt, bool edgeDirection)
Constructs a LineMergeDirectedEdge connecting the from node to the to node.
Represents a directed edge in a PlanarGraph.
Definition planargraph/DirectedEdge.h:45
A node in a PlanarGraph is a location where 0 or more Edge meet.
Definition planargraph/Node.h:44
Line merging package.
Definition namespaces.h:192
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Contains classes to implement a planar graph data structure.
Definition namespaces.h:293
Basic namespace for all GEOS functionalities.
Definition geos.h:39