Class MCIndexNoder.SegmentOverlapAction
Inheritance
MCIndexNoder.SegmentOverlapAction
Assembly: NetTopologySuite.dll
Syntax
public class MCIndexNoder.SegmentOverlapAction : MonotoneChainOverlapAction
Constructors
|
Edit this page
View Source
SegmentOverlapAction(ISegmentIntersector)
Declaration
public SegmentOverlapAction(ISegmentIntersector si)
Parameters
Methods
|
Edit this page
View Source
Overlap(MonotoneChain, int, MonotoneChain, int)
Declaration
public override void Overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
Parameters
Overrides