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

专题图参数类.

该类存储了制作专题时所需的参数,包括地图名称、图层名称以及专题图对象。其中地图名称 mapName 继承了 ParametersBase 类,为必设属性。



公共属性
  属性 定义方
    index : int
专题图索引位置。该属性可设置专题图子图层在图层中的索引位置。如:用户可通过指定该属性将面状专题子图层放置在点状子图层的下一层。默认值为 0,即放置在最顶层,当该属性值大于图层中的子图层个数,默认放置在最底层。
ThemeParameters
    joinItems : Array
获取或设置与外部表的连接信息(JoinItem)数组。
ThemeParameters
    layerName : String
获取或设置要制作专题图的图层名称。
ThemeParameters
  Inherited mapName : String
获取或设置提供服务的地图名称,必设属性。
ParametersBase
    theme : Theme
获取或设置专题图对象。
ThemeParameters
公共方法
  方法 定义方
   
ThemeParameters(mapName:String = null)
使用地图名称初始化 ThemeParameters 类的新实例。
ThemeParameters
属性详细信息
index 属性
index:int

专题图索引位置。该属性可设置专题图子图层在图层中的索引位置。如:用户可通过指定该属性将面状专题子图层放置在点状子图层的下一层。默认值为 0,即放置在最顶层,当该属性值大于图层中的子图层个数,默认放置在最底层。


Implementation
    public function get index():int
    public function set index(value:int):void
joinItems 属性  
joinItems:Array

获取或设置与外部表的连接信息(JoinItem)数组。


Implementation
    public function get joinItems():Array
    public function set joinItems(value:Array):void

另请参见

layerName 属性  
layerName:String

获取或设置要制作专题图的图层名称。


Implementation
    public function get layerName():String
    public function set layerName(value:String):void
theme 属性  
theme:Theme

获取或设置专题图对象。


Implementation
    public function get theme():Theme
    public function set theme(value:Theme):void
构造函数详细信息
ThemeParameters () 构造函数
public function ThemeParameters(mapName:String = null)

使用地图名称初始化 ThemeParameters 类的新实例。

参数
mapName:String (default = null) — 地图名称。