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