Interface ISweepLineOverlapAction
Namespace: NetTopologySuite.Index.Sweepline
Assembly: NetTopologySuite.dll
Syntax
public interface ISweepLineOverlapAction
Methods
| Edit this page View SourceOverlap(SweepLineInterval, SweepLineInterval)
Declaration
void Overlap(SweepLineInterval s0, SweepLineInterval s1)
Parameters
| Type | Name | Description |
|---|---|---|
| SweepLineInterval | s0 | |
| SweepLineInterval | s1 |