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
| Improve this Doc View SourceVisitItem(T)
Visits an item in the index.
Declaration
void VisitItem(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The index item to be visited. |