Protected
disposedThe object has already been disposed.
An "interim" tile for this tile. The interim tile may be used while this one is loading, for "smooth" transitions when changing params/dimensions on the source.
A key assigned to the tile. This is used by the tile source to determine if this tile can effectively be used, or if a new tile should be created and this one be used as an interim tile for this new tile.
Protected
stateLookup of start times for rendering transitions. If the start time is equal to -1, the transition is complete.
The duration for the opacity transition.
Protected
changedDispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type
property.
Event object.
false
if anyone called preventDefault on the
event object or if any of the listeners returned false.
Protected
disposeSets the state of this tile. If you write your own module:ol/TileLoadFunction tileLoadFunction ,
it is important to set the state correctly to module:ol/TileStateERROR
when the tile cannot be loaded. Otherwise the tile cannot be removed from
the tile queue and will block other requests.
State.
Classdesc
Base class for tiles.
Abstract