JTS Core 1.17.1
Packages
Classes
Search
About
Top
EdgeEndBuilder()
computeEdgeEnds(Iterator): List
computeEdgeEnds(Edge, List): void
Bottom
Source
Classic
org.locationtech.jts.operation.relate
Class EdgeEndBuilder
Hierarchy:
Object
, EdgeEndBuilder
public class EdgeEndBuilder
Computes the
EdgeEnd
s which arise from a noded
Edge
.
Other
version: 1.7
public
EdgeEndBuilder()
public
List
computeEdgeEnds(
Iterator
edges)
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.