Class SweepLineIndex
- java.lang.Object
-
- org.meteoinfo.jts.index.sweepline.SweepLineIndex
-
public class SweepLineIndex extends java.lang.ObjectA sweepline implements a sorted index on a set of intervals. It is used to compute all overlaps between the interval in the index.
-
-
Constructor Summary
Constructors Constructor Description SweepLineIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(SweepLineInterval sweepInt)voidcomputeOverlaps(SweepLineOverlapAction action)
-
-
-
Method Detail
-
add
public void add(SweepLineInterval sweepInt)
-
computeOverlaps
public void computeOverlaps(SweepLineOverlapAction action)
-
-