Uses of Class
org.meteoinfo.jts.noding.InteriorIntersectionFinder
-
Packages that use InteriorIntersectionFinder Package Description org.meteoinfo.jts.noding -
-
Uses of InteriorIntersectionFinder in org.meteoinfo.jts.noding
Methods in org.meteoinfo.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.
-