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 e346be6 commit 795bd4dCopy full SHA for 795bd4d
src/common/iServer/SummaryMeshJobParameter.js
@@ -14,6 +14,7 @@ import { MappingParameters } from './MappingParameters';
14
* @classdesc 点聚合分析任务参数类。
15
* @param {Object} options - 参数。
16
* @param {string} options.datasetName - 数据集名。
17
+ * @param {string} [options.regionDataset ] - 聚合面数据集(聚合类型为多边形聚合时使用的参数)
18
* @param {(SuperMap.Bounds|L.Bounds|L.LatLngBounds|ol.extent|mapboxgl.LngLatBounds|GeoJSONObject)} [options.query] - 分析范围(默认为全图范围)。
19
* @param {number} options.fields - 权重索引。
20
* @param {number} [options.resolution=100] - 分辨率。
0 commit comments