com.vividsolutions.jts.operation.buffer
Class RightmostEdgeFinder
java.lang.Object
com.vividsolutions.jts.operation.buffer.RightmostEdgeFinder
public class RightmostEdgeFinder
extends java.lang.Object
A RightmostEdgeFinder find the DirectedEdge in a list which has the highest coordinate,
and which is oriented L to R at that point. (I.e. the right side is on the RHS of the edge.)
RightmostEdgeFinder
public RightmostEdgeFinder(CGAlgorithms cga)
A RightmostEdgeFinder finds the DirectedEdge with the rightmost coordinate.
The DirectedEdge returned is guaranteed to have the R of the world on its RHS.
findEdge
public void findEdge(List dirEdgeList)