Class EdgeEndBuilder
- java.lang.Object
-
- com.vividsolutions.jts.operation.relate.EdgeEndBuilder
-
public class EdgeEndBuilder extends java.lang.Object- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description EdgeEndBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomputeEdgeEnds(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.ListcomputeEdgeEnds(java.util.Iterator edges)
-
-
-
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.
-
-