Class SweepLineIndex
- java.lang.Object
-
- org.locationtech.jts.index.sweepline.SweepLineIndex
-
public class SweepLineIndex extends java.lang.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 Summary
Constructors Constructor Description SweepLineIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(SweepLineInterval sweepInt)
void
computeOverlaps(SweepLineOverlapAction action)
-
-
-
Method Detail
-
add
public void add(SweepLineInterval sweepInt)
-
computeOverlaps
public void computeOverlaps(SweepLineOverlapAction action)
-
-