|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
CSVLocationHandler.quadtree
The storage mechanism for the locations. |
| Methods in com.bbn.openmap.layer.location.csv that return QuadTree | |
protected QuadTree |
CSVLocationHandler.createData()
Look at the CSV file and create the QuadTree holding all the Locations. |
protected QuadTree |
CSVLinkHandler.createData()
This is called by the CSVLinkWorker to load the CSV file |
| 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 |
UTMGridPlugIn.labelTree
Used to hold OMText UTM zone labels. |
| Methods in com.bbn.openmap.plugin that return QuadTree | |
protected QuadTree |
UTMGridPlugIn.createUTMZoneLabels()
|
| Methods in com.bbn.openmap.plugin with parameters of type QuadTree | |
protected void |
UTMGridPlugIn.addLabel(LatLonPoint llp,
UTMPoint utm,
QuadTree labelTree)
|
| Uses of QuadTree in com.bbn.openmap.tools.roads |
| Fields in com.bbn.openmap.tools.roads declared as QuadTree | |
protected QuadTree |
RoadFinder.interQuadTree
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||