Uses of Interface
org.openstreetmap.josm.gui.bbox.JosmMapViewer.TileSourceProvider
-
Packages that use JosmMapViewer.TileSourceProvider Package Description org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box. -
-
Uses of JosmMapViewer.TileSourceProvider in org.openstreetmap.josm.gui.bbox
Classes in org.openstreetmap.josm.gui.bbox that implement JosmMapViewer.TileSourceProvider Modifier and Type Class Description static classJosmMapViewer.AbstractImageryInfoBasedTileSourceProviderTileSource provider.static classJosmMapViewer.CurrentLayersTileSourceProviderTileSource provider - providing sources from current layersstatic classJosmMapViewer.DefaultOsmTileSourceProviderTileSource provider - providing default OSM tile sourcestatic classJosmMapViewer.TMSTileSourceProviderTileSource provider - providing sources from imagery sources menuFields in org.openstreetmap.josm.gui.bbox with type parameters of type JosmMapViewer.TileSourceProvider Modifier and Type Field Description private static java.util.concurrent.CopyOnWriteArrayList<JosmMapViewer.TileSourceProvider>SlippyMapBBoxChooser. providersMethods in org.openstreetmap.josm.gui.bbox with parameters of type JosmMapViewer.TileSourceProvider Modifier and Type Method Description static voidSlippyMapBBoxChooser. addTileSourceProvider(JosmMapViewer.TileSourceProvider tileSourceProvider)Plugins that wish to add custom tile sources to slippy map choose should call this method
-