#include <RightmostEdgeFinder.h>
Public Member Functions | |
RightmostEdgeFinder () | |
A RightmostEdgeFinder finds the geomgraph::DirectedEdge with the rightmost coordinate. | |
geomgraph::DirectedEdge * | getEdge () |
geom::Coordinate & | getCoordinate () |
void | findEdge (std::vector< geomgraph::DirectedEdge * > *dirEdgeList) |
Note that only Forward DirectedEdges will be checked. |
geos::operation::buffer::RightmostEdgeFinder::RightmostEdgeFinder | ( | ) |
A RightmostEdgeFinder finds the geomgraph::DirectedEdge with the rightmost coordinate.
The geomgraph::DirectedEdge returned is guaranteed to have the R of the world on its RHS.