此类实现 I3S 层。在 CesiumJS 中,每个 I3SLayer 都会创建一个 Cesium3DTileset。
不要直接构造此 URL,而是通过 I3SDataProvider 访问层。
Members
获取此对象的 I3S 数据。
如果为
true,则当加载的 I3S 版本为 1.6 或更低版本时
加载的 I3S 数据集的主要版本号
加载的 I3S 数据集的次要版本号
readonly resource : Resource
获取层的资源。
readonly rootNode : I3SNode
获取此层的根节点。
readonly tileset : Cesium3DTileset|undefined
获取此层的 Cesium3DTileset。
加载的 I3S 数据集的版本字符串
Methods
Filters the drawn elements of a layer to specific attribute names and values
| Name | Type | Default | Description |
|---|---|---|---|
filters |
Array.<I3SNode.AttributeFilter> |
[]
|
optional The collection of attribute filters |
Returns:
A promise that is resolved when the filter is applied
