Skip to content

Commit cb55e33

Browse files
committed
修改common中共用的几何类型参数注释&mapboxgl gl打包专题图图层
1 parent 7212ce6 commit cb55e33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1387
-552
lines changed

build/deps.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,16 @@ deps = {
720720
"name": "mapboxgl.supermap.MapvLayer",
721721
"des": "百度MapV可视化效果"
722722
}]
723+
},
724+
"ThemeLayer": {
725+
"name": "ThemeLayer",
726+
"src": [
727+
"./src/mapboxgl/overlay/RankTheme3DLayer.js"
728+
],
729+
"modules": [{
730+
"name": "RankTheme3DLayer.js",
731+
"des": "分段专题图"
732+
}]
723733
}
724734
},
725735
"Control": {

dist/iclient-classic.js

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4249,7 +4249,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
42494249
* serverAdresses - {string} MongoDB地址。<br>
42504250
* database -- {string} 数据库。<br>
42514251
* version -{string} 版本。<br>
4252-
* bounds -{SuperMap.Bounds} 缓存范围。<br>
4252+
* bounds -{SuperMap.Bounds} 缓存范围。Bounds类型可以是SuperMap.Bounds|L.Bounds|ol.extent。<br>
42534253
* imageType -{number}缓存类型.<br>
42544254
* level -{number}缓存比例尺级别。
42554255
*/
@@ -4309,8 +4309,8 @@ var BuildCacheJobParameter = function () {
43094309

43104310

43114311
/**
4312-
* @member SuperMap.BuildCacheJobParameter.prototype.bounds -{SuperMap.Bounds}
4313-
* @description 缓存范围。
4312+
* @member SuperMap.BuildCacheJobParameter.prototype.bounds
4313+
* @description 缓存范围。Bounds类型可以是SuperMap.Bounds|L.Bounds|ol.extent
43144314
*/
43154315

43164316

@@ -4344,6 +4344,7 @@ var BuildCacheJobParameter = function () {
43444344
this.imageType = null;
43454345
this.level = null;
43464346
}
4347+
43474348
/**
43484349
* @function SuperMap.BuildCacheJobParameter.toObject
43494350
* @param buildCacheJobParameter -{Object} 地图缓存参数。
@@ -4766,7 +4767,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
47664767
* @description 密度分析任务参数类
47674768
* @param options - {Object} 可选参数。如:<br>
47684769
* datasetName -{string} 数据集名。 <br>
4769-
* query -{SuperMap.Bounds} 分析范围。 <br>
4770+
* query -{SuperMap.Bounds} 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。 <br>
47704771
* resolution -{number}分辨率。 <br>
47714772
* method -{number}分析方法。 <br>
47724773
* meshType -{number}分析类型。 <br>
@@ -4855,7 +4856,7 @@ var KernelDensityJobParameter = function () {
48554856

48564857
/**
48574858
* @member SuperMap.KernelDensityJobParameter.prototype.query -{SuperMap.Bounds}
4858-
* @description 分析范围。
4859+
* @description 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。 <br>
48594860
*/
48604861

48614862

@@ -5262,7 +5263,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
52625263
* @classdesc 点聚合分析任务参数类
52635264
* @param options - {Object} 可选参数。如:<br>
52645265
* datasetName -{string} 数据集名。<br>
5265-
* query -{SuperMap.Bounds} 分析范围。<br>
5266+
* query -{Object} 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。<br>
52665267
* resolution -{number}分辨率。<br>
52675268
* statisticModes -{string} 分析模式。<br>
52685269
* meshType -{number}分析类型。<br>
@@ -5284,8 +5285,8 @@ var SummaryMeshJobParameter = function () {
52845285

52855286

52865287
/**
5287-
* @member SuperMap.SummaryMeshJobParameter.prototype.query -{SuperMap.Bounds}
5288-
* @description 分析范围(聚合类型为网格面聚合时使用的参数)。
5288+
* @member SuperMap.SummaryMeshJobParameter.prototype.query -{Object}
5289+
* @description 分析范围(聚合类型为网格面聚合时使用的参数)。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。<br>
52895290
*/
52905291

52915292

@@ -5543,7 +5544,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
55435544
* @param options - {Object} 可选参数。如:<br>
55445545
* datasetName -{string} 数据集名。 <br>
55455546
* sumShape -{boolean} 是否统计长度或面积。 <br>
5546-
* query -{SuperMap.Bounds} 分析范围。 <br>
5547+
* query -{SuperMap.Bounds} 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。 <br>
55475548
* standardSummaryFields -{boolean} 以标准属字段统计。 <br>
55485549
* standardFields -{string} 以标准属字段统计的字段名称。 <br>
55495550
* standardStatisticModes -{string} 以标准属字段统计的统计模式。 <br>
@@ -5658,8 +5659,8 @@ var SummaryRegionJobParameter = function () {
56585659

56595660

56605661
/**
5661-
* @member SuperMap.SummaryRegionJobParameter.prototype.query -{SuperMap.Bounds}
5662-
* @description 分析范围。
5662+
* @member SuperMap.SummaryRegionJobParameter.prototype.query
5663+
* @description 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。
56635664
*/
56645665

56655666

@@ -5686,6 +5687,7 @@ var SummaryRegionJobParameter = function () {
56865687
this.meshSizeUnit = null;
56875688
this.type = null;
56885689
}
5690+
56895691
/**
56905692
* @function SuperMap.SummaryRegionJobParameter.toObject
56915693
* @param summaryRegionJobParameter -{Object} 矢量裁剪分析任务参数。

0 commit comments

Comments
 (0)