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.
Inheritance
SweepLineIndex
Assembly: NetTopologySuite.dll
Syntax
public class SweepLineIndex
Methods
|
Edit this page
View Source
Add(SweepLineInterval)
Declaration
public void Add(SweepLineInterval sweepInt)
Parameters
|
Edit this page
View Source
ComputeOverlaps(ISweepLineOverlapAction)
Declaration
public void ComputeOverlaps(ISweepLineOverlapAction action)
Parameters