Search Results for

    Show / Hide Table of Contents

    Class ItemBoundable<T, TItem>

    Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.

    Inheritance
    object
    ItemBoundable<T, TItem>
    Implements
    IBoundable<T, TItem>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Index.Strtree
    Assembly: NetTopologySuite.dll
    Syntax
    [Serializable]
    public class ItemBoundable<T, TItem> : IBoundable<T, TItem> where T : IIntersectable<T>, IExpandable<T>
    Type Parameters
    Name Description
    T
    TItem

    Constructors

    | Edit this page View Source

    ItemBoundable(T, TItem)

    Declaration
    public ItemBoundable(T bounds, TItem item)
    Parameters
    Type Name Description
    T bounds
    TItem item

    Properties

    | Edit this page View Source

    Bounds

    The bounds

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

    Item

    The item

    Declaration
    public TItem Item { get; }
    Property Value
    Type Description
    TItem

    Implements

    IBoundable<T, TItem>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX