Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedTileLoaderFactory
TileLoaderFactory creating JCS cached TileLoaders
|
Modifier and Type | Field and Description |
---|---|
private TileLoaderFactory |
AbstractCachedTileSourceLayer.loaderFactory |
private static TileLoaderFactory |
AbstractCachedTileSourceLayer.loaderFactoryOverride |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,TileLoaderFactory> |
AbstractCachedTileSourceLayer.loaderFactories
loader factory responsible for loading tiles for all layers
|
Modifier and Type | Method and Description |
---|---|
protected TileLoaderFactory |
AbstractCachedTileSourceLayer.getTileLoaderFactory() |
protected abstract TileLoaderFactory |
AbstractTileSourceLayer.getTileLoaderFactory() |
static TileLoaderFactory |
AbstractCachedTileSourceLayer.getTileLoaderFactory(java.lang.String name,
java.lang.Class<? extends TileLoader> klazz)
Returns tile loader factory for cache region and specified TileLoader class
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractCachedTileSourceLayer.setTileLoaderFactory(TileLoaderFactory newLoaderFactory)
Plugins that wish to set custom tile loader should call this method
|