| Package | Description |
|---|---|
| org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
| org.openstreetmap.gui.jmapviewer.interfaces |
| Modifier and Type | Class and Description |
|---|---|
protected class |
OsmFileCacheTileLoader.FileLoadJob |
protected class |
TMSFileCacheTileLoader.TMSFileLoadJob |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.BlockingDeque<TileJob> |
JobDispatcher.jobQueue |
| Modifier and Type | Method and Description |
|---|---|
TileJob |
OsmFileCacheTileLoader.createTileLoaderJob(Tile tile) |
TileJob |
OsmTileLoader.createTileLoaderJob(Tile tile) |
TileJob |
TMSFileCacheTileLoader.createTileLoaderJob(Tile tile) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobDispatcher.addJob(TileJob job)
Adds a job to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
TileJob |
TileLoader.createTileLoaderJob(Tile tile)
A typical implementation of this function should create and return a
new
TileJob instance that performs the load action. |