Class EdgeEndBuilder

java.lang.Object
org.locationtech.jts.operation.relate.EdgeEndBuilder

public class EdgeEndBuilder extends Object
Computes the EdgeEnds which arise from a noded Edge.
Version:
1.7
  • Constructor Details

    • EdgeEndBuilder

      public EdgeEndBuilder()
  • Method Details

    • computeEdgeEnds

      public List computeEdgeEnds(Iterator edges)
    • computeEdgeEnds

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