Class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
Segment overlap action class
Inheritance
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
Inherited Members
Namespace: NetTopologySuite.Noding
Assembly: NetTopologySuite.dll
Syntax
public class SegmentOverlapAction : MonotoneChainOverlapAction
Constructors
| Improve this Doc 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
| Improve this Doc View SourceOverlap(MonotoneChain, Int32, MonotoneChain, Int32)
Declaration
public override void Overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
Parameters
Type | Name | Description |
---|---|---|
MonotoneChain | mc1 | |
Int32 | start1 | |
MonotoneChain | mc2 | |
Int32 | start2 |