| Package | Description |
|---|---|
| org.cesiumjs.cs.scene | |
| org.cesiumjs.cs.widgets |
| Modifier and Type | Method and Description |
|---|---|
Cesium3DTileFeature |
Cesium3DTileContent.getFeature(int batchId)
Returns the Cesium3DTileFeature object for the feature with the given batchId.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Expression.evaluate(Cesium3DTileFeature feature)
Evaluates the result of an expression, optionally using the provided feature's properties.
|
Object |
ConditionsExpression.evaluate(Cesium3DTileFeature feature)
Evaluates the result of an expression, optionally using the provided feature's properties.
|
Object |
Expression.evaluate(Cesium3DTileFeature feature,
Object result)
Evaluates the result of an expression, optionally using the provided feature's properties.
|
Object |
ConditionsExpression.evaluate(Cesium3DTileFeature feature,
Object result)
Evaluates the result of an expression, optionally using the provided feature's properties.
|
Color |
Expression.evaluateColor(Cesium3DTileFeature feature)
Evaluates the result of a Color expression, optionally using the provided feature's properties.
|
Color |
ConditionsExpression.evaluateColor(Cesium3DTileFeature feature)
Evaluates the result of a Color expression, optionally using the provided feature's properties.
|
Color |
Expression.evaluateColor(Cesium3DTileFeature feature,
Color result)
Evaluates the result of a Color expression, optionally using the provided feature's properties.
|
Color |
ConditionsExpression.evaluateColor(Cesium3DTileFeature feature,
Color result)
Evaluates the result of a Color expression, optionally using the provided feature's properties.
|
| Modifier and Type | Field and Description |
|---|---|
Cesium3DTileFeature |
Cesium3DTilesInspectorViewModel.feature
Gets the current feature of the view model.
|
Copyright © 2019. All rights reserved.