public abstract class AbstractIdObjectPointQuadTree<T> extends AbstractPointSpatialIndex<T> implements IdObjectIndex<T>
| Constructor and Description |
|---|
AbstractIdObjectPointQuadTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<Integer> ids) |
T |
add(T object) |
abstract Point |
getCoordinates(T object) |
void |
put(Point point,
T object) |
boolean |
remove(Point point,
T object) |
boolean |
remove(T object) |
void |
removeAll(Collection<T> objects) |
void |
visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
visit(Visitor<T> visitor) |
find, findAll, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEnvelope, getId, getObject, getObjects, querypublic void add(Collection<Integer> ids)
public T add(T object)
add in interface IdObjectIndex<T>public void put(Point point, T object)
put in interface PointSpatialIndex<T>public boolean remove(Point point, T object)
remove in interface PointSpatialIndex<T>public boolean remove(T object)
remove in interface IdObjectIndex<T>public void removeAll(Collection<T> objects)
public void visit(BoundingBox envelope, Visitor<T> visitor)
visit in interface IdObjectIndex<T>visit in interface PointSpatialIndex<T>public void visit(Visitor<T> visitor)
visit in interface PointSpatialIndex<T>Copyright © 2015 Revolution Systems Inc.. All rights reserved.