类名 ArcGISMapImageSubLayer

# new ArcGISMapImageSubLayer(options)

ArcGIS地图图片子图层

参数:

名称 类型 默认值 描述
options Object

构造参数

url String

服务基地址

name String

图层名称

spatialReference SpatialReference

图层坐标系

visible Boolean true

图层可见性

layer IGSMapImageLayer

图层的父图层对象

id String

图层id

查看源代码 common/document/layer/arcgis/ArcGISMapImageSubLayer.js, line 5

继承关系

成员变量

String

# id

图层id,不给则生成随机id

Overrides:

查看源代码 common/document/layer/baseLayer/SubLayer.js, line 22

Array

# sublayers

包含的子图层对象

Inherited From:

查看源代码 common/document/layer/baseLayer/SubLayer.js, line 32

String

# title

图层名称

Inherited From:

查看源代码 common/document/layer/baseLayer/SubLayer.js, line 37

Boolean

# visible

图层可见性

Overrides:

查看源代码 common/document/layer/baseLayer/SubLayer.js, line 42

方法

# clone()

克隆方法

Inherited From:

查看源代码 common/document/layer/baseLayer/SubLayer.js, line 76

图层

SubLayer

# toJSON()

转换为json对象

Inherited From:

查看源代码 common/document/layer/baseLayer/SubLayer.js, line 58

json对象

Object
构造函数
成员变量
方法
事件