Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
org.openstreetmap.gui.jmapviewer.interfaces | |
org.openstreetmap.josm.gui.layer |
Modifier and Type | Class and Description |
---|---|
class |
MemoryTileCache
TileCache implementation that stores all Tile objects in
memory up to a certain limit (MemoryTileCache.getCacheSize() ). |
Modifier and Type | Field and Description |
---|---|
protected TileCache |
TileController.tileCache |
Modifier and Type | Method and Description |
---|---|
TileCache |
JMapViewer.getTileCache()
Return tile information caching class
|
TileCache |
TileController.getTileCache() |
Modifier and Type | Method and Description |
---|---|
void |
Tile.loadPlaceholderFromCache(TileCache cache)
Tries to get tiles of a lower or higher zoom level (one or two level
difference) from cache and use it as a placeholder until the tile has
been loaded.
|
void |
TileController.setTileCache(TileCache tileCache) |
Constructor and Description |
---|
JMapViewer(TileCache tileCache,
int downloadThreadCount) |
TileController(TileSource source,
TileCache tileCache,
TileLoaderListener listener) |
Modifier and Type | Method and Description |
---|---|
TileCache |
TileLoaderListener.getTileCache()
|
Modifier and Type | Method and Description |
---|---|
TileCache |
TMSLayer.getTileCache() |