Class: ThemeGridUniqueItem

SuperMap.ThemeGridUniqueItem

栅格单值专题图子项类。 栅格单值专题图是将值相同的单元格归为一类,每一类是一个专题图子项。

new SuperMap.ThemeGridUniqueItem(options)

common/iServer/ThemeGridUniqueItem.js, line 8
Name Type Description
options Object

参数。

Name Type Default Description
caption string 可选

栅格单值专题图子项的名称。

color SuperMap.ServerColor 可选

栅格单值专题图子项的显示颜色。

unique number

栅格单值专题图子项的专题值,即单元格的值,值相同的单元格位于一个子项内。

visible boolean true 可选

栅格单值专题图子项是否可见。

Members

captionstring

栅格单值专题图子项的名称。

栅格单值专题图子项的显示颜色。

uniquenumber

栅格单值专题图子项的专题值,即单元格的值,值相同的单元格位于一个子项内。

visibleboolean

栅格单值专题图子项是否可见。

Default Value:
true

Methods

SuperMap.ThemeGridUniqueItem.fromObj(obj){SuperMap.ThemeGridUniqueItem}

common/iServer/ThemeGridUniqueItem.js, line 85

从传入对象获取栅格单值专题图子项类。

Name Type Description
obj Object

传入对象。

Returns:
Type Description
SuperMap.ThemeGridUniqueItem ThemeGridUniqueItem 对象。

destroy()

common/iServer/ThemeGridUniqueItem.js, line 53

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

toServerJSONObject(){Object}

common/iServer/ThemeGridUniqueItem.js, line 69

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

Returns:
Type Description
Object 对应的 JSON 格式对象。