@mapgis/webclient-cesium-plugin 17.0.4 → 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 +17 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +2 -2
  3. package/dist/es5/webclient-common.min.js +1 -1
  4. package/dist/webclient-cesium-plugin-es6.min.js +2 -2
  5. package/documention/ArcGISMapServerImageryProvider.html +112 -36
  6. package/documention/ArcGISTileServerImageryProvider.html +76 -24
  7. package/documention/CustomTilingScheme.html +248 -68
  8. package/documention/DynamicEntityVisualizer.html +18 -6
  9. package/documention/DynamicLabelLayer.html +168 -44
  10. package/documention/GeoJSONLayerUtil.html +21 -5
  11. package/documention/GraphicsLayerUtil.html +21 -5
  12. package/documention/HashMap.html +80 -16
  13. package/documention/IGSFeatureLayerUtil.html +21 -5
  14. package/documention/IGSSceneLayerUtil.html +178 -54
  15. package/documention/MapGISMapServerImageryProvider.html +334 -90
  16. package/documention/MapGISTerrainProvider.html +336 -80
  17. package/documention/MapGISTileServerImageryProvider.html +308 -80
  18. package/documention/MapGISVectorTileImageryProvider.html +407 -103
  19. package/documention/Popup.html +119 -31
  20. package/documention/SceneViewCesium.html +575 -176
  21. package/documention/Screenshot.html +30 -10
  22. package/documention/SketchEditorCesium.html +135 -43
  23. package/documention/UrlTemplateImageryProvider.html +23 -7
  24. package/documention/WFSLayerUtil.html +21 -5
  25. package/documention/WebMapServiceImageryProvider.html +22 -6
  26. package/documention/WebMapTileServiceImageryProvider.html +22 -6
  27. package/documention/global.html +17 -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 +7 -3
  30. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
  31. package/documention/module.exports_module.exports.html +36 -12
  32. package/documention/scripts/sideBar.js +111 -6
  33. package/package.json +1 -1
@@ -69,13 +69,17 @@
69
69
 
70
70
  <tr class="deep-level-0">
71
71
 
72
- <td class="name" id="options"><code>options</code></td>
72
+ <td class="name"><code>options</code></td>
73
73
 
74
74
 
75
75
  <td class="type">
76
76
 
77
77
 
78
- <span class="param-type">Object</span>
78
+ <span class="param-type">
79
+
80
+ Object
81
+
82
+ </span>
79
83
 
80
84
 
81
85
 
@@ -96,13 +100,17 @@
96
100
 
97
101
  <tr class="deep-level-1">
98
102
 
99
- <td class="name" id="showSkirt"><code>showSkirt</code></td>
103
+ <td class="name"><code>showSkirt</code></td>
100
104
 
101
105
 
102
106
  <td class="type">
103
107
 
104
108
 
105
- <span class="param-type">Boolean</span>
109
+ <span class="param-type">
110
+
111
+ Boolean
112
+
113
+ </span>
106
114
 
107
115
 
108
116
 
@@ -125,13 +133,17 @@
125
133
 
126
134
  <tr class="deep-level-1">
127
135
 
128
- <td class="name" id="range"><code>range</code></td>
136
+ <td class="name"><code>range</code></td>
129
137
 
130
138
 
131
139
  <td class="type">
132
140
 
133
141
 
134
- <span class="param-type">Object</span>
142
+ <span class="param-type">
143
+
144
+ Object
145
+
146
+ </span>
135
147
 
136
148
 
137
149
 
@@ -152,13 +164,17 @@
152
164
 
153
165
  <tr class="deep-level-1">
154
166
 
155
- <td class="name" id="terrainFormat"><code>terrainFormat</code></td>
167
+ <td class="name"><code>terrainFormat</code></td>
156
168
 
157
169
 
158
170
  <td class="type">
159
171
 
160
172
 
161
- <span class="param-type">Boolean</span>
173
+ <span class="param-type">
174
+
175
+ Boolean
176
+
177
+ </span>
162
178
 
