@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -125,13 +135,18 @@
125
135
 
126
136
  <tr class="deep-level-1">
127
137
 
128
- <td class="name" id="httpMethod"><code>httpMethod</code></td>
138
+ <td class="name"><code>httpMethod</code></td>
129
139
 
130
140
 
131
141
  <td class="type">
132
142
 
133
143
 
134
- <span class="param-type">String</span>
144
+ <span class="param-type">
145
+
146
+ String
147
+
148
+ </span>
149
+
135
150
 
136
151
 
137
152
 
@@ -151,13 +166,18 @@
151
166
 
152
167
  <tr class="deep-level-1">
153
168
 
154
- <td class="name" id="headers"><code>headers</code></td>
169
+ <td class="name"><code>headers</code></td>
155
170
 
156
171
 
157
172
  <td class="type">
158
173
 
159
174
 
160
- <span class="param-type">Object</span>
175
+ <span class="param-type">
176
+
177
+ Object
178
+
179
+ </span>
180
+
161
181
 
162
182
 
163
183
 
@@ -177,13 +197,18 @@
177
197
 
178
198
  <tr class="deep-level-1">
179
199
 
180
- <td class="name" id="enablePickFeatures"><code>enablePickFeatures</code></td>
200
+ <td class="name"><code>enablePickFeatures</code></td>
181
201
 
182
202
 
183
203
  <td class="type">
184
204
 
185
205
 
186
- <span class="param-type">Boolean</span>
206
+ <span class="param-type">
207
+
208
+ Boolean
209
+
210
+ </span>
211
+
187
212
 
188
213
 
189
214
 
@@ -205,13 +230,18 @@
205
230
 
206
231
  <tr class="deep-level-1">
207
232
 
208
- <td class="name" id="tileWidth"><code>tileWidth</code></td>
233
+ <td class="name"><code>tileWidth</code></td>
209
234
 
210
235
 
211
236
  <td class="type">
212
237
 
213
238
 
214
- <span class="param-type">Number</span>
239
+ <span class="param-type">
240
+
241
+ Number
242
+
243
+ </span>
244
+
215
245
 
216
246
 
217
247
 
@@ -233,13 +263,18 @@
233
263
 
234
264
  <tr class="deep-level-1">
235
265
 
236
- <td class="name" id="tileHeight"><code>tileHeight</code></td>
266
+ <td class="name"><code>tileHeight</code></td>
237
267
 
238
268
 
239
269
  <td class="type">
240
270
 
241
271
 
242
- <span class="param-type">Number</span>
272
+ <span class="param-type">
273
+
274
+ Number
275
+
276
+ </span>
277
+
243
278
 
244
279
 
245
280
 
@@ -261,13 +296,18 @@
261
296
 
262
297
  <tr class="deep-level-1">
263
298
 
264
- <td class="name" id="minimumLevel"><code>minimumLevel</code></td>
299
+ <td class="name"><code>minimumLevel</code></td>
265
300
 
266
301
 
267
302
  <td class="type">
268
303
 
269
304
 
270
- <span class="param-type">Number</span>
305
+ <span class="param-type">
306
+
307
+ Number
308
+
309
+ </span>
310
+
271
311
 
272
312
 
273
313
 
@@ -289,13 +329,18 @@
289
329
 
290
330
  <tr class="deep-level-1">
291
331
 
292
- <td class="name" id="maximumLevel"><code>maximumLevel</code></td>
332
+ <td class="name"><code>maximumLevel</code></td>
293
333
 
294
334
 
295
335
  <td class="type">
296
336
 
297
337
 
298
- <span class="param-type">Number</span>
338
+ <span class="param-type">
339
+
340
+ Number
341
+
342
+ </span>
343
+
299
344
 
300
345
 
301
346
 
@@ -317,13 +362,18 @@
317
362
 
318
363
  <tr class="deep-level-1">
319
364
 
