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 withJMapViewerclasses.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 classCachedTileLoaderFactoryTileLoaderFactory 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 TileLoaderFactoryAbstractCachedTileSourceLayer. loaderFactoryprivate static TileLoaderFactoryAbstractCachedTileSourceLayer. loaderFactoryOverrideFields 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. loaderFactoriesloader factory responsible for loading tiles for all layersMethods in org.openstreetmap.josm.gui.layer that return TileLoaderFactory Modifier and Type Method Description protected TileLoaderFactoryAbstractCachedTileSourceLayer. getTileLoaderFactory()static TileLoaderFactoryAbstractCachedTileSourceLayer. 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 TileLoaderFactoryAbstractTileSourceLayer. getTileLoaderFactory()Methods in org.openstreetmap.josm.gui.layer with parameters of type TileLoaderFactory Modifier and Type Method Description static voidAbstractCachedTileSourceLayer. setTileLoaderFactory(TileLoaderFactory newLoaderFactory)Plugins that wish to set custom tile loader should call this method
-