163
179
 
164
180
 
@@ -181,13 +197,17 @@
181
197
 
182
198
  <tr class="deep-level-1">
183
199
 
184
- <td class="name" id="proxy"><code>proxy</code></td>
200
+ <td class="name"><code>proxy</code></td>
185
201
 
186
202
 
187
203
  <td class="type">
188
204
 
189
205
 
190
- <span class="param-type">Proxy</span>
206
+ <span class="param-type">
207
+
208
+ Proxy
209
+
210
+ </span>
191
211
 
192
212
 
193
213
 
@@ -208,13 +228,17 @@
208
228
 
209
229
  <tr class="deep-level-1">
210
230
 
211
- <td class="name" id="requestVertexNormals"><code>requestVertexNormals</code></td>
231
+ <td class="name"><code>requestVertexNormals</code></td>
212
232
 
213
233
 
214
234
  <td class="type">
215
235
 
216
236
 
217
- <span class="param-type">Boolean</span>
237
+ <span class="param-type">
238
+
239
+ Boolean
240
+
241
+ </span>
218
242
 
219
243
 
220
244
 
@@ -237,13 +261,17 @@
237
261
 
238
262
  <tr class="deep-level-1">
239
263
 
240
- <td class="name" id="maxLevel"><code>maxLevel</code></td>
264
+ <td class="name"><code>maxLevel</code></td>
241
265
 
242
266
 
243
267
  <td class="type">
244
268
 
245
269
 
246
- <span class="param-type">Number</span>
270
+ <span class="param-type">
271
+
272
+ Number
273
+
274
+ </span>
247
275
 
248
276
 
249
277
 
@@ -372,7 +400,11 @@
372
400
  <td class="name">
373
401
  <code>
374
402
 
375
- <span class="param-type">Cesium.TileAvailability</span>
403
+ <span class="param-type">
404
+
405
+ Cesium.TileAvailability
406
+
407
+ </span>
376
408
 
377
409
 
378
410
 
@@ -389,7 +421,11 @@ information is not available.</p></code></td>
389
421
  <td class="name">
390
422
  <code>
391
423
 
392
- <span class="param-type">Cesium.Credit</span>
424
+ <span class="param-type">
425
+
426
+ Cesium.Credit
427
+
428
+ </span>
393
429
 
394
430
 
395
431
 
@@ -404,7 +440,11 @@ the source of the terrain. This function should not be called before <a class="
404
440
  <td class="name">
405
441
  <code>
406
442
 
407
- <span class="param-type">Cesium.Event</span>
443
+ <span class="param-type">
444
+
445
+ Cesium.Event
446
+
447
+ </span>
408
448
 
409
449
 
410
450
 
@@ -420,7 +460,11 @@ are passed an instance of <code>Cesium.TileProviderError</code>.</p></code></td>
420
460
  <td class="name">
421
461
  <code>
422
462
 
423
- <span class="param-type">Boolean</span>
463
+ <span class="param-type">
464
+
465
+ Boolean
466
+
467
+ </span>
424
468
 
425
469
 
426
470
 
@@ -435,7 +479,11 @@ This function should not be called before <a class="mapgis-link-name" title="Map
435
479
  <td class="name">
436
480
  <code>
437
481
 
438
- <span class="param-type">Boolean</span>
482
+ <span class="param-type">
483
+
484
+ Boolean
485
+
486
+ </span>
439
487
 
440
488
 
441
489
 
@@ -450,7 +498,11 @@ This function should not be called before <a class="mapgis-link-name" title="Map
450
498
  <td class="name">
451
499
  <code>
452
500
 
453
- <span class="param-type">Boolean</span>
501
+ <span class="param-type">
502
+
503
+ Boolean
504
+
505
+ </span>
454
506
 
455
507
 
456
508
 
@@ -467,7 +519,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
467
519
  <td class="name">
468
520
  <code>
469
521
 
470
- <span class="param-type">Array</span>
522
+ <span class="param-type">
523
+
524
+ Array
525
+
526
+ </span>
471
527
 
