Interface ILimitingItemVisitor<T>
A visitor for items in a ISpatialIndex<T>
Not used, commited by accident!
Inherited Members
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
| Improve this Doc View SourceIsDone
Gets a value indicating if no more items need to be visited
Declaration
bool IsDone { get; }
Property Value
Type | Description |
---|---|
Boolean |