Class SweepLineIndex

java.lang.Object
org.locationtech.jts.index.sweepline.SweepLineIndex

public class SweepLineIndex extends Object
A sweepline implements a sorted index on a set of intervals. It is used to compute all overlaps between the interval in the index.
Version:
1.7
  • Constructor Details

    • SweepLineIndex

      public SweepLineIndex()
  • Method Details