Provides functionality for ImageryProviders that have time dynamic imagery
参数名称 | 类型 | 描述信息 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Object with the following properties:
|
成员(属性)
Gets or sets a clock that is used to get keep the time used for time dynamic parameters.
currentInterval : TimeInterval
Gets the current interval.
Gets or sets a time interval collection.
方法
Checks if the next interval is approaching and will start preload the tile if necessary. Otherwise it will
just add the tile to a list to preload when we approach the next interval.
参数名称 | 类型 | 描述信息 |
---|---|---|
x |
number | The tile X coordinate. |
y |
number | The tile Y coordinate. |
level |
number | The tile level. |
request |
Request | 可选 The request object. Intended for internal use only. |
Gets the tile from the cache if its available.
参数名称 | 类型 | 描述信息 |
---|---|---|
x |
number | The tile X coordinate. |
y |
number | The tile Y coordinate. |
level |
number | The tile level. |
request |
Request | 可选 The request object. Intended for internal use only. |
返回值:
A promise for the image that will resolve when the image is available, or
undefined if the tile is not in the cache.