@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
@@ -73,13 +73,17 @@
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>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -127,13 +135,17 @@
127
135
 
128
136
  <tr class="deep-level-1">
129
137
 
130
- <td class="name" id="httpMethod"><code>httpMethod</code></td>
138
+ <td class="name"><code>httpMethod</code></td>
131
139
 
132
140
 
133
141
  <td class="type">
134
142
 
135
143
 
136
- <span class="param-type">String</span>
144
+ <span class="param-type">
145
+
146
+ String
147
+
148
+ </span>
137
149
 
138
150
 
139
151
 
@@ -154,13 +166,17 @@
154
166
 
155
167
  <tr class="deep-level-1">
156
168
 
157
- <td class="name" id="headers"><code>headers</code></td>
169
+ <td class="name"><code>headers</code></td>
158
170
 
159
171
 
160
172
  <td class="type">
161
173
 
162
174
 
163
- <span class="param-type">Object</span>
175
+ <span class="param-type">
176
+
177
+ Object
178
+
179
+ </span>
164
180
 
165
181
 
166
182
 
@@ -181,13 +197,17 @@
181
197
 
182
198
  <tr class="deep-level-1">
183
199
 
184
- <td class="name" id="enablePickFeatures"><code>enablePickFeatures</code></td>
200
+ <td class="name"><code>enablePickFeatures</code></td>
185
201
 
186
202
 
187
203
  <td class="type">
188
204
 
189
205
 
190
- <span class="param-type">Boolean</span>
206
+ <span class="param-type">
207
+
208
+ Boolean
209
+
210
+ </span>
191
211
 
192
212
 
193
213
 
@@ -210,13 +230,17 @@
210
230
 
211
231
  <tr class="deep-level-1">
212
232
 
213
- <td class="name" id="tileWidth"><code>tileWidth</code></td>
233
+ <td class="name"><code>tileWidth</code></td>
214
234
 
215
235
 
216
236
  <td class="type">
217
237
 
218
238
 
219
- <span class="param-type">Number</span>
239
+ <span class="param-type">
240
+
241
+ Number
242
+
243
+ </span>
220
244
 
221
245
 
222
246
 
@@ -239,13 +263,17 @@
239
263
 
240
264
  <tr class="deep-level-1">
241
265
 
242
- <td class="name" id="tileHeight"><code>tileHeight</code></td>
266
+ <td class="name"><code>tileHeight</code></td>
243
267
 
244
268
 
245
269
  <td class="type">
246
270
 
247
271
 
248
- <span class="param-type">Number</span>
272
+ <span class="param-type">
273
+
274
+ Number
275
+
276
+ </span>
249
277
 
250
278
 
251
279
 
@@ -268,13 +296,17 @@
268
296
 
269
297
  <tr class="deep-level-1">
270
298
 
271
- <td class="name" id="minimumLevel"><code>minimumLevel</code></td>
299
+ <td class="name"><code>minimumLevel</code></td>
272
300
 
273
301
 
274
302
  <td class="type">
275
303
 
276
304
 
277
- <span class="param-type">Number</span>
305
+ <span class="param-type">
306
+
307
+ Number
308
+
309
+ </span>
278
310
 
279
311
 
280
312
 
@@ -297,13 +329,17 @@
297
329
 
298
330
  <tr class="deep-level-1">
299
331
 
300
- <td class="name" id="maximumLevel"><code>maximumLevel</code></td>
332
+ <td class="name"><code>maximumLevel</code></td>
301
333
 
302
334
 
303
335
  <td class="type">
304
336
 
305
337
 
306
- <span class="param-type">Number</span>
338
+ <span class="param-type">
339
+
340
+ Number
341
+
342
+ </span>
307
343
 
308
344
 
309
345
 
@@ -326,13 +362,17 @@
326
362
 
327
363
  <tr class="deep-level-1">
328
364
 
329
- <td class="name" id="layers"><code>layers</code></td>
365
+ <td class="name"><code>layers</code></td>
330
366
 
331
367
 
332
368
  <td class="type">
333
369
 
334
370
 
335
- <span class="param-type">String</span>
371
+ <span class="param-type">
372
+
373
+ String
374
+
375
+ </span>
336
376
 
337
377
 
338
378
 
@@ -353,13 +393,17 @@
353
393
 
354
394
  <tr class="deep-level-1">
355
395
 
356
- <td class="name" id="filters"><code>filters</code></td>
396
+ <td class="name"><code>filters</code></td>
357
397
 
