Uses of Class
org.locationtech.jts.noding.SegmentIntersectionDetector
Packages that use SegmentIntersectionDetector
Package
Description
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 SegmentIntersectionDetectorModifier and TypeMethodDescriptionboolean
FastSegmentSetIntersectionFinder.intersects
(Collection segStrings, SegmentIntersectionDetector intDetector) Tests for intersections with a given set of targetSegmentString
s.