Skip to content

Commit

Permalink
【fix】jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Aug 31, 2023
1 parent 16b1438 commit 3124642
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
* @param {number} [options.zValueScale=1] - 进行插值分析值的缩放比率。
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {string} [options.dataset] - 用来做插值分析的数据源中数据集的名称,该名称用形如 "数据集名称@数据源别名" 形式来表示。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 dataset 时,此为必选参数。
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 geometry 时,此为必选参数。
* @extends {InterpolationAnalystParameters}
Expand Down
2 changes: 1 addition & 1 deletion src/common/iServer/InterpolationIDWAnalystParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
* @param {number} [options.zValueScale=1] - 用于进行插值分析值的缩放比率。
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {string} [options.dataset] - 要用来做插值分析的数据源中数据集的名称。该名称用形如”数据集名称@数据源别名”形式来表示。当插值分析类型(SuperMap.InterpolationAnalystType)为 dataset 时,此为必选参数。
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(SuperMap.InterpolationAnalystType)为 geometry 时,此为必选参数。
* @extends {InterpolationAnalystParameters}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
* @param {number} [options.zValueScale=1] - 用于进行插值分析值的缩放比率。
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {string} [options.dataset] - 要用来做插值分析的数据源中数据集的名称。该名称用形如 ”数据集名称@数据源别名” 形式来表示。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 dataset 时。
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 geometry 时。
* @extends {InterpolationAnalystParameters}
Expand Down
2 changes: 1 addition & 1 deletion src/common/iServer/InterpolationRBFAnalystParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
* @param {number} [options.zValueScale=1] - 用于进行插值分析值的缩放比率。
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
* @param {string} [options.dataset] - 要用来做插值分析的数据源中数据集的名称。该名称用形如”数据集名称@数据源别名”形式来表示。当插值分析类型(InterpolationAnalystType)为 dataset 时。此为必选参数。
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(InterpolationAnalystType)为 geometry 时。此为必选参数。
* @example
Expand Down

0 comments on commit 3124642

Please sign in to comment.