com.vividsolutions.jts.index.sweepline

Class 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

SweepLineIndex()

Method Summary

void
add(SweepLineInterval sweepInt)
void
computeOverlaps(SweepLineOverlapAction action)

Constructor Details

SweepLineIndex

public SweepLineIndex()

Method Details

add

public void add(SweepLineInterval sweepInt)

computeOverlaps

public void computeOverlaps(SweepLineOverlapAction action)