Uses of Class
org.locationtech.jts.geomgraph.EdgeIntersection
-
Packages that use EdgeIntersection Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs. -
-
Uses of EdgeIntersection in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return EdgeIntersection Modifier and Type Method Description EdgeIntersection
EdgeIntersectionList. add(Coordinate intPt, int segmentIndex, double dist)
Adds an intersection into the list, if it isn't already there.
-