Skip to content

Commit 3124642

Browse files
committed
【fix】jsdoc
1 parent 16b1438 commit 3124642

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/common/iServer/InterpolationDensityAnalystParameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
1818
* @param {number} [options.zValueScale=1] - 进行插值分析值的缩放比率。
1919
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
2020
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
21-
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
21+
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
2222
* @param {string} [options.dataset] - 用来做插值分析的数据源中数据集的名称,该名称用形如 "数据集名称@数据源别名" 形式来表示。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 dataset 时,此为必选参数。
2323
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 geometry 时,此为必选参数。
2424
* @extends {InterpolationAnalystParameters}

src/common/iServer/InterpolationIDWAnalystParameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
2121
* @param {number} [options.zValueScale=1] - 用于进行插值分析值的缩放比率。
2222
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
2323
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
24-
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
24+
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
2525
* @param {string} [options.dataset] - 要用来做插值分析的数据源中数据集的名称。该名称用形如”数据集名称@数据源别名”形式来表示。当插值分析类型(SuperMap.InterpolationAnalystType)为 dataset 时,此为必选参数。
2626
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(SuperMap.InterpolationAnalystType)为 geometry 时,此为必选参数。
2727
* @extends {InterpolationAnalystParameters}

src/common/iServer/InterpolationKrigingAnalystParameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
5858
* @param {number} [options.zValueScale=1] - 用于进行插值分析值的缩放比率。
5959
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
6060
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
61-
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
61+
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
6262
* @param {string} [options.dataset] - 要用来做插值分析的数据源中数据集的名称。该名称用形如 ”数据集名称@数据源别名” 形式来表示。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 dataset 时。
6363
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(InterpolationAnalystParameters.prototype.InterpolationAnalystType)为 geometry 时。
6464
* @extends {InterpolationAnalystParameters}

src/common/iServer/InterpolationRBFAnalystParameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {InterpolationAnalystParameters} from './InterpolationAnalystParameters';
2525
* @param {number} [options.zValueScale=1] - 用于进行插值分析值的缩放比率。
2626
* @param {number} [options.resolution] - 插值结果栅格数据集的分辨率,即一个像元所代表的实地距离,与点数据集单位相同。
2727
* @param {FilterParameter} [options.filterQueryParameter] - 属性过滤条件。
28-
* @param {string} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
28+
* @param {PixelFormat} [options.pixelFormat] - 指定结果栅格数据集存储的像素格式。
2929
* @param {string} [options.dataset] - 要用来做插值分析的数据源中数据集的名称。该名称用形如”数据集名称@数据源别名”形式来表示。当插值分析类型(InterpolationAnalystType)为 dataset 时。此为必选参数。
3030
* @param {Array.<GeometryPoint|L.LatLng|L.Point|ol.geom.Point|mapboxgl.LngLat|Array.<number>>} [options.inputPoints] - 用于做插值分析的离散点集合。当插值分析类型(InterpolationAnalystType)为 geometry 时。此为必选参数。
3131
* @example

0 commit comments

Comments
 (0)