Search Results for

    Show / Hide Table of Contents

    Interface ISpatialIndexEx<T>

    Inherited Members
    ISpatialIndex<T>.Insert(Envelope, T)
    ISpatialIndex<T>.Query(Envelope, IItemVisitor<T>)
    ISpatialIndex<T>.Remove(Envelope, T)
    Namespace: NetTopologySuite.Index
    Assembly: NetTopologySuite.dll
    Syntax
    public interface ISpatialIndexEx<T> : ISpatialIndex<T>
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Query(Envelope)

    Declaration
    IEnumerable<T> Query(Envelope extent)
    Parameters
    Type Name Description
    Envelope extent
    Returns
    Type Description
    IEnumerable<T>
    | Edit this page View Source

    Query(Envelope, Func<T, bool>)

    Declaration
    IEnumerable<T> Query(Envelope extent, Func<T, bool> predicate)
    Parameters
    Type Name Description
    Envelope extent
    Func<T, bool> predicate
    Returns
    Type Description
    IEnumerable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX