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

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

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

Fields in com.bbn.openmap.util.quadtree declared as QuadTreeNode
protected  QuadTreeNode[] QuadTreeNode.children
           
protected  QuadTreeNode QuadTree.top
           
 

Methods in com.bbn.openmap.util.quadtree that return QuadTreeNode
protected  QuadTreeNode QuadTreeNode.getChild(float lat, float lon)
          Get the node that covers a certain lat/lon pair.
 



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