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: ReadonlyArray<I3SNode.AttributeFilter>? = definedExternally)
Filters the drawn elements of a layer to specific attribute names and values
Link copied to clipboard
fun filterByAttributesAsync(filters: ReadonlyArray<I3SNode.AttributeFilter>? = definedExternally): Promise<Void>