Class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
Segment overlap action class
Inheritance
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
Inherited Members
Namespace: NetTopologySuite.Noding
Assembly: NetTopologySuite.dll
Syntax
public class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction : MonotoneChainOverlapAction
Constructors
| Edit this page View SourceSegmentOverlapAction(ISegmentIntersector)
Creates an instance of this class using the provided ISegmentIntersector
Declaration
public SegmentOverlapAction(ISegmentIntersector si)
Parameters
Type | Name | Description |
---|---|---|
ISegmentIntersector | si | The segment intersector to use |
Methods
| Edit this page View SourceOverlap(MonotoneChain, int, MonotoneChain, int)
This function can be overridden if the original chains are needed.
Declaration
public override void Overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
Parameters
Type | Name | Description |
---|---|---|
MonotoneChain | mc1 | |
int | start1 | The index of the start of the overlapping segment from mc1. |
MonotoneChain | mc2 | |
int | start2 | The index of the start of the overlapping segment from mc2. |