472
528
 
473
529
 
@@ -481,7 +537,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
481
537
  <td class="name">
482
538
  <code>
483
539
 
484
- <span class="param-type">Boolean</span>
540
+ <span class="param-type">
541
+
542
+ Boolean
543
+
544
+ </span>
485
545
 
486
546
 
487
547
 
@@ -495,7 +555,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
495
555
  <td class="name">
496
556
  <code>
497
557
 
498
- <span class="param-type">Promise.&lt;Boolean></span>
558
+ <span class="param-type">
559
+
560
+ Promise.&lt;Boolean>
561
+
562
+ </span>
499
563
 
500
564
 
501
565
 
@@ -509,7 +573,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
509
573
  <td class="name">
510
574
  <code>
511
575
 
512
- <span class="param-type">Boolean</span>
576
+ <span class="param-type">
577
+
578
+ Boolean
579
+
580
+ </span>
513
581
 
514
582
 
515
583
 
@@ -525,7 +593,11 @@ if the server provides a metadata.</p></code></td>
525
593
  <td class="name">
526
594
  <code>
527
595
 
528
- <span class="param-type">Boolean</span>
596
+ <span class="param-type">
597
+
598
+ Boolean
599
+
600
+ </span>
529
601
 
530
602
 
531
603
 
@@ -541,7 +613,11 @@ if the server provides vertex normals.</p></code></td>
541
613
  <td class="name">
542
614
  <code>
543
615
 
544
- <span class="param-type">Boolean</span>
616
+ <span class="param-type">
617
+
618
+ Boolean
619
+
620
+ </span>
545
621
 
546
622
 
547
623
 
@@ -557,7 +633,11 @@ if the server provides a watermask.</p></code></td>
557
633
  <td class="name">
558
634
  <code>
559
635
 
560
- <span class="param-type">Boolean</span>
636
+ <span class="param-type">
637
+
638
+ Boolean
639
+
640
+ </span>
561
641
 
562
642
 
563
643
 
@@ -571,7 +651,11 @@ if the server provides a watermask.</p></code></td>
571
651
  <td class="name">
572
652
  <code>
573
653
 
574
- <span class="param-type">Boolean</span>
654
+ <span class="param-type">
655
+
656
+ Boolean
657
+
658
+ </span>
575
659
 
576
660
 
577
661
 
@@ -585,7 +669,11 @@ if the server provides a watermask.</p></code></td>
585
669
  <td class="name">
586
670
  <code>
587
671
 
588
- <span class="param-type">Array</span>
672
+ <span class="param-type">
673
+
674
+ Array
675
+
676
+ </span>
589
677
 
590
678
 
591
679
 
@@ -599,7 +687,11 @@ if the server provides a watermask.</p></code></td>
599
687
  <td class="name">
600
688
  <code>
601
689
 
602
- <span class="param-type">Number</span>
690
+ <span class="param-type">
691
+
692
+ Number
693
+
694
+ </span>
603
695
 
604
696
 
605
697
 
@@ -613,7 +705,11 @@ if the server provides a watermask.</p></code></td>
613
705
  <td class="name">
614
706
  <code>
615
707
 
616
- <span class="param-type">Number</span>
708
+ <span class="param-type">
709
+
710
+ Number
711
+
712
+ </span>
617
713
 
618
714
 
619
715
 
@@ -627,7 +723,11 @@ if the server provides a watermask.</p></code></td>
627
723
  <td class="name">
628
724
  <code>
629
725
 
630
- <span class="param-type">Cesium.GeographicTilingScheme</span>
726
+ <span class="param-type">
727
+
728
+ Cesium.GeographicTilingScheme
729
+
730
+ </span>
631
731
 
632
732
 
633
733
 
@@ -648,7 +748,11 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
648
748
  <span class="method-parameter is-pulled-right">
649
749
  <label>类型:</label>
650
750
 
