Table of Contents

Interface IItemVisitor<T>

Namespace
NetTopologySuite.Index
Assembly
NetTopologySuite.dll

A visitor for items in a ISpatialIndex<T>.

public interface IItemVisitor<in T>

Type Parameters

T

Methods

VisitItem(T)

Visits an item in the index.

void VisitItem(T item)

Parameters

item T

The index item to be visited.