|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.index.sweepline.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.
Constructor Summary | |
SweepLineIndex()
|
Method Summary | |
void |
add(SweepLineInterval sweepInt)
|
void |
computeOverlaps(SweepLineOverlapAction action)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SweepLineIndex()
Method Detail |
public void add(SweepLineInterval sweepInt)
public void computeOverlaps(SweepLineOverlapAction action)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |