|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationHandler | |
---|---|
com.bbn.openmap.layer.location | Provides a layer that can display location data - data that represents a location with a graphic and a name. |
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. |
Uses of LocationHandler in com.bbn.openmap.layer.location |
---|
Classes in com.bbn.openmap.layer.location that implement LocationHandler | |
---|---|
class |
AbstractLocationHandler
The AbstractLocationHandler class facilitates the implementation of a LocationHandler by implementing a number of methods. |
class |
BasicLocationHandler
A basic location handler, that just returns simple testing locations. |
Fields in com.bbn.openmap.layer.location declared as LocationHandler | |
---|---|
LocationHandler |
Location.handler
The LocationHandler that is handling the location. |
Fields in com.bbn.openmap.layer.location with type parameters of type LocationHandler | |
---|---|
protected java.util.concurrent.CopyOnWriteArrayList<LocationHandler> |
LocationLayer.dataHandlers
Handlers load the data, and manage it for the layer. |
Methods in com.bbn.openmap.layer.location that return LocationHandler | |
---|---|
LocationHandler |
Location.getLocationHandler()
Get the location handler for the location. |
LocationHandler[] |
LocationLayer.getLocationHandlers()
Get the LocationHandlers for this layer. |
Methods in com.bbn.openmap.layer.location with parameters of type LocationHandler | |
---|---|
void |
Location.setLocationHandler(LocationHandler lh)
Set the location handler for the location. |
void |
LocationLayer.setLocationHandlers(LocationHandler[] handlers)
Set the LocationHandlers for the layer. |
Uses of LocationHandler in com.bbn.openmap.layer.location.csv |
---|
Classes in com.bbn.openmap.layer.location.csv that implement LocationHandler | |
---|---|
class |
CSVLinkHandler
The CSVLinkHandler is designed to let you put data on the map based on information from a Comma Separated Value(CSV) file. |
class |
CSVLocationHandler
The CSVLocationLayer is a LocationHandler designed to let you put data on the map based on information from a Comma Separated Value(CSV) file. |
Uses of LocationHandler in com.bbn.openmap.layer.location.db |
---|
Classes in com.bbn.openmap.layer.location.db that implement LocationHandler | |
---|---|
class |
DBLocationHandler
The DBLocationLayer is a LocationHandler designed to let you put data on the map based on information from a Database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |