Uses of Class
org.locationtech.jts.noding.InteriorIntersectionFinder
Packages that use InteriorIntersectionFinder
Package
Description
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 InteriorIntersectionFinderMethods in org.locationtech.jts.noding that return InteriorIntersectionFinderModifier and TypeMethodDescriptionstatic 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.