@mapgis/webclient-cesium-plugin 17.2.2 → 17.2.4

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 (39) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +3 -3
  3. package/dist/es5/webclient-common.min.js +3 -3
  4. package/dist/webclient-cesium-plugin-es6.min.js +3 -3
  5. package/documention/AlgorithmLib.html +7009 -0
  6. package/documention/AngulationTool.html +1068 -0
  7. package/documention/ArcGISMapServerImageryProvider.html +46 -3
  8. package/documention/ArcGISTileServerImageryProvider.html +43 -3
  9. package/documention/ArcGISVectorTileImageryProvider.html +6 -1
  10. package/documention/CesiumTerrainProvider.html +139 -0
  11. package/documention/CuttingTool.html +2910 -0
  12. package/documention/Deferred.html +139 -0
  13. package/documention/DrawElement.html +1643 -0
  14. package/documention/DrawTool.html +1275 -0
  15. package/documention/EditTool.html +1839 -0
  16. package/documention/FloodAnalysisReflection.html +1282 -0
  17. package/documention/Graphic.html +4789 -0
  18. package/documention/GraphicsLayer.html +5071 -0
  19. package/documention/MapGISTerrainProvider.html +16 -2
  20. package/documention/MapGISTileServerImageryProvider.html +39 -2
  21. package/documention/MeasureAreaTool.html +1182 -0
  22. package/documention/MeasureLengthTool.html +2306 -0
  23. package/documention/MeasureSlopeTool.html +1141 -0
  24. package/documention/ModelEditor.html +356 -0
  25. package/documention/PostProcessStageLibrary.html +1329 -0
  26. package/documention/Promise.html +980 -0
  27. package/documention/RiverGeometry.html +2659 -0
  28. package/documention/S3MTileset.html +34 -1
  29. package/documention/SelectTool.html +784 -0
  30. package/documention/ShadowRateAnalysis.html +1827 -0
  31. package/documention/ShadowRateDrawCommand.html +917 -0
  32. package/documention/Style.html +14203 -0
  33. package/documention/Tooltip.html +877 -0
  34. package/documention/TriangulationTool.html +1721 -0
  35. package/documention/VisiblityAnalysis.html +1998 -0
  36. package/documention/WaterReflection.html +1476 -0
  37. package/documention/WebMapServiceImageryProvider.html +45 -3
  38. package/documention/WebMapTileServiceImageryProvider.html +45 -3
  39. package/package.json +1 -1
