@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
@@ -76,13 +76,17 @@
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>
86
90
 
87
91
 
88
92
 
@@ -105,13 +109,17 @@
105
109
 
106
110
  <tr class="deep-level-0">
107
111
 
108
- <td class="name" id="options"><code>options</code></td>
112
+ <td class="name"><code>options</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type">Object</span>
118
+ <span class="param-type">
119
+
120
+ Object
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,13 +142,17 @@
134
142
 
135
143
  <tr class="deep-level-0">
136
144
 
137
- <td class="name" id="option.show"><code>option.show</code></td>
145
+ <td class="name"><code>option.show</code></td>
138
146
 
139
147
 
140
148
  <td class="type">
141
149
 
142
150
 
143
- <span class="param-type">Boolean</span>
151
+ <span class="param-type">
152
+
153
+ Boolean
154
+
155
+ </span>
144
156
 
145
157
 
146
158
 
@@ -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="opacity"><code>opacity</code></td>
103
+ <td class="name"><code>opacity</code></td>
100
104
 
101
105
 
102
106
  <td class="type">
103
107
 
104
108
 
105
- <span class="param-type">Number</span>
109
+ <span class="param-type">
110
+
111
+ Number
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="visible"><code>visible</code></td>
136
+ <td class="name"><code>visible</code></td>
129
137
 
130
138
 
131
139
  <td class="type">
132
140
 
133
141
 
134
- <span class="param-type">Boolean</span>
142
+ <span class="param-type">
143
+
144
+ Boolean
145
+
146
+ </span>
135
147
 
136
148
 
137
149
 
@@ -154,13 +166,17 @@
154
166
 
155
167
  <tr class="deep-level-1">
156
168
 
157
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
169
+ <td class="name"><code>labelingInfo</code></td>
158
170
 
159
171
 
160
172
  <td class="type">
161
173
 
162
174
 
163
- <span class="param-type">Array.&lt;LabelClass></span>
175
+ <span class="param-type">
176
+
177
+ Array.&lt;LabelClass>
178
+
179
+ </span>
164
180
 
165
181
 
166
182
 
@@ -183,13 +199,17 @@
183
199
 
184
200
  <tr class="deep-level-1">
185
201
 
186
- <td class="name" id="swipeEnabled"><code>swipeEnabled</code></td>
202
+ <td class="name"><code>swipeEnabled</code></td>
187
203
 
188
204
 
189
205
  <td class="type">
190
206
 
191
207
 
192
- <span class="param-type">Boolean</span>
208
+ <span class="param-type">
209
+
210
+ Boolean
211
+
212
+ </span>
193
213
 
194
214
 
195
215
 
@@ -212,13 +232,17 @@
212
232
 
213
233
  <tr class="deep-level-1">
214
234
 
215
- <td class="name" id="swipeInverse"><code>swipeInverse</code></td>
235
+ <td class="name"><code>swipeInverse</code></td>
216
236
 
217
237
 
218
238
  <td class="type">
219
239
 
220
240
 
221
- <span class="param-type">Number</span>
241
+ <span class="param-type">
242
+
243
+ Number
244
+
245
+ </span>
222
246
 
223
247
 
224
248
 
@@ -347,7 +371,11 @@
347
371
  <td class="name">
348
372
  <code>
349
373
 
350
- <span class="param-type">Boolean</span>
374
+ <span class="param-type">
375
+
376
+ Boolean
377
+
378
+ </span>
351
379
 
352
380
 
353
381
 
@@ -361,7 +389,11 @@
361
389
  <td class="name">
362
390
  <code>
363
391
 
364
- <span class="param-type">Boolean</span>
392
+ <span class="param-type">
393
+
394
+ Boolean
395
+
396
+ </span>
365
397
 
366
398
 
367
399
 
@@ -375,7 +407,11 @@
375
407
  <td class="name">
376
408
  <code>
377
409
 
378
- <span class="param-type">Number</span>
410
+ <span class="param-type">
411
+
412
+ Number
413
+
414
+ </span>
379
415
 
380
416
 
381
417
 
@@ -395,7 +431,11 @@
395
431
  <span class="method-parameter is-pulled-right">
396
432
  <label>类型:</label>
397
433
 
398
- <span class="param-type">Boolean</span>
434
+ <span class="param-type">
435
+
436
+ Boolean
437
+
438
+ </span>
399
439
 
400
440
 
401
441
 
@@ -471,7 +511,11 @@
471
511
  <span class="method-parameter is-pulled-right">
472
512
  <label>类型:</label>
473
513
 
474
- <span class="param-type">Boolean</span>
514
+ <span class="param-type">
515
+
516
+ Boolean
517
+
518
+ </span>
475
519
 
476
520
 
477
521
 
@@ -547,7 +591,11 @@
547
591
  <span class="method-parameter is-pulled-right">
548
592
  <label>类型:</label>
549
593
 
550
- <span class="param-type">Number</span>
594
+ <span class="param-type">
595
+
596
+ Number
597
+
598
+ </span>
551
599
 
552
600
 
553
601
 
@@ -644,7 +692,11 @@
644
692
  <code>
645
693
 
646
694
 
647
- <span class="param-type">*</span>
695
+ <span class="param-type">
696
+
697
+ *
698
+
699
+ </span>
648
700
 
649
701
 
650
702
 
@@ -660,7 +712,11 @@
660
712
  <code>
661
713
 
662
714
 
663
- <span class="param-type">*</span>
715
+ <span class="param-type">
716
+
717
+ *
718
+
719
+ </span>
664
720
 
665
721
 
666
722
 
@@ -676,7 +732,11 @@
676
732
  <code>
677
733
 
678
734
 
679
- <span class="param-type">*</span>
735
+ <span class="param-type">
736
+
737
+ *
738
+
739
+ </span>
680
740
 
681
741
 
682
742
 
@@ -692,7 +752,11 @@
692
752
  <code>
693
753
 
694
754
 
695
- <span class="param-type">*</span>
755
+ <span class="param-type">
756
+
757
+ *
758
+
759
+ </span>
696
760
 
697
761
 
698
762
 
@@ -708,7 +772,11 @@
708
772
  <code>
709
773
 
710
774
 
711
- <span class="param-type">*</span>
775
+ <span class="param-type">
776
+
777
+ *
778
+
779
+ </span>
712
780
 
713
781
 
714
782
 
@@ -724,7 +792,11 @@
724
792
  <code>
725
793
 
726
794
 
727
- <span class="param-type">*</span>
795
+ <span class="param-type">
796
+
797
+ *
798
+
799
+ </span>
728
800
 
729
801
 
730
802
 
@@ -788,13 +860,17 @@
788
860
 
789
861
  <tr class="deep-level-0">
790
862
 
791
- <td class="name" id="features"><code>features</code></td>
863
+ <td class="name"><code>features</code></td>
792
864
 
793
865
 
794
866
  <td class="type">
795
867
 
796
868
 
797
- <span class="param-type">*</span>
869
+ <span class="param-type">
870
+
871
+ *
872
+
873
+ </span>
798
874
 
799
875
 
800
876
 
@@ -813,13 +889,17 @@
813
889
 
814
890
  <tr class="deep-level-0">
815
891
 
816
- <td class="name" id="labelClass"><code>labelClass</code></td>
892
+ <td class="name"><code>labelClass</code></td>
817
893
 
818
894
 
819
895
  <td class="type">
820
896
 
821
897
 
822
- <span class="param-type">LabelClass</span>
898
+ <span class="param-type">
899
+
900
+ LabelClass
901
+
902
+ </span>
823
903
 
824
904
 
825
905
 
@@ -906,7 +986,11 @@
906
986
  <div class='column is-5 has-text-left'>
907
987
  <label>类型: </label>
908
988
 
909
- <span class="param-type">*</span>
989
+ <span class="param-type">
990
+
991
+ *
992
+
993
+ </span>
910
994
 
911
995
 
912
996
 
@@ -974,13 +1058,17 @@
974
1058
 
975
1059
  <tr class="deep-level-0">
976
1060
 
977
- <td class="name" id="labels"><code>labels</code></td>
1061
+ <td class="name"><code>labels</code></td>
978
1062
 
979
1063
 
980
1064
  <td class="type">
981
1065
 
982
1066
 
983
- <span class="param-type">*</span>
1067
+ <span class="param-type">
1068
+
1069
+ *
1070
+
1071
+ </span>
984
1072
 
985
1073
 
986
1074
 
@@ -1067,7 +1155,11 @@
1067
1155
  <div class='column is-5 has-text-left'>
1068
1156
  <label>类型: </label>
1069
1157
 
1070
- <span class="param-type">*</span>
1158
+ <span class="param-type">
1159
+
1160
+ *
1161
+
1162
+ </span>
1071
1163
 
1072
1164
 
1073
1165
 
@@ -1135,13 +1227,17 @@
1135
1227
 
1136
1228
  <tr class="deep-level-0">
1137
1229
 
1138
- <td class="name" id="features"><code>features</code></td>
1230
+ <td class="name"><code>features</code></td>
1139
1231
 
1140
1232
 
1141
1233
  <td class="type">
1142
1234
 
1143
1235
 
1144
- <span class="param-type">*</span>
1236
+ <span class="param-type">
1237
+
1238
+ *
1239
+
1240
+ </span>
1145
1241
 
1146
1242
 
1147
1243
 
@@ -1160,13 +1256,17 @@
1160
1256
 
1161
1257
  <tr class="deep-level-0">
1162
1258
 
1163
- <td class="name" id="labelClass"><code>labelClass</code></td>
1259
+ <td class="name"><code>labelClass</code></td>
1164
1260
 
1165
1261
 
1166
1262
  <td class="type">
1167
1263
 
1168
1264
 
1169
- <span class="param-type">*</span>
1265
+ <span class="param-type">
1266
+
1267
+ *
1268
+
1269
+ </span>
1170
1270
 
1171
1271
 
1172
1272
 
@@ -1253,7 +1353,11 @@
1253
1353
  <div class='column is-5 has-text-left'>
1254
1354
  <label>类型: </label>
1255
1355
 
1256
- <span class="param-type">*</span>
1356
+ <span class="param-type">
1357
+
1358
+ *
1359
+
1360
+ </span>
1257
1361
 
1258
1362
 
1259
1363
 
@@ -1364,7 +1468,11 @@
1364
1468
  <div class='column is-5 has-text-left'>
1365
1469
  <label>类型: </label>
1366
1470
 
1367
- <span class="param-type">*</span>
1471
+ <span class="param-type">
1472
+
1473
+ *
1474
+
1475
+ </span>
1368
1476
 
1369
1477
 
1370
1478
 
@@ -1432,13 +1540,17 @@
1432
1540
 
1433
1541
  <tr class="deep-level-0">
1434
1542
 
1435
- <td class="name" id="features"><code>features</code></td>
1543
+ <td class="name"><code>features</code></td>
1436
1544
 
1437
1545
 
1438
1546
  <td class="type">
1439
1547
 
1440
1548
 
1441
- <span class="param-type">*</span>
1549
+ <span class="param-type">
1550
+
1551
+ *
1552
+
1553
+ </span>
1442
1554
 
1443
1555
 
1444
1556
 
@@ -1525,7 +1637,11 @@
1525
1637
  <div class='column is-5 has-text-left'>
1526
1638
  <label>类型: </label>
1527
1639
 
1528
- <span class="param-type">*</span>
1640
+ <span class="param-type">
1641
+
1642
+ *
1643
+
1644
+ </span>
1529
1645
 
1530
1646
 
1531
1647
 
@@ -1593,13 +1709,17 @@
1593
1709
 
1594
1710
  <tr class="deep-level-0">
1595
1711
 
1596
- <td class="name" id="labels"><code>labels</code></td>
1712
+ <td class="name"><code>labels</code></td>
1597
1713
 
1598
1714
 
1599
1715
  <td class="type">
1600
1716
 
1601
1717
 
1602
- <span class="param-type">*</span>
1718
+ <span class="param-type">
1719
+
1720
+ *
1721
+
1722
+ </span>
1603
1723
 
1604
1724
 
1605
1725
 
@@ -1686,7 +1806,11 @@
1686
1806
  <div class='column is-5 has-text-left'>
1687
1807
  <label>类型: </label>
1688
1808
 
1689
- <span class="param-type">*</span>
1809
+ <span class="param-type">
1810
+
1811
+ *
1812
+
1813
+ </span>
1690
1814
 
1691
1815
 
1692
1816
 
@@ -154,7 +154,11 @@
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>
158
162
 
159
163
 
160
164
 
@@ -226,16 +230,24 @@
226
230
 
227
231
  <tr class="deep-level-0">
228
232
 
229
- <td class="name" id="feature"><code>feature</code></td>
233
+ <td class="name"><code>feature</code></td>
230
234
 
231
235
 
232
236
  <td class="type">
233
237
 
234
238
 
235
- <span class="param-type">Feature</span>
239
+ <span class="param-type">
240
+
241
+ Feature
242
+
243
+ </span>
236
244
  |
237
245
 
238
- <span class="param-type">Array.&lt;Feature></span>
246
+ <span class="param-type">
247
+
248
+ Array.&lt;Feature>
249
+
250
+ </span>
239
251
 
240
252
 
241
253
 
@@ -324,7 +336,11 @@
324
336
  <div class='column is-5 has-text-left'>
325
337
  <label>类型: </label>
326
338
 
327
- <span class="param-type">Array</span>
339
+ <span class="param-type">
340
+
341
+ Array
342
+
343
+ </span>
328
344
 
329
345
 
330
346
 
@@ -154,7 +154,11 @@
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>
158
162
 
159
163
 
160
164
 
@@ -226,16 +230,24 @@
226
230
 
227
231
  <tr class="deep-level-0">
228
232
 
229
- <td class="name" id="feature"><code>feature</code></td>
233
+ <td class="name"><code>feature</code></td>
230
234
 
231
235
 
232
236
  <td class="type">
233
237
 
234
238
 
235
- <span class="param-type">Feature</span>
239
+ <span class="param-type">
240
+
241
+ Feature
242
+
243
+ </span>
236
244
  |
237
245
 
238
- <span class="param-type">Array.&lt;Feature></span>
246
+ <span class="param-type">
247
+
248
+ Array.&lt;Feature>
249
+
250
+ </span>
239
251
 
240
252
 
241
253
 
@@ -324,7 +336,11 @@
324
336
  <div class='column is-5 has-text-left'>
325
337
  <label>类型: </label>
326
338
 
327
- <span class="param-type">Array</span>
339
+ <span class="param-type">
340
+
341
+ Array
342
+
343
+ </span>
328
344
 
329
345
 
330
346