Table of Contents

Interface ILimitingItemVisitor<T>

Namespace
NetTopologySuite.Index
Assembly
NetTopologySuite.dll

A visitor for items in a ISpatialIndex<T>

Not used, commited by accident!

public interface ILimitingItemVisitor<in T> : IItemVisitor<T>

Type Parameters

T

The type of the items in the index

Inherited Members

Properties

IsDone

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

bool IsDone { get; }

Property Value

bool