Uses of Interface
org.locationtech.jts.noding.SegmentSetMutualIntersector
Packages that use SegmentSetMutualIntersector
Package
Description
Classes to compute nodings for arrangements of line segments and line segment sequences.
-
Uses of SegmentSetMutualIntersector in org.locationtech.jts.noding
Classes in org.locationtech.jts.noding that implement SegmentSetMutualIntersectorModifier and TypeClassDescriptionclass
class
Intersects two sets ofSegmentString
s using brute-force comparison.Fields in org.locationtech.jts.noding declared as SegmentSetMutualIntersectorModifier and TypeFieldDescriptionprivate final SegmentSetMutualIntersector
FastSegmentSetIntersectionFinder.segSetMutInt
Methods in org.locationtech.jts.noding that return SegmentSetMutualIntersectorModifier and TypeMethodDescriptionFastSegmentSetIntersectionFinder.getSegmentSetIntersector()
Gets the segment set intersector used by this class.