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