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