Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLocation
A BasicLocation the standard Location - dot for the marker, text to the right
of the dot.
|
class |
ByteRasterLocation
A Location that takes a byte array and creates a Raster for a Location
marker.
|
class |
Link
A Link is a relationship between Locations, represented as a line between
them.
|
class |
URLRasterLocation
A Location that takes an URL for an image and creates a Raster for a Location
marker.
|
Modifier and Type | Field and Description |
---|---|
protected Location |
LocationMenuItem.location |
protected Location |
LocationCBMenuItem.location |
Modifier and Type | Method and Description |
---|---|
Location |
LocationMenuItem.getLoc() |
Location |
LocationCBMenuItem.getLoc() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.awt.Component> |
LocationHandler.getItemsForPopupMenu(Location loc)
The location layer passes a LocationPopupMenu to the handler when on of
its locations has been clicked on.
|
java.util.List<java.awt.Component> |
BasicLocationHandler.getItemsForPopupMenu(Location loc) |
void |
LocationMenuItem.setLoc(Location location) |
void |
LocationCBMenuItem.setLoc(Location location) |
Constructor and Description |
---|
LocationCBMenuItem(java.lang.String text,
Location loc) |
LocationMenuItem(java.lang.String text,
Location loc) |
Modifier and Type | Method and Description |
---|---|
protected Location |
CSVLocationHandler.createLocation(float lat,
float lon,
java.lang.String name,
java.lang.String iconURL)
When a new Location object needs to be created from data read in the CSV
file, this method is called.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.awt.Component> |
CSVLocationHandler.getItemsForPopupMenu(Location loc) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.awt.Component> |
DBLocationHandler.getItemsForPopupMenu(Location loc) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details