358
398
 
359
399
  <td class="type">
360
400
 
361
401
 
362
- <span class="param-type">String</span>
402
+ <span class="param-type">
403
+
404
+ String
405
+
406
+ </span>
363
407
 
364
408
 
365
409
 
@@ -380,13 +424,17 @@
380
424
 
381
425
  <tr class="deep-level-1">
382
426
 
383
- <td class="name" id="tilingScheme"><code>tilingScheme</code></td>
427
+ <td class="name"><code>tilingScheme</code></td>
384
428
 
385
429
 
386
430
  <td class="type">
387
431
 
388
432
 
389
- <span class="param-type">Object</span>
433
+ <span class="param-type">
434
+
435
+ Object
436
+
437
+ </span>
390
438
 
391
439
 
392
440
 
@@ -407,13 +455,17 @@
407
455
 
408
456
  <tr class="deep-level-1">
409
457
 
410
- <td class="name" id="proxy"><code>proxy</code></td>
458
+ <td class="name"><code>proxy</code></td>
411
459
 
412
460
 
413
461
  <td class="type">
414
462
 
415
463
 
416
- <span class="param-type">String</span>
464
+ <span class="param-type">
465
+
466
+ String
467
+
468
+ </span>
417
469
 
418
470
 
419
471
 
@@ -434,13 +486,17 @@
434
486
 
435
487
  <tr class="deep-level-1">
436
488
 
437
- <td class="name" id="rectangle"><code>rectangle</code></td>
489
+ <td class="name"><code>rectangle</code></td>
438
490
 
439
491
 
440
492
  <td class="type">
441
493
 
442
494
 
443
- <span class="param-type">Object</span>
495
+ <span class="param-type">
496
+
497
+ Object
498
+
499
+ </span>
444
500
 
445
501
 
446
502
 
@@ -463,13 +519,17 @@
463
519
 
464
520
  <tr class="deep-level-1">
465
521
 
466
- <td class="name" id="extensions"><code>extensions</code></td>
522
+ <td class="name"><code>extensions</code></td>
467
523
 
468
524
 
469
525
  <td class="type">
470
526
 
471
527
 
472
- <span class="param-type">Array.&lt;Object></span>
528
+ <span class="param-type">
529
+
530
+ Array.&lt;Object>
531
+
532
+ </span>
473
533
 
474
534
 
475
535
 
@@ -626,7 +686,11 @@
626
686
  <code>
627
687
 
628
688
 
629
- <span class="param-type"><a link="ArcGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" 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>
630
694
 
631
695
 
632
696
 
@@ -696,13 +760,17 @@
696
760
 
697
761
  <tr class="deep-level-0">
698
762
 
699
- <td class="name" id="url"><code>url</code></td>
763
+ <td class="name"><code>url</code></td>
700
764
 
701
765
 
702
766
  <td class="type">
703
767
 
704
768
 
705
- <span class="param-type">String</span>
769
+ <span class="param-type">
770
+
771
+ String
772
+
773
+ </span>
706
774
 
707
775
 
708
776
 
@@ -721,13 +789,17 @@
721
789
 
722
790
  <tr class="deep-level-0">
723
791
 
724
- <td class="name" id="options"><code>options</code></td>
792
+ <td class="name"><code>options</code></td>
725
793
 
726
794
 
727
795
  <td class="type">
728
796
 
729
797
 
730
- <span class="param-type">Object</span>
798
+ <span class="param-type">
799
+
800
+ Object
801
+
802
+ </span>
731
803
 
732
804
 
733
805
 
@@ -814,7 +886,11 @@
814
886
  <div class='column is-5 has-text-left'>
815
887
  <label>类型: </label>
816
888
 
817
- <span class="param-type"><a link="ArcGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" 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>
818
894
 
819
895
 
820
896
 
@@ -73,13 +73,17 @@
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>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -127,13 +135,17 @@
127
135
 
128
136
  <tr class="deep-level-1">
129
137
 
130
- <td class="name" id="tileWidth"><code>tileWidth</code></td>
138
+ <td class="name"><code>tileWidth</code></td>
131
139
 
132
140
 
133
141
  <td class="type">
134
142
 
135
143
 
136
- <span class="param-type">Number</span>
144
+ <span class="param-type">
145
+
146
+ Number
147
+
148
+ </span>
137
149
 
138
150
 
139
151
 
@@ -156,13 +168,17 @@
156
168
 
157
169
  <tr class="deep-level-1">
