Package com.github.micycle1.geoblitz
Interface HPRtreeX.ItemVisitor<T>
- Type Parameters:
T- the type of items visited
public static interface HPRtreeX.ItemVisitor<T>
Visitor interface used by
HPRtreeX.query(Envelope, ItemVisitor) to process
items that intersect a query envelope.-
Method Summary
-
Method Details
-
visitItem
Invoked for each item whose envelope intersects the current query envelope.- Parameters:
item- the item being visited- Returns:
trueto continue visiting additional items,falseto terminate the traversal early
-