public interface ActiveLayersManager extends Feature
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeInternalLayers()
Indicates whether to show internal layers, those whose attribute-value list contains
Constants.INTERNAL_LAYER. |
void |
setIncludeInternalLayers(boolean includeInternalLayers)
Specifies whether to show internal layers.
|
void |
updateLayerList(LayerList layerList)
Replace the contents of the model with the contents of a specified [@link LayerList}.
|
getFeatureID, getName, isOn, isTwoState, turnOninitialize, isInitializedboolean isIncludeInternalLayers()
Constants.INTERNAL_LAYER.void setIncludeInternalLayers(boolean includeInternalLayers)
includeInternalLayers - true for internal layers to be shown, otherwise false.void updateLayerList(LayerList layerList)
layerList - the layer list to display.