Class: ol.source.TileSource

ol.source.TileSource

new TileSource

Parameters:
Name Type Description
tileSourceOptions ol.source.TileSourceOptions Tile source options.
Source:
  • tilesource.js, line 30

Extends

Members

canExpireCache

Source:
  • tilesource.js, line 52

expireCache

Source:
  • tilesource.js, line 58

getTile

Source:
  • tilesource.js, line 73

isReady

Inherited From:
Source:
  • source.js, line 95

<protected> tileGrid :ol.tilegrid.TileGrid

Source:
  • tilesource.js, line 42

Methods

<protected> dispatchLoadEvent

Inherited From:
Source:
  • source.js, line 57

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

Source:
  • tilesource.js, line 64

getTileGrid

Source:
  • tilesource.js, line 79
Returns:
Tile grid.
Type
ol.tilegrid.TileGrid

setAttributions

Parameters:
Name Type Description
attributions Array.<ol.Attribution> Attributions.
Inherited From:
Source:
  • source.js, line 101

setExtent

Parameters:
Name Type Description
extent ol.Extent Extent.
Inherited From:
Source:
  • source.js, line 109

setProjection

Parameters:
Name Type Description
projection ol.Projection Projetion.
Inherited From:
Source:
  • source.js, line 117