Search Results for

    Show / Hide Table of Contents

    Interface ILimitingItemVisitor<T>

    A visitor for items in a ISpatialIndex<T>

    Not used, commited by accident!

    Inherited Members
    IItemVisitor<T>.VisitItem(T)
    Namespace: NetTopologySuite.Index
    Assembly: NetTopologySuite.dll
    Syntax
    public interface ILimitingItemVisitor<in T> : IItemVisitor<T>
    Type Parameters
    Name Description
    T

    The type of the items in the index

    Properties

    | Edit this page View Source

    IsDone

    Gets a value indicating if no more items need to be visited

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