Uses of Class
com.bbn.openmap.util.quadtree.QuadTreeLeaf

Packages that use QuadTreeLeaf
com.bbn.openmap.util.quadtree Provide a quad-tree for latitude/longitude based data. 
 

Uses of QuadTreeLeaf in com.bbn.openmap.util.quadtree
 

Fields in com.bbn.openmap.util.quadtree with type parameters of type QuadTreeLeaf
protected  java.util.Collection<QuadTreeLeaf<T>> QuadTreeNode.items
           
 

Methods in com.bbn.openmap.util.quadtree with parameters of type QuadTreeLeaf
 boolean QuadTreeNode.put(QuadTreeLeaf<T> leaf)
          Add a QuadTreeLeaf into the tree at a location.
 T QuadTreeNode.remove(QuadTreeLeaf<T> leaf)
          Remove a QuadTreeLeaf out of the tree at a location.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details