TileMatrixSet

AMD: require(["geoscene/layers/support/TileMatrixSet"], (TileMatrixSet) => { /* 代码 */ });
ESM: import TileMatrixSet from "@geoscene/core/layers/support/TileMatrixSet";
类: geoscene/layers/support/TileMatrixSet
继承于: TileMatrixSet Accessor
起始版本: GeoScene API for JavaScript 4.22

包含有关 WMTSSublayer 切片方案的信息。

构造函数

new TileMatrixSet(properties)
参数:
properties Object
optional

所有可传入构造函数的属性,请参见属性列表

属性列表

可以设置、检索或监听的属性。参见 使用属性
展示继承属性 隐藏继承属性
属性 类型 描述
String更多信息

类名。

更多信息Accessor
Extent更多信息

TileMatrixSet 的完整范围。

更多信息TileMatrixSet
String更多信息

分配给 TileMatrixSet 的唯一 ID。

更多信息TileMatrixSet
TileInfo更多信息

图层的切片方案信息。

更多信息TileMatrixSet

属性详细说明

declaredClass Stringreadonly inherited
起始版本: GeoScene API for JavaScript 4.22

类名。类的名称声明格式为 geoscene.folder.className

fullExtent Extent

TileMatrixSet 的完整范围。

id String

分配给 TileMatrixSet 的唯一 ID。

tileInfo TileInfoautocast

图层的切片方案信息。

方法列表

属性 返回值类型 描述
TileMatrixSet更多信息

创建此 TileMatrixSet 的深度克隆。

更多信息TileMatrixSet
*更多信息

创建此类的新实例并使用从 GeoScene产品生成的 JSON 对象的值对其进行初始化。

更多信息TileMatrixSet
Object更多信息

将此类的实例转换为其 GeoScene portal JSON 格式。

更多信息TileMatrixSet

方法详细说明

clone(){TileMatrixSet}

创建此 TileMatrixSet 的深度克隆。

返回值:
类型 描述
TileMatrixSet 调用此方法的 TileMatrixSet 实例的深层克隆。
fromJSON(json){*}static

创建此类的新实例,并使用从 GeoScene 产品生成的 JSON 对象的值对其进行初始化。传递给输入 json 参数的对象通常来自对 REST API 中的查询操作的响应,或者来自另一个 GeoScene产品的 toJSON() 方法。有关何时以及如何使用此函数的详细信息和示例,请参阅指南中的 使用 fromJSON() 主题。

参数:
json Object

实例的 json 表达式,以geoscene 格式显示。

返回值:
类型 描述
* 返回一个该类的新实例。
toJSON(){Object}

将此类的实例转换为 GeoScene portal JSON 格式。 有关更多信息,请参阅 使用 fromJSON() 指南。

返回值:
类型 描述
Object 此类实例的 GeoScene portal JSON 格式。

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.