Uses of Class
gov.nasa.worldwind.layers.LayerList
- 
Packages that use LayerList Package Description gov.nasa.worldwind gov.nasa.worldwind.layers gov.nasa.worldwind.render gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree.gov.nasa.worldwindx.applications.worldwindow.core gov.nasa.worldwindx.applications.worldwindow.core.layermanager gov.nasa.worldwindx.applications.worldwindow.features gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager gov.nasa.worldwindx.applications.worldwindow.util gov.nasa.worldwindx.examples.multiwindow Examples of how to use multiple WorldWind globes in the same application.gov.nasa.worldwindx.examples.util 
- 
- 
Uses of LayerList in gov.nasa.worldwindMethods in gov.nasa.worldwind that return LayerList Modifier and Type Method Description protected LayerListBasicModel. createLayersFromElement(org.w3c.dom.Element element)Create the layer list from an XML configuration element.LayerListBasicModel. getLayers()Indicates the layers associated with this model.LayerListModel. getLayers()Indicates the layers associated with this model.Methods in gov.nasa.worldwind with parameters of type LayerList Modifier and Type Method Description voidBasicModel. setLayers(LayerList layers)Specifies the model's layers.voidModel. setLayers(LayerList layers)Specifies the model's layers.Constructors in gov.nasa.worldwind with parameters of type LayerList Constructor Description BasicModel(Globe globe, LayerList layers)
- 
Uses of LayerList in gov.nasa.worldwind.layersMethods in gov.nasa.worldwind.layers that return LayerList Modifier and Type Method Description static LayerListLayerList. collapseLists(LayerList[] lists)Aggregate the contents of a group of layer lists into a single one.protected LayerListBasicLayerFactory. createLayerList(org.w3c.dom.Element[] layerElements, AVList params)Create a list of layers described by an array of XML layer description elements.protected LayerList[]BasicLayerFactory. createLayerLists(org.w3c.dom.Element[] elements, AVList params)Create a collection of layer lists and their included layers described by an array of XML layer-list description elements.protected LayerListLayerList. makeShallowCopy(LayerList sourceList)LayerListLayerList. sort()Methods in gov.nasa.worldwind.layers with parameters of type LayerList Modifier and Type Method Description static LayerListLayerList. collapseLists(LayerList[] lists)Aggregate the contents of a group of layer lists into a single one.static java.util.List<Layer>LayerList. getLayersAdded(LayerList oldList, LayerList newList)static java.util.List<Layer>LayerList. getLayersRemoved(LayerList oldList, LayerList newList)static java.util.List<Layer>LayerList. getListDifference(LayerList oldList, LayerList newList)protected LayerListLayerList. makeShallowCopy(LayerList sourceList)Constructors in gov.nasa.worldwind.layers with parameters of type LayerList Constructor Description LayerList(LayerList layerList)
- 
Uses of LayerList in gov.nasa.worldwind.renderMethods in gov.nasa.worldwind.render that return LayerList Modifier and Type Method Description LayerListDrawContext. getLayers()Retrieves a list containing all the current layers.LayerListDrawContextImpl. getLayers()
- 
Uses of LayerList in gov.nasa.worldwind.util.layertreeMethods in gov.nasa.worldwind.util.layertree with parameters of type LayerList Modifier and Type Method Description voidLayerTreeModel. refresh(LayerList layerList)Refreshes this tree model's layer nodes with the specifiedlayerList.Constructors in gov.nasa.worldwind.util.layertree with parameters of type LayerList Constructor Description LayerTreeModel(LayerList layerList)Creates a newLayerTreeModelwith the default root node and adds a newLayerTreeNodefor each non-hiddenLayerin the specifiedlayerList.LayerTreeModel(LayerList layerList, boolean includeHiddenLayers)Creates a newLayerTreeModelwith the default root node and adds a newLayerTreeNodefor eachLayerin the specifiedlayerList.
- 
Uses of LayerList in gov.nasa.worldwindx.applications.worldwindow.coreMethods in gov.nasa.worldwindx.applications.worldwindow.core that return LayerList Modifier and Type Method Description LayerListController. getActiveLayers()
- 
Uses of LayerList in gov.nasa.worldwindx.applications.worldwindow.core.layermanagerMethods in gov.nasa.worldwindx.applications.worldwindow.core.layermanager with parameters of type LayerList Modifier and Type Method Description voidLayerManager. removeLayers(LayerList layerList)voidActiveLayersManager. updateLayerList(LayerList layerList)Replace the contents of the model with the contents of a specified [@link LayerList}.
- 
Uses of LayerList in gov.nasa.worldwindx.applications.worldwindow.featuresFields in gov.nasa.worldwindx.applications.worldwindow.features declared as LayerList Modifier and Type Field Description protected LayerListAbstractApplicationFeature. appLayersMethods in gov.nasa.worldwindx.applications.worldwindow.features that return LayerList Modifier and Type Method Description LayerListAbstractApplicationFeature. getAppLayers()Methods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type LayerList Modifier and Type Method Description protected voidAbstractApplicationFeature. addLayers(LayerList layerList)
- 
Uses of LayerList in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanagerMethods in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager with parameters of type LayerList Modifier and Type Method Description protected voidActiveLayersPanel. fillModel(LayerList layerList)protected voidLayerManagerPanel. handleGroupSelection(LayerTreeNode group, LayerList layerList)protected voidLayerManagerPanel. handleLayerSelection(LayerTreeNode treeNode, LayerList layerList)protected booleanLayerManagerPanel. insertAfterPreviousSibling(LayerTreeNode treeNode, LayerList layerList)protected booleanLayerManagerPanel. insertBeforeSubsequentSibling(LayerTreeNode treeNode, LayerList layerList)protected LayerTreeGroupNodeLayerTreeModel. makeGroup(LayerList layerList)protected voidLayerManagerPanel. performSmartInsertion(LayerTreeNode treeNode, LayerList layerList)voidLayerTreeModel. refresh(LayerList layerList)Synchronize the layer tree with the state of the specified layer list.voidLayerManagerPanel. removeLayers(LayerList layerList)voidActiveLayersPanel. updateLayerList(LayerList layerList)Constructors in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager with parameters of type LayerList Constructor Description LayerTreeModel(LayerList layerList)
- 
Uses of LayerList in gov.nasa.worldwindx.applications.worldwindow.utilFields in gov.nasa.worldwindx.applications.worldwindow.util declared as LayerList Modifier and Type Field Description protected LayerListLayerTree. layersMethods in gov.nasa.worldwindx.applications.worldwindow.util that return LayerList Modifier and Type Method Description LayerListLayerTree. getLayers()Methods in gov.nasa.worldwindx.applications.worldwindow.util with parameters of type LayerList Modifier and Type Method Description voidLayerTree. setLayers(LayerList layerList)Constructors in gov.nasa.worldwindx.applications.worldwindow.util with parameters of type LayerList Constructor Description LayerTree(LayerList root)
- 
Uses of LayerList in gov.nasa.worldwindx.examples.multiwindowMethods in gov.nasa.worldwindx.examples.multiwindow that return LayerList Modifier and Type Method Description protected LayerListFlatAndRoundGlobes. makeCommonLayers()Methods in gov.nasa.worldwindx.examples.multiwindow with parameters of type LayerList Modifier and Type Method Description protected ModelFlatAndRoundGlobes. makeModel(Globe globe, LayerList layers)
- 
Uses of LayerList in gov.nasa.worldwindx.examples.utilMethods in gov.nasa.worldwindx.examples.util with parameters of type LayerList Modifier and Type Method Description protected LayerSessionState. findLayer(LayerList layers, java.lang.String layerName)protected java.lang.StringLayerManagerLayer. makeAnnotationText(LayerList layers)Compose the annotation text from the givenLayerList.
 
-