Annotations for exports
This commit is contained in:
@@ -30,6 +30,7 @@ ol.source.WMTSRequestEncoding = {
|
||||
* @extends {ol.source.TileImage}
|
||||
* @param {olx.source.WMTSOptions} options WMTS options.
|
||||
* @todo stability experimental
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.WMTS = function(options) {
|
||||
|
||||
@@ -196,6 +197,7 @@ goog.inherits(ol.source.WMTS, ol.source.TileImage);
|
||||
* method.
|
||||
* @return {Object} Dimensions.
|
||||
* @todo stability experimental
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.WMTS.prototype.getDimensions = function() {
|
||||
return this.dimensions_;
|
||||
@@ -227,6 +229,7 @@ ol.source.WMTS.prototype.resetCoordKeyPrefix_ = function() {
|
||||
* Update the dimensions.
|
||||
* @param {Object} dimensions Dimensions.
|
||||
* @todo stability experimental
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.WMTS.prototype.updateDimensions = function(dimensions) {
|
||||
goog.object.extend(this.dimensions_, dimensions);
|
||||
@@ -240,6 +243,7 @@ ol.source.WMTS.prototype.updateDimensions = function(dimensions) {
|
||||
* @param {string} layer The layer identifier.
|
||||
* @return {olx.source.WMTSOptions} WMTS source options object.
|
||||
* @todo stability experimental
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.WMTS.optionsFromCapabilities = function(wmtsCap, layer) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user