com.vividsolutions.jts.index.sweepline
Class SweepLineIndex
java.lang.Object
com.vividsolutions.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SweepLineIndex
public SweepLineIndex()
add
public void add(SweepLineInterval sweepInt)
computeOverlaps
public void computeOverlaps(SweepLineOverlapAction action)
Copyright © 2012. All Rights Reserved.