Package org.locationtech.jts.index
Interface ItemVisitor
- All Known Implementing Classes:
ArrayListVisitor
public interface ItemVisitor
A visitor for items in a
SpatialIndex
.- Version:
- 1.7
-
Method Summary
-
Method Details
-
visitItem
Visits an item in the index.- Parameters:
item
- the index item to be visited
-