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.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
Modifier and Type | Class and Description |
---|---|
private class |
OsmTileLoader.OsmTileJob |
Modifier and Type | Method and Description |
---|---|
TileJob |
OsmTileLoader.createTileLoaderJob(Tile tile) |
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. |
Modifier and Type | Class and Description |
---|---|
class |
TMSCachedTileLoaderJob
Class bridging TMS requests to JCS cache requests
|
class |
WMSCachedTileLoaderJob
Separate class to handle WMS jobs, as it needs to react differently to HTTP response codes from WMS server
|
Modifier and Type | Method and Description |
---|---|
TileJob |
TMSCachedTileLoader.createTileLoaderJob(Tile tile) |
TileJob |
WMSCachedTileLoader.createTileLoaderJob(Tile tile) |