Package | Description |
---|---|
com.bbn.openmap.dataAccess.mapTile | |
com.bbn.openmap.layer.imageTile |
Modifier and Type | Field and Description |
---|---|
protected MapTileRequester |
StandardMapTileFactory.mapTileRequester
If set, the MapTileRequester will be notified when the list provided in
getTiles() has been updated, and asked if it should continue with the
getTiles() request at opportune times, when tile fetching is stable.
|
Modifier and Type | Method and Description |
---|---|
MapTileRequester |
StandardMapTileFactory.getMapTileRequester() |
Modifier and Type | Method and Description |
---|---|
void |
StandardMapTileFactory.setMapTileRequester(MapTileRequester mtRequestor) |
void |
MapTileFactory.setMapTileRequester(MapTileRequester requestor)
Set a MapTileRequestor in the tile factory that should be told to repaint
when new tiles become available, and to check with during the tile fetch
whether to keep going or not.
|
Constructor and Description |
---|
StandardMapTileFactory(MapTileRequester layer,
java.lang.String rootDir,
java.lang.String tileFileExt) |
Modifier and Type | Class and Description |
---|---|
class |
MapTileLayer
A Layer that uses a MapTileFactory to display information (tiles) on the map.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details