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

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

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

Fields in com.bbn.openmap.util.quadtree declared as QuadTreeRect
 QuadTreeRect QuadTreeNode.bounds
           
 

Methods in com.bbn.openmap.util.quadtree with parameters of type QuadTreeRect
 java.util.Collection<T> QuadTreeNode.get(QuadTreeRect rect, java.util.Collection<T> collection)
          Get all the objects within a bounding box.
 boolean QuadTreeRect.within(QuadTreeRect rect)
           
 



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