com.supermap.web.iServerJava2.mapServices
public class SuperMapCollectionLayerSetting
继承 SuperMapCollectionLayerSetting Inheritance ServerLayerSetting Inheritance Object

SuperMap 图层集合的设置类. SuperMap图层集合可以以图层的身份与其他非 SuperMap 类型的图层数据进行叠加显示。该类主要用于描述 SuperMapCollection 类型的图层设置参数。



公共属性
  属性 定义方
    mapName : String
[read-only] 获取 SuperMapCollection 类型的图层所在的地图的名称。
SuperMapCollectionLayerSetting
  Inherited serverLayerSettingType : int
[read-only] 获取图层显示风格设置对应的图层类型。
ServerLayerSetting
    serviceAddress : String
[read-only] 获取服务器地址。SuperMapCollection 中的图层来源。
SuperMapCollectionLayerSetting
    servicePort : int
[read-only] 获取服务器的端口。
SuperMapCollectionLayerSetting
公共方法
  方法 定义方
   
初始化 SuperMapCollectionLayerSetting 类的新实例。
SuperMapCollectionLayerSetting
属性详细信息
mapName 属性
mapName:String  [read-only]

获取 SuperMapCollection 类型的图层所在的地图的名称。


Implementation
    public function get mapName():String
serviceAddress 属性  
serviceAddress:String  [read-only]

获取服务器地址。SuperMapCollection 中的图层来源。


Implementation
    public function get serviceAddress():String
servicePort 属性  
servicePort:int  [read-only]

获取服务器的端口。


Implementation
    public function get servicePort():int
构造函数详细信息
SuperMapCollectionLayerSetting () 构造函数
public function SuperMapCollectionLayerSetting()

初始化 SuperMapCollectionLayerSetting 类的新实例。