getFeature

abstract fun getFeature(batchId: Int): Cesium3DTileFeature(source)

Returns the Cesium3DTileFeature object for the feature with the given batchId. This object is used to get and modify the feature's properties.

Features in a tile are ordered by batchId, an index used to retrieve their metadata from the batch table.

Return

The corresponding Cesium3DTileFeature object.

Parameters

batchId

The batchId for the feature.

See also