# new ArcGISVectorTileSubLayer(options)
ArcGIS矢量瓦片子图层
参数:
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
options |
Object | 构造参数 |
|
labelingInfo |
Array.<LabelClass> | [] | 仅当ArcGISVectorTileLayer图层的labelsRenderMode参数设置非'off-screen'属性时生效 |
继承关系
成员变量
Array.<LabelClass>
# labelingInfo
三维注记参数,仅当igs矢量瓦片图层labelsRenderMode设置非'off-screen'属性时生效。为性能考虑,当前所有子图层labelingInfo内labelClass必须保证renderMode一致,不支持同时设置label或canvas两种形式。
- Inherited From:
SeverVectorTileSubLayerType
# readonly originLayerType
原始图层的类型。目前有两种类型GroupLayer、SFeatureLayer。
- Inherited From:
方法
# static fromJSON(json)
通过json对象初始化该对象
参数:
名称 | 类型 | 描述 |
---|---|---|
json |
Object | json对象 |
ArcGISVectorTileSubLayer新的IGSVectorTileSubLayer图层对象