Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected QuadTree |
CSVLocationHandler.quadtree
The storage mechanism for the locations.
|
Modifier and Type | Method and Description |
---|---|
protected QuadTree |
CSVLocationHandler.createData()
Look at the CSV file and create the QuadTree holding all the Locations.
|
Modifier and Type | Field and Description |
---|---|
protected QuadTree |
DBLocationHandler.quadtree
The storage mechanism for the locations.
|
Modifier and Type | Method and Description |
---|---|
protected QuadTree |
DBLocationHandler.createData()
Look in the database and create the QuadTree holding all the Locations.
|
Modifier and Type | Field and Description |
---|---|
protected QuadTree |
UTMGridPlugIn.labelTree
Used to hold OMText UTM zone labels.
|
Modifier and Type | Method and Description |
---|---|
protected QuadTree |
UTMGridPlugIn.createMGRSZoneLabels() |
protected QuadTree |
UTMGridPlugIn.createUTMZoneLabels() |
Modifier and Type | Method and Description |
---|---|
protected void |
UTMGridPlugIn.addLabel(LatLonPoint llp,
UTMPoint utm,
QuadTree labelTree) |
Modifier and Type | Field and Description |
---|---|
protected QuadTree |
RoadFinder.interQuadTree |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details