Table of Contents

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

si ISegmentIntersector

The ISegmentIntersector

Methods

Overlap(MonotoneChain, int, MonotoneChain, int)

public override void Overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)

Parameters

mc1 MonotoneChain
start1 int
mc2 MonotoneChain
start2 int