@mapgis/webclient-leaflet-plugin 17.2.0 → 17.2.1

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 (36) hide show
  1. package/README.md +12 -2
  2. package/dist/es5/webclient-common.min.js +5 -5
  3. package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
  4. package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
  5. package/documention/ArcGISMapImageLayer.html +820 -0
  6. package/documention/ArcGISTileLayer.html +498 -0
  7. package/documention/EchartsLayer.html +261 -0
  8. package/documention/FeatureLayer.html +212 -0
  9. package/documention/FeatureLayerUtil.html +288 -0
  10. package/documention/IGSMapImageLayer.html +948 -0
  11. package/documention/IGSTileLayer.html +562 -0
  12. package/documention/MapLayer.html +330 -0
  13. package/documention/MapVLayer.html +320 -0
  14. package/documention/MapViewLeaflet.html +7 -7
  15. package/documention/Popup.html +4 -2
  16. package/documention/Screenshot.html +5 -3
  17. package/documention/SketchEditorLeaflet.html +76 -46
  18. package/documention/TileLayer.html +279 -0
  19. package/documention/TileLayerWMS.html +222 -0
  20. package/documention/VectorTileLayer.html +529 -0
  21. package/documention/WMSLayerView.html +689 -0
  22. package/documention/WebMapServiceLayer.html +723 -0
  23. package/documention/WebMapTileServiceLayer.html +754 -0
  24. package/documention/WebTileLayer.html +663 -0
  25. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +22 -22
  26. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +30 -30
  27. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +34 -34
  28. package/documention/Zondy.ThemeLayer.ThemeLayer.html +3 -3
  29. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +34 -34
  30. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +47 -47
  31. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +33 -33
  32. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +30 -30
  33. package/documention/Zondy.Widget.html +5 -5
  34. package/documention/global.html +454 -0
  35. package/documention/index.html +3 -3
  36. package/package.json +3 -2
