I3SLayer

internal constructor new Cesium.I3SLayer()

此类实现 I3S 层。在 CesiumJS 中,每个 I3SLayer 都会创建一个 Cesium3DTileset。

不要直接构造此 URL,而是通过 I3SDataProvider 访问层。

Members

readonly data : object

获取此对象的 I3S 数据。

readonly legacyVersion16 : boolean

如果为 true,则当加载的 I3S 版本为 1.6 或更低版本时

readonly majorVersion : number

加载的 I3S 数据集的主要版本号

readonly minorVersion : number

加载的 I3S 数据集的次要版本号
获取层的资源。
获取此层的根节点。
获取此层的 Cesium3DTileset。

readonly version : string

加载的 I3S 数据集的版本字符串

Methods

filterByAttributes(filters)Promise.<void>

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
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.