Class MCIndexNoder.SegmentOverlapAction
- Namespace
- NetTopologySuite.Noding
- Assembly
- NetTopologySuite.dll
public class MCIndexNoder.SegmentOverlapAction : MonotoneChainOverlapAction
- Inheritance
-
MCIndexNoder.SegmentOverlapAction
- Inherited Members
Constructors
SegmentOverlapAction(ISegmentIntersector)
Initializes a new instance of the MCIndexNoder.SegmentOverlapAction class.
public SegmentOverlapAction(ISegmentIntersector si)
Parameters
Methods
Overlap(MonotoneChain, int, MonotoneChain, int)
public override void Overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
Parameters
mc1
MonotoneChainstart1
intmc2
MonotoneChainstart2
int