Mark all WMTS functions/options as experimental

This commit is contained in:
Éric Lemoine
2014-08-27 14:44:21 +02:00
parent 2e89d69743
commit 56d4d68459
3 changed files with 24 additions and 24 deletions
+19 -19
View File
@@ -4820,7 +4820,7 @@ olx.source.WMTSOptions;
/** /**
* Attributions. * Attributions.
* @type {Array.<ol.Attribution>|undefined} * @type {Array.<ol.Attribution>|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.attributions; olx.source.WMTSOptions.prototype.attributions;
@@ -4828,7 +4828,7 @@ olx.source.WMTSOptions.prototype.attributions;
/** /**
* crossOrigin setting for image requests. * crossOrigin setting for image requests.
* @type {string|null|undefined} * @type {string|null|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.crossOrigin; olx.source.WMTSOptions.prototype.crossOrigin;
@@ -4836,7 +4836,7 @@ olx.source.WMTSOptions.prototype.crossOrigin;
/** /**
* Logo. * Logo.
* @type {string|olx.LogoOptions|undefined} * @type {string|olx.LogoOptions|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.logo; olx.source.WMTSOptions.prototype.logo;
@@ -4844,7 +4844,7 @@ olx.source.WMTSOptions.prototype.logo;
/** /**
* Tile grid. * Tile grid.
* @type {ol.tilegrid.WMTS} * @type {ol.tilegrid.WMTS}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.tileGrid; olx.source.WMTSOptions.prototype.tileGrid;
@@ -4860,7 +4860,7 @@ olx.source.WMTSOptions.prototype.projection;
/** /**
* Request encoding. * Request encoding.
* @type {ol.source.WMTSRequestEncoding|undefined} * @type {ol.source.WMTSRequestEncoding|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.requestEncoding; olx.source.WMTSOptions.prototype.requestEncoding;
@@ -4868,7 +4868,7 @@ olx.source.WMTSOptions.prototype.requestEncoding;
/** /**
* Layer. * Layer.
* @type {string} * @type {string}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.layer; olx.source.WMTSOptions.prototype.layer;
@@ -4876,7 +4876,7 @@ olx.source.WMTSOptions.prototype.layer;
/** /**
* Style. * Style.
* @type {string} * @type {string}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.style; olx.source.WMTSOptions.prototype.style;
@@ -4895,7 +4895,7 @@ olx.source.WMTSOptions.prototype.tilePixelRatio;
/** /**
* WMTS version. Default is `1.0.0`. * WMTS version. Default is `1.0.0`.
* @type {string|undefined} * @type {string|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.version; olx.source.WMTSOptions.prototype.version;
@@ -4903,7 +4903,7 @@ olx.source.WMTSOptions.prototype.version;
/** /**
* Image format. Default is `image/jpeg`. * Image format. Default is `image/jpeg`.
* @type {string|undefined} * @type {string|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.format; olx.source.WMTSOptions.prototype.format;
@@ -4911,7 +4911,7 @@ olx.source.WMTSOptions.prototype.format;
/** /**
* Matrix set. * Matrix set.
* @type {string} * @type {string}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.matrixSet; olx.source.WMTSOptions.prototype.matrixSet;
@@ -4919,7 +4919,7 @@ olx.source.WMTSOptions.prototype.matrixSet;
/** /**
* Dimensions. * Dimensions.
* @type {Object|undefined} * @type {Object|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.dimensions; olx.source.WMTSOptions.prototype.dimensions;
@@ -4927,7 +4927,7 @@ olx.source.WMTSOptions.prototype.dimensions;
/** /**
* URL. * URL.
* @type {string|undefined} * @type {string|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.url; olx.source.WMTSOptions.prototype.url;
@@ -4951,7 +4951,7 @@ olx.source.WMTSOptions.prototype.tileLoadFunction;
/** /**
* Urls. * Urls.
* @type {Array.<string>|undefined} * @type {Array.<string>|undefined}
* @api stable * @api
*/ */
olx.source.WMTSOptions.prototype.urls; olx.source.WMTSOptions.prototype.urls;
@@ -5632,7 +5632,7 @@ olx.tilegrid.WMTSOptions;
/** /**
* Origin. * Origin.
* @type {ol.Coordinate|undefined} * @type {ol.Coordinate|undefined}
* @api stable * @api
*/ */
olx.tilegrid.WMTSOptions.prototype.origin; olx.tilegrid.WMTSOptions.prototype.origin;
@@ -5640,7 +5640,7 @@ olx.tilegrid.WMTSOptions.prototype.origin;
/** /**
* Origins. * Origins.
* @type {Array.<ol.Coordinate>|undefined} * @type {Array.<ol.Coordinate>|undefined}
* @api stable * @api
*/ */
olx.tilegrid.WMTSOptions.prototype.origins; olx.tilegrid.WMTSOptions.prototype.origins;
@@ -5648,7 +5648,7 @@ olx.tilegrid.WMTSOptions.prototype.origins;
/** /**
* Resolutions. * Resolutions.
* @type {!Array.<number>} * @type {!Array.<number>}
* @api stable * @api
*/ */
olx.tilegrid.WMTSOptions.prototype.resolutions; olx.tilegrid.WMTSOptions.prototype.resolutions;
@@ -5656,7 +5656,7 @@ olx.tilegrid.WMTSOptions.prototype.resolutions;
/** /**
* matrix IDs. * matrix IDs.
* @type {!Array.<string>} * @type {!Array.<string>}
* @api stable * @api
*/ */
olx.tilegrid.WMTSOptions.prototype.matrixIds; olx.tilegrid.WMTSOptions.prototype.matrixIds;
@@ -5664,7 +5664,7 @@ olx.tilegrid.WMTSOptions.prototype.matrixIds;
/** /**
* Tile size. * Tile size.
* @type {number|undefined} * @type {number|undefined}
* @api stable * @api
*/ */
olx.tilegrid.WMTSOptions.prototype.tileSize; olx.tilegrid.WMTSOptions.prototype.tileSize;
@@ -5672,7 +5672,7 @@ olx.tilegrid.WMTSOptions.prototype.tileSize;
/** /**
* Tile sizes. * Tile sizes.
* @type {Array.<number>|undefined} * @type {Array.<number>|undefined}
* @api stable * @api
*/ */
olx.tilegrid.WMTSOptions.prototype.tileSizes; olx.tilegrid.WMTSOptions.prototype.tileSizes;
+3 -3
View File
@@ -34,7 +34,7 @@ ol.source.WMTSRequestEncoding = {
* @constructor * @constructor
* @extends {ol.source.TileImage} * @extends {ol.source.TileImage}
* @param {olx.source.WMTSOptions} options WMTS options. * @param {olx.source.WMTSOptions} options WMTS options.
* @api stable * @api
*/ */
ol.source.WMTS = function(options) { ol.source.WMTS = function(options) {
@@ -196,7 +196,7 @@ goog.inherits(ol.source.WMTS, ol.source.TileImage);
* "dimensions" option, and possibly updated using the updateDimensions * "dimensions" option, and possibly updated using the updateDimensions
* method. * method.
* @return {Object} Dimensions. * @return {Object} Dimensions.
* @api stable * @api
*/ */
ol.source.WMTS.prototype.getDimensions = function() { ol.source.WMTS.prototype.getDimensions = function() {
return this.dimensions_; return this.dimensions_;
@@ -227,7 +227,7 @@ ol.source.WMTS.prototype.resetCoordKeyPrefix_ = function() {
/** /**
* Update the dimensions. * Update the dimensions.
* @param {Object} dimensions Dimensions. * @param {Object} dimensions Dimensions.
* @api stable * @api
*/ */
ol.source.WMTS.prototype.updateDimensions = function(dimensions) { ol.source.WMTS.prototype.updateDimensions = function(dimensions) {
goog.object.extend(this.dimensions_, dimensions); goog.object.extend(this.dimensions_, dimensions);
+2 -2
View File
@@ -15,7 +15,7 @@ goog.require('ol.tilegrid.TileGrid');
* @extends {ol.tilegrid.TileGrid} * @extends {ol.tilegrid.TileGrid}
* @param {olx.tilegrid.WMTSOptions} options WMTS options. * @param {olx.tilegrid.WMTSOptions} options WMTS options.
* @struct * @struct
* @api stable * @api
*/ */
ol.tilegrid.WMTS = function(options) { ol.tilegrid.WMTS = function(options) {
@@ -53,7 +53,7 @@ ol.tilegrid.WMTS.prototype.getMatrixId = function(z) {
/** /**
* @return {Array.<string>} MatrixIds. * @return {Array.<string>} MatrixIds.
* @api stable * @api
*/ */
ol.tilegrid.WMTS.prototype.getMatrixIds = function() { ol.tilegrid.WMTS.prototype.getMatrixIds = function() {
return this.matrixIds_; return this.matrixIds_;