Module: SymbologyAction

Methods

(static) updateLayerTreeGroupLayersSymbology(treeGroup) → {Promise}

Update the symbology of the tree layers in the tree group

Parameters:
Name Type Description
treeGroup LayerTreeGroupState

The tree layer group in which tree layers will be updated

Source:
Returns:

Promise object represents the tree layers updated

Type
Promise

(static) updateLayerTreeLayerSymbology(treeLayer) → {Promise}

Update the symbology of the tree layer

Parameters:
Name Type Description
treeLayer LayerTreeLayerState

The tree layer to be updated

Source:
Returns:

Promise object represents the tree layer updated

Type
Promise

(static) updateLayerTreeLayersSymbology(treeLayers) → {Promise}

Update the symbology of the tree layers

Parameters:
Name Type Description
treeLayers Array.<LayerTreeLayerState>

The tree layer group in which tree layers will be updated

Source:
Returns:

Promise object represents the tree layers updated

Type
Promise