Package com.bbn.openmap.util.quadtree

Provide a quad-tree for latitude/longitude based data.

See:
          Description

Class Summary
MutableDistance A *really* simple class used as a changable double.
QuadTree<T> The QuadTree lets you organize objects in a grid, that redefines itself and refines the gridding over locations where more objects are gathered.
QuadTreeLeaf<T>  
QuadTreeNode<T> The QuadTreeNode is the part of the QuadTree that either holds children nodes, or objects as leaves.
QuadTreeRect  
 

Package com.bbn.openmap.util.quadtree Description

Provide a quad-tree for latitude/longitude based data.



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