new ImageTileSource
Parameters:
| Name | Type | Description |
|---|---|---|
options |
ol.source.ImageTileSourceOptions | Options. |
- Source:
- imagetilesource.js, line 34
Extends
Members
-
isReady
-
- Inherited From:
- Source:
- source.js, line 95
-
<protected> tileGrid :ol.tilegrid.TileGrid
-
- Inherited From:
- Source:
- tilesource.js, line 42
-
<protected> tileUrlFunction :ol.TileUrlFunctionType
-
- Source:
- imagetilesource.js, line 47
Methods
-
canExpireCache
-
- Source:
- imagetilesource.js, line 71
-
<protected> dispatchLoadEvent
-
- Inherited From:
- Source:
- source.js, line 57
-
expireCache
-
- Source:
- imagetilesource.js, line 79
-
findLoadedTiles
-
Look for loaded tiles over a given tile range and zoom level. Adds properties to the provided lookup representing key/tile pairs for already loaded tiles.
Parameters:
Name Type Description loadedTilesByZObject.<number, Object.<string, ol.Tile>> A lookup of loaded tiles by zoom level. isLoadedfunction(ol.Tile): boolean A function to determine if a tile is fully loaded. znumber Zoom level. tileRangeol.TileRange Tile range. - Inherited From:
- Source:
- tilesource.js, line 74
Returns:
The tile range is fully covered with loaded tiles.- Type
- boolean
-
getAttributions
-
- Inherited From:
- Source:
- source.js, line 65
Returns:
Attributions.- Type
- Array.<ol.Attribution>
-
getExtent
-
- Inherited From:
- Source:
- source.js, line 73
Returns:
Extent.- Type
- ol.Extent
-
getProjection
-
- Inherited From:
- Source:
- source.js, line 81
Returns:
Projection.- Type
- ol.Projection
-
getResolutions
-
- Inherited From:
- Source:
- tilesource.js, line 104
-
getTile
-
- Source:
- imagetilesource.js, line 87
-
getTileCoordUrl
-
Parameters:
Name Type Description tileCoordol.TileCoord Tile coordinate. - Source:
- imagetilesource.js, line 109
Returns:
Tile URL.- Type
- string | undefined
-
getTileGrid
-
- Inherited From:
- Source:
- tilesource.js, line 119
Returns:
Tile grid.- Type
- ol.tilegrid.TileGrid
-
setAttributions
-
Parameters:
Name Type Description attributionsArray.<ol.Attribution> Attributions. - Inherited From:
- Source:
- source.js, line 101
-
setExtent
-
Parameters:
Name Type Description extentol.Extent Extent. - Inherited From:
- Source:
- source.js, line 109
-
setProjection
-
Parameters:
Name Type Description projectionol.Projection Projetion. - Inherited From:
- Source:
- source.js, line 117
-
useLowResolutionTiles
-
Parameters:
Name Type Description znumber Z. extentol.Extent Extent. - Inherited From:
- Source:
- tilesource.js, line 128
-
useTile
-
- Source:
- imagetilesource.js, line 117