We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd76dbe commit e346be6Copy full SHA for e346be6
src/common/iServer/KernelDensityJobParameter.js
@@ -29,6 +29,9 @@ import {
29
* @param {number} [options.method=0] - 分析方法。
30
* @param {number} [options.meshType=0] - 分析类型。
31
* @param {number} [options.radius=300] - 分析的影响半径。
32
+ * @param {AnalystSizeUnit} [options.meshSizeUnit=AnalystSizeUnit.METER] - 网格大小单位。
33
+ * @param {AnalystSizeUnit} [options.radiusUnit=AnalystSizeUnit.METER] - 搜索半径单位。
34
+ * @param {AnalystAreaUnit} [options.areaUnit=AnalystAreaUnit.SQUAREMILE] - 面积单位。
35
* @param {OutputSetting} [options.output] - 输出参数设置。
36
* @param {MappingParameters} [options.mappingParameters] - 分析后结果可视化的参数类。
37
* @usage
0 commit comments