Class: ol.source.DebugTileSource

ol.source.DebugTileSource

new DebugTileSource

Parameters:
Name Type Description
options ol.source.DebugTileSourceOptions Options.
Source:
  • debugtilesource.js, line 96

Extends

Members

isReady

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

<protected> tileGrid :ol.tilegrid.TileGrid

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

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 52

getTile

Source:
  • debugtilesource.js, line 119

getTileGrid

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

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