@JsType(isNative=true,
namespace="Cesium",
name="ConstantProperty")
public class ConstantProperty<T>
extends Property<T>
| Constructor and Description |
|---|
ConstantProperty()
A
Property whose value does not change with respect to simulation time. |
ConstantProperty(T value)
A
Property whose value does not change with respect to simulation time. |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Gets the value of the property at the provided time.
|
void |
setValue(T value)
Sets the value of the property.
|
definitionChanged, equals, getValue, getValue, getValueOrUndefined, isConstant@JsConstructor public ConstantProperty()
Property whose value does not change with respect to simulation time.ConstantPositionProperty@JsConstructor public ConstantProperty(T value)
Property whose value does not change with respect to simulation time.value - The property value.ConstantPositionProperty@JsMethod public void setValue(T value)
value - The property value.@JsMethod public T getValue()
Copyright © 2019. All rights reserved.