Add @api stable annotations for ol.source.WMTS
This commit is contained in:
@@ -4807,7 +4807,7 @@ olx.source.StaticVectorOptions.prototype.urls;
|
|||||||
* maxZoom: (number|undefined),
|
* maxZoom: (number|undefined),
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||||
* urls: (Array.<string>|undefined)}}
|
* urls: (Array.<string>|undefined)}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.WMTSOptions;
|
olx.source.WMTSOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
* @api stable
|
||||||
*/
|
*/
|
||||||
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
|
* @api stable
|
||||||
*/
|
*/
|
||||||
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
|
* @api stable
|
||||||
*/
|
*/
|
||||||
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user