Uses of Class
org.locationtech.jts.geomgraph.EdgeIntersection
Packages that use EdgeIntersection
Package
Description
Contains classes that implement topology graphs.
Contains classes to implement the computation of the spatial relationships of
Geometry
s.-
Uses of EdgeIntersection in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return EdgeIntersectionModifier and TypeMethodDescriptionEdgeIntersectionList.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 EdgeIntersectionModifier and TypeMethodDescription(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. -
Uses of EdgeIntersection in org.locationtech.jts.operation.relate
Methods in org.locationtech.jts.operation.relate with parameters of type EdgeIntersectionModifier and TypeMethodDescription(package private) void
EdgeEndBuilder.createEdgeEndForNext
(Edge edge, List l, EdgeIntersection eiCurr, EdgeIntersection eiNext) Create a StubEdge for the edge after the intersection eiCurr.(package private) void
EdgeEndBuilder.createEdgeEndForPrev
(Edge edge, List l, EdgeIntersection eiCurr, EdgeIntersection eiPrev) Create a EdgeStub for the edge before the intersection eiCurr.