Class: UGCLayer

UGCLayer

UGC 图层类。

new SuperMap.UGCLayer(options)

common/iServer/UGCLayer.js, line 4
Name Type Description
options Object

可选参数。如:
bounds - {SuperMap.Bounds} 图层范围。
caption - {string} 图层的标题。
description - {string} 图层的描述信息。
name - {string} 图层的名称。
queryable - {boolean} 图层中的对象是否可以查询。
subUGCLayers - {boolean} 是否允许图层的符号大小随图缩放。
type - {SuperMap.UGCLayerType} 图层类型。
visible - {boolean} 地图对象在同一范围内时,是否重叠显示,默认为False。

Members

图层范围。

captionstring

图层的标题。

descriptionstring

图层的描述信息。

namestring

图层的名称。

queryableboolean

图层中的对象是否可以查询。

subLayersArray

子图层集。

图层类型。

visibleboolean

图层是否可视。

Methods

destroy()

common/iServer/UGCLayer.js, line 72

释放资源,将引用资源的属性置空。

fromJson(jsonObject)

common/iServer/UGCLayer.js, line 81

将服务端JSON对象转换成当前客户端对象

Name Type Description
jsonObject Object

要转换的 JSON 对象。

toServerJSONObject()

common/iServer/UGCLayer.js, line 96

转换成对应的 JSON 格式对象。