Package | Description |
---|---|
gov.nasa.worldwind.util.layertree |
Displays a list of layers using
BasicTree . |
Modifier and Type | Class and Description |
---|---|
class |
KMLLayerTreeNode
A
LayerTreeNode that represents a KML feature hierarchy defined by a . |
Modifier and Type | Method and Description |
---|---|
LayerTreeNode |
LayerTreeModel.addLayer(Layer layer)
Adds the a new
LayerTreeNode created with the specified layer to this tree model's root
node. |
protected LayerTreeNode |
LayerTreeModel.createLayerNode(Layer layer)
Returns a new root
LayerTreeNode for the specified layer . |
Modifier and Type | Method and Description |
---|---|
void |
LayerTreeModel.addLayer(LayerTreeNode layerNode)
Adds the specified
layerNode to this tree model's root node. |