Interface ItemVisitor

public interface ItemVisitor
A visitor for items in a SpatialIndex.

Other

  • version: 1.7
void visitItem(Object item)
Visits an item in the index.
Parameters:
item - item the index item to be visited