com.supermap.web.iServerJava2.themeServices
public class ThemeResult
继承 ThemeResult Inheritance Object

服务端返回的专题图结果类. 该类中包含专题图图层名和一个描述专题图显示状态的 Key 值。



公共属性
  属性 定义方
    key : String
[read-only] 获取用于描述专题图显示状态的 Key 值。
ThemeResult
    name : String
[read-only] 获取专题图图层名称。
ThemeResult
属性详细信息
key 属性
key:String  [read-only]

获取用于描述专题图显示状态的 Key 值。


Implementation
    public function get key():String
name 属性  
name:String  [read-only]

获取专题图图层名称。


Implementation
    public function get name():String