Class: UGCSubLayer

UGCSubLayer

地图服务图层属性信息类,影像图层(Image)、专题图层(ServerTheme)、栅格图层(Grid)、矢量图层(Vector)等图层均继承该类。

new SuperMap.UGCSubLayer(options)

common/iServer/UGCSubLayer.js, line 7
Name Type Description
options Object

可选参数。如:
datasetInfo - {SuperMap.DatasetInfo} 数据集信息。
displayFilter - {string} 图层显示过滤条件。
joinItems - {SuperMap.JoinItem} 连接信息类。
representationField - {string} 存储制图表达信息的字段。
ugcLayerType - {SuperMap.LayerType} 图层类型

Extends

Members

图层范围。

captionstring

图层的标题。

completeLineSymbolDisplayedboolean

是否显示完整线型。

数据集信息。

descriptionstring

图层的描述信息。

displayFilterstring

图层显示过滤条件。

连接信息类。

maxScalenumber

地图最大比例尺。

minScalenumber

地图最小比例尺。

minVisibleGeometrySizenumber

几何对象的最小可见大小,以像素为单位。

namestring

图层的名称。

opaqueRateinteger

图层的不透明度。

overlapDisplayedboolean

地图对象在同一范围内时,是否重叠显示,默认为False。

overlapDisplayedOptionsSuperMap.OverlapDisplayedOptions

地图的压盖过滤显示选项,当 overlapDisplayed 为 false 时有效。

queryableboolean

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

representationFieldstring

存储制图表达信息的字段。

subLayersArray

子图层集。

symbolScalableboolean

是否允许图层的符号大小随图缩放。

symbolScalenumber

图层的符号缩放基准比例尺。

图层类型。

ugcLayerTypeSuperMap.LayerType

图层类型。

visibleboolean

图层是否可视。

Methods

inherited destroy()

common/iServer/UGCLayer.js, line 72

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

fromJson(jsonObject)

common/iServer/UGCSubLayer.js, line 61

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

Name Type Description
jsonObject Object

要转换的 JSON 对象。

toServerJSONObject()

common/iServer/UGCSubLayer.js, line 90

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