158
170
 
159
- <td class="name" id="tileHeight"><code>tileHeight</code></td>
171
+ <td class="name"><code>tileHeight</code></td>
160
172
 
161
173
 
162
174
  <td class="type">
163
175
 
164
176
 
165
- <span class="param-type">Number</span>
177
+ <span class="param-type">
178
+
179
+ Number
180
+
181
+ </span>
166
182
 
167
183
 
168
184
 
@@ -185,13 +201,17 @@
185
201
 
186
202
  <tr class="deep-level-1">
187
203
 
188
- <td class="name" id="minimumLevel"><code>minimumLevel</code></td>
204
+ <td class="name"><code>minimumLevel</code></td>
189
205
 
190
206
 
191
207
  <td class="type">
192
208
 
193
209
 
194
- <span class="param-type">Number</span>
210
+ <span class="param-type">
211
+
212
+ Number
213
+
214
+ </span>
195
215
 
196
216
 
197
217
 
@@ -214,13 +234,17 @@
214
234
 
215
235
  <tr class="deep-level-1">
216
236
 
217
- <td class="name" id="maximumLevel"><code>maximumLevel</code></td>
237
+ <td class="name"><code>maximumLevel</code></td>
218
238
 
219
239
 
220
240
  <td class="type">
221
241
 
222
242
 
223
- <span class="param-type">Number</span>
243
+ <span class="param-type">
244
+
245
+ Number
246
+
247
+ </span>
224
248
 
225
249
 
226
250
 
@@ -243,13 +267,17 @@
243
267
 
244
268
  <tr class="deep-level-1">
245
269
 
246
- <td class="name" id="tilingScheme"><code>tilingScheme</code></td>
270
+ <td class="name"><code>tilingScheme</code></td>
247
271
 
248
272
 
249
273
  <td class="type">
250
274
 
251
275
 
252
- <span class="param-type">Object</span>
276
+ <span class="param-type">
277
+
278
+ Object
279
+
280
+ </span>
253
281
 
254
282
 
255
283
 
@@ -270,13 +298,17 @@
270
298
 
271
299
  <tr class="deep-level-1">
272
300
 
273
- <td class="name" id="rectangle"><code>rectangle</code></td>
301
+ <td class="name"><code>rectangle</code></td>
274
302
 
275
303
 
276
304
  <td class="type">
277
305
 
278
306
 
279
- <span class="param-type">Object</span>
307
+ <span class="param-type">
308
+
309
+ Object
310
+
311
+ </span>
280
312
 
281
313
 
282
314
 
@@ -299,13 +331,17 @@
299
331
 
300
332
  <tr class="deep-level-1">
301
333
 
302
- <td class="name" id="proxy"><code>proxy</code></td>
334
+ <td class="name"><code>proxy</code></td>
303
335
 
304
336
 
305
337
  <td class="type">
306
338
 
307
339
 
308
- <span class="param-type">String</span>
340
+ <span class="param-type">
341
+
342
+ String
343
+
344
+ </span>
309
345
 
310
346
 
311
347
 
@@ -460,7 +496,11 @@
460
496
  <code>
461
497
 
462
498
 
463
- <span class="param-type"><a link="ArcGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" 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>
464
504
 
465
505
 
466
506
 
@@ -530,13 +570,17 @@
530
570
 
531
571
  <tr class="deep-level-0">
532
572
 
533
- <td class="name" id="url"><code>url</code></td>
573
+ <td class="name"><code>url</code></td>
534
574
 
535
575
 
536
576
  <td class="type">
537
577
 
538
578
 
539
- <span class="param-type">String</span>
579
+ <span class="param-type">
580
+
581
+ String
582
+
583
+ </span>
540
584
 
541
585
 
542
586
 
@@ -555,13 +599,17 @@
555
599
 
556
600
  <tr class="deep-level-0">
557
601
 
558
- <td class="name" id="options"><code>options</code></td>
602
+ <td class="name"><code>options</code></td>
559
603
 
560
604
 
561
605
  <td class="type">
562
606
 
563
607
 
564
- <span class="param-type">Object</span>
608
+ <span class="param-type">
609
+
610
+ Object
611
+
612
+ </span>
565
613
 
566
614
 
567
615
 
@@ -648,7 +696,11 @@
648
696
  <div class='column is-5 has-text-left'>
649
697
  <label>类型: </label>
650
698
 
651
- <span class="param-type"><a link="ArcGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" 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>
652
704
 
653
705
 
654
706