Search Results for

    Show / Hide Table of Contents

    Class MCIndexNoder.SegmentOverlapAction

    Inheritance
    object
    MonotoneChainOverlapAction
    MCIndexNoder.SegmentOverlapAction
    Inherited Members
    MonotoneChainOverlapAction.overlapSeg1
    MonotoneChainOverlapAction.overlapSeg2
    MonotoneChainOverlapAction.Overlap(LineSegment, LineSegment)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Noding
    Assembly: NetTopologySuite.dll
    Syntax
    public class MCIndexNoder.SegmentOverlapAction : MonotoneChainOverlapAction

    Constructors

    | Edit this page View Source

    SegmentOverlapAction(ISegmentIntersector)

    Initializes a new instance of the MCIndexNoder.SegmentOverlapAction class.

    Declaration
    public SegmentOverlapAction(ISegmentIntersector si)
    Parameters
    Type Name Description
    ISegmentIntersector si

    The ISegmentIntersector

    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
    Type Name Description
    MonotoneChain mc1
    int start1
    MonotoneChain mc2
    int start2
    Overrides
    MonotoneChainOverlapAction.Overlap(MonotoneChain, int, MonotoneChain, int)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX