NASA World Wind

gov.nasa.worldwind.layers.Earth
Class MSVirtualEarthLayer

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.layers.AbstractLayer
              extended by gov.nasa.worldwind.layers.TiledImageLayer
                  extended by gov.nasa.worldwind.layers.BasicTiledImageLayer
                      extended by gov.nasa.worldwind.layers.Earth.MSVirtualEarthLayer
All Implemented Interfaces:
AVList, Disposable, Layer, NamedObject, Restorable, BulkRetrievable, WWObject, PropertyChangeListener, EventListener

public class MSVirtualEarthLayer
extends BasicTiledImageLayer


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.layers.TiledImageLayer
TiledImageLayer.HttpRetrievalPostProcessor
 
Field Summary
static String LAYER_AERIAL
           
static String LAYER_HYBRID
           
static String LAYER_ROADS
           
 
Fields inherited from class gov.nasa.worldwind.layers.BasicTiledImageLayer
SERVICE_CAPABILITIES_RESOURCE_ID
 
Fields inherited from class gov.nasa.worldwind.layers.AbstractLayer
screenCredit
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
MSVirtualEarthLayer()
           
MSVirtualEarthLayer(String layerName)
           
 
Method Summary
protected static Document getConfigurationDocument(String layerName)
           
 
Methods inherited from class gov.nasa.worldwind.layers.BasicTiledImageLayer
checkResources, createConfigurationDocument, doGetRestorableStateForAVPair, doRestoreState, doRestoreStateForObject, downloadTexture, downloadTexture, doWriteConfigurationParams, forceTextureLoad, getConfigurationParams, getEstimatedMissingDataSize, getParamsFromDocument, getRestorableState, initializeResources, initPropertiesFromCapabilities, initPropertiesFromService, makeLocal, needsConfigurationFile, requestTexture, restorableStateToParams, restoreState, restoreStateForParams, setFallbacks, writeConfigurationFile, writeConfigurationParams
 
Methods inherited from class gov.nasa.worldwind.layers.TiledImageLayer
composeImageForSector, computeLevelForResolution, countImagesInSector, countImagesInSector, doRender, downloadImage, getAvailableImageFormats, getDefaultImageFormat, getLevels, getReferencePoint, getRequestQ, getTilesInSector, isAtMaxResolution, isDrawBoundingVolumes, isDrawTileBoundaries, isDrawTileIDs, isForceLevelZeroLoads, isImageFormatAvailable, isLayerInView, isMultiResolution, isRetainLevelZeroTiles, isShowImageTileOutlines, isUseMipMaps, isUseTransparentTextures, render, requestImage, setAvailableImageFormats, setBlendingFunction, setDrawBoundingVolumes, setDrawTileBoundaries, setDrawTileIDs, setExpiryTime, setForceLevelZeroLoads, setName, setRetainLevelZeroTiles, setShowImageTileOutlines, setSplitScale, setUseMipMaps, setUseTransparentTextures
 
Methods inherited from class gov.nasa.worldwind.layers.AbstractLayer
dispose, doPick, doPreRender, getExpiryTime, getMaxActiveAltitude, getMinActiveAltitude, getName, getOpacity, getScale, getScreenCredit, isEnabled, isLayerActive, isNetworkRetrievalEnabled, isPickEnabled, pick, preRender, setEnabled, setMaxActiveAltitude, setMinActiveAltitude, setNetworkRetrievalEnabled, setOpacity, setPickEnabled, setScreenCredit, toString
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.NamedObject
getName
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Field Detail

LAYER_AERIAL

public static final String LAYER_AERIAL
See Also:
Constant Field Values

LAYER_HYBRID

public static final String LAYER_HYBRID
See Also:
Constant Field Values

LAYER_ROADS

public static final String LAYER_ROADS
See Also:
Constant Field Values
Constructor Detail

MSVirtualEarthLayer

public MSVirtualEarthLayer()

MSVirtualEarthLayer

public MSVirtualEarthLayer(String layerName)
Method Detail

getConfigurationDocument

protected static Document getConfigurationDocument(String layerName)

NASA World Wind