new Cesium.TimeDynamicImagery(options)
为具有时间动态图像的ImageryProviders 提供要素。
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
具有下列属性的对象:
|
成员变量
clock : Clock
获取或设置用于获取用于时间动态参数的时间的时钟。
currentInterval : TimeInterval
获取当前间隔。
获取或设置时间间隔集合。
内置方法
checkApproachingInterval(x, y, level, request)
检查下一个间隔是否接近,并在必要时开始预加载瓦片。否则,当我们接近下一个间隔时,它只会将瓦片添加到一个列表中进行预加载。
Name | Type | Description |
---|---|---|
x |
Number | X坐标。 |
y |
Number | Y坐标。 |
level |
Number | 瓦片层级。 |
request |
Request | optional 请求对象。仅供内部使用。 |
从缓存中获取可用的块。
Name | Type | Description |
---|---|---|
x |
Number | X坐标。 |
y |
Number | Y坐标。 |
level |
Number | 瓦片层级。 |
request |
Request | optional 请求对象。仅供内部使用。 |
返回值:
当图像可用时,返回对图像的承诺,或者如果块不在缓存中,则返回undefined。