320
- <td class="name" id="layers"><code>layers</code></td>
365
+ <td class="name"><code>layers</code></td>
321
366
 
322
367
 
323
368
  <td class="type">
324
369
 
325
370
 
326
- <span class="param-type">String</span>
371
+ <span class="param-type">
372
+
373
+ String
374
+
375
+ </span>
376
+
327
377
 
328
378
 
329
379
 
@@ -343,13 +393,18 @@
343
393
 
344
394
  <tr class="deep-level-1">
345
395
 
346
- <td class="name" id="filters"><code>filters</code></td>
396
+ <td class="name"><code>filters</code></td>
347
397
 
348
398
 
349
399
  <td class="type">
350
400
 
351
401
 
352
- <span class="param-type">String</span>
402
+ <span class="param-type">
403
+
404
+ String
405
+
406
+ </span>
407
+
353
408
 
354
409
 
355
410
 
@@ -369,13 +424,18 @@
369
424
 
370
425
  <tr class="deep-level-1">
371
426
 
372
- <td class="name" id="tilingScheme"><code>tilingScheme</code></td>
427
+ <td class="name"><code>tilingScheme</code></td>
373
428
 
374
429
 
375
430
  <td class="type">
376
431
 
377
432
 
378
- <span class="param-type">Object</span>
433
+ <span class="param-type">
434
+
435
+ Object
436
+
437
+ </span>
438
+
379
439
 
380
440
 
381
441
 
@@ -395,13 +455,18 @@
395
455
 
396
456
  <tr class="deep-level-1">
397
457
 
398
- <td class="name" id="proxy"><code>proxy</code></td>
458
+ <td class="name"><code>proxy</code></td>
399
459
 
400
460
 
401
461
  <td class="type">
402
462
 
403
463
 
404
- <span class="param-type">String</span>
464
+ <span class="param-type">
465
+
466
+ String
467
+
468
+ </span>
469
+
405
470
 
406
471
 
407
472
 
@@ -421,13 +486,18 @@
421
486
 
422
487
  <tr class="deep-level-1">
423
488
 
424
- <td class="name" id="rectangle"><code>rectangle</code></td>
489
+ <td class="name"><code>rectangle</code></td>
425
490
 
426
491
 
427
492
  <td class="type">
428
493
 
429
494
 
430
- <span class="param-type">Object</span>
495
+ <span class="param-type">
496
+
497
+ Object
498
+
499
+ </span>
500
+
431
501
 
432
502
 
433
503
 
@@ -446,6 +516,39 @@
446
516
 
447
517
 
448
518
 
519
+
520
+ <tr class="deep-level-1">
521
+
522
+ <td class="name"><code>extensions</code></td>
523
+
524
+
525
+ <td class="type">
526
+
527
+
528
+ <span class="param-type">
529
+
530
+ Array.&lt;Object>
531
+
532
+ </span>
533
+
534
+
535
+
536
+
537
+ </td>
538
+
539
+
540
+ <td class="default">
541
+
542
+ []
543
+
544
+ </td>
545
+
546
+
547
+ <td class="description last"><p>扩展参数,会将扩展参数中的非空参数拼接到请求接口上,示例:[{ key: '参数名', value: '参数值' }]</p></td>
548
+ </tr>
549
+
550
+
551
+
449
552
 
450
553
 
451
554
 
@@ -578,12 +681,17 @@
578
681
  <tbody>
579
682
 
580
683
  <tr class="deep-level-0">
581
- <td class="name"><code><a href="ArcGISMapServerImageryProvider.html#fromUrl">fromUrl</a></code></td>
684
+ <td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
582
685
  <td class="name">
583
686
  <code>
584
687
 
585
688
 
586
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISMapServerImageryProvider" ArcGISMapServerImageryProvider.html>ArcGISMapServerImageryProvider</a></span>
689
+ <span class="param-type">
690
+
691
+ <a link="ArcGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapServerImageryProvider" ArcGISMapServerImageryProvider.html>ArcGISMapServerImageryProvider</a>
692
+
693
+ </span>
694
+
587
695
 
