@mapgis/webclient-cesium-plugin 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/README.md +27 -1
  2. package/dist/es5/webclient-cesium-plugin.min.js +3 -3
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +3 -3
  5. package/documention/ArcGISMapServerImageryProvider.html +158 -35
  6. package/documention/ArcGISTileServerImageryProvider.html +90 -25
  7. package/documention/CustomTilingScheme.html +304 -111
  8. package/documention/DynamicEntityVisualizer.html +21 -6
  9. package/documention/DynamicLabelLayer.html +208 -53
  10. package/documention/GeoJSONLayerUtil.html +25 -6
  11. package/documention/GraphicsLayerUtil.html +25 -6
  12. package/documention/HashMap.html +107 -27
  13. package/documention/IGSFeatureLayerUtil.html +25 -6
  14. package/documention/IGSSceneLayerUtil.html +217 -64
  15. package/documention/MapGISMapServerImageryProvider.html +408 -105
  16. package/documention/MapGISTerrainProvider.html +418 -102
  17. package/documention/MapGISTileServerImageryProvider.html +379 -96
  18. package/documention/MapGISVectorTileImageryProvider.html +506 -127
  19. package/documention/Popup.html +148 -39
  20. package/documention/SceneViewCesium.html +698 -205
  21. package/documention/Screenshot.html +43 -18
  22. package/documention/SketchEditorCesium.html +161 -48
  23. package/documention/UrlTemplateImageryProvider.html +26 -7
  24. package/documention/WFSLayerUtil.html +25 -6
  25. package/documention/WebMapServiceImageryProvider.html +27 -7
  26. package/documention/WebMapTileServiceImageryProvider.html +27 -7
  27. package/documention/global.html +20 -5
  28. package/documention/index.html +4 -4
  29. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +13 -8
  30. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +104 -39
  31. package/documention/module.exports_module.exports.html +42 -12
  32. package/documention/scripts/sideBar.js +133 -6
  33. package/package.json +1 -1
@@ -77,13 +77,18 @@
77
77
 
78
78
  <tr class="deep-level-0">
79
79
 
80
- <td class="name" id="options"><code>options</code></td>
80
+ <td class="name"><code>options</code></td>
81
81
 
82
82
 
83
83
  <td class="type">
84
84
 
85
85
 
86
- <span class="param-type">Object</span>
86
+ <span class="param-type">
87
+
88
+ Object
89
+
90
+ </span>
91
+
87
92
 
88
93
 
89
94
 
@@ -103,13 +108,18 @@
103
108
 
104
109
  <tr class="deep-level-1">
105
110
 
106
- <td class="name" id="ellipsoid"><code>ellipsoid</code></td>
111
+ <td class="name"><code>ellipsoid</code></td>
107
112
 
108
113
 
109
114
  <td class="type">
110
115
 
111
116
 
112
- <span class="param-type">Ellipsoid</span>
117
+ <span class="param-type">
118
+
119
+ Ellipsoid
120
+
121
+ </span>
122
+
113
123
 
114
124
 
115
125
 
@@ -131,13 +141,18 @@
131
141
 
132
142
  <tr class="deep-level-1">
133
143
 
134
- <td class="name" id="wkt"><code>wkt</code></td>
144
+ <td class="name"><code>wkt</code></td>
135
145
 
136
146
 
137
147
  <td class="type">
138
148
 
139
149
 
140
- <span class="param-type">String</span>
150
+ <span class="param-type">
151
+
152
+ String
153
+
154
+ </span>
155
+
141
156
 
142
157
 
143
158
 
@@ -157,13 +172,18 @@
157
172
 
158
173
  <tr class="deep-level-1">
159
174
 
160
- <td class="name" id="wkid"><code>wkid</code></td>
175
+ <td class="name"><code>wkid</code></td>
161
176
 
162
177
 
163
178
  <td class="type">
164
179
 
165
180
 
166
- <span class="param-type">String</span>
181
+ <span class="param-type">
182
+
183
+ String
184
+
185
+ </span>
186
+
167
187
 
168
188
 
169
189
 
@@ -183,39 +203,18 @@
183
203
 
184
204
  <tr class="deep-level-1">
185
205
 
186
- <td class="name" id="tileInfo"><code>tileInfo</code></td>
206
+ <td class="name"><code>tileInfo</code></td>
187
207
 
188
208
 
189
209
  <td class="type">
190
210
 
191
211
 
192
- <span class="param-type">Object</span>
193
-
194
-
195
-
196
- </td>
197
-
198
-
199
- <td class="default">
200
-
201
- </td>
202
-
203
-
204
- <td class="description last"><p>瓦片的属性信息,地图服务可以不提供该参数,该参数有固定的格式要求,详见下方示例</p></td>
205
- </tr>
206
-
207
-
208
-
212
+ <span class="param-type">
209
213
 
210
- <tr class="deep-level-1">
211
-
212
- <td class="name" id="numberOfLevelZeroTilesX"><code>numberOfLevelZeroTilesX</code></td>
213
-
214
+ Object
215
+
216
+ </span>
214
217
 
215
- <td class="type">
216
-
217
-
218
- <span class="param-type">Number</span>
219
218
 
220
219
 
221
220
 
@@ -224,12 +223,10 @@
224
223
 
225
224
  <td class="default">
226
225
 
227
- 1
228
-
229
226
  </td>
230
227
 
231
228
 
232
- <td class="description last"><p>瓦片树第0级的X方向所包含的瓦片个数</p></td>
229
+ <td class="description last"><p>必传。瓦片的属性信息,地图服务可以不提供该参数,该参数有固定的格式要求,详见下方示例</p></td>
233
230
  </tr>
234
231
 
235
232
 
@@ -237,13 +234,18 @@
237
234
 
238
235
  <tr class="deep-level-1">
239
236
 
240
- <td class="name" id="numberOfLevelZeroTilesY"><code>numberOfLevelZeroTilesY</code></td>
237
+ <td class="name"><code>axisDirection</code></td>
241
238
 
242
239
 
243
240
  <td class="type">
244
241
 
245
242
 
246
- <span class="param-type">Number</span>
243
+ <span class="param-type">
244
+
245
+ Object
246
+
247
+ </span>
248
+
247
249
 
248
250
 
249
251
 
@@ -252,12 +254,10 @@
252
254
 
253
255
  <td class="default">
254
256
 
255
- 1
256
-
257
257
  </td>
258
258
 
259
259
 
260
- <td class="description last"><p>瓦片树第0级的Y方向所包含的瓦片个数</p></td>
260
+ <td class="description last"><p>瓦片组织方向(裁图方向)。axisDirection.x=1代表x轴由左往右为正,axisDirection.x=-1代表x轴由右往左为正;axisDirection.y=1代表x轴由下往上为正,axisDirection.y=-1代表x轴由上往下为正。例如wmts的axisDirection为{x:1,y:-1}。</p></td>
261
261
  </tr>
262
262
 
263
263
 
@@ -265,13 +265,18 @@
265
265
 
266
266
  <tr class="deep-level-1">
267
267
 
268
- <td class="name" id="rectangleSouthwest"><code>rectangleSouthwest</code></td>
268
+ <td class="name"><code>rectangleSouthwest</code></td>
269
269
 
270
270
 
271
271
  <td class="type">
272
272
 
273
273
 
274
- <span class="param-type">Cartesian2</span>
274
+ <span class="param-type">
275
+
276
+ Cartesian2
277
+
278
+ </span>
279
+
275
280
 
276
281
 
277
282
 
@@ -291,13 +296,18 @@
291
296
 
292
297
  <tr class="deep-level-1">
293
298
 
294
- <td class="name" id="rectangleNortheast"><code>rectangleNortheast</code></td>
299
+ <td class="name"><code>rectangleNortheast</code></td>
295
300
 
296
301
 
297
302
  <td class="type">
298
303
 
299
304
 
300
- <span class="param-type">Cartesian2</span>
305
+ <span class="param-type">
306
+
307
+ Cartesian2
308
+
309
+ </span>
310
+
301
311
 
302
312
 
303
313
 
