Search Results for

    Show / Hide Table of Contents

    Class Key

    A Key is a unique identifier for a node in a tree. It contains a lower-left point and a level number. The level number is the power of two for the size of the node envelope.

    Inheritance
    object
    Key
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Index.Bintree
    Assembly: NetTopologySuite.dll
    Syntax
    public class Key

    Constructors

    | Edit this page View Source

    Key(Interval)

    Declaration
    public Key(Interval interval)
    Parameters
    Type Name Description
    Interval interval

    Properties

    | Edit this page View Source

    Interval

    Declaration
    public Interval Interval { get; }
    Property Value
    Type Description
    Interval
    | Edit this page View Source

    Level

    Declaration
    public int Level { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Point

    Declaration
    public double Point { get; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    ComputeKey(Interval)

    Return a square envelope containing the argument envelope, whose extent is a power of two and which is based at a power of 2.

    Declaration
    public void ComputeKey(Interval itemInterval)
    Parameters
    Type Name Description
    Interval itemInterval
    | Edit this page View Source

    ComputeLevel(Interval)

    Declaration
    public static int ComputeLevel(Interval interval)
    Parameters
    Type Name Description
    Interval interval
    Returns
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX