@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
@@ -76,13 +76,18 @@
76
76
 
77
77
  <tr class="deep-level-0">
78
78
 
79
- <td class="name" id="scene"><code>scene</code></td>
79
+ <td class="name"><code>scene</code></td>
80
80
 
81
81
 
82
82
  <td class="type">
83
83
 
84
84
 
85
- <span class="param-type">Scene</span>
85
+ <span class="param-type">
86
+
87
+ Scene
88
+
89
+ </span>
90
+
86
91
 
87
92
 
88
93
 
@@ -104,13 +109,18 @@
104
109
 
105
110
  <tr class="deep-level-0">
106
111
 
107
- <td class="name" id="options"><code>options</code></td>
112
+ <td class="name"><code>options</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">Object</span>
118
+ <span class="param-type">
119
+
120
+ Object
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,13 +142,18 @@
132
142
 
133
143
  <tr class="deep-level-0">
134
144
 
135
- <td class="name" id="option.show"><code>option.show</code></td>
145
+ <td class="name"><code>option.show</code></td>
136
146
 
137
147
 
138
148
  <td class="type">
139
149
 
140
150
 
141
- <span class="param-type">Boolean</span>
151
+ <span class="param-type">
152
+
153
+ Boolean
154
+
155
+ </span>
156
+
142
157
 
143
158
 
144
159
 
@@ -69,13 +69,18 @@
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>
83
+
79
84
 
80
85
 
81
86
 
@@ -95,13 +100,18 @@
95
100
 
96
101
  <tr class="deep-level-1">
97
102
 
98
- <td class="name" id="opacity"><code>opacity</code></td>
103
+ <td class="name"><code>opacity</code></td>
99
104
 
100
105
 
101
106
  <td class="type">
102
107
 
103
108
 
104
- <span class="param-type">Number</span>
109
+ <span class="param-type">
110
+
111
+ Number
112
+
113
+ </span>
114
+
105
115
 
106
116
 
107
117
 
@@ -123,13 +133,18 @@
123
133
 
124
134
  <tr class="deep-level-1">
125
135
 
126
- <td class="name" id="visible"><code>visible</code></td>
136
+ <td class="name"><code>visible</code></td>
127
137
 
128
138
 
129
139
  <td class="type">
130
140
 
131
141
 
132
- <span class="param-type">Boolean</span>
142
+ <span class="param-type">
143
+
144
+ Boolean
145
+
146
+ </span>
147
+
133
148
 
134
149
 
135
150
 
@@ -151,13 +166,18 @@
151
166
 
152
167
  <tr class="deep-level-1">
153
168
 
154
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
169
+ <td class="name"><code>labelingInfo</code></td>
155
170
 
156
171
 
157
172
  <td class="type">
158
173
 
159
174
 
160
- <span class="param-type">Array.&lt;LabelClass></span>
175
+ <span class="param-type">
176
+
177
+ Array.&lt;LabelClass>
178
+
179
+ </span>
180
+
161
181
 
162
182
 
163
183
 
@@ -179,13 +199,18 @@
179
199
 
180
200
  <tr class="deep-level-1">
181
201
 
182
- <td class="name" id="swipeEnabled"><code>swipeEnabled</code></td>
202
+ <td class="name"><code>swipeEnabled</code></td>
183
203
 
184
204
 
185
205
  <td class="type">
186
206
 
187
207
 
188
- <span class="param-type">Boolean</span>
208
+ <span class="param-type">
209
+
210
+ Boolean
211
+
212
+ </span>
213
+
189
214
 
190
215
 
191
216
 
@@ -207,13 +232,18 @@
207
232
 
208
233
  <tr class="deep-level-1">
209
234
 
210
- <td class="name" id="swipeInverse"><code>swipeInverse</code></td>
235
+ <td class="name"><code>swipeInverse</code></td>
211
236
 
212
237
 
213
238
  <td class="type">
214
239
 
215
240
 
216
- <span class="param-type">Number</span>
241
+ <span class="param-type">
242
+
243
+ Number
244
+
245
+ </span>
246
+
217
247
 
218
248
 
219
249
 
@@ -337,11 +367,16 @@
337
367
  <tbody>
338
368
 
339
369
  <tr class="deep-level-0">
340
- <td class="name"><code><a href="DynamicLabelLayer.html#show">show</a></code></td>
370
+ <td class="name"><code><a href="#show">show</a></code></td>
341
371
  <td class="name">
342
372
  <code>
343
373
 
344
- <span class="param-type">Boolean</span>
374
+ <span class="param-type">
375
+
376
+ Boolean
377
+
378
+ </span>
379
+
345
380
 
346
381
 
347
382
  </code>
@@ -350,11 +385,16 @@
350
385
  </tr>
351
386
 
352
387
  <tr class="deep-level-0">
353
- <td class="name"><code><a href="DynamicLabelLayer.html#swipeEnabled">swipeEnabled</a></code></td>
388
+ <td class="name"><code><a href="#swipeEnabled">swipeEnabled</a></code></td>
354
389
  <td class="name">
355
390
  <code>
356
391
 
357
- <span class="param-type">Boolean</span>
392
+ <span class="param-type">
393
+
394
+ Boolean
395
+
396
+ </span>
397
+
358
398
 
359
399
 
360
400
  </code>
@@ -363,11 +403,16 @@
363
403
  </tr>
364
404
 
365
405
  <tr class="deep-level-0">
366
- <td class="name"><code><a href="DynamicLabelLayer.html#swipeInverse">swipeInverse</a></code></td>
406
+ <td class="name"><code><a href="#swipeInverse">swipeInverse</a></code></td>
367
407
  <td class="name">
368
408
  <code>
369
409
 
370
- <span class="param-type">Number</span>
410
+ <span class="param-type">
411
+
412
+ Number
413
+
414
+ </span>
415
+
371
416
 
372
417
 
373
418
  </code>
@@ -386,7 +431,12 @@
386
431
  <span class="method-parameter is-pulled-right">
387
432
  <label>类型:</label>
388
433
 
389
- <span class="param-type">Boolean</span>
434
+ <span class="param-type">
435
+
436
+ Boolean
437
+
438
+ </span>
439
+
390
440
 
391
441
 
392
442
  </span>
@@ -461,7 +511,12 @@
461
511
  <span class="method-parameter is-pulled-right">
462
512
  <label>类型:</label>
463
513
 
464
- <span class="param-type">Boolean</span>
514
+ <span class="param-type">
515
+
516
+ Boolean
517
+
518
+ </span>
519
+
465
520
 
466
521
 
467
522
  </span>
@@ -536,7 +591,12 @@
536
591
  <span class="method-parameter is-pulled-right">
537
592
  <label>类型:</label>
538
593
 
539
- <span class="param-type">Number</span>
594
+ <span class="param-type">
595
+
596
+ Number
597
+
598
+ </span>
599
+
540
600
 
541
601
 
542
602
  </span>
@@ -627,12 +687,17 @@
627
687
  <tbody>
628
688
 
629
689
  <tr class="deep-level-0">
630
- <td class="name"><code><a href="DynamicLabelLayer.html#add">add</a></code></td>
690
+ <td class="name"><code><a href="#add">add</a></code></td>
631
691
  <td class="name">
632
692
  <code>
633
693
 
634
694
 
635
- <span class="param-type">*</span>
695
+ <span class="param-type">
696
+
697
+ *
698
+
699
+ </span>
700
+
636
701
 
637
702
 
638
703
 
@@ -642,12 +707,17 @@
642
707
  </tr>
643
708
 
644
709
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="DynamicLabelLayer.html#addLabels">addLabels</a></code></td>
710
+ <td class="name"><code><a href="#addLabels">addLabels</a></code></td>
646
711
  <td class="name">
647
712
  <code>
648
713
 
649
714
 
650
- <span class="param-type">*</span>
715
+ <span class="param-type">
716
+
717
+ *
718
+
719
+ </span>
720
+
651
721
 
652
722
 
653
723
 
@@ -657,12 +727,17 @@
657
727
  </tr>
658
728
 
659
729
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="DynamicLabelLayer.html#createLabels">createLabels</a></code></td>
730
+ <td class="name"><code><a href="#createLabels">createLabels</a></code></td>
661
731
  <td class="name">
662
732
  <code>
663
733
 
664
734
 
665
- <span class="param-type">*</span>
735
+ <span class="param-type">
736
+
737
+ *
738
+
739
+ </span>
740
+
666
741
 
667
742
 
668
743
 
@@ -672,12 +747,17 @@
672
747
  </tr>
673
748
 
674
749
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="DynamicLabelLayer.html#destroyed">destroyed</a></code></td>
750
+ <td class="name"><code><a href="#destroyed">destroyed</a></code></td>
676
751
  <td class="name">
677
752
  <code>
678
753
 
679
754
 
680
- <span class="param-type">*</span>
755
+ <span class="param-type">
756
+
757
+ *
758
+
759
+ </span>
760
+
681
761
 
682
762
 
683
763
 
@@ -687,12 +767,17 @@
687
767
  </tr>
688
768
 
689
769
  <tr class="deep-level-0">
690
- <td class="name"><code><a href="DynamicLabelLayer.html#remove">remove</a></code></td>
770
+ <td class="name"><code><a href="#remove">remove</a></code></td>
691
771
  <td class="name">
692
772
  <code>
693
773
 
694
774
 
695
- <span class="param-type">*</span>
775
+ <span class="param-type">
776
+
777
+ *
778
+
779
+ </span>
780
+
696
781
 
697
782
 
698
783
 
@@ -702,12 +787,17 @@
702
787
  </tr>
703
788
 
704
789
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="DynamicLabelLayer.html#removeLabels">removeLabels</a></code></td>
790
+ <td class="name"><code><a href="#removeLabels">removeLabels</a></code></td>
706
791
  <td class="name">
707
792
  <code>
708
793
 
709
794
 
710
- <span class="param-type">*</span>
795
+ <span class="param-type">
796
+
797
+ *
798
+
799
+ </span>
800
+
711
801
 
712
802
 
713
803
 
@@ -770,13 +860,18 @@
770
860
 
771
861
  <tr class="deep-level-0">
772
862
 
773
- <td class="name" id="features"><code>features</code></td>
863
+ <td class="name"><code>features</code></td>
774
864
 
775
865
 
776
866
  <td class="type">
777
867
 
778
868
 
779
- <span class="param-type">*</span>
869
+ <span class="param-type">
870
+
871
+ *
872
+
873
+ </span>
874
+
780
875
 
781
876
 
782
877
 
@@ -794,13 +889,18 @@
794
889
 
795
890
  <tr class="deep-level-0">
796
891
 
797
- <td class="name" id="labelClass"><code>labelClass</code></td>
892
+ <td class="name"><code>labelClass</code></td>
798
893
 
799
894
 
800
895
  <td class="type">
801
896
 
802
897
 
803
- <span class="param-type">LabelClass</span>
898
+ <span class="param-type">
899
+
900
+ LabelClass
901
+
902
+ </span>
903
+
804
904
 
805
905
 
806
906
 
@@ -886,7 +986,12 @@
886
986
  <div class='column is-5 has-text-left'>
887
987
  <label>类型: </label>
888
988
 
889
- <span class="param-type">*</span>
989
+ <span class="param-type">
990
+
991
+ *
992
+
993
+ </span>
994
+
890
995
 
891
996
 
892
997
  </div>
@@ -953,13 +1058,18 @@
953
1058
 
954
1059
  <tr class="deep-level-0">
955
1060
 
956
- <td class="name" id="labels"><code>labels</code></td>
1061
+ <td class="name"><code>labels</code></td>
957
1062
 
958
1063
 
959
1064
  <td class="type">
960
1065
 
961
1066
 
962
- <span class="param-type">*</span>
1067
+ <span class="param-type">
1068
+
1069
+ *
1070
+
1071
+ </span>
1072
+
963
1073
 
964
1074
 
965
1075
 
@@ -1045,7 +1155,12 @@
1045
1155
  <div class='column is-5 has-text-left'>
1046
1156
  <label>类型: </label>
1047
1157
 
1048
- <span class="param-type">*</span>
1158
+ <span class="param-type">
1159
+
1160
+ *
1161
+
1162
+ </span>
1163
+
1049
1164
 
1050
1165
 
1051
1166
  </div>
@@ -1112,13 +1227,18 @@
1112
1227
 
1113
1228
  <tr class="deep-level-0">
1114
1229
 
1115
- <td class="name" id="features"><code>features</code></td>
1230
+ <td class="name"><code>features</code></td>
1116
1231
 
1117
1232
 
1118
1233
  <td class="type">
1119
1234
 
1120
1235
 
1121
- <span class="param-type">*</span>
1236
+ <span class="param-type">
1237
+
1238
+ *
1239
+
1240
+ </span>
1241
+
1122
1242
 
1123
1243
 
1124
1244
 
@@ -1136,13 +1256,18 @@
1136
1256
 
1137
1257
  <tr class="deep-level-0">
1138
1258
 
1139
- <td class="name" id="labelClass"><code>labelClass</code></td>
1259
+ <td class="name"><code>labelClass</code></td>
1140
1260
 
1141
1261
 
1142
1262
  <td class="type">
1143
1263
 
1144
1264
 
1145
- <span class="param-type">*</span>
1265
+ <span class="param-type">
1266
+
1267
+ *
1268
+
1269
+ </span>
1270
+
1146
1271
 
1147
1272
 
1148
1273
 
@@ -1228,7 +1353,12 @@
1228
1353
  <div class='column is-5 has-text-left'>
1229
1354
  <label>类型: </label>
1230
1355
 
1231
- <span class="param-type">*</span>
1356
+ <span class="param-type">
1357
+
1358
+ *
1359
+
1360
+ </span>
1361
+
1232
1362
 
1233
1363
 
1234
1364
  </div>
@@ -1338,7 +1468,12 @@
1338
1468
  <div class='column is-5 has-text-left'>
1339
1469
  <label>类型: </label>
1340
1470
 
1341
- <span class="param-type">*</span>
1471
+ <span class="param-type">
1472
+
1473
+ *
1474
+
1475
+ </span>
1476
+
1342
1477
 
1343
1478
 
1344
1479
  </div>
@@ -1405,13 +1540,18 @@
1405
1540
 
1406
1541
  <tr class="deep-level-0">
1407
1542
 
1408
- <td class="name" id="features"><code>features</code></td>
1543
+ <td class="name"><code>features</code></td>
1409
1544
 
1410
1545
 
1411
1546
  <td class="type">
1412
1547
 
1413
1548
 
1414
- <span class="param-type">*</span>
1549
+ <span class="param-type">
1550
+
1551
+ *
1552
+
1553
+ </span>
1554
+
1415
1555
 
1416
1556
 
1417
1557
 
@@ -1497,7 +1637,12 @@
1497
1637
  <div class='column is-5 has-text-left'>
1498
1638
  <label>类型: </label>
1499
1639
 
1500
- <span class="param-type">*</span>
1640
+ <span class="param-type">
1641
+
1642
+ *
1643
+
1644
+ </span>
1645
+
1501
1646
 
1502
1647
 
1503
1648
  </div>
@@ -1564,13 +1709,18 @@
1564
1709
 
1565
1710
  <tr class="deep-level-0">
1566
1711
 
1567
- <td class="name" id="labels"><code>labels</code></td>
1712
+ <td class="name"><code>labels</code></td>
1568
1713
 
1569
1714
 
1570
1715
  <td class="type">
1571
1716
 
1572
1717
 
1573
- <span class="param-type">*</span>
1718
+ <span class="param-type">
1719
+
1720
+ *
1721
+
1722
+ </span>
1723
+
1574
1724
 
1575
1725
 
1576
1726
 
@@ -1656,7 +1806,12 @@
1656
1806
  <div class='column is-5 has-text-left'>
1657
1807
  <label>类型: </label>
1658
1808
 
1659
- <span class="param-type">*</span>
1809
+ <span class="param-type">
1810
+
1811
+ *
1812
+
1813
+ </span>
1814
+
1660
1815
 
1661
1816
 
1662
1817
  </div>
@@ -149,12 +149,17 @@
149
149
  <tbody>
150
150
 
151
151
  <tr class="deep-level-0">
152
- <td class="name"><code><a href="GeoJSONLayerUtil.html#toPrimitive">toPrimitive</a></code></td>
152
+ <td class="name"><code><a href="#toPrimitive">toPrimitive</a></code></td>
153
153
  <td class="name">
154
154
  <code>
155
155
 
156
156
 
157
- <span class="param-type">Array</span>
157
+ <span class="param-type">
158
+
159
+ Array
160
+
161
+ </span>
162
+
158
163
 
159
164
 
160
165
 
@@ -225,16 +230,25 @@
225
230
 
226
231
  <tr class="deep-level-0">
227
232
 
228
- <td class="name" id="feature"><code>feature</code></td>
233
+ <td class="name"><code>feature</code></td>
229
234
 
230
235
 
231
236
  <td class="type">
232
237
 
233
238
 
234
- <span class="param-type">Feature</span>
239
+ <span class="param-type">
240
+
241
+ Feature
242
+
243
+ </span>
235
244
  |
236
245
 
237
- <span class="param-type">Array.&lt;Feature></span>
246
+ <span class="param-type">
247
+
248
+ Array.&lt;Feature>
249
+
250
+ </span>
251
+
238
252
 
239
253
 
240
254
 
@@ -322,7 +336,12 @@
322
336
  <div class='column is-5 has-text-left'>
323
337
  <label>类型: </label>
324
338
 
325
- <span class="param-type">Array</span>
339
+ <span class="param-type">
340
+
341
+ Array
342
+
343
+ </span>
344
+
326
345
 
327
346
 
328
347
  </div>