public final class IdObjectIndexItemVisitor<T> extends AbstractItemVisitor<Integer>
| Constructor and Description |
|---|
IdObjectIndexItemVisitor(IdObjectIndex<T> index,
BoundingBox envelope,
Visitor<T> visitor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(Integer id)
Visit an item of type T, performing some operation on the item.
|
visitItempublic IdObjectIndexItemVisitor(IdObjectIndex<T> index, BoundingBox envelope, Visitor<T> visitor)
public boolean visit(Integer id)
Visitorid - The item to process.Copyright © 2015 Revolution Systems Inc.. All rights reserved.