@JsType(isNative=true,
namespace="Cesium",
name="DataSourceClock")
public class DataSourceClock
extends Object
| Modifier and Type | Field and Description |
|---|---|
ClockRange |
clockRange
Gets or sets the desired clock range setting.
|
ClockStep |
clockStep
Gets or sets the desired clock step setting.
|
JulianDate |
currentTime
Gets or sets the desired current time when this data source is loaded.
|
int |
multiplier
Gets or sets the desired clock multiplier.
|
JulianDate |
startTime
Gets or sets the desired start time of the clock.
|
JulianDate |
stopTime
Gets or sets the desired stop time of the clock.
|
| Constructor and Description |
|---|
DataSourceClock()
Represents desired clock settings for a particular DataSource.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceClock |
clone()
Duplicates a DataSourceClock instance.
|
DataSourceClock |
clone(DataSourceClock result)
Duplicates a DataSourceClock instance.
|
Event |
definitionChanged()
Gets the event that is raised whenever a new property is assigned.
|
boolean |
equals(DataSourceClock other)
Returns true if this DataSourceClock is equivalent to the other
|
Clock |
getValue()
Gets the value of this clock instance as a Clock object.
|
void |
merge(DataSourceClock source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
@JsProperty public ClockRange clockRange
Clock.clockRange.@JsProperty public ClockStep clockStep
Clock.clockStep.@JsProperty public JulianDate currentTime
Clock.currentTime.@JsProperty public int multiplier
Clock.multiplier.@JsProperty public JulianDate startTime
Clock.startTime.@JsProperty public JulianDate stopTime
Clock.stopTime.@JsConstructor public DataSourceClock()
DataSource is loaded.@JsProperty(name="definitionChanged") public Event definitionChanged()
@JsMethod public DataSourceClock clone()
@JsMethod public DataSourceClock clone(DataSourceClock result)
result - The object onto which to store the result.@JsMethod public boolean equals(DataSourceClock other)
other - The other DataSourceClock to compare to.@JsMethod public Clock getValue()
@JsMethod public void merge(DataSourceClock source)
source - The object to be merged into this object.Copyright © 2019. All rights reserved.