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