Skip to content

Commit cd3d6eb

Browse files
author
caoxinke
committed
"格网聚合分析"改名为"点聚合分析"
1 parent 5592217 commit cd3d6eb

File tree

11 files changed

+63
-63
lines changed

11 files changed

+63
-63
lines changed

dist/iclient9-leaflet.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17178,7 +17178,7 @@ var ProcessingService = ServiceBase.extend({
1717817178

1717917179
/**
1718017180
* @function L.supermap.processingService.prototype.getSummaryMeshJobs
17181-
* @description 获取格网聚合分析的列表
17181+
* @description 获取点聚合分析的列表
1718217182
* @param callback - {function} 请求结果的回调函数。
1718317183
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
1718417184
* @return {L.supermap.processingService}
@@ -17201,7 +17201,7 @@ var ProcessingService = ServiceBase.extend({
1720117201

1720217202
/**
1720317203
* @function L.supermap.processingService.prototype.getSummaryMeshJob
17204-
* @description 获取某一个格网聚合分析
17204+
* @description 获取某一个点聚合分析
1720517205
* @param id - {String}空间分析的id。
1720617206
* @param callback - {function} 请求结果的回调函数。
1720717207
* @param resultFormat - {SuperMap.DataFormat}返回的结果类型(默认为GeoJSON)。
@@ -17225,8 +17225,8 @@ var ProcessingService = ServiceBase.extend({
1722517225

1722617226
/**
1722717227
* @function L.supermap.processingService.prototype.addSummaryMeshJob
17228-
* @description 新建一个格网聚合分析
17229-
* @param params - {SuperMap.SummaryMeshJobParameter} 格网聚合分析任务参数类
17228+
* @description 新建一个点聚合分析
17229+
* @param params - {SuperMap.SummaryMeshJobParameter} 点聚合分析任务参数类
1723017230
* @param callback - {function} 请求结果的回调函数。
1723117231
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔
1723217232
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
@@ -17254,8 +17254,8 @@ var ProcessingService = ServiceBase.extend({
1725417254

1725517255
/**
1725617256
* @function L.supermap.processingService.prototype.getSummaryMeshJobState
17257-
* @description 获取格网聚合分析的状态
17258-
* @param id - {String} 格网聚合分析的id
17257+
* @description 获取点聚合分析的状态
17258+
* @param id - {String} 点聚合分析的id
1725917259
*/
1726017260
getSummaryMeshJobState: function (id) {
1726117261
return this.summaryMeshJobs[id];
@@ -41417,7 +41417,7 @@ var SuperMap = __webpack_require__(0);
4141741417

4141841418
/**
4141941419
* @class SuperMap.SummaryMeshJobParameter
41420-
* @description 格网聚合分析任务参数类
41420+
* @description 点聚合分析任务参数类
4142141421
* @param options - {Object} 可选参数。如:<br>
4142241422
* datasetName -{String} 数据集名。<br>
4142341423
* query -{SuperMap.Bounds} 分析范围。<br>
@@ -41540,8 +41540,8 @@ var SummaryMeshJobParameter = __webpack_require__(327);
4154041540

4154141541
/**
4154241542
* @class SuperMap.SummaryMeshJobsService
41543-
* @description 格网聚合分析大数据任务类
41544-
* @param url -{String} 格网聚合分析任务地址
41543+
* @description 点聚合分析大数据任务类
41544+
* @param url -{String} 点聚合分析任务地址
4154541545
* @param options - {Object} 交互服务时所需可选参数。
4154641546
*/
4154741547
SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
@@ -41560,15 +41560,15 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
4156041560

4156141561
/**
4156241562
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJobs
41563-
* @description 获取格网聚合分析大数据
41563+
* @description 获取点聚合分析大数据
4156441564
*/
4156541565
getSummaryMeshJobs: function () {
4156641566
return ProcessingServiceBase.prototype.getJobs.apply(this, [this.url]);
4156741567
},
4156841568

4156941569
/**
4157041570
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJob
41571-
* @description 获取指定ip的格网聚合分析大数据
41571+
* @description 获取指定ip的点聚合分析大数据
4157241572
* @param id -{String} 指定要获取数据的id
4157341573
*/
4157441574
getSummaryMeshJob: function (id) {
@@ -41577,7 +41577,7 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
4157741577

4157841578
/**
4157941579
* @function SuperMap.SummaryMeshJobsService.protitype.addSummaryMeshJob
41580-
* @description 新建格网聚合分析大数据服务
41580+
* @description 新建点聚合分析大数据服务
4158141581
* @param params - {SuperMap.SummaryMeshJobParameter} 创建一个空间分析的请求参数。
4158241582
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔。
4158341583
*/

dist/iclient9-legacy.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ SuperMap.REST.ProcessingService = SuperMap.Class(ServiceBase, {
22112211

22122212
/**
22132213
* @function SuperMap.REST.ProcessingService.prototype.getSummaryMeshJobs
2214-
* @description 获取格网聚合分析的列表
2214+
* @description 获取点聚合分析的列表
22152215
* @param callback - {function} 请求结果的回调函数。
22162216
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
22172217
* @return {SuperMap.REST.ProcessingService}
@@ -2234,7 +2234,7 @@ SuperMap.REST.ProcessingService = SuperMap.Class(ServiceBase, {
22342234

22352235
/**
22362236
* @function SuperMap.REST.ProcessingService.prototype.getSummaryMeshJob
2237-
* @description 获取某一个格网聚合分析
2237+
* @description 获取某一个点聚合分析
22382238
* @param id - {String}空间分析的id。
22392239
* @param callback - {function} 请求结果的回调函数。
22402240
* @param resultFormat - {SuperMap.DataFormat}返回的结果类型(默认为GeoJSON)。
@@ -2258,8 +2258,8 @@ SuperMap.REST.ProcessingService = SuperMap.Class(ServiceBase, {
22582258

22592259
/**
22602260
* @function SuperMap.REST.ProcessingService.prototype.addSummaryMeshJob
2261-
* @description 新建一个格网聚合分析
2262-
* @param params - {SuperMap.SummaryMeshJobParameter} 格网聚合分析任务参数类
2261+
* @description 新建一个点聚合分析
2262+
* @param params - {SuperMap.SummaryMeshJobParameter} 点聚合分析任务参数类
22632263
* @param callback - {function} 请求结果的回调函数。
22642264
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔
22652265
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
@@ -2286,8 +2286,8 @@ SuperMap.REST.ProcessingService = SuperMap.Class(ServiceBase, {
22862286

22872287
/**
22882288
* @function SuperMap.REST.ProcessingService.prototype.getSummaryMeshJobState
2289-
* @description 获取格网聚合分析的状态
2290-
* @param id - {String} 格网聚合分析的id
2289+
* @description 获取点聚合分析的状态
2290+
* @param id - {String} 点聚合分析的id
22912291
*/
22922292
getSummaryMeshJobState: function getSummaryMeshJobState(id) {
22932293
return this.summaryMeshJobs[id];
@@ -3463,7 +3463,7 @@ var SuperMap = __webpack_require__(0);
34633463

34643464
/**
34653465
* @class SuperMap.SummaryMeshJobParameter
3466-
* @description 格网聚合分析任务参数类
3466+
* @description 点聚合分析任务参数类
34673467
* @param options - {Object} 可选参数。如:<br>
34683468
* datasetName -{String} 数据集名。<br>
34693469
* query -{SuperMap.Bounds} 分析范围。<br>
@@ -3589,8 +3589,8 @@ var SummaryMeshJobParameter = __webpack_require__(19);
35893589

35903590
/**
35913591
* @class SuperMap.SummaryMeshJobsService
3592-
* @description 格网聚合分析大数据任务类
3593-
* @param url -{String} 格网聚合分析任务地址
3592+
* @description 点聚合分析大数据任务类
3593+
* @param url -{String} 点聚合分析任务地址
35943594
* @param options - {Object} 交互服务时所需可选参数。
35953595
*/
35963596
SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
@@ -3609,15 +3609,15 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
36093609

36103610
/**
36113611
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJobs
3612-
* @description 获取格网聚合分析大数据
3612+
* @description 获取点聚合分析大数据
36133613
*/
36143614
getSummaryMeshJobs: function getSummaryMeshJobs() {
36153615
return ProcessingServiceBase.prototype.getJobs.apply(this, [this.url]);
36163616
},
36173617

36183618
/**
36193619
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJob
3620-
* @description 获取指定ip的格网聚合分析大数据
3620+
* @description 获取指定ip的点聚合分析大数据
36213621
* @param id -{String} 指定要获取数据的id
36223622
*/
36233623
getSummaryMeshJob: function getSummaryMeshJob(id) {
@@ -3626,7 +3626,7 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
36263626

36273627
/**
36283628
* @function SuperMap.SummaryMeshJobsService.protitype.addSummaryMeshJob
3629-
* @description 新建格网聚合分析大数据服务
3629+
* @description 新建点聚合分析大数据服务
36303630
* @param params - {SuperMap.SummaryMeshJobParameter} 创建一个空间分析的请求参数。
36313631
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔。
36323632
*/

dist/iclient9-openlayers.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13727,7 +13727,7 @@ ol.supermap.ProcessingService.prototype.getKernelDensityJobState = function (id)
1372713727

1372813728
/**
1372913729
* @function ol.supermap.ProcessingService.prototype.getSummaryMeshJobs
13730-
* @description 获取格网聚合分析的列表
13730+
* @description 获取点聚合分析的列表
1373113731
* @param callback - {function}请求结果的回调函数。
1373213732
* @param resultFormat - {SuperMap.DataFormat}返回的结果类型(默认为GeoJSON)。
1373313733
* @return {ol.supermap.ProcessingService}
@@ -13750,7 +13750,7 @@ ol.supermap.ProcessingService.prototype.getSummaryMeshJobs = function (callback,
1375013750

1375113751
/**
1375213752
* @function ol.supermap.ProcessingService.prototype.getSummaryMeshJob
13753-
* @description 获取某一个格网聚合分析
13753+
* @description 获取某一个点聚合分析
1375413754
* @param id - {String} 空间分析的id。
1375513755
* @param callback - -{function} 请求结果的回调函数。
1375613756
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
@@ -13774,8 +13774,8 @@ ol.supermap.ProcessingService.prototype.getSummaryMeshJob = function (id, callba
1377413774

1377513775
/**
1377613776
* @function ol.supermap.ProcessingService.prototype.addSummaryMeshJob
13777-
* @description 新建一个格网聚合分析
13778-
* @param params - {SuperMap.SummaryMeshJobParameter} 格网聚合分析任务参数类
13777+
* @description 新建一个点聚合分析
13778+
* @param params - {SuperMap.SummaryMeshJobParameter} 点聚合分析任务参数类
1377913779
* @param callback - {function} 请求结果的回调函数。
1378013780
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔
1378113781
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
@@ -13802,8 +13802,8 @@ ol.supermap.ProcessingService.prototype.addSummaryMeshJob = function (params, ca
1380213802

1380313803
/**
1380413804
* @function ol.supermap.ProcessingService.prototype.getSummaryMeshJobState
13805-
* @description 获取格网聚合分析的状态
13806-
* @param id - {String} 格网聚合分析的id
13805+
* @description 获取点聚合分析的状态
13806+
* @param id - {String} 点聚合分析的id
1380713807
*/
1380813808
ol.supermap.ProcessingService.prototype.getSummaryMeshJobState = function (id) {
1380913809
return this.summaryMeshJobs[id];
@@ -31342,7 +31342,7 @@ var SuperMap = __webpack_require__(0);
3134231342

3134331343
/**
3134431344
* @class SuperMap.SummaryMeshJobParameter
31345-
* @description 格网聚合分析任务参数类
31345+
* @description 点聚合分析任务参数类
3134631346
* @param options - {Object} 可选参数。如:<br>
3134731347
* datasetName -{String} 数据集名。<br>
3134831348
* query -{SuperMap.Bounds} 分析范围。<br>
@@ -31465,8 +31465,8 @@ var SummaryMeshJobParameter = __webpack_require__(224);
3146531465

3146631466
/**
3146731467
* @class SuperMap.SummaryMeshJobsService
31468-
* @description 格网聚合分析大数据任务类
31469-
* @param url -{String} 格网聚合分析任务地址
31468+
* @description 点聚合分析大数据任务类
31469+
* @param url -{String} 点聚合分析任务地址
3147031470
* @param options - {Object} 交互服务时所需可选参数。
3147131471
*/
3147231472
SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
@@ -31485,15 +31485,15 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
3148531485

3148631486
/**
3148731487
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJobs
31488-
* @description 获取格网聚合分析大数据
31488+
* @description 获取点聚合分析大数据
3148931489
*/
3149031490
getSummaryMeshJobs: function () {
3149131491
return ProcessingServiceBase.prototype.getJobs.apply(this, [this.url]);
3149231492
},
3149331493

3149431494
/**
3149531495
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJob
31496-
* @description 获取指定ip的格网聚合分析大数据
31496+
* @description 获取指定ip的点聚合分析大数据
3149731497
* @param id -{String} 指定要获取数据的id
3149831498
*/
3149931499
getSummaryMeshJob: function (id) {
@@ -31502,7 +31502,7 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
3150231502

3150331503
/**
3150431504
* @function SuperMap.SummaryMeshJobsService.protitype.addSummaryMeshJob
31505-
* @description 新建格网聚合分析大数据服务
31505+
* @description 新建点聚合分析大数据服务
3150631506
* @param params - {SuperMap.SummaryMeshJobParameter} 创建一个空间分析的请求参数。
3150731507
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔。
3150831508
*/

examples/leaflet/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ var exampleConfig = {
218218
thumbnail: "kernelDensityJobService.png",
219219
fileName: "kernelDensityJobService"
220220
}, {
221-
name: "格网聚合分析",
221+
name: "点聚合分析",
222222
thumbnail: "SummaryMeshJobService.png",
223223
fileName: "SummaryMeshJobService"
224224
}, {

examples/legacy/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var exampleConfig = {
1616
thumbnail: "kernelDensityJobService.png",
1717
fileName: "kernelDensityJobService"
1818
}, {
19-
name: "格网聚合分析",
19+
name: "点聚合分析",
2020
thumbnail: "SummaryMeshJobService.png",
2121
fileName: "SummaryMeshJobService"
2222
}, {

examples/openlayers/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ var exampleConfig = {
242242
thumbnail: "kernelDensityJobService.png",
243243
fileName: "kernelDensityJobService"
244244
}, {
245-
name: "格网聚合分析",
245+
name: "点聚合分析",
246246
thumbnail: "SummaryMeshJobService.png",
247247
fileName: "SummaryMeshJobService"
248248
}, {

src/common/iServer/SummaryMeshJobParameter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var SuperMap = require('../SuperMap');
22

33
/**
44
* @class SuperMap.SummaryMeshJobParameter
5-
* @description 格网聚合分析任务参数类
5+
* @description 点聚合分析任务参数类
66
* @param options - {Object} 可选参数。如:<br>
77
* datasetName -{String} 数据集名。<br>
88
* query -{SuperMap.Bounds} 分析范围。<br>

src/common/iServer/SummaryMeshJobsService.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ var SummaryMeshJobParameter = require('./SummaryMeshJobParameter');
44

55
/**
66
* @class SuperMap.SummaryMeshJobsService
7-
* @description 格网聚合分析大数据任务类
8-
* @param url -{String} 格网聚合分析任务地址
7+
* @description 点聚合分析大数据任务类
8+
* @param url -{String} 点聚合分析任务地址
99
* @param options - {Object} 交互服务时所需可选参数。
1010
*/
1111
SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
@@ -24,15 +24,15 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
2424

2525
/**
2626
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJobs
27-
* @description 获取格网聚合分析大数据
27+
* @description 获取点聚合分析大数据
2828
*/
2929
getSummaryMeshJobs: function () {
3030
return ProcessingServiceBase.prototype.getJobs.apply(this, [this.url]);
3131
},
3232

3333
/**
3434
* @function SuperMap.SummaryMeshJobsService.protitype.getSummaryMeshJob
35-
* @description 获取指定ip的格网聚合分析大数据
35+
* @description 获取指定ip的点聚合分析大数据
3636
* @param id -{String} 指定要获取数据的id
3737
*/
3838
getSummaryMeshJob: function (id) {
@@ -41,7 +41,7 @@ SuperMap.SummaryMeshJobsService = SuperMap.Class(ProcessingServiceBase, {
4141

4242
/**
4343
* @function SuperMap.SummaryMeshJobsService.protitype.addSummaryMeshJob
44-
* @description 新建格网聚合分析大数据服务
44+
* @description 新建点聚合分析大数据服务
4545
* @param params - {SuperMap.SummaryMeshJobParameter} 创建一个空间分析的请求参数。
4646
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔。
4747
*/

src/leaflet/services/ProcessingService.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var ProcessingService = ServiceBase.extend({
127127

128128
/**
129129
* @function L.supermap.processingService.prototype.getSummaryMeshJobs
130-
* @description 获取格网聚合分析的列表
130+
* @description 获取点聚合分析的列表
131131
* @param callback - {function} 请求结果的回调函数。
132132
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
133133
* @return {L.supermap.processingService}
@@ -150,7 +150,7 @@ var ProcessingService = ServiceBase.extend({
150150

151151
/**
152152
* @function L.supermap.processingService.prototype.getSummaryMeshJob
153-
* @description 获取某一个格网聚合分析
153+
* @description 获取某一个点聚合分析
154154
* @param id - {String}空间分析的id。
155155
* @param callback - {function} 请求结果的回调函数。
156156
* @param resultFormat - {SuperMap.DataFormat}返回的结果类型(默认为GeoJSON)。
@@ -174,8 +174,8 @@ var ProcessingService = ServiceBase.extend({
174174

175175
/**
176176
* @function L.supermap.processingService.prototype.addSummaryMeshJob
177-
* @description 新建一个格网聚合分析
178-
* @param params - {SuperMap.SummaryMeshJobParameter} 格网聚合分析任务参数类
177+
* @description 新建一个点聚合分析
178+
* @param params - {SuperMap.SummaryMeshJobParameter} 点聚合分析任务参数类
179179
* @param callback - {function} 请求结果的回调函数。
180180
* @param seconds - {Number} 开始创建后,获取创建成功结果的时间间隔
181181
* @param resultFormat - {SuperMap.DataFormat} 返回的结果类型(默认为GeoJSON)。
@@ -203,8 +203,8 @@ var ProcessingService = ServiceBase.extend({
203203

204204
/**
205205
* @function L.supermap.processingService.prototype.getSummaryMeshJobState
206-
* @description 获取格网聚合分析的状态
207-
* @param id - {String} 格网聚合分析的id
206+
* @description 获取点聚合分析的状态
207+
* @param id - {String} 点聚合分析的id
208208
*/
209209
getSummaryMeshJobState: function (id) {
210210
return this.summaryMeshJobs[id];

0 commit comments

Comments
 (0)