Uses of Class
com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Packages that use SegmentIntersectionDetector Package Description com.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. -
-
Uses of SegmentIntersectionDetector in com.vividsolutions.jts.noding
Methods in com.vividsolutions.jts.noding with parameters of type SegmentIntersectionDetector Modifier and Type Method Description booleanFastSegmentSetIntersectionFinder. intersects(java.util.Collection segStrings, SegmentIntersectionDetector intDetector)Tests for intersections with a given set of targetSegmentStrings.
-