Class: SetLayersInfoParameters

SuperMap.SetLayersInfoParameters

The SetLayersInfoParameters class

new SuperMap.SetLayersInfoParameters(options)

SetLayersInfoParameters.js, line 4
Name Type Description
options Object

The parameters.

Name Type Default Description
isTempLayers boolean false optional

Whether it's a temporary layer.

resourceID string

The resource id of the temporary layer.

layersInfo string

The information of the layer that need to be update.

Members

isTempLayersboolean

Whether it's a temporary layer.

layersInfoObject

The information of the layer that need to be update.(The all fields that contain modified and unmodified). We can get it by the get layer information service and modify the layer information.

resourceIDstring

The resource id of the temporary layer.

Methods

destroy()

SetLayersInfoParameters.js, line 40

Disposes the resource. The property that references resource is set to null.