Search Results for

    Show / Hide Table of Contents

    Interface IBoundable<T, TItem>

    A spatial object in an AbstractSTRtree.

    Namespace: NetTopologySuite.Geometries
    Assembly: NetTopologySuite.dll
    Syntax
    public interface IBoundable<out T, out TItem> where T : IIntersectable<out T>, IExpandable<out T>
    Type Parameters
    Name Description
    T
    TItem

    Properties

    | Edit this page View Source

    Bounds

    Returns a representation of space that encloses this Boundable, preferably not much bigger than this Boundable's boundary yet fast to test for intersection with the bounds of other Boundables. The class of object returned depends on the subclass of AbstractSTRtree.

    Declaration
    T Bounds { get; }
    Property Value
    Type Description
    T

    An Envelope (for STRtrees), an Interval (for SIRtrees), or other object (for other subclasses of AbstractSTRtree).

    | Edit this page View Source

    Item

    Gets the item that is bounded

    Declaration
    TItem Item { get; }
    Property Value
    Type Description
    TItem
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX