I3SNode
This class implements an I3S Node. In CesiumJS each I3SNode creates a Cesium3DTile.
Do not construct this directly, instead access tiles through I3SLayer.
See also
Types
Link copied to clipboard
interface AttributeFilter
A filter given by an attribute name and values. The 3D feature object should be hidden if its value for the attribute name is not specified in the collection of values.
Properties
Functions
Link copied to clipboard
Returns the fields for a given feature
Link copied to clipboard
Returns the fields for a given picked position
Link copied to clipboard
fun loadFieldAsync(name: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>
Link copied to clipboard
Loads the node fields.
Link copied to clipboard
fun loadFieldsAsync(): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>