@@ -0,0 +1,877 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">Tooltip</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="Tooltip">
26
+ <a class="href-link" href="#Tooltip">#</a>
27
+
28
+ <span class="code-name" id="Tooltip" style="font-size:30px">
29
+
30
+ new Tooltip<span class="signature">(div, options)</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+ <div class="description">
38
+ <p>气泡提示(一般用于跟随鼠标的提示气泡)</p>
39
+ </div>
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <h4>参数</h4>
51
+
52
+ <div class="table-container">
53
+ <table class="params table">
54
+ <thead>
55
+ <tr>
56
+
57
+ <th>名称</th>
58
+
59
+
60
+ <th>类型</th>
61
+
62
+
63
+
64
+ <th class="last">描述</th>
65
+ </tr>
66
+ </thead>
67
+
68
+ <tbody>
69
+
70
+
71
+
72
+ <tr class="deep-level-0">
73
+
74
+ <td class="name"><code>div</code></td>
75
+
76
+
77
+ <td class="type">
78
+
79
+
80
+ <span class="param-type">
81
+
82
+ Element
83
+
84
+ </span>
85
+
86
+
87
+
88
+
89
+ </td>
90
+
91
+
92
+
93
+ <td class="description last"><p>HTML elements 一般传Viewer.container</p></td>
94
+ </tr>
95
+
96
+
97
+
98
+
99
+
100
+
101
+ <tr class="deep-level-0">
102
+
103
+ <td class="name"><code>options</code></td>
104
+
105
+
106
+ <td class="type">
107
+
108
+
109
+ <span class="param-type">
110
+
111
+ Object
112
+
113
+ </span>
114
+
115
+
116
+
117
+
118
+ </td>
119
+
120
+
121
+
122
+ <td class="description last"></td>
123
+ </tr>
124
+
125
+
126
+
127
+
128
+ <tr class="deep-level-1">
129
+
130
+ <td class="name"><code>toolTipDom</code></td>
131
+
132
+
133
+ <td class="type">
134
+
135
+
136
+ <span class="param-type">
137
+
138
+ Object
139
+
140
+ </span>
141
+
142
+
143
+
144
+
145
+ </td>
146
+
147
+
148
+
149
+ <td class="description last"><p>重写整个提示框dom对象</p></td>
150
+ </tr>
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+ </tbody>
159
+ </table>
160
+ </div>
161
+
162
+
163
+
164
+
165
+
166
+
167
+ <dl class="details">
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+ <dt class="tag-author">作者:</dt>
187
+ <dd class="tag-author">
188
+ <ul>
189
+ <li>韩彦生</li>
190
+ </ul>
191
+ </dd>
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+ </dl>
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+
236
+ </div>
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+ <div class='vertical-section'>
254
+ <h3 id='function'>方法</h3>
255
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
256
+ <div class="members">
257
+ <div class="table-container">
258
+ <table class="params table">
259
+ <thead>
260
+ <tr>
261
+ <th>名称</th>
262
+ <th>返回值类型</th>
263
+ <th>描述</th>
264
+ </tr>
265
+ </thead>
266
+ <tbody>
267
+
268
+ <tr class="deep-level-0">
269
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
270
+ <td class="name">
271
+ <code>
272
+
273
+ </code>
274
+ </td>
275
+ <td class="name"><code><p>销毁创建的对象</p></code></td>
276
+ </tr>
277
+
278
+ <tr class="deep-level-0">
279
+ <td class="name"><code><a href="#setVisible">setVisible</a></code></td>
280
+ <td class="name">
281
+ <code>
282
+
283
+ </code>
284
+ </td>
285
+ <td class="name"><code><p>设置可见</p></code></td>
286
+ </tr>
287
+
288
+ <tr class="deep-level-0">
289
+ <td class="name"><code><a href="#showAt">showAt</a></code></td>
290
+ <td class="name">
291
+ <code>
292
+
293
+ </code>
294
+ </td>
295
+ <td class="name"><code><p>在指定点显示</p></code></td>
296
+ </tr>
297
+
298
+ <tr class="deep-level-0">
299
+ <td class="name"><code><a href="#updatePosition">updatePosition</a></code></td>
300
+ <td class="name">
301
+ <code>
302
+
303
+ </code>
304
+ </td>
305
+ <td class="name"><code><p>更新气泡的位置</p></code></td>
306
+ </tr>
307
+
308
+ </tbody>
309
+ </table>
310
+ </div>
311
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
312
+
313
+ <div class="member">
314
+
315
+
316
+
317
+ <h4 class="name" id="destroy">
318
+ <a class="href-link" href="#destroy">#</a>
319
+
320
+ <span class="code-name" id="destroy" style="font-size:30px">
321
+
322
+ destroy<span class="signature">()</span>
323
+
324
+ </span>
325
+ </h4>
326
+
327
+
328
+
329
+ <div class="description">
330
+ <p>销毁创建的对象</p>
331
+ </div>
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+ <dl class="details">
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+ </dl>
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+ </div>
403
+
404
+ <div class="member">
405
+
406
+
407
+
408
+ <h4 class="name" id="setVisible">
409
+ <a class="href-link" href="#setVisible">#</a>
410
+
411
+ <span class="code-name" id="setVisible" style="font-size:30px">
412
+
413
+ setVisible<span class="signature">(visible)</span>
414
+
415
+ </span>
416
+ </h4>
417
+
418
+
419
+
420
+ <div class="description">
421
+ <p>设置可见</p>
422
+ </div>
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+ <h4>参数</h4>
434
+
435
+ <div class="table-container">
436
+ <table class="params table">
437
+ <thead>
438
+ <tr>
439
+
440
+ <th>名称</th>
441
+
442
+
443
+ <th>类型</th>
444
+
445
+
446
+
447
+ <th class="last">描述</th>
448
+ </tr>
449
+ </thead>
450
+
451
+ <tbody>
452
+
453
+
454
+
455
+ <tr class="deep-level-0">
456
+
457
+ <td class="name"><code>visible</code></td>
458
+
459
+
460
+ <td class="type">
461
+
462
+
463
+ <span class="param-type">
464
+
465
+ Boolean
466
+
467
+ </span>
468
+
469
+
470
+
471
+
472
+ </td>
473
+
474
+
475
+
476
+ <td class="description last"><p>是否可见</p></td>
477
+ </tr>
478
+
479
+
480
+
481
+
482
+ </tbody>
483
+ </table>
484
+ </div>
485
+
486
+
487
+
488
+
489
+
490
+
491
+ <dl class="details">
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+ </dl>
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+ </div>
548
+
549
+ <div class="member">
550
+
551
+
552
+
553
+ <h4 class="name" id="showAt">
554
+ <a class="href-link" href="#showAt">#</a>
555
+
556
+ <span class="code-name" id="showAt" style="font-size:30px">
557
+
558
+ showAt<span class="signature">(position, message)</span>
559
+
560
+ </span>
561
+ </h4>
562
+
563
+
564
+
565
+ <div class="description">
566
+ <p>在指定点显示</p>
567
+ </div>
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+ <h4>参数</h4>
579
+
580
+ <div class="table-container">
581
+ <table class="params table">
582
+ <thead>
583
+ <tr>
584
+
585
+ <th>名称</th>
586
+
587
+
588
+ <th>类型</th>
589
+
590
+
591
+
592
+ <th class="last">描述</th>
593
+ </tr>
594
+ </thead>
595
+
596
+ <tbody>
597
+
598
+
599
+
600
+ <tr class="deep-level-0">
601
+
602
+ <td class="name"><code>position</code></td>
603
+
604
+
605
+ <td class="type">
606
+
607
+
608
+ <span class="param-type">
609
+
610
+ Cartesian2
611
+
612
+ </span>
613
+
614
+
615
+
616
+
617
+ </td>
618
+
619
+
620
+
621
+ <td class="description last"><p>气泡显示位置(屏幕坐标)</p></td>
622
+ </tr>
623
+
624
+
625
+
626
+
627
+
628
+
629
+ <tr class="deep-level-0">
630
+
631
+ <td class="name"><code>message</code></td>
632
+
633
+
634
+ <td class="type">
635
+
636
+
637
+ <span class="param-type">
638
+
639
+ String
640
+
641
+ </span>
642
+
643
+
644
+
645
+
646
+ </td>
647
+
648
+
649
+
650
+ <td class="description last"><p>气泡中要提示的信息</p></td>
651
+ </tr>
652
+
653
+
654
+
655
+
656
+ </tbody>
657
+ </table>
658
+ </div>
659
+
660
+
661
+
662
+
663
+
664
+
665
+ <dl class="details">
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+ </dl>
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+ </div>
722
+
723
+ <div class="member">
724
+
725
+
726
+
727
+ <h4 class="name" id="updatePosition">
728
+ <a class="href-link" href="#updatePosition">#</a>
729
+
730
+ <span class="code-name" id="updatePosition" style="font-size:30px">
731
+
732
+ updatePosition<span class="signature">(position)</span>
733
+
734
+ </span>
735
+ </h4>
736
+
737
+
738
+
739
+ <div class="description">
740
+ <p>更新气泡的位置</p>
741
+ </div>
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+ <h4>参数</h4>
753
+
754
+ <div class="table-container">
755
+ <table class="params table">
756
+ <thead>
757
+ <tr>
758
+
759
+ <th>名称</th>
760
+
761
+
762
+ <th>类型</th>
763
+
764
+
765
+
766
+ <th class="last">描述</th>
767
+ </tr>
768
+ </thead>
769
+
770
+ <tbody>
771
+
772
+
773
+
774
+ <tr class="deep-level-0">
775
+
776
+ <td class="name"><code>position</code></td>
777
+
778
+
779
+ <td class="type">
780
+
781
+
782
+ <span class="param-type">
783
+
784
+ Cartesian2
785
+
786
+ </span>
787
+
788
+
789
+
790
+
791
+ </td>
792
+
793
+
794
+
795
+ <td class="description last"><p>气泡显示位置(屏幕坐标)</p></td>
796
+ </tr>
797
+
798
+
799
+
800
+
801
+ </tbody>
802
+ </table>
803
+ </div>
804
+
805
+
806
+
807
+
808
+
809
+
810
+ <dl class="details">
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+ </dl>
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+ </div>
867
+
868
+ </div>
869
+ </div>
870
+
871
+
872
+
873
+
874
+
875
+ </article>
876
+
877
+ </section>