org.geotools.geometry.iso.operation.relate
Class EdgeEndBuilder

java.lang.Object
  extended by org.geotools.geometry.iso.operation.relate.EdgeEndBuilder

public class EdgeEndBuilder
extends java.lang.Object

An EdgeEndBuilder creates EdgeEnds for all the "split edges" created by the intersections determined for an Edge. Computes the EdgeEnds which arise from a noded Edge.


Constructor Summary
EdgeEndBuilder()
           
 
Method Summary
 void computeEdgeEnds(Edge edge, java.util.List l)
          Creates stub edges for all the intersections in this Edge (if any) and inserts them into the graph.
 java.util.List computeEdgeEnds(java.util.Iterator edges)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeEndBuilder

public EdgeEndBuilder()
Method Detail

computeEdgeEnds

public java.util.List computeEdgeEnds(java.util.Iterator edges)

computeEdgeEnds

public void computeEdgeEnds(Edge edge,
                            java.util.List l)
Creates stub edges for all the intersections in this Edge (if any) and inserts them into the graph.

Parameters:
edge -
l -


Copyright © 1996-2010 Geotools. All Rights Reserved.