588
696
 
589
697
 
@@ -652,13 +760,18 @@
652
760
 
653
761
  <tr class="deep-level-0">
654
762
 
655
- <td class="name" id="url"><code>url</code></td>
763
+ <td class="name"><code>url</code></td>
656
764
 
657
765
 
658
766
  <td class="type">
659
767
 
660
768
 
661
- <span class="param-type">String</span>
769
+ <span class="param-type">
770
+
771
+ String
772
+
773
+ </span>
774
+
662
775
 
663
776
 
664
777
 
@@ -676,13 +789,18 @@
676
789
 
677
790
  <tr class="deep-level-0">
678
791
 
679
- <td class="name" id="options"><code>options</code></td>
792
+ <td class="name"><code>options</code></td>
680
793
 
681
794
 
682
795
  <td class="type">
683
796
 
684
797
 
685
- <span class="param-type">Object</span>
798
+ <span class="param-type">
799
+
800
+ Object
801
+
802
+ </span>
803
+
686
804
 
687
805
 
688
806
 
@@ -768,7 +886,12 @@
768
886
  <div class='column is-5 has-text-left'>
769
887
  <label>类型: </label>
770
888
 
771
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISMapServerImageryProvider" ArcGISMapServerImageryProvider.html>ArcGISMapServerImageryProvider</a></span>
889
+ <span class="param-type">
890
+
891
+ <a link="ArcGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapServerImageryProvider" ArcGISMapServerImageryProvider.html>ArcGISMapServerImageryProvider</a>
892
+
893
+ </span>
894
+
772
895
 
773
896
 
774
897
  </div>
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -125,13 +135,18 @@
125
135
 
126
136
  <tr class="deep-level-1">
127
137
 
128
- <td class="name" id="tileWidth"><code>tileWidth</code></td>
138
+ <td class="name"><code>tileWidth</code></td>
129
139
 
130
140
 
131
141
  <td class="type">
132
142
 
133
143
 
134
- <span class="param-type">Number</span>
144
+ <span class="param-type">
145
+
146
+ Number
147
+
148
+ </span>
149
+
135
150
 
136
151
 
137
152
 
@@ -153,13 +168,18 @@
153
168
 
154
169
  <tr class="deep-level-1">
155
170
 
156
- <td class="name" id="tileHeight"><code>tileHeight</code></td>
171
+ <td class="name"><code>tileHeight</code></td>
157
172
 
158
173
 
159
174
  <td class="type">
160
175
 
161
176
 
162
- <span class="param-type">Number</span>
177
+ <span class="param-type">
178
+
179
+ Number
180
+
181
+ </span>
182
+
163
183
 
164
184
 
165
185
 
@@ -181,13 +201,18 @@
181
201
 
182
202
  <tr class="deep-level-1">
183
203
 
184
- <td class="name" id="minimumLevel"><code>minimumLevel</code></td>
204
+ <td class="name"><code>minimumLevel</code></td>
185
205
 
186
206
 
187
207
  <td class="type">
188
208
 
189
209
 
190
- <span class="param-type">Number</span>
210
+ <span class="param-type">
211
+
212
+ Number
213
+
214
+ </span>
215
+
191
216
 
192
217
 
193
218
 
@@ -209,13 +234,18 @@
209
234
 
210
235
  <tr class="deep-level-1">
211
236
 
212
- <td class="name" id="maximumLevel"><code>maximumLevel</code></td>
237
+ <td class="name"><code>maximumLevel</code></td>
213
238
 
214
239
 
215
240
  <td class="type">
216
241
 
217
242
 
218
- <span class="param-type">Number</span>
243
+ <span class="param-type">
244
+
245
+ Number
246
+
247
+ </span>
248
+
219
249
 
220
250
 
221
251
 
@@ -237,13 +267,18 @@
237
267
 