@@ -0,0 +1,689 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">WMSLayerView</span>
5
+
6
+ </header>
7
+
8
+
9
+
10
+
11
+
12
+ <section>
13
+
14
+ <article>
15
+ <div class="container-overview">
16
+
17
+
18
+ <div class='vertical-section'>
19
+ <div class="members">
20
+ <div class="member">
21
+
22
+
23
+
24
+
25
+ <h4 class="name" id="WMSLayerView">
26
+ <a class="href-link" href="#WMSLayerView">#</a>
27
+
28
+ <span class="code-name" id="WMSLayerView" style="font-size:30px">
29
+
30
+ new WMSLayerView<span class="signature">()</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <dl class="details">
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+ </dl>
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+ </div>
108
+ </div>
109
+ </div>
110
+
111
+
112
+ </div>
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ <div class='vertical-section'>
130
+ <h3 id='function'>方法</h3>
131
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
132
+ <div class="members">
133
+ <div class="table-container">
134
+ <table class="params table">
135
+ <thead>
136
+ <tr>
137
+ <th>名称</th>
138
+ <th>返回值类型</th>
139
+ <th>描述</th>
140
+ </tr>
141
+ </thead>
142
+ <tbody>
143
+
144
+ <tr class="deep-level-0">
145
+ <td class="name"><code><a href="#onAdd">onAdd</a></code></td>
146
+ <td class="name">
147
+ <code>
148
+
149
+
150
+ <span class="param-type">
151
+
152
+ Promise.&lt;LayerView>
153
+
154
+ </span>
155
+
156
+
157
+
158
+
159
+ </code>
160
+ </td>
161
+ <td class="name"><code><p>添加图层视图</p></code></td>
162
+ </tr>
163
+
164
+ <tr class="deep-level-0">
165
+ <td class="name"><code><a href="#onRemove">onRemove</a></code></td>
166
+ <td class="name">
167
+ <code>
168
+
169
+
170
+ <span class="param-type">
171
+
172
+ Promise.&lt;LayerView>
173
+
174
+ </span>
175
+
176
+
177
+
178
+
179
+ </code>
180
+ </td>
181
+ <td class="name"><code><p>移除图层视图</p></code></td>
182
+ </tr>
183
+
184
+ <tr class="deep-level-0">
185
+ <td class="name"><code><a href="#onUpdate">onUpdate</a></code></td>
186
+ <td class="name">
187
+ <code>
188
+
189
+
190
+ <span class="param-type">
191
+
192
+ Promise.&lt;LayerView>
193
+
194
+ </span>
195
+
196
+
197
+
198
+
199
+ </code>
200
+ </td>
201
+ <td class="name"><code><p>更新图层视图</p></code></td>
202
+ </tr>
203
+
204
+ </tbody>
205
+ </table>
206
+ </div>
207
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
208
+
209
+ <div class="member">
210
+
211
+
212
+
213
+ <h4 class="name" id="onAdd">
214
+ <a class="href-link" href="#onAdd">#</a>
215
+
216
+ <span class="code-name" id="onAdd" style="font-size:30px">
217
+
218
+ onAdd<span class="signature">()</span>
219
+
220
+ </span>
221
+ </h4>
222
+
223
+
224
+
225
+ <div class="description">
226
+ <p>添加图层视图</p>
227
+ </div>
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+ <dl class="details">
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+ </dl>
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+ <div class='columns method-parameter'>
294
+ <div class="column is-2"><label>返回值</label></div>
295
+ <div class="column is-10">
296
+
297
+
298
+
299
+ <div class="columns">
300
+
301
+ <div class='param-desc column is-7'><p>图层视图</p></div>
302
+
303
+
304
+ <div class='column is-5 has-text-left'>
305
+ <label>类型: </label>
306
+
307
+ <span class="param-type">
308
+
309
+ Promise.&lt;LayerView>
310
+
311
+ </span>
312
+
313
+
314
+
315
+ </div>
316
+
317
+ </div>
318
+
319
+
320
+ </div>
321
+ </div>
322
+
323
+
324
+
325
+
326
+
327
+
328
+ </div>
329
+
330
+ <div class="member">
331
+
332
+
333
+
334
+ <h4 class="name" id="onRemove">
335
+ <a class="href-link" href="#onRemove">#</a>
336
+
337
+ <span class="code-name" id="onRemove" style="font-size:30px">
338
+
339
+ onRemove<span class="signature">(图层事件)</span>
340
+
341
+ </span>
342
+ </h4>
343
+
344
+
345
+
346
+ <div class="description">
347
+ <p>移除图层视图</p>
348
+ </div>
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+ <h4>参数</h4>
360
+
361
+ <div class="table-container">
362
+ <table class="params table">
363
+ <thead>
364
+ <tr>
365
+
366
+ <th>名称</th>
367
+
368
+
369
+ <th>类型</th>
370
+
371
+
372
+
373
+ <th class="last">描述</th>
374
+ </tr>
375
+ </thead>
376
+
377
+ <tbody>
378
+
379
+
380
+
381
+ <tr class="deep-level-0">
382
+
383
+ <td class="name"><code>图层事件</code></td>
384
+
385
+
386
+ <td class="type">
387
+
388
+
389
+ <span class="param-type">
390
+
391
+ LayerEvent
392
+
393
+ </span>
394
+
395
+
396
+
397
+
398
+ </td>
399
+
400
+
401
+
402
+ <td class="description last"></td>
403
+ </tr>
404
+
405
+
406
+
407
+
408
+ </tbody>
409
+ </table>
410
+ </div>
411
+
412
+
413
+
414
+
415
+
416
+
417
+ <dl class="details">
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+ </dl>
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+ <div class='columns method-parameter'>
469
+ <div class="column is-2"><label>返回值</label></div>
470
+ <div class="column is-10">
471
+
472
+
473
+
474
+ <div class="columns">
475
+
476
+ <div class='param-desc column is-7'><p>图层视图</p></div>
477
+
478
+
479
+ <div class='column is-5 has-text-left'>
480
+ <label>类型: </label>
481
+
482
+ <span class="param-type">
483
+
484
+ Promise.&lt;LayerView>
485
+
486
+ </span>
487
+
488
+
489
+
490
+ </div>
491
+
492
+ </div>
493
+
494
+
495
+ </div>
496
+ </div>
497
+
498
+
499
+
500
+
501
+
502
+
503
+ </div>
504
+
505
+ <div class="member">
506
+
507
+
508
+
509
+ <h4 class="name" id="onUpdate">
510
+ <a class="href-link" href="#onUpdate">#</a>
511
+
512
+ <span class="code-name" id="onUpdate" style="font-size:30px">
513
+
514
+ onUpdate<span class="signature">(图层事件)</span>
515
+
516
+ </span>
517
+ </h4>
518
+
519
+
520
+
521
+ <div class="description">
522
+ <p>更新图层视图</p>
523
+ </div>
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <h4>参数</h4>
535
+
536
+ <div class="table-container">
537
+ <table class="params table">
538
+ <thead>
539
+ <tr>
540
+
541
+ <th>名称</th>
542
+
543
+
544
+ <th>类型</th>
545
+
546
+
547
+
548
+ <th class="last">描述</th>
549
+ </tr>
550
+ </thead>
551
+
552
+ <tbody>
553
+
554
+
555
+
556
+ <tr class="deep-level-0">
557
+
558
+ <td class="name"><code>图层事件</code></td>
559
+
560
+
561
+ <td class="type">
562
+
563
+
564
+ <span class="param-type">
565
+
566
+ LayerViewUpdateEvent
567
+
568
+ </span>
569
+
570
+
571
+
572
+
573
+ </td>
574
+
575
+
576
+
577
+ <td class="description last"></td>
578
+ </tr>
579
+
580
+
581
+
582
+
583
+ </tbody>
584
+ </table>
585
+ </div>
586
+
587
+
588
+
589
+
590
+
591
+
592
+ <dl class="details">
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+ </dl>
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+ <div class='columns method-parameter'>
644
+ <div class="column is-2"><label>返回值</label></div>
645
+ <div class="column is-10">
646
+
647
+
648
+
649
+ <div class="columns">
650
+
651
+ <div class='param-desc column is-7'><p>图层视图</p></div>
652
+
653
+
654
+ <div class='column is-5 has-text-left'>
655
+ <label>类型: </label>
656
+
657
+ <span class="param-type">
658
+
659
+ Promise.&lt;LayerView>
660
+
661
+ </span>
662
+
663
+
664
+
665
+ </div>
666
+
667
+ </div>
668
+
669
+
670
+ </div>
671
+ </div>
672
+
673
+
674
+
675
+
676
+
677
+
678
+ </div>
679
+
680
+ </div>
681
+ </div>
682
+
683
+
684
+
685
+
686
+
687
+ </article>
688
+
689
+ </section>