Class: ServerTheme

SuperMap.ServerTheme

UGC 专题图图层类。

new SuperMap.ServerTheme(theme, themeElementPosition)

common/iServer/ServerTheme.js, line 15
Name Type Description
theme SuperMap.Theme

专题图对象。

themeElementPosition SuperMap.LonLat

专题图元素位置。

Extends

Members

图层范围。

captionstring

图层的标题。默认情况下图层的标题与图层的名称一致。在图例、图层控制列表中显示的图层名称就是该图层的标题值。

completeLineSymbolDisplayedboolean

是否显示完整线型。

数据集信息。

descriptionstring

图层的描述信息。

displayFilterstring

图层显示过滤条件。

连接信息类。

maxScalenumber

地图最大比例尺。

minScalenumber

地图最小比例尺。

minVisibleGeometrySizenumber

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

namestring

图层的名称。图层的名称在图层所在的地图中唯一标识此图层。该属性区分大小写。

opaqueRatenumber

图层的不透明度。

overlapDisplayedboolean

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

overlapDisplayedOptionsSuperMap.OverlapDisplayedOptions

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

queryableboolean

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

representationFieldstring

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

subLayersArray

子图层集。

symbolScalableboolean

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

symbolScalenumber

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

专题图对象。

themeElementPositionSuperMap.LonLat

专题图元素位置。

图层类型。

ugcLayerTypeSuperMap.LayerType

图层类型。

visibleboolean

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

Methods

fromJson(jsonObject)

common/iServer/ServerTheme.js, line 56

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

Name Type Description
jsonObject Object

要转换的 JSON 对象。

toServerJSONObject()

common/iServer/ServerTheme.js, line 93

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