new Cesium.TimeDynamicImagery(options)
Provides functionality for ImageryProviders that have time dynamic imagery
Name |
Type |
Description |
options |
Object
|
Object with the following properties:
Name |
Type |
Description |
clock |
Clock
|
A Clock instance that is used when determining the value for the time dimension. Required when options.times is specified. |
times |
TimeIntervalCollection
|
TimeIntervalCollection with its data property being an object containing time dynamic dimension and their values. |
requestImageFunction |
function
|
A function that will request imagery tiles. |
reloadFunction |
function
|
A function that will be called when all imagery tiles need to be reloaded. |
|