@@ -458,8 +468,6 @@ const tilingScheme = new Cesium.CustomTilingScheme({
458
468
  wkid: 4547,
459
469
  wkt: '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs', // https://epsg.io/4547
460
470
  tileInfo, // 瓦片的属性信息,地图服务可以不提供该参数
461
- numberOfLevelZeroTilesX: 1, // 瓦片树第0级的X方向所包含的瓦片个数
462
- numberOfLevelZeroTilesY: 1, // 瓦片树第0级的Y方向所包含的瓦片个数
463
471
  rectangleSouthwest: new Cesium.Cartesian2(extent.xmin, extent.ymin), // 投影矩形范围的西南角
464
472
  rectangleNortheast: new Cesium.Cartesian2(extent.xmax, extent.ymax), // 投影矩形范围的东北角
465
473
  })</code></pre>
@@ -502,11 +510,16 @@ const tilingScheme = new Cesium.CustomTilingScheme({
502
510
  <tbody>
503
511
 
504
512
  <tr class="deep-level-0">
505
- <td class="name"><code><a href="CustomTilingScheme.html#ellipsoid">ellipsoid</a></code></td>
513
+ <td class="name"><code><a href="#ellipsoid">ellipsoid</a></code></td>
506
514
  <td class="name">
507
515
  <code>
508
516
 
509
- <span class="param-type">Ellipsoid</span>
517
+ <span class="param-type">
518
+
519
+ Ellipsoid
520
+
521
+ </span>
522
+
510
523
 
511
524
 
512
525
  </code>
@@ -515,11 +528,16 @@ const tilingScheme = new Cesium.CustomTilingScheme({
515
528
  </tr>
516
529
 
517
530
  <tr class="deep-level-0">
518
- <td class="name"><code><a href="CustomTilingScheme.html#projection">projection</a></code></td>
531
+ <td class="name"><code><a href="#projection">projection</a></code></td>
519
532
  <td class="name">
520
533
  <code>
521
534
 
522
- <span class="param-type"><a class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
535
+ <span class="param-type">
536
+
537
+ <a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a>
538
+
539
+ </span>
540
+
523
541
 
524
542
 
525
543
  </code>
@@ -528,11 +546,16 @@ const tilingScheme = new Cesium.CustomTilingScheme({
528
546
  </tr>
529
547
 
530
548
  <tr class="deep-level-0">
531
- <td class="name"><code><a href="CustomTilingScheme.html#rectangle">rectangle</a></code></td>
549
+ <td class="name"><code><a href="#rectangle">rectangle</a></code></td>
532
550
  <td class="name">
533
551
  <code>
534
552
 
535
- <span class="param-type">Rectangle</span>
553
+ <span class="param-type">
554
+
555
+ Rectangle
556
+
557
+ </span>
558
+
536
559
 
537
560
 
538
561
  </code>
@@ -541,11 +564,16 @@ const tilingScheme = new Cesium.CustomTilingScheme({
541
564
  </tr>
542
565
 
543
566
  <tr class="deep-level-0">
544
- <td class="name"><code><a href="CustomTilingScheme.html#wkid">wkid</a></code></td>
567
+ <td class="name"><code><a href="#wkid">wkid</a></code></td>
545
568
  <td class="name">
546
569
  <code>
547
570
 
548
- <span class="param-type">String</span>
571
+ <span class="param-type">
572
+
573
+ String
574
+
575
+ </span>
576
+
549
577
 
550
578
 
551
579
  </code>
@@ -554,11 +582,16 @@ const tilingScheme = new Cesium.CustomTilingScheme({
554
582
  </tr>
555
583
 
556
584
  <tr class="deep-level-0">
557
- <td class="name"><code><a href="CustomTilingScheme.html#wkt">wkt</a></code></td>
585
+ <td class="name"><code><a href="#wkt">wkt</a></code></td>
558
586
  <td class="name">
559
587
  <code>
560
588
 
561
- <span class="param-type">String</span>
589
+ <span class="param-type">
590
+
591
+ String
592
+
593
+ </span>
594
+
562
595
 
563
596
 
564
597
  </code>
@@ -577,7 +610,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
577
610
  <span class="method-parameter is-pulled-right">
578
611
  <label>类型:</label>
579
612
 
580
- <span class="param-type">Ellipsoid</span>
613
+ <span class="param-type">
614
+
615
+ Ellipsoid
616
+
617
+ </span>
618
+
581
619
 
582
620
 
583
621
  </span>
@@ -647,7 +685,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
647
685
  <span class="method-parameter is-pulled-right">
648
686
  <label>类型:</label>
649
687
 
650
- <span class="param-type"><a class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
688
+ <span class="param-type">
689
+
690
+ <a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a>
691
+
692
+ </span>
693
+
651
694
 
652
695
 
653
696
  </span>
@@ -717,7 +760,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
717
760
  <span class="method-parameter is-pulled-right">
718
761
  <label>类型:</label>
719
762
 
720
- <span class="param-type">Rectangle</span>
763
+ <span class="param-type">
764
+
765
+ Rectangle
766
+
767
+ </span>
768
+
721
769
 
722
770
 
723
771
  </span>
@@ -787,7 +835,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
787
835
  <span class="method-parameter is-pulled-right">
788
836
  <label>类型:</label>
789
837
 
790
- <span class="param-type">String</span>
838
+ <span class="param-type">
839
+
840
+ String
841
+
842
+ </span>
843
+
791
844
 
792
845
 
793
846
  </span>
@@ -857,7 +910,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
857
910
  <span class="method-parameter is-pulled-right">
858
911
  <label>类型:</label>
859
912
 
860
- <span class="param-type">String</span>
913
+ <span class="param-type">
914
+
915
+ String
916
+
917
+ </span>
918
+
861
919
 
862
920
 
863
921
  </span>
@@ -943,12 +1001,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
943
1001
  <tbody>
944
1002
 
945
1003
  <tr class="deep-level-0">
946
- <td class="name"><code><a href="CustomTilingScheme.html#getNumberOfXTilesAtLevel">getNumberOfXTilesAtLevel</a></code></td>
1004
+ <td class="name"><code><a href="#getNumberOfXTilesAtLevel">getNumberOfXTilesAtLevel</a></code></td>
947
1005
  <td class="name">
948
1006
  <code>
949
1007
 
950
1008
 
951
- <span class="param-type">Number</span>
1009
+ <span class="param-type">
1010
+
1011
+ Number
1012
+
1013
+ </span>
1014
+
952
1015
 
953
1016
 
954
1017
 
@@ -958,12 +1021,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
958
1021
  </tr>
959
1022
 
960
1023
  <tr class="deep-level-0">
961
- <td class="name"><code><a href="CustomTilingScheme.html#getNumberOfYTilesAtLevel">getNumberOfYTilesAtLevel</a></code></td>
1024
+ <td class="name"><code><a href="#getNumberOfYTilesAtLevel">getNumberOfYTilesAtLevel</a></code></td>
962
1025
  <td class="name">
963
1026
  <code>
964
1027
 
965
1028
 
966
- <span class="param-type">Number</span>
1029
+ <span class="param-type">
1030
+
1031
+ Number
1032
+
1033
+ </span>
1034
+
967
1035
 
968
1036
 
969
1037
 
@@ -973,12 +1041,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
973
1041
  </tr>
974
1042
 
975
1043
  <tr class="deep-level-0">
976
- <td class="name"><code><a href="CustomTilingScheme.html#positionToTileXY">positionToTileXY</a></code></td>
1044
+ <td class="name"><code><a href="#positionToTileXY">positionToTileXY</a></code></td>
977
1045
  <td class="name">
978
1046
  <code>
979
1047
 
980
1048
 
981
- <span class="param-type">Cartesian2</span>
1049
+ <span class="param-type">
1050
+
1051
+ Cartesian2
1052
+
1053
+ </span>
1054
+
982
1055
 
983
1056
 
984
1057
 
@@ -988,12 +1061,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
988
1061
  </tr>
989
1062
 
990
1063
  <tr class="deep-level-0">
991
- <td class="name"><code><a href="CustomTilingScheme.html#rectangleToNativeRectangle">rectangleToNativeRectangle</a></code></td>
1064
+ <td class="name"><code><a href="#rectangleToNativeRectangle">rectangleToNativeRectangle</a></code></td>
992
1065
  <td class="name">
993
1066
  <code>
994
1067
 
995
1068
 
996
- <span class="param-type">Rectangle</span>
1069
+ <span class="param-type">
1070
+
1071
+ Rectangle
1072
+
1073
+ </span>
1074
+
997
1075
 
998
1076
 
999
1077
 
@@ -1003,12 +1081,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1003
1081
  </tr>
1004
1082
 
1005
1083
  <tr class="deep-level-0">
1006
- <td class="name"><code><a href="CustomTilingScheme.html#tileXYToNativeRectangle">tileXYToNativeRectangle</a></code></td>
1084
+ <td class="name"><code><a href="#tileXYToNativeRectangle">tileXYToNativeRectangle</a></code></td>
1007
1085
  <td class="name">
1008
1086
  <code>
1009
1087
 
1010
1088
 
1011
- <span class="param-type">Rectangle</span>
1089
+ <span class="param-type">
1090
+
1091
+ Rectangle
1092
+
1093
+ </span>
1094
+
1012
1095
 
1013
1096
 
1014
1097
 
@@ -1018,12 +1101,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1018
1101
  </tr>
1019
1102
 
1020
1103
  <tr class="deep-level-0">
1021
- <td class="name"><code><a href="CustomTilingScheme.html#tileXYToRectangle">tileXYToRectangle</a></code></td>
1104
+ <td class="name"><code><a href="#tileXYToRectangle">tileXYToRectangle</a></code></td>
1022
1105
  <td class="name">
1023
1106
  <code>
1024
1107
 
1025
1108
 
1026
- <span class="param-type">Rectangle</span>
1109
+ <span class="param-type">
1110
+
1111
+ Rectangle
1112
+
1113
+ </span>
1114
+
1027
1115
 
1028
1116
 
1029
1117
 
@@ -1090,13 +1178,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1090
1178
 
1091
1179
  <tr class="deep-level-0">
1092
1180
 
1093
- <td class="name" id="level"><code>level</code></td>
1181
+ <td class="name"><code>level</code></td>
1094
1182
 
1095
1183
 
1096
1184
  <td class="type">
1097
1185
 
1098
1186
 
1099
- <span class="param-type">Number</span>
1187
+ <span class="param-type">
1188
+
1189
+ Number
1190
+
1191
+ </span>
1192
+
1100
1193
 
1101
1194
 
1102
1195
 
@@ -1184,7 +1277,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1184
1277
  <div class='column is-5 has-text-left'>
1185
1278
  <label>类型: </label>
1186
1279
 
1187
- <span class="param-type">Number</span>
1280
+ <span class="param-type">
1281
+
1282
+ Number
1283
+
1284
+ </span>
1285
+
1188
1286
 
1189
1287
 
1190
1288
  </div>
@@ -1255,13 +1353,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1255
1353
 
1256
1354
  <tr class="deep-level-0">
1257
1355
 
1258
- <td class="name" id="level"><code>level</code></td>
1356
+ <td class="name"><code>level</code></td>
1259
1357
 
1260
1358
 
1261
1359
  <td class="type">
1262
1360
 
1263
1361
 
1264
- <span class="param-type">Number</span>
1362
+ <span class="param-type">
1363
+
1364
+ Number
1365
+
1366
+ </span>
1367
+
1265
1368
 
1266
1369
 
1267
1370
 
@@ -1349,7 +1452,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1349
1452
  <div class='column is-5 has-text-left'>
1350
1453
  <label>类型: </label>
1351
1454
 
1352
- <span class="param-type">Number</span>
1455
+ <span class="param-type">
1456
+
1457
+ Number
1458
+
1459
+ </span>
1460
+
1353
1461
 
1354
1462
 
1355
1463
  </div>
@@ -1420,13 +1528,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1420
1528
 
1421
1529
  <tr class="deep-level-0">
1422
1530
 
1423
- <td class="name" id="position"><code>position</code></td>
1531
+ <td class="name"><code>position</code></td>
1424
1532
 
1425
1533
 
1426
1534
  <td class="type">
1427
1535
 
1428
1536
 
1429
- <span class="param-type">Cartographic</span>
1537
+ <span class="param-type">
1538
+
1539
+ Cartographic
1540
+
1541
+ </span>
1542
+
1430
1543
 
1431
1544
 
1432
1545
 
@@ -1444,13 +1557,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1444
1557
 
1445
1558
  <tr class="deep-level-0">
1446
1559
 
1447
- <td class="name" id="level"><code>level</code></td>
1560
+ <td class="name"><code>level</code></td>
1448
1561
 
1449
1562
 
1450
1563
  <td class="type">
1451
1564
 
1452
1565
 
1453
- <span class="param-type">Number</span>
1566
+ <span class="param-type">
1567
+
1568
+ Number
1569
+
1570
+ </span>
1571
+
1454
1572
 
1455
1573
 
1456
1574
 
@@ -1468,13 +1586,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1468
1586
 
1469
1587
  <tr class="deep-level-0">
1470
1588
 
1471
- <td class="name" id="result"><code>result</code></td>
1589
+ <td class="name"><code>result</code></td>
1472
1590
 
1473
1591
 
1474
1592
  <td class="type">
1475
1593
 
1476
1594
 
1477
- <span class="param-type">Cartesian2</span>
1595
+ <span class="param-type">
1596
+
1597
+ Cartesian2
1598
+
1599
+ </span>
1600
+
1478
1601
 
1479
1602
 
1480
1603
 
@@ -1562,7 +1685,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1562
1685
  <div class='column is-5 has-text-left'>
1563
1686
  <label>类型: </label>
1564
1687
 
1565
- <span class="param-type">Cartesian2</span>
1688
+ <span class="param-type">
1689
+
1690
+ Cartesian2
1691
+
1692
+ </span>
1693
+
1566
1694
 
1567
1695
 
1568
1696
  </div>
@@ -1633,13 +1761,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1633
1761
 
1634
1762
  <tr class="deep-level-0">
1635
1763
 
1636
- <td class="name" id="rectangle"><code>rectangle</code></td>
1764
+ <td class="name"><code>rectangle</code></td>
1637
1765
 
1638
1766
 
1639
1767
  <td class="type">
1640
1768
 
1641
1769
 
1642
- <span class="param-type">Rectangle</span>
1770
+ <span class="param-type">
1771
+
1772
+ Rectangle
1773
+
1774
+ </span>
1775
+
1643
1776
 
1644
1777
 
1645
1778
 
@@ -1657,13 +1790,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1657
1790
 
1658
1791
  <tr class="deep-level-0">
1659
1792
 
1660
- <td class="name" id="result"><code>result</code></td>
1793
+ <td class="name"><code>result</code></td>
1661
1794
 
1662
1795
 
1663
1796
  <td class="type">
1664
1797
 
1665
1798
 
1666
- <span class="param-type">Rectangle</span>
1799
+ <span class="param-type">
1800
+
1801
+ Rectangle
1802
+
1803
+ </span>
1804
+
1667
1805
 
1668
1806
 
1669
1807
 
@@ -1751,7 +1889,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1751
1889
  <div class='column is-5 has-text-left'>
1752
1890
  <label>类型: </label>
1753
1891
 
1754
- <span class="param-type">Rectangle</span>
1892
+ <span class="param-type">
1893
+
1894
+ Rectangle
1895
+
1896
+ </span>
1897
+
1755
1898
 
1756
1899
 
1757
1900
  </div>
@@ -1822,13 +1965,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1822
1965
 
1823
1966
  <tr class="deep-level-0">
1824
1967
 
1825
- <td class="name" id="x"><code>x</code></td>
1968
+ <td class="name"><code>x</code></td>
1826
1969
 
1827
1970
 
1828
1971
  <td class="type">
1829
1972
 
1830
1973
 
1831
- <span class="param-type">Number</span>
1974
+ <span class="param-type">
1975
+
1976
+ Number
1977
+
1978
+ </span>
1979
+
1832
1980
 
1833
1981
 
1834
1982
 
@@ -1846,13 +1994,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1846
1994
 
1847
1995
  <tr class="deep-level-0">
1848
1996
 
1849
- <td class="name" id="y"><code>y</code></td>
1997
+ <td class="name"><code>y</code></td>
1850
1998
 
1851
1999
 
1852
2000
  <td class="type">
1853
2001
 
1854
2002
 
1855
- <span class="param-type">Number</span>
2003
+ <span class="param-type">
2004
+
2005
+ Number
2006
+
2007
+ </span>
2008
+
1856
2009
 
1857
2010
 
1858
2011
 
@@ -1870,13 +2023,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1870
2023
 
1871
2024
  <tr class="deep-level-0">
1872
2025
 
1873
- <td class="name" id="level"><code>level</code></td>
2026
+ <td class="name"><code>level</code></td>
1874
2027
 
1875
2028
 
1876
2029
  <td class="type">
1877
2030
 
1878
2031
 
1879
- <span class="param-type">Number</span>
2032
+ <span class="param-type">
2033
+
2034
+ Number
2035
+
2036
+ </span>
2037
+
1880
2038
 
1881
2039
 
1882
2040
 
@@ -1894,13 +2052,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1894
2052
 
1895
2053
  <tr class="deep-level-0">
1896
2054
 
1897
- <td class="name" id="result"><code>result</code></td>
2055
+ <td class="name"><code>result</code></td>
1898
2056
 
1899
2057
 
1900
2058
  <td class="type">
1901
2059
 
1902
2060
 
1903
- <span class="param-type">Rectangle</span>
2061
+ <span class="param-type">
2062
+
2063
+ Rectangle
2064
+
2065
+ </span>
2066
+
1904
2067
 
1905
2068
 
1906
2069
 
@@ -1988,7 +2151,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1988
2151
  <div class='column is-5 has-text-left'>
1989
2152
  <label>类型: </label>
1990
2153
 
1991
- <span class="param-type">Rectangle</span>
2154
+ <span class="param-type">
2155
+
2156
+ Rectangle
2157
+
2158
+ </span>
2159
+
1992
2160
 
1993
2161
 
1994
2162
  </div>
@@ -2059,13 +2227,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2059
2227
 
2060
2228
  <tr class="deep-level-0">
2061
2229
 
2062
- <td class="name" id="x"><code>x</code></td>
2230
+ <td class="name"><code>x</code></td>
2063
2231
 
2064
2232
 
2065
2233
  <td class="type">
2066
2234
 
2067
2235
 
2068
- <span class="param-type">Number</span>
2236
+ <span class="param-type">
2237
+
2238
+ Number
2239
+
2240
+ </span>
2241
+
2069
2242
 
2070
2243
 
2071
2244
 
@@ -2083,13 +2256,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2083
2256
 
2084
2257
  <tr class="deep-level-0">
2085
2258
 
2086
- <td class="name" id="y"><code>y</code></td>
2259
+ <td class="name"><code>y</code></td>
2087
2260
 
2088
2261
 
2089
2262
  <td class="type">
2090
2263
 
2091
2264
 
2092
- <span class="param-type">Number</span>
2265
+ <span class="param-type">
2266
+
2267
+ Number
2268
+
2269
+ </span>
2270
+
2093
2271
 
2094
2272
 
2095
2273
 
@@ -2107,13 +2285,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2107
2285
 
2108
2286
  <tr class="deep-level-0">
2109
2287
 
2110
- <td class="name" id="level"><code>level</code></td>
2288
+ <td class="name"><code>level</code></td>
2111
2289
 
2112
2290
 
2113
2291
  <td class="type">
2114
2292
 
2115
2293
 
2116
- <span class="param-type">Number</span>
2294
+ <span class="param-type">
2295
+
2296
+ Number
2297
+
2298
+ </span>
2299
+
2117
2300
 
2118
2301
 
2119
2302
 
@@ -2131,13 +2314,18 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2131
2314
 
2132
2315
  <tr class="deep-level-0">
2133
2316
 
2134
- <td class="name" id="result"><code>result</code></td>
2317
+ <td class="name"><code>result</code></td>
2135
2318
 
2136
2319
 
2137
2320
  <td class="type">
2138
2321
 
2139
2322
 
2140
- <span class="param-type">Rectangle</span>
2323
+ <span class="param-type">
2324
+
2325
+ Rectangle
2326
+
2327
+ </span>
2328
+
2141
2329
 
2142
2330
 
2143
2331
 
@@ -2225,7 +2413,12 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2225
2413
  <div class='column is-5 has-text-left'>
2226
2414
  <label>类型: </label>
2227
2415
 
2228
- <span class="param-type">Rectangle</span>
2416
+ <span class="param-type">
2417
+
2418
+ Rectangle
2419
+
2420
+ </span>
2421
+
2229
2422
 
2230
2423
 
2231
2424
  </div>