@JsType(isNative=true, namespace="Cesium", name="CompositeProperty") public class CompositeProperty extends Property<TimeIntervalCollection>
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
intervals
Gets the interval collection.
|
Constructor and Description |
---|
CompositeProperty()
A Property which is defined by a
TimeIntervalCollection ,
where the data property of each TimeInterval is another Property
instance which is evaluated at the provided time. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Property other)
Compares this property to the provided property and returns true if they are equal, false otherwise.
|
definitionChanged, getValue, getValue, getValueOrUndefined, isConstant
@JsProperty public TimeIntervalCollection intervals
@JsConstructor public CompositeProperty()
TimeIntervalCollection
,
where the data property of each TimeInterval
is another Property
instance which is evaluated at the provided time.@JsMethod public boolean equals(Property other)
equals
in class Property<TimeIntervalCollection>
other
- The other property.Copyright © 2019. All rights reserved.