JTS Core 1.17.1
Packages
Classes
Search
About
Top
SweepLineIndex()
add(SweepLineInterval): void
computeOverlaps(SweepLineOverlapAction): void
Bottom
Source
Classic
org.locationtech.jts.index.sweepline
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)