new SuperMap.UGCLayer(options)
common/iServer/UGCLayer.js, line 4
Name | Type | Description |
---|---|---|
options |
Object |
可选参数。如: |
Members
-
boundsSuperMap.Bounds
-
图层范围。
-
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 格式对象。