com.vividsolutions.jts.operation.relate
Class EdgeEndBundle
- Comparable
public class EdgeEndBundle
Contains all
EdgeEnd
s which start at the same point and are parallel.
compareDirection , compareTo , computeLabel , getCoordinate , getDirectedCoordinate , getDx , getDy , getEdge , getLabel , getNode , getQuadrant , init , print , setNode |
EdgeEndBundle
public EdgeEndBundle(EdgeEnd e)
computeLabel
public void computeLabel()
This computes the overall edge label for the set of
edges in this EdgeStubBundle. It essentially merges
the ON and side labels for each edge. These labels must be compatible
- computeLabel in interface EdgeEnd
getEdgeEnds
public List getEdgeEnds()
insert
public void insert(EdgeEnd e)
iterator
public Iterator iterator()
print
public void print(PrintStream out)
- print in interface EdgeEnd