internal constructor new Cesium.I3SNode()

此类执行 NT 1 节点. 在 NT 0 中,每个I3SNODE创建一个Cesium3DTILE.

不要直接构造, 而是通过 I3SLayer 访问牌.

Members

readonly children : Array.<I3SNode>

得到孩子们的节点.

readonly data : object

获取此天体的 NT 0 数据.

readonly featureData : Array.<I3SFeature>

获得特征集.

readonly fields : Array.<I3SField>

获得田集.

readonly geometryData : Array.<I3SGeometry>

获得集地理仪.

readonly layer : I3SLayer

获得母层.

readonly parent : I3SNode|undefined

获得母节点.

readonly resource : Resource

获取节点的资源.

readonly tile : Cesium3DTile

获取此节点的铯3DTILE.

Methods

getFieldsForFeature(featureIndex)object

返回给定特性的字段
Name Type Description
featureIndex number 我们希望获得的特性索引
Returns:
含有字段名称及其值的对象

getFieldsForPickedPosition(pickedPosition)object

返回选定位置的字段
Name Type Description
pickedPosition Cartesian3 选的位置
Returns:
含有字段名称及其值的对象

loadField(name)Promise.<void>

装入节点字段.
Name Type Description
name string 字段名称
Returns:
一个承诺,当... NT... 节点字段已装入

loadFields()Promise.<void>

装入节点字段.
Returns:
一个承诺,当... NT... 节点字段已装入

Type Definitions

Cesium.I3SNode.AttributeFilter

属性名称和值给定的过滤器 . 如果在集合值中未指定其属性名称的值,则3D特征对象应当被隐藏.
Properties:
Name Type Description
name string 属性的名称
values Array.<string> | Array.<number> 价值观的收集
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.