Class: ol.source.TileJSON

ol.source.TileJSON

new TileJSON

Parameters:
Name Type Description
tileJsonOptions ol.source.TileJSONOptions TileJSON optios.
Source:
  • tilejson.js, line 50

Extends

Methods

<protected> dispatchLoadEvent

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

getAttributions

Inherited From:
Source:
  • source.js, line 66
Returns:
Attributions.
Type
Array.<ol.Attribution>

getExtent

Inherited From:
Source:
  • source.js, line 74
Returns:
Extent.
Type
ol.Extent

getProjection

Inherited From:
Source:
  • source.js, line 82
Returns:
Projection.
Type
ol.Projection

getResolutions

Inherited From:
Source:
  • tilesource.js, line 77

getTile

Parameters:
Name Type Description
tileCoord ol.TileCoord Tile coordinate.
Inherited From:
Source:
  • tilesource.js, line 86
Returns:
Tile.
Type
ol.Tile

getTileCoordUrl

Parameters:
Name Type Description
tileCoord ol.TileCoord Tile coordinate.
Inherited From:
Source:
  • tilesource.js, line 108
Returns:
Tile URL.
Type
string | undefined

getTileGrid

Inherited From:
Source:
  • tilesource.js, line 116
Returns:
Tile grid.
Type
ol.tilegrid.TileGrid

<protected> handleTileJSONResponse

Source:
  • tilejson.js, line 77

isReady

Source:
  • tilejson.js, line 151

setAttributions

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

setExtent

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

setProjection

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