Uses of Class
org.locationtech.jts.noding.NodingIntersectionFinder
-
Packages that use NodingIntersectionFinder Package Description org.locationtech.jts.noding -
-
Uses of NodingIntersectionFinder in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding that return NodingIntersectionFinder Modifier and Type Method Description static NodingIntersectionFinderNodingIntersectionFinder. createAllIntersectionsFinder(LineIntersector li)Creates an intersection finder which finds all interior intersections.static NodingIntersectionFinderNodingIntersectionFinder. createAnyIntersectionFinder(LineIntersector li)Creates an intersection finder which tests if there is at least one interior intersection.static NodingIntersectionFinderNodingIntersectionFinder. createIntersectionCounter(LineIntersector li)Creates an intersection finder which counts all interior intersections.
-