Uses of Class
org.openstreetmap.josm.data.imagery.TileJobOptions
-
Packages that use TileJobOptions Package Description org.openstreetmap.josm.data.cache Provides the classes for JOSM cache of imagery tiles, backed up by JCS.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.imagery.vectortile.mapbox -
-
Uses of TileJobOptions in org.openstreetmap.josm.data.cache
Constructors in org.openstreetmap.josm.data.cache with parameters of type TileJobOptions Constructor Description JCSCachedTileLoaderJob(org.apache.commons.jcs3.access.behavior.ICacheAccess<K,V> cache, TileJobOptions options)
JCSCachedTileLoaderJob(org.apache.commons.jcs3.access.behavior.ICacheAccess<K,V> cache, TileJobOptions options, java.util.concurrent.ThreadPoolExecutor downloadJobExecutor)
-
Uses of TileJobOptions in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as TileJobOptions Modifier and Type Field Description protected TileJobOptions
TMSCachedTileLoader. options
private TileJobOptions
TMSCachedTileLoaderJob. options
Methods in org.openstreetmap.josm.data.imagery with parameters of type TileJobOptions Modifier and Type Method Description protected org.openstreetmap.gui.jmapviewer.interfaces.TileLoader
CachedTileLoaderFactory. getLoader(org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener listener, org.apache.commons.jcs3.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache, TileJobOptions options)
Constructors in org.openstreetmap.josm.data.imagery with parameters of type TileJobOptions Constructor Description TMSCachedTileLoader(org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener listener, org.apache.commons.jcs3.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache, TileJobOptions options)
ConstructorTMSCachedTileLoaderJob(org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener listener, org.openstreetmap.gui.jmapviewer.Tile tile, org.apache.commons.jcs3.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache, TileJobOptions options, java.util.concurrent.ThreadPoolExecutor downloadExecutor)
Constructor for creating a job, to get a specific tile from cacheWMSCachedTileLoader(org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener listener, org.apache.commons.jcs3.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache, TileJobOptions options)
Creates a TileLoader with separate WMS download thread pool.WMSCachedTileLoaderJob(org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener listener, org.openstreetmap.gui.jmapviewer.Tile tile, org.apache.commons.jcs3.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache, TileJobOptions options, java.util.concurrent.ThreadPoolExecutor downloadExecutor)
Creates a job - that will download specific tile -
Uses of TileJobOptions in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox declared as TileJobOptions Modifier and Type Field Description protected TileJobOptions
MapboxVectorCachedTileLoader. options
Constructors in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type TileJobOptions Constructor Description MapboxVectorCachedTileLoader(org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener listener, org.apache.commons.jcs3.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache, TileJobOptions options)
ConstructorMapboxVectorCachedTileLoaderJob(org.openstreetmap.gui.jmapviewer.interfaces.TileLoaderListener listener, org.openstreetmap.gui.jmapviewer.Tile tile, org.apache.commons.jcs3.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache, TileJobOptions options, java.util.concurrent.ThreadPoolExecutor downloadExecutor)
-