NASA World Wind

gov.nasa.worldwind.wms
Class WMSTiledImageLayer

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.wms.WMSTiledImageLayer
All Implemented Interfaces:
AVList, Disposable, Layer, Restorable, WWObject, PropertyChangeListener, EventListener
Direct Known Subclasses:
BMNGWMSLayer, LandsatI3WMSLayer, NAIPCaliforniaWMS

public class WMSTiledImageLayer
extends BasicTiledImageLayer


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
WMSTiledImageLayer(AVList params)
           
WMSTiledImageLayer(Capabilities caps, AVList params)
           
WMSTiledImageLayer(String stateInXml)
           
 
Method Summary
static WMSTiledImageLayer fromRestorableState(String stateInXml)
           
 String getRestorableState()
          Returns an XML document string describing the object?s state.
 void restoreState(String stateInXml)
          Restores the object?s state to what is described in the specified XML document string.
static AVList xmlStateToParams(String stateInXml)
           
 
Methods inherited from class gov.nasa.worldwind.layers.BasicTiledImageLayer
downloadTexture, forceTextureLoad, requestTexture
 
Methods inherited from class gov.nasa.worldwind.layers.TiledImageLayer
composeImageForSector, computeLevelForResolution, countImagesInSector, doRender, getAvailableImageFormats, getDefaultImageFormat, getLevels, getReferencePoint, getRequestQ, isAtMaxResolution, isDrawBoundingVolumes, isDrawTileBoundaries, isDrawTileIDs, isForceLevelZeroLoads, isImageFormatAvailable, isLayerInView, isMultiResolution, isRetainLevelZeroTiles, isShowImageTileOutlines, isUseMipMaps, isUseTransparentTextures, render, setAvailableImageFormats, setDrawBoundingVolumes, setDrawTileBoundaries, setDrawTileIDs, setForceLevelZeroLoads, setName, setRetainLevelZeroTiles, setShowImageTileOutlines, setSplitScale, setUseMipMaps, setUseTransparentTextures
 
Methods inherited from class gov.nasa.worldwind.layers.AbstractLayer
dispose, doPick, getMaxActiveAltitude, getMinActiveAltitude, getName, getOpacity, getScale, isEnabled, isLayerActive, isPickEnabled, pick, setEnabled, setMaxActiveAltitude, setMinActiveAltitude, setOpacity, setPickEnabled, 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.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
 

Constructor Detail

WMSTiledImageLayer

public WMSTiledImageLayer(AVList params)

WMSTiledImageLayer

public WMSTiledImageLayer(Capabilities caps,
                          AVList params)

WMSTiledImageLayer

public WMSTiledImageLayer(String stateInXml)
Method Detail

fromRestorableState

public static WMSTiledImageLayer fromRestorableState(String stateInXml)

getRestorableState

public String getRestorableState()
Description copied from interface: Restorable
Returns an XML document string describing the object?s state. This state can be restored later by calling restoreState and passing the XML document.

Specified by:
getRestorableState in interface Restorable
Overrides:
getRestorableState in class AbstractLayer
Returns:
an XML document string describing the object's state.

restoreState

public void restoreState(String stateInXml)
Description copied from interface: Restorable
Restores the object?s state to what is described in the specified XML document string.

Specified by:
restoreState in interface Restorable
Overrides:
restoreState in class AbstractLayer
Parameters:
stateInXml - an XML document string describing an object's state.

xmlStateToParams

public static AVList xmlStateToParams(String stateInXml)

NASA World Wind