new SuperMap.ThemeGridUniqueItem(options)
            common/iServer/ThemeGridUniqueItem.js, line 8
        
        
    | Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    captionstring
- 
    
    栅格单值专题图子项的名称。 
- 
    colorSuperMap.ServerColor
- 
    
    栅格单值专题图子项的显示颜色。 
- 
    uniquenumber
- 
    
    栅格单值专题图子项的专题值,即单元格的值,值相同的单元格位于一个子项内。 
- 
    visibleboolean
- 
    
    栅格单值专题图子项是否可见。 - Default Value: true
 
Methods
- 
    SuperMap.ThemeGridUniqueItem.fromObj(obj){SuperMap.ThemeGridUniqueItem}common/iServer/ThemeGridUniqueItem.js, line 85
- 
    
    
    从传入对象获取栅格单值专题图子项类。 Name Type Description objObject 传入对象。 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 格式对象。