Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
JMapViewer is designed to run as stand-alone component without
any further requirements.
|
org.openstreetmap.gui.jmapviewer.interfaces |
Modifier and Type | Class and Description |
---|---|
protected class |
OsmFileCacheTileLoader.FileLoadJob |
Modifier and Type | Field and Description |
---|---|
protected BlockingDeque<TileJob> |
JobDispatcher.jobQueue |
Modifier and Type | Method and Description |
---|---|
TileJob |
OsmTileLoader.createTileLoaderJob(Tile tile) |
TileJob |
OsmFileCacheTileLoader.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. |