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