Uses of Class
org.locationtech.jts.geomgraph.EdgeIntersection
-
Packages that use EdgeIntersection 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 ofGeometrys. -
-
Uses of EdgeIntersection in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return EdgeIntersection Modifier and Type Method Description EdgeIntersectionEdgeIntersectionList. add(Coordinate intPt, int segmentIndex, double dist)Adds an intersection into the list, if it isn't already there.Methods in org.locationtech.jts.geomgraph with parameters of type EdgeIntersection Modifier and Type Method Description (package private) EdgeEdgeIntersectionList. createSplitEdge(EdgeIntersection ei0, EdgeIntersection ei1)Create a new "split edge" with the section of points between (and including) the two intersections. -
Uses of EdgeIntersection in org.locationtech.jts.operation.relate
Methods in org.locationtech.jts.operation.relate with parameters of type EdgeIntersection Modifier and Type Method Description (package private) voidEdgeEndBuilder. createEdgeEndForNext(Edge edge, java.util.List l, EdgeIntersection eiCurr, EdgeIntersection eiNext)Create a StubEdge for the edge after the intersection eiCurr.(package private) voidEdgeEndBuilder. createEdgeEndForPrev(Edge edge, java.util.List l, EdgeIntersection eiCurr, EdgeIntersection eiPrev)Create a EdgeStub for the edge before the intersection eiCurr.
-