Search Results for

    Show / Hide Table of Contents

    Class MonotoneChainSelectAction

    The action for the internal iterator for performing envelope select queries on a MonotoneChain.

    Inheritance
    object
    MonotoneChainSelectAction
    MCIndexPointSnapper.HotPixelSnapAction
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Index.Chain
    Assembly: NetTopologySuite.dll
    Syntax
    public class MonotoneChainSelectAction

    Fields

    | Edit this page View Source

    SelectedSegment

    Declaration
    public LineSegment SelectedSegment
    Field Value
    Type Description
    LineSegment

    Methods

    | Edit this page View Source

    Select(LineSegment)

    This is a convenience method which can be overridden to obtain the actual line segment which is selected.

    Declaration
    public virtual void Select(LineSegment seg)
    Parameters
    Type Name Description
    LineSegment seg
    | Edit this page View Source

    Select(MonotoneChain, int)

    This method is overridden to process a segment in the context of the parent chain.

    Declaration
    public virtual void Select(MonotoneChain mc, int startIndex)
    Parameters
    Type Name Description
    MonotoneChain mc

    The parent chain

    int startIndex

    The index of the start vertex of the segment being processed

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX