Search Results for

    Show / Hide Table of Contents

    Interface IItemVisitor<T>

    A visitor for items in a ISpatialIndex<T>.

    Namespace: NetTopologySuite.Index
    Assembly: NetTopologySuite.dll
    Syntax
    public interface IItemVisitor<in T>
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    VisitItem(T)

    Visits an item in the index.

    Declaration
    void VisitItem(T item)
    Parameters
    Type Name Description
    T item

    The index item to be visited.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX