@mapgis/webclient-cesium-plugin 17.0.2 → 17.0.4

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 (32) hide show
  1. package/README.md +10 -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 +50 -3
  6. package/documention/ArcGISTileServerImageryProvider.html +16 -3
  7. package/documention/CustomTilingScheme.html +61 -48
  8. package/documention/DynamicEntityVisualizer.html +3 -0
  9. package/documention/DynamicLabelLayer.html +40 -9
  10. package/documention/GeoJSONLayerUtil.html +4 -1
  11. package/documention/GraphicsLayerUtil.html +4 -1
  12. package/documention/HashMap.html +27 -11
  13. package/documention/IGSFeatureLayerUtil.html +4 -1
  14. package/documention/IGSSceneLayerUtil.html +41 -12
  15. package/documention/MapGISMapServerImageryProvider.html +76 -17
  16. package/documention/MapGISTerrainProvider.html +84 -24
  17. package/documention/MapGISTileServerImageryProvider.html +73 -18
  18. package/documention/MapGISVectorTileImageryProvider.html +101 -26
  19. package/documention/Popup.html +29 -8
  20. package/documention/SceneViewCesium.html +131 -37
  21. package/documention/Screenshot.html +13 -8
  22. package/documention/SketchEditorCesium.html +27 -6
  23. package/documention/UrlTemplateImageryProvider.html +3 -0
  24. package/documention/WFSLayerUtil.html +4 -1
  25. package/documention/WebMapServiceImageryProvider.html +7 -3
  26. package/documention/WebMapTileServiceImageryProvider.html +7 -3
  27. package/documention/global.html +3 -0
  28. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +6 -5
  29. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +23 -10
  30. package/documention/module.exports_module.exports.html +6 -0
  31. package/documention/scripts/sideBar.js +28 -6
  32. package/package.json +1 -1
@@ -78,6 +78,7 @@
78
78
  <span class="param-type">Object</span>
79
79
 
80
80
 
81
+
81
82
 
82
83
  </td>
83
84
 
@@ -104,6 +105,7 @@
104
105
  <span class="param-type">Boolean</span>
105
106
 
106
107
 
108
+
107
109
 
108
110
  </td>
109
111
 
@@ -132,6 +134,7 @@
132
134
  <span class="param-type">Object</span>
133
135
 
134
136
 
137
+
135
138
 
136
139
  </td>
137
140
 
@@ -158,6 +161,7 @@
158
161
  <span class="param-type">Boolean</span>
159
162
 
160
163
 
164
+
161
165
 
162
166
  </td>
163
167
 
@@ -186,6 +190,7 @@
186
190
  <span class="param-type">Proxy</span>
187
191
 
188
192
 
193
+
189
194
 
190
195
  </td>
191
196
 
@@ -212,6 +217,7 @@
212
217
  <span class="param-type">Boolean</span>
213
218
 
214
219
 
220
+
215
221
 
216
222
  </td>
217
223
 
@@ -240,6 +246,7 @@
240
246
  <span class="param-type">Number</span>
241
247
 
242
248
 
249
+
243
250
 
244
251
  </td>
245
252
 
@@ -361,13 +368,14 @@
361
368
  <tbody>
362
369
 
363
370
  <tr class="deep-level-0">
364
- <td class="name"><code><a href="MapGISTerrainProvider.html#availability">availability</a></code></td>
371
+ <td class="name"><code><a href="#availability">availability</a></code></td>
365
372
  <td class="name">
366
373
  <code>
367
374
 
368
375
  <span class="param-type">Cesium.TileAvailability</span>
369
376
 
370
377
 
378
+
371
379
  </code>
372
380
  </td>
373
381
  <td class="name"><code><p>Gets an object that can be used to determine availability of terrain from this provider, such as
@@ -377,13 +385,14 @@ information is not available.</p></code></td>
377
385
  </tr>
378
386
 
379
387
  <tr class="deep-level-0">
380
- <td class="name"><code><a href="MapGISTerrainProvider.html#credit">credit</a></code></td>
388
+ <td class="name"><code><a href="#credit">credit</a></code></td>
381
389
  <td class="name">
382
390
  <code>
383
391
 
384
392
  <span class="param-type">Cesium.Credit</span>
385
393
 
386
394
 
395
+
387
396
  </code>
388
397
  </td>
389
398
  <td class="name"><code><p>Gets the credit to display when this terrain provider is active. Typically this is used to credit
@@ -391,13 +400,14 @@ the source of the terrain. This function should not be called before <a class="
391
400
  </tr>
392
401
 
393
402
  <tr class="deep-level-0">
394
- <td class="name"><code><a href="MapGISTerrainProvider.html#errorEvent">errorEvent</a></code></td>
403
+ <td class="name"><code><a href="#errorEvent">errorEvent</a></code></td>
395
404
  <td class="name">
396
405
  <code>
397
406
 
398
407
  <span class="param-type">Cesium.Event</span>
399
408
 
400
409
 
410
+
401
411
  </code>
402
412
  </td>
403
413
  <td class="name"><code><p>Gets an event that is raised when the terrain provider encounters an asynchronous error. By subscribing
@@ -406,13 +416,14 @@ are passed an instance of <code>Cesium.TileProviderError</code>.</p></code></td>
406
416
  </tr>
407
417
 
408
418
  <tr class="deep-level-0">
409
- <td class="name"><code><a href="MapGISTerrainProvider.html#hasMetadata">hasMetadata</a></code></td>
419
+ <td class="name"><code><a href="#hasMetadata">hasMetadata</a></code></td>
410
420
  <td class="name">
411
421
  <code>
412
422
 
413
423
  <span class="param-type">Boolean</span>
414
424
 
415
425
 
426
+
416
427
  </code>
417
428
  </td>
418
429
  <td class="name"><code><p>Gets a value indicating whether or not the requested tiles include metadata.
@@ -420,13 +431,14 @@ This function should not be called before <a class="mapgis-link-name" title="Map
420
431
  </tr>
421
432
 
422
433
  <tr class="deep-level-0">
423
- <td class="name"><code><a href="MapGISTerrainProvider.html#hasVertexNormals">hasVertexNormals</a></code></td>
434
+ <td class="name"><code><a href="#hasVertexNormals">hasVertexNormals</a></code></td>
424
435
  <td class="name">
425
436
  <code>
426
437
 
427
438
  <span class="param-type">Boolean</span>
428
439
 
429
440
 
441
+
430
442
  </code>
431
443
  </td>
432
444
  <td class="name"><code><p>Gets a value indicating whether or not the requested tiles include vertex normals.
@@ -434,13 +446,14 @@ This function should not be called before <a class="mapgis-link-name" title="Map
434
446
  </tr>
435
447
 
436
448
  <tr class="deep-level-0">
437
- <td class="name"><code><a href="MapGISTerrainProvider.html#hasWaterMask">hasWaterMask</a></code></td>
449
+ <td class="name"><code><a href="#hasWaterMask">hasWaterMask</a></code></td>
438
450
  <td class="name">
439
451
  <code>
440
452
 
441
453
  <span class="param-type">Boolean</span>
442
454
 
443
455
 
456
+
444
457
  </code>
445
458
  </td>
446
459
  <td class="name"><code><p>Gets a value indicating whether or not the provider includes a water mask. The water mask
@@ -450,52 +463,56 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
450
463
  </tr>
451
464
 
452
465
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="MapGISTerrainProvider.html#range3D">range3D</a></code></td>
466
+ <td class="name"><code><a href="#range3D">range3D</a></code></td>
454
467
  <td class="name">
455
468
  <code>
456
469
 
457
470
  <span class="param-type">Array</span>
458
471
 
459
472
 
473
+
460
474
  </code>
461
475
  </td>
462
476
  <td class="name"><code><p>获取地形范围</p></code></td>
463
477
  </tr>
464
478
 
465
479
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="MapGISTerrainProvider.html#ready">ready</a></code></td>
480
+ <td class="name"><code><a href="#ready">ready</a></code></td>
467
481
  <td class="name">
468
482
  <code>
469
483
 
470
484
  <span class="param-type">Boolean</span>
471
485
 
472
486
 
487
+
473
488
  </code>
474
489
  </td>
475
490
  <td class="name"><code><p>Gets a value indicating whether or not the provider is ready for use.</p></code></td>
476
491
  </tr>
477
492
 
478
493
  <tr class="deep-level-0">
479
- <td class="name"><code><a href="MapGISTerrainProvider.html#readyPromise">readyPromise</a></code></td>
494
+ <td class="name"><code><a href="#readyPromise">readyPromise</a></code></td>
480
495
  <td class="name">
481
496
  <code>
482
497
 
483
498
  <span class="param-type">Promise.&lt;Boolean></span>
484
499
 
485
500
 
501
+
486
502
  </code>
487
503
  </td>
488
504
  <td class="name"><code><p>Gets a promise that resolves to true when the provider is ready for use.</p></code></td>
489
505
  </tr>
490
506
 
491
507
  <tr class="deep-level-0">
492
- <td class="name"><code><a href="MapGISTerrainProvider.html#requestMetadata">requestMetadata</a></code></td>
508
+ <td class="name"><code><a href="#requestMetadata">requestMetadata</a></code></td>
493
509
  <td class="name">
494
510
  <code>
495
511
 
496
512
  <span class="param-type">Boolean</span>
497
513
 
498
514
 
515
+
499
516
  </code>
500
517
  </td>
501
518
  <td class="name"><code><p>Boolean flag that indicates if the client should request metadata from the server.
@@ -504,13 +521,14 @@ if the server provides a metadata.</p></code></td>
504
521
  </tr>
505
522
 
506
523
  <tr class="deep-level-0">
507
- <td class="name"><code><a href="MapGISTerrainProvider.html#requestVertexNormals">requestVertexNormals</a></code></td>
524
+ <td class="name"><code><a href="#requestVertexNormals">requestVertexNormals</a></code></td>
508
525
  <td class="name">
509
526
  <code>
510
527
 
511
528
  <span class="param-type">Boolean</span>
512
529
 
513
530
 
531
+
514
532
  </code>
515
533
  </td>
516
534
  <td class="name"><code><p>Boolean flag that indicates if the client should request vertex normals from the server.
@@ -519,13 +537,14 @@ if the server provides vertex normals.</p></code></td>
519
537
  </tr>
520
538
 
521
539
  <tr class="deep-level-0">
522
- <td class="name"><code><a href="MapGISTerrainProvider.html#requestWaterMask">requestWaterMask</a></code></td>
540
+ <td class="name"><code><a href="#requestWaterMask">requestWaterMask</a></code></td>
523
541
  <td class="name">
524
542
  <code>
525
543
 
526
544
  <span class="param-type">Boolean</span>
527
545
 
528
546
 
547
+
529
548
  </code>
530
549
  </td>
531
550
  <td class="name"><code><p>Boolean flag that indicates if the client should request a watermask from the server.
@@ -534,78 +553,84 @@ if the server provides a watermask.</p></code></td>
534
553
  </tr>
535
554
 
536
555
  <tr class="deep-level-0">
537
- <td class="name"><code><a href="MapGISTerrainProvider.html#show">show</a></code></td>
556
+ <td class="name"><code><a href="#show">show</a></code></td>
538
557
  <td class="name">
539
558
  <code>
540
559
 
541
560
  <span class="param-type">Boolean</span>
542
561
 
543
562
 
563
+
544
564
  </code>
545
565
  </td>
546
566
  <td class="name"><code><p>是否显示地形</p></code></td>
547
567
  </tr>
548
568
 
549
569
  <tr class="deep-level-0">
550
- <td class="name"><code><a href="MapGISTerrainProvider.html#showSkirt">showSkirt</a></code></td>
570
+ <td class="name"><code><a href="#showSkirt">showSkirt</a></code></td>
551
571
  <td class="name">
552
572
  <code>
553
573
 
554
574
  <span class="param-type">Boolean</span>
555
575
 
556
576
 
577
+
557
578
  </code>
558
579
  </td>
559
580
  <td class="name"><code><p>是否显示裙边(只有MapGIS的地形可以设置)</p></code></td>
560
581
  </tr>
561
582
 
562
583
  <tr class="deep-level-0">
563
- <td class="name"><code><a href="MapGISTerrainProvider.html#terrainColorTblInfo">terrainColorTblInfo</a></code></td>
584
+ <td class="name"><code><a href="#terrainColorTblInfo">terrainColorTblInfo</a></code></td>
564
585
  <td class="name">
565
586
  <code>
566
587
 
567
588
  <span class="param-type">Array</span>
568
589
 
569
590
 
591
+
570
592
  </code>
571
593
  </td>
572
594
  <td class="name"><code><p>获取地形色表信息</p></code></td>
573
595
  </tr>
574
596
 
575
597
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="MapGISTerrainProvider.html#terrainColorTblMaxHeight">terrainColorTblMaxHeight</a></code></td>
598
+ <td class="name"><code><a href="#terrainColorTblMaxHeight">terrainColorTblMaxHeight</a></code></td>
577
599
  <td class="name">
578
600
  <code>
579
601
 
580
602
  <span class="param-type">Number</span>
581
603
 
582
604
 
605
+
583
606
  </code>
584
607
  </td>
585
608
  <td class="name"><code><p>获取地形色表最大高程</p></code></td>
586
609
  </tr>
587
610
 
588
611
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="MapGISTerrainProvider.html#terrainColorTblMinHeight">terrainColorTblMinHeight</a></code></td>
612
+ <td class="name"><code><a href="#terrainColorTblMinHeight">terrainColorTblMinHeight</a></code></td>
590
613
  <td class="name">
591
614
  <code>
592
615
 
593
616
  <span class="param-type">Number</span>
594
617
 
595
618
 
619
+
596
620
  </code>
597
621
  </td>
598
622
  <td class="name"><code><p>获取地形色表最小高程</p></code></td>
599
623
  </tr>
600
624
 
601
625
  <tr class="deep-level-0">
602
- <td class="name"><code><a href="MapGISTerrainProvider.html#tilingScheme">tilingScheme</a></code></td>
626
+ <td class="name"><code><a href="#tilingScheme">tilingScheme</a></code></td>
603
627
  <td class="name">
604
628
  <code>
605
629
 
606
630
  <span class="param-type">Cesium.GeographicTilingScheme</span>
607
631
 
608
632
 
633
+
609
634
  </code>
610
635
  </td>
611
636
  <td class="name"><code><p>Gets the tiling scheme used by this provider. This function should
@@ -626,6 +651,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
626
651
  <span class="param-type">Cesium.TileAvailability</span>
627
652
 
628
653
 
654
+
629
655
  </span>
630
656
 
631
657
  <h4 class="name" id="availability">
@@ -699,6 +725,7 @@ information is not available.</p>
699
725
  <span class="param-type">Cesium.Credit</span>
700
726
 
701
727
 
728
+
702
729
  </span>
703
730
 
704
731
  <h4 class="name" id="credit">
@@ -770,6 +797,7 @@ the source of the terrain. This function should not be called before <a class="
770
797
  <span class="param-type">Cesium.Event</span>
771
798
 
772
799
 
800
+
773
801
  </span>
774
802
 
775
803
  <h4 class="name" id="errorEvent">
@@ -842,6 +870,7 @@ are passed an instance of <code>Cesium.TileProviderError</code>.</p>
842
870
  <span class="param-type">Boolean</span>
843
871
 
844
872
 
873
+
845
874
  </span>
846
875
 
847
876
  <h4 class="name" id="hasMetadata">
@@ -913,6 +942,7 @@ This function should not be called before <a class="mapgis-link-name" title="Map
913
942
  <span class="param-type">Boolean</span>
914
943
 
915
944
 
945
+
916
946
  </span>
917
947
 
918
948
  <h4 class="name" id="hasVertexNormals">
@@ -984,6 +1014,7 @@ This function should not be called before <a class="mapgis-link-name" title="Map
984
1014
  <span class="param-type">Boolean</span>
985
1015
 
986
1016
 
1017
+
987
1018
  </span>
988
1019
 
989
1020
  <h4 class="name" id="hasWaterMask">
@@ -1057,6 +1088,7 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1057
1088
  <span class="param-type">Array</span>
1058
1089
 
1059
1090
 
1091
+
1060
1092
  </span>
1061
1093
 
1062
1094
  <h4 class="name" id="range3D">
@@ -1127,6 +1159,7 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1127
1159
  <span class="param-type">Boolean</span>
1128
1160
 
1129
1161
 
1162
+
1130
1163
  </span>
1131
1164
 
1132
1165
  <h4 class="name" id="ready">
@@ -1197,6 +1230,7 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1197
1230
  <span class="param-type">Promise.&lt;Boolean></span>
1198
1231
 
1199
1232
 
1233
+
1200
1234
  </span>
1201
1235
 
1202
1236
  <h4 class="name" id="readyPromise">
@@ -1271,6 +1305,7 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
1271
1305
  <span class="param-type">Boolean</span>
1272
1306
 
1273
1307
 
1308
+
1274
1309
  </span>
1275
1310
 
1276
1311
  <h4 class="name" id="requestMetadata">
@@ -1343,6 +1378,7 @@ if the server provides a metadata.</p>
1343
1378
  <span class="param-type">Boolean</span>
1344
1379
 
1345
1380
 
1381
+
1346
1382
  </span>
1347
1383
 
1348
1384
  <h4 class="name" id="requestVertexNormals">
@@ -1415,6 +1451,7 @@ if the server provides vertex normals.</p>
1415
1451
  <span class="param-type">Boolean</span>
1416
1452
 
1417
1453
 
1454
+
1418
1455
  </span>
1419
1456
 
1420
1457
  <h4 class="name" id="requestWaterMask">
@@ -1487,6 +1524,7 @@ if the server provides a watermask.</p>
1487
1524
  <span class="param-type">Boolean</span>
1488
1525
 
1489
1526
 
1527
+
1490
1528
  </span>
1491
1529
 
1492
1530
  <h4 class="name" id="show">
@@ -1557,6 +1595,7 @@ if the server provides a watermask.</p>
1557
1595
  <span class="param-type">Boolean</span>
1558
1596
 
1559
1597
 
1598
+
1560
1599
  </span>
1561
1600
 
1562
1601
  <h4 class="name" id="showSkirt">
@@ -1627,6 +1666,7 @@ if the server provides a watermask.</p>
1627
1666
  <span class="param-type">Array</span>
1628
1667
 
1629
1668
 
1669
+
1630
1670
  </span>
1631
1671
 
1632
1672
  <h4 class="name" id="terrainColorTblInfo">
@@ -1697,6 +1737,7 @@ if the server provides a watermask.</p>
1697
1737
  <span class="param-type">Number</span>
1698
1738
 
1699
1739
 
1740
+
1700
1741
  </span>
1701
1742
 
1702
1743
  <h4 class="name" id="terrainColorTblMaxHeight">
@@ -1767,6 +1808,7 @@ if the server provides a watermask.</p>
1767
1808
  <span class="param-type">Number</span>
1768
1809
 
1769
1810
 
1811
+
1770
1812
  </span>
1771
1813
 
1772
1814
  <h4 class="name" id="terrainColorTblMinHeight">
@@ -1837,6 +1879,7 @@ if the server provides a watermask.</p>
1837
1879
  <span class="param-type">Cesium.GeographicTilingScheme</span>
1838
1880
 
1839
1881
 
1882
+
1840
1883
  </span>
1841
1884
 
1842
1885
  <h4 class="name" id="tilingScheme">
@@ -1921,17 +1964,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1921
1964
  <tbody>
1922
1965
 
1923
1966
  <tr class="deep-level-0">
1924
- <td class="name"><code><a href="MapGISTerrainProvider.html#fromUrl">fromUrl</a></code></td>
1967
+ <td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
1925
1968
  <td class="name">
1926
1969
  <code>
1927
1970
 
1928
1971
 
1929
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a></span>
1972
+ <span class="param-type"><a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a></span>
1930
1973
  |
1931
1974
 
1932
1975
  <span class="param-type">undefined</span>
1933
1976
 
1934
1977
 
1978
+
1935
1979
 
1936
1980
  </code>
1937
1981
  </td>
@@ -1939,7 +1983,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1939
1983
  </tr>
1940
1984
 
1941
1985
  <tr class="deep-level-0">
1942
- <td class="name"><code><a href="MapGISTerrainProvider.html#getLevelMaximumGeometricError">getLevelMaximumGeometricError</a></code></td>
1986
+ <td class="name"><code><a href="#getLevelMaximumGeometricError">getLevelMaximumGeometricError</a></code></td>
1943
1987
  <td class="name">
1944
1988
  <code>
1945
1989
 
@@ -1947,6 +1991,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1947
1991
  <span class="param-type">Number</span>
1948
1992
 
1949
1993
 
1994
+
1950
1995
 
1951
1996
  </code>
1952
1997
  </td>
@@ -1954,7 +1999,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1954
1999
  </tr>
1955
2000
 
1956
2001
  <tr class="deep-level-0">
1957
- <td class="name"><code><a href="MapGISTerrainProvider.html#getTileDataAvailable">getTileDataAvailable</a></code></td>
2002
+ <td class="name"><code><a href="#getTileDataAvailable">getTileDataAvailable</a></code></td>
1958
2003
  <td class="name">
1959
2004
  <code>
1960
2005
 
@@ -1962,6 +2007,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1962
2007
  <span class="param-type">Boolean</span>
1963
2008
 
1964
2009
 
2010
+
1965
2011
 
1966
2012
  </code>
1967
2013
  </td>
@@ -1969,7 +2015,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1969
2015
  </tr>
1970
2016
 
1971
2017
  <tr class="deep-level-0">
1972
- <td class="name"><code><a href="MapGISTerrainProvider.html#loadTileDataAvailability">loadTileDataAvailability</a></code></td>
2018
+ <td class="name"><code><a href="#loadTileDataAvailability">loadTileDataAvailability</a></code></td>
1973
2019
  <td class="name">
1974
2020
  <code>
1975
2021
 
@@ -1980,6 +2026,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
1980
2026
  <span class="param-type">Promise.&lt;void></span>
1981
2027
 
1982
2028
 
2029
+
1983
2030
 
1984
2031
  </code>
1985
2032
  </td>
@@ -2059,6 +2106,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2059
2106
  <span class="param-type">String</span>
2060
2107
 
2061
2108
 
2109
+
2062
2110
 
2063
2111
  </td>
2064
2112
 
@@ -2083,6 +2131,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2083
2131
  <span class="param-type">Object</span>
2084
2132
 
2085
2133
 
2134
+
2086
2135
 
2087
2136
  </td>
2088
2137
 
@@ -2166,12 +2215,13 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2166
2215
  <div class='column is-5 has-text-left'>
2167
2216
  <label>类型: </label>
2168
2217
 
2169
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a></span>
2218
+ <span class="param-type"><a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a></span>
2170
2219
  |
2171
2220
 
2172
2221
  <span class="param-type">undefined</span>
2173
2222
 
2174
2223
 
2224
+
2175
2225
  </div>
2176
2226
 
2177
2227
  </div>
@@ -2256,6 +2306,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2256
2306
  <span class="param-type">Number</span>
2257
2307
 
2258
2308
 
2309
+
2259
2310
 
2260
2311
  </td>
2261
2312
 
@@ -2344,6 +2395,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2344
2395
  <span class="param-type">Number</span>
2345
2396
 
2346
2397
 
2398
+
2347
2399
  </div>
2348
2400
 
2349
2401
  </div>
@@ -2421,6 +2473,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2421
2473
  <span class="param-type">Number</span>
2422
2474
 
2423
2475
 
2476
+
2424
2477
 
2425
2478
  </td>
2426
2479
 
@@ -2445,6 +2498,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2445
2498
  <span class="param-type">Number</span>
2446
2499
 
2447
2500
 
2501
+
2448
2502
 
2449
2503
  </td>
2450
2504
 
@@ -2469,6 +2523,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2469
2523
  <span class="param-type">Number</span>
2470
2524
 
2471
2525
 
2526
+
2472
2527
 
2473
2528
  </td>
2474
2529
 
@@ -2557,6 +2612,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2557
2612
  <span class="param-type">Boolean</span>
2558
2613
 
2559
2614
 
2615
+
2560
2616
  </div>
2561
2617
 
2562
2618
  </div>
@@ -2634,6 +2690,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2634
2690
  <span class="param-type">Number</span>
2635
2691
 
2636
2692
 
2693
+
2637
2694
 
2638
2695
  </td>
2639
2696
 
@@ -2658,6 +2715,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2658
2715
  <span class="param-type">Number</span>
2659
2716
 
2660
2717
 
2718
+
2661
2719
 
2662
2720
  </td>
2663
2721
 
@@ -2682,6 +2740,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2682
2740
  <span class="param-type">Number</span>
2683
2741
 
2684
2742
 
2743
+
2685
2744
 
2686
2745
  </td>
2687
2746
 
@@ -2773,6 +2832,7 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
2773
2832
  <span class="param-type">Promise.&lt;void></span>
2774
2833
 
2775
2834
 
2835
+
2776
2836
  </div>
2777
2837
 
2778
2838
  </div>