Class SimpleSegmentSetMutualIntersector

java.lang.Object
org.locationtech.jts.noding.SimpleSegmentSetMutualIntersector
All Implemented Interfaces:
SegmentSetMutualIntersector

public class SimpleSegmentSetMutualIntersector extends Object implements SegmentSetMutualIntersector
Intersects two sets of SegmentStrings using brute-force comparison.
Version:
1.7
  • Field Details

    • baseSegStrings

      private final Collection baseSegStrings
  • Constructor Details

    • SimpleSegmentSetMutualIntersector

      public SimpleSegmentSetMutualIntersector(Collection segStrings)
      Constructs a new intersector for a given set of SegmentStrings.
      Parameters:
      segStrings - the base segment strings to intersect
  • Method Details