org.openstreetmap.josm.gui.layer
Class TMSLayer.CachedAttributionBingAerialTileSource

java.lang.Object
  extended by org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
      extended by org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
          extended by org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
              extended by org.openstreetmap.josm.gui.layer.TMSLayer.CachedAttributionBingAerialTileSource
All Implemented Interfaces:
Attributed, TileSource
Enclosing class:
TMSLayer

private static class TMSLayer.CachedAttributionBingAerialTileSource
extends BingAerialTileSource


Nested Class Summary
(package private)  class TMSLayer.CachedAttributionBingAerialTileSource.BingAttributionData
           
 
Nested classes/interfaces inherited from class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
BingAerialTileSource.Attribution
 
Nested classes/interfaces inherited from interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource
TileSource.TileUpdate
 
Field Summary
 
Fields inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
baseUrl, name
 
Fields inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
attributionImage, attributionImageURL, attributionLinkURL, attributionText, termsOfUseText, termsOfUseURL
 
Constructor Summary
private TMSLayer.CachedAttributionBingAerialTileSource()
           
 
Method Summary
protected  java.util.concurrent.Callable<java.util.List<BingAerialTileSource.Attribution>> getAttributionLoaderCallable()
           
 
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.BingAerialTileSource
getAttribution, getAttributionImage, getAttributionImageURL, getAttributionLinkURL, getAttributionText, getAttributionUrl, getMaxZoom, getTermsOfUseText, getTermsOfUseURL, getTileUpdate, getTileUrl, parseAttributionText, requiresAttribution
 
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
getBaseUrl, getExtension, getMinZoom, getName, getTilePath, getTileSize, getTileType, latToTileY, lonToTileX, tileXToLon, tileYToLat, toString
 
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
setAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TMSLayer.CachedAttributionBingAerialTileSource

private TMSLayer.CachedAttributionBingAerialTileSource()
Method Detail

getAttributionLoaderCallable

protected java.util.concurrent.Callable<java.util.List<BingAerialTileSource.Attribution>> getAttributionLoaderCallable()
Overrides:
getAttributionLoaderCallable in class BingAerialTileSource


JOSM