651
- <span class="param-type">Cesium.TileAvailability</span>
751
+ <span class="param-type">
752
+
753
+ Cesium.TileAvailability
754
+
755
+ </span>
652
756
 
653
757
 
654
758
 
@@ -722,7 +826,11 @@ information is not available.</p>
722
826
  <span class="method-parameter is-pulled-right">
723
827
  <label>类型:</label>
724
828
 
725
- <span class="param-type">Cesium.Credit</span>
829
+ <span class="param-type">
830
+
831
+ Cesium.Credit
832
+
833
+ </span>
726
834
 
727
835
 
728
836
 
@@ -794,7 +902,11 @@ the source of the terrain. This function should not be called before <a class="
794
902
  <span class="method-parameter is-pulled-right">
795
903
  <label>类型:</label>
796
904
 
797
- <span class="param-type">Cesium.Event</span>
905
+ <span class="param-type">
906
+
907
+ Cesium.Event
908
+
909
+ </span>
798
910
 
799
911
 
800
912
 
@@ -867,7 +979,11 @@ are passed an instance of <code>Cesium.TileProviderError</code>.</p>
867
979
  <span class="method-parameter is-pulled-right">
868
980
  <label>类型:</label>
869
981
 
870
- <span class="param-type">Boolean</span>
982
+ <span class="param-type">
983
+
984
+ Boolean
985
+
986
+ </span>
871
987
 
872
988
 
873
989
 
@@ -939,7 +1055,11 @@ This function should not be called before <a class="mapgis-link-name" title="Map
939
1055
  <span class="method-parameter is-pulled-right">
940
1056
  <label>类型:</label>
941
1057
 
942
- <span class="param-type">Boolean</span>
1058
+ <span class="param-type">
1059
+
1060
+ Boolean
1061
+
1062
+ </span>
943
1063
 
944
1064
 
945
1065
 
@@ -1011,7 +1131,11 @@ This function should not be called before <a class="mapgis-link-name" title="Map
1011
1131
  <span class="method-parameter is-pulled-right">
1012
1132
  <label>类型:</label>
1013
1133
 
1014
- <span class="param-type">Boolean</span>
1134
+ <span class="param-type">
1135
+
1136
+ Boolean
1137
+
1138
+ </span>
1015
1139
 
1016
1140
 
1017
1141
 
@@ -1085,7 +1209,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1085
1209
  <span class="method-parameter is-pulled-right">
1086
1210
  <label>类型:</label>
1087
1211
 
1088
- <span class="param-type">Array</span>
1212
+ <span class="param-type">
1213
+
1214
+ Array
1215
+
1216
+ </span>
1089
1217
 
1090
1218
 
1091
1219
 
@@ -1156,7 +1284,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1156
1284
  <span class="method-parameter is-pulled-right">
1157
1285
  <label>类型:</label>
1158
1286
 
1159
- <span class="param-type">Boolean</span>
1287
+ <span class="param-type">
1288
+
1289
+ Boolean
1290
+
1291
+ </span>
1160
1292
 
1161
1293
 
1162
1294
 
@@ -1227,7 +1359,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1227
1359
  <span class="method-parameter is-pulled-right">
1228
1360
  <label>类型:</label>
1229
1361
 
1230
- <span class="param-type">Promise.&lt;Boolean></span>
1362
+ <span class="param-type">
1363
+
1364
+ Promise.&lt;Boolean>
1365
+
1366
+ </span>
1231
1367
 
1232
1368
 
1233
1369
 
@@ -1302,7 +1438,11 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1302
1438
  <span class="method-parameter is-pulled-right">
1303
1439
  <label>类型:</label>
1304
1440
 
1305
- <span class="param-type">Boolean</span>
1441
+ <span class="param-type">
1442
+
1443
+ Boolean
1444
+
1445
+ </span>
1306
1446
 
1307
1447
 
1308
1448
 
@@ -1375,7 +1515,11 @@ if the server provides a metadata.</p>
1375
1515
  <span class="method-parameter is-pulled-right">
1376
1516
  <label>类型:</label>
