Table of Contents

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 ISegmentIntersector

The segment intersector to use

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