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