Class WMSLayerTree
- java.lang.Object
-
- gov.nasa.worldwindx.applications.worldwindow.util.LayerTree
-
- gov.nasa.worldwindx.applications.worldwindow.util.WMSLayerTree
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.util.LayerTree
children, controller, layers, name
-
-
Constructor Summary
Constructors Constructor Description WMSLayerTree(Controller controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TiledImageLayercreateImageLayer(WMSCapabilities capsDoc, WMSLayerCapabilities layerCaps, AVList commonLayerParams)voidcreateLayers(java.lang.Object infoItem, AVList commonLayerParams)LayerTreecreateSubTree(WMSCapabilities capsDoc, WMSLayerCapabilities layerCaps, AVList commonLayerParams)-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.util.LayerTree
getChild, getChildren, getDisplayName, getLayer, getLayers, getPathIterator, hasChildren, hasLayers, iterator, setChildren, setDisplayName, setLayers
-
-
-
-
Constructor Detail
-
WMSLayerTree
public WMSLayerTree(Controller controller)
-
-
Method Detail
-
createLayers
public void createLayers(java.lang.Object infoItem, AVList commonLayerParams)- Specified by:
createLayersin classLayerTree
-
createSubTree
public LayerTree createSubTree(WMSCapabilities capsDoc, WMSLayerCapabilities layerCaps, AVList commonLayerParams)
-
createImageLayer
protected TiledImageLayer createImageLayer(WMSCapabilities capsDoc, WMSLayerCapabilities layerCaps, AVList commonLayerParams)
-
-