Package | Description |
---|---|
org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
org.locationtech.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometry s. |
Modifier and Type | Method and Description |
---|---|
EdgeIntersection |
EdgeIntersectionList.add(Coordinate intPt,
int segmentIndex,
double dist)
Adds an intersection into the list, if it isn't already there.
|
Modifier and Type | Method and Description |
---|---|
(package private) Edge |
EdgeIntersectionList.createSplitEdge(EdgeIntersection ei0,
EdgeIntersection ei1)
Create a new "split edge" with the section of points between
(and including) the two intersections.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
EdgeEndBuilder.createEdgeEndForNext(Edge edge,
java.util.List l,
EdgeIntersection eiCurr,
EdgeIntersection eiNext)
Create a StubEdge for the edge after the intersection eiCurr.
|
(package private) void |
EdgeEndBuilder.createEdgeEndForPrev(Edge edge,
java.util.List l,
EdgeIntersection eiCurr,
EdgeIntersection eiPrev)
Create a EdgeStub for the edge before the intersection eiCurr.
|