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

Packages that use QuadTree
com.bbn.openmap.layer.location.csv Provides a LocationHandler that can retrieve data from CSV (comma-separated values) files. 
com.bbn.openmap.layer.location.db Provides a LocationHandler that can retrieve data through JDBC. 
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
com.bbn.openmap.tools.roads Provides classes to determine routes given a set of roads and intersections. 
 

Uses of QuadTree in com.bbn.openmap.layer.location.csv
 

Fields in com.bbn.openmap.layer.location.csv declared as QuadTree
protected  QuadTree<Location> CSVLocationHandler.quadtree
          The storage mechanism for the locations.
 

Methods in com.bbn.openmap.layer.location.csv that return QuadTree
protected  QuadTree<Location> CSVLocationHandler.createData()
          Look at the CSV file and create the QuadTree holding all the Locations.
 

Methods in com.bbn.openmap.layer.location.csv with parameters of type QuadTree
protected  void CSVLocationHandler.createLocation(java.util.List recordList, QuadTree<Location> qt)
          This is the method called by create data with a row's worth of information stuffed in the record List.
protected  void CSVLinkHandler.createLocation(java.util.List recordList, QuadTree<Location> qt)
          This is the method called by create data with a row's worth of information stuffed in the record List.
 

Uses of QuadTree in com.bbn.openmap.layer.location.db
 

Fields in com.bbn.openmap.layer.location.db declared as QuadTree
protected  QuadTree DBLocationHandler.quadtree
          The storage mechanism for the locations.
 

Methods in com.bbn.openmap.layer.location.db that return QuadTree
protected  QuadTree DBLocationHandler.createData()
          Look in the database and create the QuadTree holding all the Locations.
 

Uses of QuadTree in com.bbn.openmap.plugin
 

Fields in com.bbn.openmap.plugin declared as QuadTree
protected  QuadTree<OMText> UTMGridPlugIn.labelTree
          Used to hold OMText UTM zone labels.
 

Methods in com.bbn.openmap.plugin that return QuadTree
protected  QuadTree<OMText> UTMGridPlugIn.createMGRSZoneLabels()
           
protected  QuadTree<OMText> UTMGridPlugIn.createUTMZoneLabels()
           
 

Methods in com.bbn.openmap.plugin with parameters of type QuadTree
protected  void UTMGridPlugIn.addLabel(LatLonPoint llp, UTMPoint utm, QuadTree<OMText> labelTree)
           
 

Uses of QuadTree in com.bbn.openmap.tools.roads
 

Fields in com.bbn.openmap.tools.roads declared as QuadTree
protected  QuadTree RoadFinder.interQuadTree
           
 



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