8000
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 7232364 commit 88e7ca2Copy full SHA for 88e7ca2
src/common/iServer/VectorClipJobsParameter.js
@@ -15,6 +15,7 @@ import { MappingParameters } from './MappingParameters';
15
* @param {string} options.datasetName - 数据集名。
16
* @param {string} options.datasetOverlay - 裁剪对象数据集。
17
* @param {ClipAnalystMode} [options.mode=ClipAnalystMode.CLIP] - 裁剪分析模式。
18
+ * @param {string} [options.geometryClip] - 裁剪几何对象。
19
* @param {OutputSetting} [options.output] - 输出参数设置。
20
* @param {MappingParameters} [options.mappingParameters] - 分析后结果可视化的参数类。
21
* @usage
0 commit comments