Rename non-api sub-namespace typedefs
This commit is contained in:
@@ -19,7 +19,7 @@ goog.require('ol.source.Source');
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.source.Source}
|
||||
* @param {ol.source.ImageOptions} options Single image source options.
|
||||
* @param {ol.sourceImageOptions} options Single image source options.
|
||||
* @api
|
||||
*/
|
||||
ol.source.Image = function(options) {
|
||||
|
||||
@@ -91,7 +91,7 @@ ol.source.Raster = function(options) {
|
||||
|
||||
/**
|
||||
* The most recently rendered state.
|
||||
* @type {?ol.source.RasterRenderedState}
|
||||
* @type {?ol.sourceRasterRenderedState}
|
||||
* @private
|
||||
*/
|
||||
this.renderedState_ = null;
|
||||
@@ -340,7 +340,7 @@ ol.source.Raster.prototype.onWorkerComplete_ = function(frameState, callback, er
|
||||
* Get image data from a renderer.
|
||||
* @param {ol.renderer.canvas.Layer} renderer Layer renderer.
|
||||
* @param {olx.FrameState} frameState The frame state.
|
||||
* @param {ol.layer.LayerState} layerState The layer state.
|
||||
* @param {ol.LayerState} layerState The layer state.
|
||||
* @return {ImageData} The image data.
|
||||
* @private
|
||||
*/
|
||||
@@ -376,7 +376,7 @@ ol.source.Raster.context_ = null;
|
||||
/**
|
||||
* Get a list of layer states from a list of renderers.
|
||||
* @param {Array.<ol.renderer.canvas.Layer>} renderers Layer renderers.
|
||||
* @return {Array.<ol.layer.LayerState>} The layer states.
|
||||
* @return {Array.<ol.LayerState>} The layer states.
|
||||
* @private
|
||||
*/
|
||||
ol.source.Raster.getLayerStatesArray_ = function(renderers) {
|
||||
|
||||
@@ -30,7 +30,7 @@ ol.source.State = {
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.Object}
|
||||
* @param {ol.source.SourceOptions} options Source options.
|
||||
* @param {ol.sourceSourceOptions} options Source options.
|
||||
* @api stable
|
||||
*/
|
||||
ol.source.Source = function(options) {
|
||||
|
||||
@@ -22,7 +22,7 @@ goog.require('ol.tilegrid.TileGrid');
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.source.Source}
|
||||
* @param {ol.source.TileOptions} options Tile source options.
|
||||
* @param {ol.sourceTileOptions} options Tile source options.
|
||||
* @api
|
||||
*/
|
||||
ol.source.Tile = function(options) {
|
||||
|
||||
@@ -14,7 +14,7 @@ goog.require('ol.source.TileEvent');
|
||||
* @constructor
|
||||
* @fires ol.source.TileEvent
|
||||
* @extends {ol.source.Tile}
|
||||
* @param {ol.source.UrlTileOptions} options Image tile options.
|
||||
* @param {ol.sourceUrlTileOptions} options Image tile options.
|
||||
*/
|
||||
ol.source.UrlTile = function(options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user