Package | Description |
---|---|
com.bbn.openmap.util.quadtree |
Provide a quad-tree for latitude/longitude based data.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<QuadTreeLeaf> |
QuadTreeNode.items |
Modifier and Type | Method and Description |
---|---|
boolean |
QuadTreeNode.put(QuadTreeLeaf leaf)
Add a QuadTreeLeaf into the tree at a location.
|
java.lang.Object |
QuadTreeNode.remove(QuadTreeLeaf leaf)
Remove a QuadTreeLeaf out of the tree at a location.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details