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
si
ISegmentIntersectorThe segment intersector to use
Methods
Overlap(MonotoneChain, int, MonotoneChain, int)
public override void Overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
Parameters
mc1
MonotoneChainstart1
intmc2
MonotoneChainstart2
int