com.supermap.web.iServerJava6R.themeServices
public class ThemeGridUnique
继承 ThemeGridUnique Inheritance Theme Inheritance Object

栅格单值专题图.

栅格单值专题图,是将单元格值相同的归为一类,为每一类设定一种颜色,从而用来区分不同的类别。栅格单值专题图适用于离散栅格数据和部分连续栅格数据,对于单元格值各不相同的那些连续栅格数据,使用栅格单值专题图不具有任何意义。



公共属性
  属性 定义方
    defaultcolor : ServerColor
栅格单值专题图的默认颜色。.
ThemeGridUnique
    items : Array
栅格单值专题图子项(ThemeGridUniqueItem)类数组.
ThemeGridUnique
  Inherited themeMemoryData : ThemeMemoryData
制作专题图时,如果设置了内存数据,则会制作基于内存数据的专题图。具体实现为:在使用专题值制作专题图后,会用外部值代替专题值来制作相应的专题图。.
Theme
公共方法
  方法 定义方
   
初始化 ThemeGridUnique 类的新实例。
ThemeGridUnique
属性详细信息
defaultcolor 属性
defaultcolor:ServerColor

栅格单值专题图的默认颜色。.

对于那些未在格网单值专题图子项之列的要素使用该颜色显示。


Implementation
    public function get defaultcolor():ServerColor
    public function set defaultcolor(value:ServerColor):void
items 属性  
items:Array

栅格单值专题图子项(ThemeGridUniqueItem)类数组.

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


Implementation
    public function get items():Array
    public function set items(value:Array):void
构造函数详细信息
ThemeGridUnique () 构造函数
public function ThemeGridUnique()

初始化 ThemeGridUnique 类的新实例。