internal constructor new Cesium.I3SLayer()

This class implements an I3S layer. In CesiumJS each I3SLayer creates a Cesium3DTileset.

Do not construct this directly, instead access layers through I3SDataProvider.

Members

readonly data : object

获取此天体的 NT 0 数据.

readonly legacyVersion16 : boolean

,当装入的 I3S 版本为1.6或以上时

readonly majorVersion : number

装入的 NT% 0 数据集的主要版本号

readonly minorVersion : number

装入的 NT% 0 数据集的小版本编号

readonly resource : Resource

获取层的资源.

readonly rootNode : I3SNode

获得此层的根节点.

readonly tileset : Cesium3DTileset|undefined

Gets the Cesium3DTileset for this layer.

readonly version : string

The version string of the loaded I3S dataset

Methods

filterByAttributes(filters)Promise.<void>

过滤图层中绘图的元素到特定属性名称和值
Name Type Default Description
filters Array.<I3SNode.AttributeFilter> [] optional The collection of attribute filters
Returns:
当过滤器被应用时解答的承诺
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.