Class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- Namespace
- NetTopologySuite.Noding
- Assembly
- NetTopologySuite.dll
Segment overlap action class
public class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction : MonotoneChainOverlapAction
- Inheritance
-
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- Inherited Members
Constructors
SegmentOverlapAction(ISegmentIntersector)
Creates an instance of this class using the provided ISegmentIntersector
public SegmentOverlapAction(ISegmentIntersector si)
Parameters
siISegmentIntersectorThe segment intersector to use
Methods
Overlap(MonotoneChain, int, MonotoneChain, int)
public override void Overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
Parameters
mc1MonotoneChainstart1intmc2MonotoneChainstart2int