getFeature
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.