Module type for ol.source.TileImage

This commit is contained in:
Frederic Junod
2018-04-04 11:38:34 +02:00
parent 248c54c5e0
commit bf40002af0
9 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ import Triangulation from '../reproj/Triangulation.js';
/** /**
* @classdesc * @classdesc
* Class encapsulating single reprojected tile. * Class encapsulating single reprojected tile.
* See {@link ol.source.TileImage}. * See {@link module:ol/source/TileImage~TileImage}.
* *
* @constructor * @constructor
* @extends {module:ol/Tile~Tile} * @extends {module:ol/Tile~Tile}

View File

@@ -37,7 +37,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js';
* Layer source for Bing Maps tile data. * Layer source for Bing Maps tile data.
* *
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {module:ol/source/TileImage~TileImage}
* @param {module:ol/source/BingMaps~Options=} options Bing Maps options. * @param {module:ol/source/BingMaps~Options=} options Bing Maps options.
* @api * @api
*/ */

View File

@@ -19,7 +19,7 @@ import {appendParams} from '../uri.js';
* {@link ol.source.XYZ} data source. * {@link ol.source.XYZ} data source.
* *
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {module:ol/source/TileImage~TileImage}
* @param {olx.source.TileArcGISRestOptions=} opt_options Tile ArcGIS Rest * @param {olx.source.TileArcGISRestOptions=} opt_options Tile ArcGIS Rest
* options. * options.
* @api * @api

View File

@@ -1,5 +1,5 @@
/** /**
* @module ol/source/TileImage * @module module:ol/source/TileImage~TileImage
*/ */
import {ENABLE_RASTER_REPROJECTION} from '../reproj/common.js'; import {ENABLE_RASTER_REPROJECTION} from '../reproj/common.js';
import {getUid, inherits} from '../index.js'; import {getUid, inherits} from '../index.js';

View File

@@ -49,7 +49,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js';
* Layer source for tile data in TileJSON format. * Layer source for tile data in TileJSON format.
* *
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {module:ol/source/TileImage~TileImage}
* @param {module:ol/source/TileJSON~Options=} options TileJSON options. * @param {module:ol/source/TileJSON~Options=} options TileJSON options.
* @api * @api
*/ */

View File

@@ -78,7 +78,7 @@ import {appendParams} from '../uri.js';
* Layer source for tile data from WMS servers. * Layer source for tile data from WMS servers.
* *
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {module:ol/source/TileImage~TileImage}
* @param {module:ol/source/TileWMS~Options=} [opt_options] Tile WMS options. * @param {module:ol/source/TileWMS~Options=} [opt_options] Tile WMS options.
* @api * @api
*/ */

View File

@@ -100,7 +100,7 @@ import {appendParams} from '../uri.js';
* Layer source for tile data from WMTS servers. * Layer source for tile data from WMTS servers.
* *
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {module:ol/source/TileImage~TileImage}
* @param {module:ol/source/WMTS~Options=} options WMTS options. * @param {module:ol/source/WMTS~Options=} options WMTS options.
* @api * @api
*/ */

View File

@@ -52,7 +52,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js';
* TMS where `x` 0 and `y` 0 are in the bottom left can be used by * TMS where `x` 0 and `y` 0 are in the bottom left can be used by
* using the `{-y}` placeholder in the URL template, so long as the * using the `{-y}` placeholder in the URL template, so long as the
* source does not have a custom tile grid. In this case, * source does not have a custom tile grid. In this case,
* {@link ol.source.TileImage} can be used with a `tileUrlFunction` * {@link module:ol/source/TileImage~TileImage} can be used with a `tileUrlFunction`
* such as: * such as:
* *
* tileUrlFunction: function(coordinate) { * tileUrlFunction: function(coordinate) {
@@ -62,7 +62,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js';
* *
* *
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {module:ol/source/TileImage~TileImage}
* @param {module:ol/source/XYZ~Options=} opt_options XYZ options. * @param {module:ol/source/XYZ~Options=} opt_options XYZ options.
* @api * @api
*/ */

View File

@@ -120,7 +120,7 @@ CustomTile.prototype.getImage = function() {
* Imaging Protocol are supported). * Imaging Protocol are supported).
* *
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {module:ol/source/TileImage~TileImage}
* @param {module:ol/source/Zoomify~Options=} opt_options Options. * @param {module:ol/source/Zoomify~Options=} opt_options Options.
* @api * @api
*/ */