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<T> QuadTree.top
           
 

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

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



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