I3SLayer
This class implements an I3S layer. In CesiumJS each I3SLayer creates a Cesium3DTileset.
Do not construct this directly, instead access layers through I3SDataProvider.
See also
Properties
Functions
Link copied to clipboard
suspend fun filterByAttributes(filters: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/I3SNode.AttributeFilter>?? = definedExternally)
Filters the drawn elements of a layer to specific attribute names and values
Link copied to clipboard
fun filterByAttributesAsync(filters: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/I3SNode.AttributeFilter>?? = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>