Package | Description |
---|---|
org.cesiumjs.cs.datasources |
Modifier and Type | Field and Description |
---|---|
DataSourceClock |
CustomDataSource.clock
Gets or sets the clock for this instance.
|
DataSourceClock |
GeoJsonDataSource.clock
This DataSource only defines static data, therefore this property is always undefined.
|
DataSourceClock |
CzmlDataSource.clock
Gets the clock settings defined by the loaded CZML.
|
DataSourceClock |
KmlDataSource.clock
Gets the clock settings defined by the loaded KML.
|
Modifier and Type | Method and Description |
---|---|
DataSourceClock |
DataSourceClock.clone()
Duplicates a DataSourceClock instance.
|
DataSourceClock |
DataSourceClock.clone(DataSourceClock result)
Duplicates a DataSourceClock instance.
|
Modifier and Type | Method and Description |
---|---|
DataSourceClock |
DataSourceClock.clone(DataSourceClock result)
Duplicates a DataSourceClock instance.
|
boolean |
DataSourceClock.equals(DataSourceClock other)
Returns true if this DataSourceClock is equivalent to the other
|
void |
DataSourceClock.merge(DataSourceClock source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
Copyright © 2019. All rights reserved.