238
268
  <tr class="deep-level-1">
239
269
 
240
- <td class="name" id="tilingScheme"><code>tilingScheme</code></td>
270
+ <td class="name"><code>tilingScheme</code></td>
241
271
 
242
272
 
243
273
  <td class="type">
244
274
 
245
275
 
246
- <span class="param-type">Object</span>
276
+ <span class="param-type">
277
+
278
+ Object
279
+
280
+ </span>
281
+
247
282
 
248
283
 
249
284
 
@@ -263,13 +298,18 @@
263
298
 
264
299
  <tr class="deep-level-1">
265
300
 
266
- <td class="name" id="rectangle"><code>rectangle</code></td>
301
+ <td class="name"><code>rectangle</code></td>
267
302
 
268
303
 
269
304
  <td class="type">
270
305
 
271
306
 
272
- <span class="param-type">Object</span>
307
+ <span class="param-type">
308
+
309
+ Object
310
+
311
+ </span>
312
+
273
313
 
274
314
 
275
315
 
@@ -291,13 +331,18 @@
291
331
 
292
332
  <tr class="deep-level-1">
293
333
 
294
- <td class="name" id="proxy"><code>proxy</code></td>
334
+ <td class="name"><code>proxy</code></td>
295
335
 
296
336
 
297
337
  <td class="type">
298
338
 
299
339
 
300
- <span class="param-type">String</span>
340
+ <span class="param-type">
341
+
342
+ String
343
+
344
+ </span>
345
+
301
346
 
302
347
 
303
348
 
@@ -446,12 +491,17 @@
446
491
  <tbody>
447
492
 
448
493
  <tr class="deep-level-0">
449
- <td class="name"><code><a href="ArcGISTileServerImageryProvider.html#fromUrl">fromUrl</a></code></td>
494
+ <td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
450
495
  <td class="name">
451
496
  <code>
452
497
 
453
498
 
454
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISTileServerImageryProvider" ArcGISTileServerImageryProvider.html>ArcGISTileServerImageryProvider</a></span>
499
+ <span class="param-type">
500
+
501
+ <a link="ArcGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileServerImageryProvider" ArcGISTileServerImageryProvider.html>ArcGISTileServerImageryProvider</a>
502
+
503
+ </span>
504
+
455
505
 
456
506
 
457
507
 
@@ -520,13 +570,18 @@
520
570
 
521
571
  <tr class="deep-level-0">
522
572
 
523
- <td class="name" id="url"><code>url</code></td>
573
+ <td class="name"><code>url</code></td>
524
574
 
525
575
 
526
576
  <td class="type">
527
577
 
528
578
 
529
- <span class="param-type">String</span>
579
+ <span class="param-type">
580
+
581
+ String
582
+
583
+ </span>
584
+
530
585
 
531
586
 
532
587
 
@@ -544,13 +599,18 @@
544
599
 
545
600
  <tr class="deep-level-0">
546
601
 
547
- <td class="name" id="options"><code>options</code></td>
602
+ <td class="name"><code>options</code></td>
548
603
 
549
604
 
550
605
  <td class="type">
551
606
 
552
607
 
553
- <span class="param-type">Object</span>
608
+ <span class="param-type">
609
+
610
+ Object
611
+
612
+ </span>
613
+
554
614
 
555
615
 
556
616
 
@@ -636,7 +696,12 @@
636
696
  <div class='column is-5 has-text-left'>
637
697
  <label>类型: </label>
638
698
 
639
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISTileServerImageryProvider" ArcGISTileServerImageryProvider.html>ArcGISTileServerImageryProvider</a></span>
699
+ <span class="param-type">
700
+
701
+ <a link="ArcGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileServerImageryProvider" ArcGISTileServerImageryProvider.html>ArcGISTileServerImageryProvider</a>
702
+
703
+ </span>
704
+
640
705
 
641
706
 
642
707
  </div>