Class: ThemeGridUniqueItem

ThemeGridUniqueItem

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

new SuperMap.ThemeGridUniqueItem(options)

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

可选参数。如:
caption - {string} 栅格单值专题图子项的名称。
color - {SuperMap.ServerColor} 栅格单值专题图子项的显示颜色。
unique - {number}栅格单值专题图子项的专题值,即单元格的值,值相同的单元格位于一个子项内。
visible - {boolean} 栅格单值专题图子项是否可见。

Members

captionstring

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

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

uniquenumber

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

visibleboolean

栅格单值专题图子项是否可见。默认为true。

Methods

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

common/iServer/ThemeGridUniqueItem.js, line 80

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

Name Type Description
obj Object

传入对象

Returns:
Type Description
SuperMap.ThemeGridUniqueItem ThemeGridUniqueItem对象

destroy()

common/iServer/ThemeGridUniqueItem.js, line 48

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

toServerJSONObject(){Object}

common/iServer/ThemeGridUniqueItem.js, line 64

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

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