Uses of Class
gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager.LayerTreeGroupNode
-
Packages that use LayerTreeGroupNode Package Description gov.nasa.worldwindx.applications.worldwindow.features gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager -
-
Uses of LayerTreeGroupNode in gov.nasa.worldwindx.applications.worldwindow.features
Methods in gov.nasa.worldwindx.applications.worldwindow.features that return LayerTreeGroupNode Modifier and Type Method Description protected LayerTreeGroupNodeWMSPanel. getTopGroup()Methods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type LayerTreeGroupNode Modifier and Type Method Description protected voidWMSPanel. addLayer(WMSCapabilities caps, WMSLayerCapabilities layerCaps, LayerTreeGroupNode groupNode, LayerTreeModel model)Recursively adds layers to the layer tree.protected voidWMSPanel. handleGroupSelection(LayerTreeGroupNode groupNode) -
Uses of LayerTreeGroupNode in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager
Methods in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager that return LayerTreeGroupNode Modifier and Type Method Description LayerTreeGroupNodeLayerTreeModel. getDefaultGroupNode()LayerTreeGroupNodeLayerTreeModel. getRootNode()protected LayerTreeGroupNodeLayerTreeModel. makeGroup(LayerList layerList)Methods in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager with parameters of type LayerTreeGroupNode Modifier and Type Method Description LayerTreeNodeLayerTreeModel. findLayer(Layer layer, LayerTreeGroupNode groupNode)java.util.List<LayerTreeNode>LayerTreeModel. findLayerInstances(Layer layer, LayerTreeGroupNode groupNode)Constructors in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager with parameters of type LayerTreeGroupNode Constructor Description LayerTreeGroupNode(LayerTreeGroupNode layerNode)
-