@@ -499,7 +499,7 @@ export class ProcessingService extends ServiceBase {
499499 }
500500
501501 /**
502- * @function processingService .prototype.getOverlayGeoJobs
502+ * @function ProcessingService .prototype.getOverlayGeoJobs
503503 * @description 获取叠加分析的列表。
504504 * @param {RequestCallback } callback 回调函数。
505505 * @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
@@ -524,7 +524,7 @@ export class ProcessingService extends ServiceBase {
524524 }
525525
526526 /**
527- * @function processingService .prototype.getOverlayGeoJob
527+ * @function ProcessingService .prototype.getOverlayGeoJob
528528 * @description 获取叠加分析。
529529 * @param {string } id - 空间分析的 ID。
530530 * @param {RequestCallback } callback 回调函数。
@@ -550,7 +550,7 @@ export class ProcessingService extends ServiceBase {
550550 }
551551
552552 /**
553- * @function processingService .prototype.addOverlayGeoJob
553+ * @function ProcessingService .prototype.addOverlayGeoJob
554554 * @description 叠加分析。
555555 * @param {OverlayGeoJobParameter } params - 叠加分析任务参数类。
556556 * @param {RequestCallback } callback 回调函数。
@@ -581,7 +581,7 @@ export class ProcessingService extends ServiceBase {
581581 }
582582
583583 /**
584- * @function processingService .prototype.getoverlayGeoJobState
584+ * @function ProcessingService .prototype.getoverlayGeoJobState
585585 * @description 获取叠加分析的状态。
586586 * @param {string } id - 叠加分析的 ID。
587587 * @returns {Object } 叠加分析的状态
@@ -591,7 +591,7 @@ export class ProcessingService extends ServiceBase {
591591 }
592592
593593 /**
594- * @function processingService .prototype.getBuffersJobs
594+ * @function ProcessingService .prototype.getBuffersJobs
595595 * @description 获取缓冲区分析的列表。
596596 * @param {RequestCallback } callback 回调函数。
597597 * @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
@@ -616,7 +616,7 @@ export class ProcessingService extends ServiceBase {
616616 }
617617
618618 /**
619- * @function processingService .prototype.getBuffersJob
619+ * @function ProcessingService .prototype.getBuffersJob
620620 * @description 获取缓冲区分析。
621621 * @param {string } id - 空间分析的 ID。
622622 * @param {RequestCallback } callback 回调函数。
@@ -642,7 +642,7 @@ export class ProcessingService extends ServiceBase {
642642 }
643643
644644 /**
645- * @function processingService .prototype.addBuffersJob
645+ * @function ProcessingService .prototype.addBuffersJob
646646 * @description 缓冲区分析。
647647 * @param {BuffersAnalystJobsParameter } params - 缓冲区分析任务参数类。
648648 * @param {RequestCallback } callback 回调函数。
@@ -673,7 +673,7 @@ export class ProcessingService extends ServiceBase {
673673 }
674674
675675 /**
676- * @function processingService .prototype.getBuffersJobState
676+ * @function ProcessingService .prototype.getBuffersJobState
677677 * @description 获取缓冲区分析的状态。
678678 * @param {string } id - 缓冲区分析的 ID。
679679 * @returns {Object } 缓冲区分析的状态。
@@ -683,7 +683,7 @@ export class ProcessingService extends ServiceBase {
683683 }
684684
685685 /**
686- * @function processingService .prototype.getTopologyValidatorJobs
686+ * @function ProcessingService .prototype.getTopologyValidatorJobs
687687 * @description 获取拓扑检查分析的列表。
688688 * @param {RequestCallback } callback 回调函数。
689689 * @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
@@ -708,7 +708,7 @@ export class ProcessingService extends ServiceBase {
708708 }
709709
710710 /**
711- * @function processingService .prototype.getTopologyValidatorJob
711+ * @function ProcessingService .prototype.getTopologyValidatorJob
712712 * @description 获取拓扑检查分析。
713713 * @param {string } id - 空间分析的 ID。
714714 * @param {RequestCallback } callback - 回调函数。
@@ -734,7 +734,7 @@ export class ProcessingService extends ServiceBase {
734734 }
735735
736736 /**
737- * @function processingService .prototype.addTopologyValidatorJob
737+ * @function ProcessingService .prototype.addTopologyValidatorJob
738738 * @description 拓扑检查分析。
739739 * @param {TopologyValidatorJobsParameter } params - 拓扑检查分析任务参数类。
740740 * @param {RequestCallback } callback - 回调函数。
@@ -765,7 +765,7 @@ export class ProcessingService extends ServiceBase {
765765 }
766766
767767 /**
768- * @function processingService .prototype.getTopologyValidatorJobState
768+ * @function ProcessingService .prototype.getTopologyValidatorJobState
769769 * @description 获取拓扑检查分析的状态。
770770 * @param {string } id - 拓扑检查分析的 ID。
771771 * @returns {Object } 拓扑检查分析的状态
@@ -775,7 +775,7 @@ export class ProcessingService extends ServiceBase {
775775 }
776776
777777 /**
778- * @function processingService .prototype.getSummaryAttributesJobs
778+ * @function ProcessingService .prototype.getSummaryAttributesJobs
779779 * @description 获取拓扑检查属性汇总分析的列表。
780780 * @param {RequestCallback } callback - 回调函数。
781781 * @param {DataFormat } [resultFormat=DataFormat.GEOJSON] - 返回结果类型。
@@ -800,7 +800,7 @@ export class ProcessingService extends ServiceBase {
800800 }
801801
802802 /**
803- * @function processingService .prototype.getSummaryAttributesJob
803+ * @function ProcessingService .prototype.getSummaryAttributesJob
804804 * @description 获取属性汇总分析。
805805 * @param {string } id - 空间分析的 ID。
806806 * @param {RequestCallback } callback - 回调函数。
@@ -826,7 +826,7 @@ export class ProcessingService extends ServiceBase {
826826 }
827827
828828 /**
829- * @function processingService .prototype.addSummaryAttributesJob
829+ * @function ProcessingService .prototype.addSummaryAttributesJob
830830 * @description 属性汇总分析。
831831 * @param {SummaryAttributesJobsParameter } params - 属性汇总分析任务参数类。
832832 * @param {RequestCallback } callback - 回调函数。
@@ -857,7 +857,7 @@ export class ProcessingService extends ServiceBase {
857857 }
858858
859859 /**
860- * @function processingService .prototype.getSummaryAttributesJobState
860+ * @function ProcessingService .prototype.getSummaryAttributesJobState
861861 * @description 获取属性汇总分析的状态。
862862 * @param {string } id - 属性汇总分析的 ID。
863863 * @returns {Object } 属性汇总分析的状态。
0 commit comments