Search Results for

    Show / Hide Table of Contents

    Class IntervalRTreeNode<T>

    Inheritance
    object
    IntervalRTreeNode<T>
    IntervalRTreeBranchNode<T>
    IntervalRTreeLeafNode<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: NetTopologySuite.Index.IntervalRTree
    Assembly: NetTopologySuite.dll
    Syntax
    public abstract class IntervalRTreeNode<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    IntervalRTreeNode()

    Declaration
    protected IntervalRTreeNode()
    | Edit this page View Source

    IntervalRTreeNode(double, double)

    Declaration
    protected IntervalRTreeNode(double min, double max)
    Parameters
    Type Name Description
    double min
    double max

    Properties

    | Edit this page View Source

    Max

    Declaration
    public double Max { get; protected set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Min

    Declaration
    public double Min { get; protected set; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    Intersects(double, double)

    Declaration
    protected bool Intersects(double queryMin, double queryMax)
    Parameters
    Type Name Description
    double queryMin
    double queryMax
    Returns
    Type Description
    bool
    | Edit this page View Source

    Query(double, double, IItemVisitor<T>)

    Declaration
    public abstract void Query(double queryMin, double queryMax, IItemVisitor<T> visitor)
    Parameters
    Type Name Description
    double queryMin
    double queryMax
    IItemVisitor<T> visitor
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX