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 InteriorIntersectionFinderFastNodingValidator. segIntMethods in org.locationtech.jts.noding that return InteriorIntersectionFinder Modifier and Type Method Description static InteriorIntersectionFinderInteriorIntersectionFinder. createAllIntersectionsFinder(LineIntersector li)Creates an intersection finder which finds all interior intersections.static InteriorIntersectionFinderInteriorIntersectionFinder. createAnyIntersectionFinder(LineIntersector li)Creates an intersection finder which tests if there is at least one interior intersection.static InteriorIntersectionFinderInteriorIntersectionFinder. createIntersectionCounter(LineIntersector li)Creates an intersection finder which counts all interior intersections.
-