@@ -70,7 +70,7 @@ export class ProcessingService extends CommonServiceBase {
70
70
/**
71
71
* @function SuperMap.REST.ProcessingService.prototype.getKernelDensityJob
72
72
* @description 获取某一个密度分析。
73
- * @param {string } id - 空间分析的 id 。
73
+ * @param {string } id - 空间分析的 ID 。
74
74
* @param {function } callback - 回调函数。
75
75
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
76
76
*/
@@ -124,7 +124,7 @@ export class ProcessingService extends CommonServiceBase {
124
124
/**
125
125
* @function SuperMap.REST.ProcessingService.prototype.getKernelDensityJobState
126
126
* @description 获取密度分析的状态。
127
- * @param {string } id - 密度分析的 id 。
127
+ * @param {string } id - 密度分析的 ID 。
128
128
* @returns {Object } 密度分析的状态。
129
129
*/
130
130
getKernelDensityJobState ( id ) {
@@ -158,7 +158,7 @@ export class ProcessingService extends CommonServiceBase {
158
158
/**
159
159
* @function SuperMap.REST.ProcessingService.prototype.getSummaryMeshJob
160
160
* @description 获取点聚合分析。
161
- * @param {string } id - 点聚合分析的 id 。
161
+ * @param {string } id - 点聚合分析的 ID 。
162
162
* @param {function } callback - 回调函数。
163
163
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
164
164
*/
@@ -212,7 +212,7 @@ export class ProcessingService extends CommonServiceBase {
212
212
/**
213
213
* @function SuperMap.REST.ProcessingService.prototype.getSummaryMeshJobState
214
214
* @description 获取点聚合分析的状态。
215
- * @param {string } id - 点聚合分析的 id 。
215
+ * @param {string } id - 点聚合分析的 ID 。
216
216
* @returns {Object } 点聚合分析的状态。
217
217
*/
218
218
getSummaryMeshJobState ( id ) {
@@ -246,7 +246,7 @@ export class ProcessingService extends CommonServiceBase {
246
246
/**
247
247
* @function SuperMap.REST.ProcessingService.prototype.getQueryJob
248
248
* @description 获取单对象查询分析。
249
- * @param {string } id - 单对象查询分析的 id 。
249
+ * @param {string } id - 单对象查询分析的 ID 。
250
250
* @param {function } callback - 回调函数。
251
251
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
252
252
*/
@@ -302,8 +302,8 @@ export class ProcessingService extends CommonServiceBase {
302
302
/**
303
303
* @function SuperMap.REST.ProcessingService.prototype.getQueryJobState
304
304
* @description 获取单对象查询分析的状态。
305
- * @param {string } id - 单对象查询分析的 id 。
306
- * @returns {Object } 单对象查询分析的状态
305
+ * @param {string } id - 单对象查询分析的 ID 。
306
+ * @returns {Object } 单对象查询分析的状态。
307
307
*/
308
308
getQueryJobState ( id ) {
309
309
return this . queryJobs [ id ] ;
@@ -337,7 +337,7 @@ export class ProcessingService extends CommonServiceBase {
337
337
/**
338
338
* @function SuperMap.REST.ProcessingService.prototype.getSummaryRegionJob
339
339
* @description 获取某一个区域汇总分析。
340
- * @param {string } id - 区域汇总分析的 id 。
340
+ * @param {string } id - 区域汇总分析的 ID 。
341
341
* @param {function } callback - 回调函数。
342
342
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
343
343
*/
@@ -391,7 +391,7 @@ export class ProcessingService extends CommonServiceBase {
391
391
/**
392
392
* @function SuperMap.REST.ProcessingService.prototype.getSummaryRegionJobState
393
393
* @description 获取区域汇总分析的状态。
394
- * @param {string } id - 区域汇总分析的 id 。
394
+ * @param {string } id - 区域汇总分析的 ID 。
395
395
* @returns {Object } 区域汇总分析的状态。
396
396
*/
397
397
getSummaryRegionJobState ( id ) {
@@ -425,7 +425,7 @@ export class ProcessingService extends CommonServiceBase {
425
425
/**
426
426
* @function SuperMap.REST.ProcessingService.prototype.getVectorClipJob
427
427
* @description 获取矢量裁剪分析。
428
- * @param {string } id - 矢量裁剪分析的 id 。
428
+ * @param {string } id - 矢量裁剪分析的 ID 。
429
429
* @param {function } callback - 回调函数。
430
430
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
431
431
*/
@@ -480,7 +480,7 @@ export class ProcessingService extends CommonServiceBase {
480
480
/**
481
481
* @function SuperMap.REST.ProcessingService.prototype.getVectorClipJobState
482
482
* @description 获取矢量裁剪分析的状态。
483
- * @param {string } id - 矢量裁剪分析的 id 。
483
+ * @param {string } id - 矢量裁剪分析的 ID 。
484
484
* @returns {Object } 矢量裁剪分析的状态。
485
485
*/
486
486
getVectorClipJobState ( id ) {
@@ -514,7 +514,7 @@ export class ProcessingService extends CommonServiceBase {
514
514
/**
515
515
* @function SuperMap.REST.ProcessingService.prototype.getOverlayGeoJob
516
516
* @description 获取叠加分析。
517
- * @param {string } id - 叠加分析的 id 。
517
+ * @param {string } id - 叠加分析的 ID 。
518
518
* @param {function } callback - 回调函数。
519
519
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
520
520
*/
@@ -568,7 +568,7 @@ export class ProcessingService extends CommonServiceBase {
568
568
/**
569
569
* @function SuperMap.REST.ProcessingService.prototype.getoverlayGeoJobState
570
570
* @description 获取叠加分析的状态。
571
- * @param {string } id - 叠加分析的 id 。
571
+ * @param {string } id - 叠加分析的 ID 。
572
572
* @returns {Object } 叠加分析的状态。
573
573
*/
574
574
getoverlayGeoJobState ( id ) {
@@ -602,7 +602,7 @@ export class ProcessingService extends CommonServiceBase {
602
602
/**
603
603
* @function SuperMap.REST.ProcessingService.prototype.getBuffersJob
604
604
* @description 获取缓冲区分析。
605
- * @param {string } id - 缓冲区分析的 id 。
605
+ * @param {string } id - 缓冲区分析的 ID 。
606
606
* @param {function } callback - 回调函数。
607
607
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
608
608
*/
@@ -656,7 +656,7 @@ export class ProcessingService extends CommonServiceBase {
656
656
/**
657
657
* @function SuperMap.REST.ProcessingService.prototype.getBuffersJobState
658
658
* @description 获取缓冲区分析的状态。
659
- * @param {string } id - 缓冲区分析的 id 。
659
+ * @param {string } id - 缓冲区分析的 ID 。
660
660
* @returns {Object } 缓冲区分析的状态。
661
661
*/
662
662
getBuffersJobState ( id ) {
@@ -690,7 +690,7 @@ export class ProcessingService extends CommonServiceBase {
690
690
/**
691
691
* @function SuperMap.REST.ProcessingService.prototype.getTopologyValidatorJob
692
692
* @description 获取拓扑检查分析。
693
- * @param {string } id - 拓扑检查分析的 id 。
693
+ * @param {string } id - 拓扑检查分析的 ID 。
694
694
* @param {function } callback - 回调函数。
695
695
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
696
696
*/
@@ -744,7 +744,7 @@ export class ProcessingService extends CommonServiceBase {
744
744
/**
745
745
* @function SuperMap.REST.ProcessingService.prototype.getTopologyValidatorJobState
746
746
* @description 获取拓扑检查分析的状态。
747
- * @param {string } id - 拓扑检查分析的 id 。
747
+ * @param {string } id - 拓扑检查分析的 ID 。
748
748
* @returns {Object } 拓扑检查分析的状态。
749
749
*/
750
750
getTopologyValidatorJobState ( id ) {
@@ -778,7 +778,7 @@ export class ProcessingService extends CommonServiceBase {
778
778
/**
779
779
* @function SuperMap.REST.ProcessingService.prototype.getSummaryAttributesJob
780
780
* @description 获取属性汇总分析。
781
- * @param {string } id - 属性汇总分析的 id 。
781
+ * @param {string } id - 属性汇总分析的 ID 。
782
782
* @param {function } callback - 回调函数。
783
783
* @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
784
784
*/
@@ -832,7 +832,7 @@ export class ProcessingService extends CommonServiceBase {
832
832
/**
833
833
* @function SuperMap.REST.ProcessingService.prototype.getSummaryAttributesJobState
834
834
* @description 获取属性汇总分析的状态。
835
- * @param {string } id - 属性汇总分析的 id 。
835
+ * @param {string } id - 属性汇总分析的 ID 。
836
836
* @returns {Object } 属性汇总分析的状态。
837
837
*/
838
838
getSummaryAttributesJobState ( id ) {
0 commit comments