Search Results for

    Show / Hide Table of Contents

    Class Item<T>

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

    Constructors

    | Edit this page View Source

    Item(Envelope, T)

    Declaration
    public Item(Envelope env, T item)
    Parameters
    Type Name Description
    Envelope env
    T item

    Properties

    | Edit this page View Source

    Envelope

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

    Value

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T
    Remarks

    This property is named Item in JTS

    Methods

    | 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