Uses of Class
com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Packages that use InteriorIntersectionFinder Package Description com.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. -
-
Uses of InteriorIntersectionFinder in com.vividsolutions.jts.noding
Methods in com.vividsolutions.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.
-