public class CachedAttributionBingAerialTileSource extends BingAerialTileSource
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CachedAttributionBingAerialTileSource.BingAttributionData |
BingAerialTileSource.Attribution| Modifier and Type | Field and Description |
|---|---|
private java.lang.Runnable |
attributionDownloadedTask |
API_KEY_PLACEHOLDER, API_KEY_SETTING, METADATA_API_SETTINGmaxZoom, minZoom, osmMercatorbaseUrl, id, modTileFeatures, name, tileSizeattributionImage, attributionImageURL, attributionLinkURL, attributionText, termsOfUseText, termsOfUseURL| Constructor and Description |
|---|
CachedAttributionBingAerialTileSource(ImageryInfo info)
Creates tile source
|
CachedAttributionBingAerialTileSource(TileSourceInfo info,
java.lang.Runnable attributionDownloadedTask)
Creates tile source
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.concurrent.Callable<java.util.List<BingAerialTileSource.Attribution>> |
getAttributionLoaderCallable() |
getAttribution, getAttributionImage, getAttributionImageURL, getAttributionLinkURL, getAttributionText, getAttributionUrl, getMaxZoom, getTermsOfUseText, getTermsOfUseURL, getTileUrl, parseAttributionText, requiresAttributiongetCoveringTileRange, getDistance, getMinZoom, getServerCRS, isInside, latLonToTileXY, latLonToXY, projectedToTileXY, tileXYToLatLon, tileXYtoProjected, xyToLatLongetBaseUrl, getDefaultTileSize, getExtension, getId, getMetadata, getName, getTileId, getTilePath, getTileSize, getTileXMax, getTileXMin, getTileYMax, getTileYMin, isModTileFeatures, isNoTileAtZoom, latLonToTileXY, latLonToXY, tileXYToLatLon, tileXYToLatLon, toString, xyToLatLonsetAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURLprivate java.lang.Runnable attributionDownloadedTask
public CachedAttributionBingAerialTileSource(ImageryInfo info)
info - ImageryInfo description of this tile sourcepublic CachedAttributionBingAerialTileSource(TileSourceInfo info, java.lang.Runnable attributionDownloadedTask)
info - ImageryInfo description of this tile sourceattributionDownloadedTask - runnable to be executed once attribution is loadedprotected java.util.concurrent.Callable<java.util.List<BingAerialTileSource.Attribution>> getAttributionLoaderCallable()
getAttributionLoaderCallable in class BingAerialTileSource