1377
1517
 
1378
- <span class="param-type">Boolean</span>
1518
+ <span class="param-type">
1519
+
1520
+ Boolean
1521
+
1522
+ </span>
1379
1523
 
1380
1524
 
1381
1525
 
@@ -1448,7 +1592,11 @@ if the server provides vertex normals.</p>
1448
1592
  <span class="method-parameter is-pulled-right">
1449
1593
  <label>类型:</label>
1450
1594
 
1451
- <span class="param-type">Boolean</span>
1595
+ <span class="param-type">
1596
+
1597
+ Boolean
1598
+
1599
+ </span>
1452
1600
 
1453
1601
 
1454
1602
 
@@ -1521,7 +1669,11 @@ if the server provides a watermask.</p>
1521
1669
  <span class="method-parameter is-pulled-right">
1522
1670
  <label>类型:</label>
1523
1671
 
1524
- <span class="param-type">Boolean</span>
1672
+ <span class="param-type">
1673
+
1674
+ Boolean
1675
+
1676
+ </span>
1525
1677
 
1526
1678
 
1527
1679
 
@@ -1592,7 +1744,11 @@ if the server provides a watermask.</p>
1592
1744
  <span class="method-parameter is-pulled-right">
1593
1745
  <label>类型:</label>
1594
1746
 
1595
- <span class="param-type">Boolean</span>
1747
+ <span class="param-type">
1748
+
1749
+ Boolean
1750
+
1751
+ </span>
1596
1752
 
1597
1753
 
1598
1754
 
@@ -1663,7 +1819,11 @@ if the server provides a watermask.</p>
1663
1819
  <span class="method-parameter is-pulled-right">
1664
1820
  <label>类型:</label>
1665
1821
 
1666
- <span class="param-type">Array</span>
1822
+ <span class="param-type">
1823
+
1824
+ Array
1825
+
1826
+ </span>
1667
1827
 
1668
1828
 
1669
1829
 
@@ -1734,7 +1894,11 @@ if the server provides a watermask.</p>
1734
1894
  <span class="method-parameter is-pulled-right">
1735
1895
  <label>类型:</label>
1736
1896
 
1737
- <span class="param-type">Number</span>
1897
+ <span class="param-type">
1898
+
1899
+ Number
1900
+
1901
+ </span>
1738
1902
 
1739
1903
 
1740
1904
 
@@ -1805,7 +1969,11 @@ if the server provides a watermask.</p>
1805
1969
  <span class="method-parameter is-pulled-right">
1806
1970
  <label>类型:</label>
1807
1971
 
1808
- <span class="param-type">Number</span>
1972
+ <span class="param-type">
1973
+
1974
+ Number
1975
+
1976
+ </span>
1809
1977
 
1810
1978
 
1811
1979
 
@@ -1876,7 +2044,11 @@ if the server provides a watermask.</p>
1876
2044
  <span class="method-parameter is-pulled-right">
1877
2045
  <label>类型:</label>
1878
2046
 
1879
- <span class="param-type">Cesium.GeographicTilingScheme</span>
2047
+ <span class="param-type">
2048
+
2049
+ Cesium.GeographicTilingScheme
2050
+
2051
+ </span>
1880
2052
 
1881
2053
 
1882
2054
 
@@ -1969,10 +2141,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1969
2141
  <code>
1970
2142
 
1971
2143
 
1972
- <span class="param-type"><a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a></span>
2144
+ <span class="param-type">
2145
+
2146
+ <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
2147
+
2148
+ </span>
1973
2149
  |
1974
2150
 
1975
- <span class="param-type">undefined</span>
2151
+ <span class="param-type">
2152
+
2153
+ undefined
2154
+
2155
+ </span>
1976
2156
 
1977
2157
 
1978
2158
 
@@ -1988,7 +2168,11 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1988
2168
  <code>
1989
2169
 
1990
2170
 
1991
- <span class="param-type">Number</span>
2171
+ <span class="param-type">
2172
+
2173
+ Number
2174
+
2175
+ </span>
1992
2176
 
