Class SweepLineIndex

Hierarchy: Object , SweepLineIndex
public class SweepLineIndex
A sweepline implements a sorted index on a set of intervals. It is used to compute all overlaps between the interval in the index.

Other

  • version: 1.7
public SweepLineIndex()
public void add(SweepLineInterval sweepInt)
public void computeOverlaps(SweepLineOverlapAction action)