Skip to content

Commit ae94185

Browse files
committed
修改分布式分析服务名字及示例
1 parent 56a7ad8 commit ae94185

31 files changed

+1764
-1655
lines changed

build/deps.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ deps = {
269269
}]
270270
},
271271
"ProcessingService": {
272-
"name": "分布式空间分析服务",
272+
"name": "分布式分析服务",
273273
"src": [
274274
"./src/leaflet/services/ProcessingService.js"
275275
],
276276
"modules": [{
277277
"name": "L.supermap.processingService",
278-
"des": "分布式空间分析服务"
278+
"des": "分布式分析服务"
279279
}]
280280
},
281281
"iPortal": {
@@ -595,13 +595,13 @@ deps = {
595595
}]
596596
},
597597
"ProcessingService": {
598-
"name": "分布式空间分析服务",
598+
"name": "分布式分析服务",
599599
"src": [
600600
"./src/openlayers/services/ProcessingService.js"
601601
],
602602
"modules": [{
603603
"name": "ol.supermap.ProcessingService",
604-
"des": "分布式空间分析服务"
604+
"des": "分布式分析服务"
605605
}]
606606
},
607607
"AddressMatch": {
@@ -814,7 +814,7 @@ deps = {
814814
}]
815815
},
816816
"ProcessingService": {
817-
"name": "分布式空间分析服务",
817+
"name": "分布式分析服务",
818818
"src": [
819819
"./src/common/iServer/KernelDensityJobsService.js",
820820
"./src/common/iServer/SummaryMeshJobsService.js",
@@ -1098,13 +1098,13 @@ deps = {
10981098
"title": "服务",
10991099
"description": "对各种功能服务的包装",
11001100
"ProcessingService": {
1101-
"name": "分布式空间分析服务",
1101+
"name": "分布式分析服务",
11021102
"src": [
11031103
"./src/classic/services/ProcessingService.js"
11041104
],
11051105
"modules": [{
11061106
"name": "SuperMap.REST.ProcessingService",
1107-
"des": "分布式空间分析服务"
1107+
"des": "分布式分析服务"
11081108
}]
11091109
},
11101110
"AddressMatch": {

dist/iclient-classic.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ var ClipAnalystMode = exports.ClipAnalystMode = _SuperMap2.default.ClipAnalystMo
11331133
INTERSECT: "intersect"
11341134
};
11351135
/**
1136-
* 分布式空间分析面积单位
1136+
* 分布式分析面积单位
11371137
* @type {{SQUAREMETER: string, SQUAREKILOMETER: string, HECTARE: string, ARE: string, ACRE: string, SQUAREFOOT: string, SQUAREYARD: string, SQUAREMILE: string}}
11381138
*/
11391139
var AnalystAreaUnit = exports.AnalystAreaUnit = _SuperMap2.default.AnalystAreaUnit = {
@@ -1147,7 +1147,7 @@ var AnalystAreaUnit = exports.AnalystAreaUnit = _SuperMap2.default.AnalystAreaUn
11471147
"SQUAREMILE": "SquareMile"
11481148
};
11491149
/**
1150-
* 分布式空间分析单位
1150+
* 分布式分析单位
11511151
* @type {{METER: string, KILOMETER: string, YARD: string, FOOT: string, MILE: string}}
11521152
*/
11531153
var AnalystSizeUnit = exports.AnalystSizeUnit = _SuperMap2.default.AnalystSizeUnit = {
@@ -1158,7 +1158,7 @@ var AnalystSizeUnit = exports.AnalystSizeUnit = _SuperMap2.default.AnalystSizeUn
11581158
"MILE": "Mile"
11591159
};
11601160
/**
1161-
* 分布式空间分析统计模式
1161+
* 分布式分析统计模式
11621162
* @type {{MAX: string, MIN: string, AVERAGE: string, SUM: string, VARIANCE: string, STDDEVIATION: string}}
11631163
*/
11641164
var StatisticAnalystMode = exports.StatisticAnalystMode = _SuperMap2.default.StatisticAnalystMode = {
@@ -1170,7 +1170,7 @@ var StatisticAnalystMode = exports.StatisticAnalystMode = _SuperMap2.default.Sta
11701170
"STDDEVIATION": "stdDeviation"
11711171
};
11721172
/**
1173-
* 分布式空间分析聚合类型
1173+
* 分布式分析聚合类型
11741174
* @type {{SUMMARYMESH: string, SUMMARYREGION: string}}
11751175
*/
11761176
var SummaryType = exports.SummaryType = _SuperMap2.default.SummaryType = {
@@ -1214,9 +1214,9 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
12141214

12151215
/**
12161216
* @class SuperMap.ProcessingServiceBase
1217-
* @description 分布式空间分析服务基类
1217+
* @description 分布式分析服务基类
12181218
* @extends SuperMap.CommonServiceBase
1219-
* @param url - {string} 分布式空间分析服务地址
1219+
* @param url - {string} 分布式分析服务地址
12201220
* @param options - {Object} 参数。如:<br>
12211221
* events - {SuperMap.Events} 处理所有事件的对象。<br>
12221222
* eventListeners - {Object} 听器对象。<br>
@@ -1260,7 +1260,7 @@ var ProcessingServiceBase = function (_CommonServiceBase) {
12601260

12611261
/**
12621262
* @function SuperMap.ProcessingServiceBase.prototype.getJobs
1263-
* @description 获取分布式空间分析任务
1263+
* @description 获取分布式分析任务
12641264
* @param url - {string} 资源地址。
12651265
*/
12661266

@@ -1279,7 +1279,7 @@ var ProcessingServiceBase = function (_CommonServiceBase) {
12791279

12801280
/**
12811281
* @function SuperMap.ProcessingServiceBase.prototype.addJob
1282-
* @description 添加分布式空间分析任务
1282+
* @description 添加分布式分析任务
12831283
* @param url - {string} 资源根地址。
12841284
* @param params - {Object} 创建一个空间分析的请求参数。
12851285
* @param paramType - {string} - 请求参数类型。
@@ -2492,15 +2492,15 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
24922492

24932493
/**
24942494
* @class SuperMap.REST.ProcessingService
2495-
* @classdesc 分布式空间分析相关服务类
2495+
* @classdesc 分布式分析相关服务类
24962496
* @augments SuperMap.CommonServiceBase
24972497
* @example
24982498
* 用法:
24992499
* new SuperMap.REST.ProcessingService(url,options)
25002500
* .getKernelDensityJobs(function(result){
25012501
* //doSomething
25022502
* })
2503-
* @param url -{string} 分布式空间分析服务地址
2503+
* @param url -{string} 分布式分析服务地址
25042504
* @param options - {Object} 交互服务时所需可选参数
25052505
*/
25062506
var ProcessingService = exports.ProcessingService = function (_CommonServiceBase) {

0 commit comments

Comments
 (0)