1993
2177
 
1994
2178
 
@@ -2004,7 +2188,11 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2004
2188
  <code>
2005
2189
 
2006
2190
 
2007
- <span class="param-type">Boolean</span>
2191
+ <span class="param-type">
2192
+
2193
+ Boolean
2194
+
2195
+ </span>
2008
2196
 
2009
2197
 
2010
2198
 
@@ -2020,10 +2208,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2020
2208
  <code>
2021
2209
 
2022
2210
 
2023
- <span class="param-type">undefined</span>
2211
+ <span class="param-type">
2212
+
2213
+ undefined
2214
+
2215
+ </span>
2024
2216
  |
2025
2217
 
2026
- <span class="param-type">Promise.&lt;void></span>
2218
+ <span class="param-type">
2219
+
2220
+ Promise.&lt;void>
2221
+
2222
+ </span>
2027
2223
 
2028
2224
 
2029
2225
 
@@ -2097,13 +2293,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2097
2293
 
2098
2294
  <tr class="deep-level-0">
2099
2295
 
2100
- <td class="name" id="url"><code>url</code></td>
2296
+ <td class="name"><code>url</code></td>
2101
2297
 
2102
2298
 
2103
2299
  <td class="type">
2104
2300
 
2105
2301
 
2106
- <span class="param-type">String</span>
2302
+ <span class="param-type">
2303
+
2304
+ String
2305
+
2306
+ </span>
2107
2307
 
2108
2308
 
2109
2309
 
@@ -2122,13 +2322,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2122
2322
 
2123
2323
  <tr class="deep-level-0">
2124
2324
 
2125
- <td class="name" id="options"><code>options</code></td>
2325
+ <td class="name"><code>options</code></td>
2126
2326
 
2127
2327
 
2128
2328
  <td class="type">
2129
2329
 
2130
2330
 
2131
- <span class="param-type">Object</span>
2331
+ <span class="param-type">
2332
+
2333
+ Object
2334
+
2335
+ </span>
2132
2336
 
2133
2337
 
2134
2338
 
@@ -2215,10 +2419,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2215
2419
  <div class='column is-5 has-text-left'>
2216
2420
  <label>类型: </label>
2217
2421
 
2218
- <span class="param-type"><a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a></span>
2422
+ <span class="param-type">
2423
+
2424
+ <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
2425
+
2426
+ </span>
2219
2427
  |
2220
2428
 
2221
- <span class="param-type">undefined</span>
2429
+ <span class="param-type">
2430
+
2431
+ undefined
2432
+
2433
+ </span>
2222
2434
 
2223
2435
 
2224
2436
 
@@ -2297,13 +2509,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2297
2509
 
2298
2510
  <tr class="deep-level-0">
2299
2511
 
2300
- <td class="name" id="level"><code>level</code></td>
2512
+ <td class="name"><code>level</code></td>
2301
2513
 
2302
2514
 
2303
2515
  <td class="type">
2304
2516
 
2305
2517
 
2306
- <span class="param-type">Number</span>
2518
+ <span class="param-type">
2519
+
2520
+ Number
2521
+
2522
+ </span>
2307
2523
 
2308
2524
 
2309
2525
 
@@ -2392,7 +2608,11 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2392
2608
  <div class='column is-5 has-text-left'>
2393
2609
  <label>类型: </label>
2394
2610
 
2395
- <span class="param-type">Number</span>
2611
+ <span class="param-type">
2612
+
2613
+ Number
2614
+
2615
+ </span>
2396
2616
 
2397
2617
 
2398
2618
 
@@ -2464,13 +2684,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2464
2684
 
2465
2685
  <tr class="deep-level-0">
2466
2686
 
2467
- <td class="name" id="x"><code>x</code></td>
2687
+ <td class="name"><code>x</code></td>
2468
2688
 
2469
2689
 
2470
2690
  <td class="type">
2471
2691
 
2472
2692
 
2473
- <span class="param-type">Number</span>
2693
+ <span class="param-type">
2694
+
2695
+ Number
2696
+
2697
+ </span>
2474
2698
 
2475
2699
 
2476
2700
 
@@ -2489,13 +2713,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2489
2713
 
2490
2714
  <tr class="deep-level-0">
2491
2715
 
2492
- <td class="name" id="y"><code>y</code></td>
2716
+ <td class="name"><code>y</code></td>
2493
2717
 
2494
2718
 
2495
2719
  <td class="type">
2496
2720
 
2497
2721
 
2498
- <span class="param-type">Number</span>
2722
+ <span class="param-type">
2723
+
2724
+ Number
2725
+
2726
+ </span>
2499
2727
 
2500
2728
 
2501
2729
 
@@ -2514,13 +2742,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2514
2742
 
2515
2743
  <tr class="deep-level-0">
2516
2744
 
2517
- <td class="name" id="level"><code>level</code></td>
2745
+ <td class="name"><code>level</code></td>
2518
2746
 
2519
2747
 
2520
2748
  <td class="type">
2521
2749
 
2522
2750
 
2523
- <span class="param-type">Number</span>
2751
+ <span class="param-type">
2752
+
2753
+ Number
2754
+
2755
+ </span>
2524
2756
 
2525
2757
 
2526
2758
 
@@ -2609,7 +2841,11 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2609
2841
  <div class='column is-5 has-text-left'>
2610
2842
  <label>类型: </label>
2611
2843
 
2612
- <span class="param-type">Boolean</span>
2844
+ <span class="param-type">
2845
+
2846
+ Boolean
2847
+
2848
+ </span>
2613
2849
 
2614
2850
 
2615
2851
 
@@ -2681,13 +2917,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2681
2917
 
2682
2918
  <tr class="deep-level-0">
2683
2919
 
2684
- <td class="name" id="x"><code>x</code></td>
2920
+ <td class="name"><code>x</code></td>
2685
2921
 
2686
2922
 
2687
2923
  <td class="type">
2688
2924
 
2689
2925
 
2690
- <span class="param-type">Number</span>
2926
+ <span class="param-type">
2927
+
2928
+ Number
2929
+
2930
+ </span>
2691
2931
 
2692
2932
 
2693
2933
 
@@ -2706,13 +2946,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2706
2946
 
2707
2947
  <tr class="deep-level-0">
2708
2948
 
2709
- <td class="name" id="y"><code>y</code></td>
2949
+ <td class="name"><code>y</code></td>
2710
2950
 
2711
2951
 
2712
2952
  <td class="type">
2713
2953
 
2714
2954
 
2715
- <span class="param-type">Number</span>
2955
+ <span class="param-type">
2956
+
2957
+ Number
2958
+
2959
+ </span>
2716
2960
 
2717
2961
 
2718
2962
 
@@ -2731,13 +2975,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2731
2975
 
2732
2976
  <tr class="deep-level-0">
2733
2977
 
2734
- <td class="name" id="level"><code>level</code></td>
2978
+ <td class="name"><code>level</code></td>
2735
2979
 
2736
2980
 
2737
2981
  <td class="type">
2738
2982
 
2739
2983
 
2740
- <span class="param-type">Number</span>
2984
+ <span class="param-type">
2985
+
2986
+ Number
2987
+
2988
+ </span>
2741
2989
 
2742
2990
 
2743
2991
 
@@ -2826,10 +3074,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2826
3074
  <div class='column is-5 has-text-left'>
2827
3075
  <label>类型: </label>
2828
3076
 
2829
- <span class="param-type">undefined</span>
3077
+ <span class="param-type">
3078
+
3079
+ undefined
3080
+
3081
+ </span>
2830
3082
  |
2831
3083
 
2832
- <span class="param-type">Promise.&lt;void></span>
3084
+ <span class="param-type">
3085
+
3086
+ Promise.&lt;void>
3087
+
3088
+ </span>
2833
3089
 
2834
3090
 
2835
3091