@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,917 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">ShadowRateDrawCommand</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="ShadowRateDrawCommand">
26
+ <a class="href-link" href="#ShadowRateDrawCommand">#</a>
27
+
28
+ <span class="code-name" id="ShadowRateDrawCommand" style="font-size:30px">
29
+
30
+ new ShadowRateDrawCommand<span class="signature">(scene, positions)</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <h4>参数</h4>
47
+
48
+ <div class="table-container">
49
+ <table class="params table">
50
+ <thead>
51
+ <tr>
52
+
53
+ <th>名称</th>
54
+
55
+
56
+ <th>类型</th>
57
+
58
+
59
+
60
+ <th class="last">描述</th>
61
+ </tr>
62
+ </thead>
63
+
64
+ <tbody>
65
+
66
+
67
+
68
+ <tr class="deep-level-0">
69
+
70
+ <td class="name"><code>scene</code></td>
71
+
72
+
73
+ <td class="type">
74
+
75
+
76
+ <span class="param-type">
77
+
78
+ Scene
79
+
80
+ </span>
81
+
82
+
83
+
84
+
85
+ </td>
86
+
87
+
88
+
89
+ <td class="description last"></td>
90
+ </tr>
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <tr class="deep-level-0">
98
+
99
+ <td class="name"><code>positions</code></td>
100
+
101
+
102
+ <td class="type">
103
+
104
+
105
+ <span class="param-type">
106
+
107
+ Cesium.Cartesian3
108
+
109
+ </span>
110
+
111
+
112
+
113
+
114
+ </td>
115
+
116
+
117
+
118
+ <td class="description last"><p>需要分析的顶点</p></td>
119
+ </tr>
120
+
121
+
122
+
123
+
124
+ </tbody>
125
+ </table>
126
+ </div>
127
+
128
+
129
+
130
+
131
+
132
+
133
+ <dl class="details">
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+ </dl>
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+
195
+ </div>
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+ <div class='vertical-section'>
211
+ <h3 id='member'>成员变量</h3>
212
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
213
+ <div class="table-container">
214
+ <table class="params table">
215
+ <thead>
216
+ <tr>
217
+ <th>名称</th>
218
+ <th>类型</th>
219
+ <th>描述</th>
220
+ </tr>
221
+ </thead>
222
+ <tbody>
223
+
224
+ <tr class="deep-level-0">
225
+ <td class="name"><code><a href="#event">event</a></code></td>
226
+ <td class="name">
227
+ <code>
228
+
229
+ <span class="param-type">
230
+
231
+ Boolean
232
+
233
+ </span>
234
+
235
+
236
+
237
+ </code>
238
+ </td>
239
+ <td class="name"><code><p>事件</p></code></td>
240
+ </tr>
241
+
242
+ </tbody>
243
+ </table>
244
+ </div>
245
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
246
+ <div class="members">
247
+
248
+ <div class="member">
249
+
250
+ <span class="method-parameter is-pulled-right">
251
+ <label>类型:</label>
252
+
253
+ <span class="param-type">
254
+
255
+ Boolean
256
+
257
+ </span>
258
+
259
+
260
+
261
+ </span>
262
+
263
+ <h4 class="name" id="event">
264
+ <a class="href-link" href="#event">#</a>
265
+
266
+ <span class="code-name">
267
+ event
268
+ </span>
269
+
270
+ </h4>
271
+
272
+
273
+
274
+
275
+ <div class="description">
276
+ <p>事件</p>
277
+ </div>
278
+
279
+
280
+
281
+
282
+
283
+ <dl class="details">
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+ </dl>
316
+
317
+
318
+
319
+
320
+
321
+ </div>
322
+
323
+ </div>
324
+ </div>
325
+
326
+
327
+
328
+ <div class='vertical-section'>
329
+ <h3 id='function'>方法</h3>
330
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
331
+ <div class="members">
332
+ <div class="table-container">
333
+ <table class="params table">
334
+ <thead>
335
+ <tr>
336
+ <th>名称</th>
337
+ <th>返回值类型</th>
338
+ <th>描述</th>
339
+ </tr>
340
+ </thead>
341
+ <tbody>
342
+
343
+ <tr class="deep-level-0">
344
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
345
+ <td class="name">
346
+ <code>
347
+
348
+
349
+ <span class="param-type">
350
+
351
+ *
352
+
353
+ </span>
354
+
355
+
356
+
357
+
358
+ </code>
359
+ </td>
360
+ <td class="name"><code></code></td>
361
+ </tr>
362
+
363
+ <tr class="deep-level-0">
364
+ <td class="name"><code><a href="#isDestroyed">isDestroyed</a></code></td>
365
+ <td class="name">
366
+ <code>
367
+
368
+
369
+ <span class="param-type">
370
+
371
+ *
372
+
373
+ </span>
374
+
375
+
376
+
377
+
378
+ </code>
379
+ </td>
380
+ <td class="name"><code></code></td>
381
+ </tr>
382
+
383
+ <tr class="deep-level-0">
384
+ <td class="name"><code><a href="#start">start</a></code></td>
385
+ <td class="name">
386
+ <code>
387
+
388
+ </code>
389
+ </td>
390
+ <td class="name"><code><p>开始分析,获取当前状态下的阴影率</p></code></td>
391
+ </tr>
392
+
393
+ <tr class="deep-level-0">
394
+ <td class="name"><code><a href="#update">update</a></code></td>
395
+ <td class="name">
396
+ <code>
397
+
398
+
399
+ <span class="param-type">
400
+
401
+ *
402
+
403
+ </span>
404
+
405
+
406
+
407
+
408
+ </code>
409
+ </td>
410
+ <td class="name"><code></code></td>
411
+ </tr>
412
+
413
+ </tbody>
414
+ </table>
415
+ </div>
416
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
417
+
418
+ <div class="member">
419
+
420
+
421
+
422
+ <h4 class="name" id="destroy">
423
+ <a class="href-link" href="#destroy">#</a>
424
+
425
+ <span class="code-name" id="destroy" style="font-size:30px">
426
+
427
+ destroy<span class="signature">()</span>
428
+
429
+ </span>
430
+ </h4>
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+ <dl class="details">
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+ </dl>
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+ <div class='columns method-parameter'>
499
+ <div class="column is-2"><label>返回值</label></div>
500
+ <div class="column is-10">
501
+
502
+
503
+
504
+ <div class="columns">
505
+
506
+
507
+ <div class='column is-5 has-text-left'>
508
+ <label>类型: </label>
509
+
510
+ <span class="param-type">
511
+
512
+ *
513
+
514
+ </span>
515
+
516
+
517
+
518
+ </div>
519
+
520
+ </div>
521
+
522
+
523
+ </div>
524
+ </div>
525
+
526
+
527
+
528
+
529
+
530
+
531
+ </div>
532
+
533
+ <div class="member">
534
+
535
+
536
+
537
+ <h4 class="name" id="isDestroyed">
538
+ <a class="href-link" href="#isDestroyed">#</a>
539
+
540
+ <span class="code-name" id="isDestroyed" style="font-size:30px">
541
+
542
+ isDestroyed<span class="signature">()</span>
543
+
544
+ </span>
545
+ </h4>
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+ <dl class="details">
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+ </dl>
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+ <div class='columns method-parameter'>
614
+ <div class="column is-2"><label>返回值</label></div>
615
+ <div class="column is-10">
616
+
617
+
618
+
619
+ <div class="columns">
620
+
621
+
622
+ <div class='column is-5 has-text-left'>
623
+ <label>类型: </label>
624
+
625
+ <span class="param-type">
626
+
627
+ *
628
+
629
+ </span>
630
+
631
+
632
+
633
+ </div>
634
+
635
+ </div>
636
+
637
+
638
+ </div>
639
+ </div>
640
+
641
+
642
+
643
+
644
+
645
+
646
+ </div>
647
+
648
+ <div class="member">
649
+
650
+
651
+
652
+ <h4 class="name" id="start">
653
+ <a class="href-link" href="#start">#</a>
654
+
655
+ <span class="code-name" id="start" style="font-size:30px">
656
+
657
+ start<span class="signature">()</span>
658
+
659
+ </span>
660
+ </h4>
661
+
662
+
663
+
664
+ <div class="description">
665
+ <p>开始分析,获取当前状态下的阴影率</p>
666
+ </div>
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+ <dl class="details">
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+ </dl>
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+ </div>
738
+
739
+ <div class="member">
740
+
741
+
742
+
743
+ <h4 class="name" id="update">
744
+ <a class="href-link" href="#update">#</a>
745
+
746
+ <span class="code-name" id="update" style="font-size:30px">
747
+
748
+ update<span class="signature">(frameState)</span>
749
+
750
+ </span>
751
+ </h4>
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+ <h4>参数</h4>
765
+
766
+ <div class="table-container">
767
+ <table class="params table">
768
+ <thead>
769
+ <tr>
770
+
771
+ <th>名称</th>
772
+
773
+
774
+ <th>类型</th>
775
+
776
+
777
+
778
+ <th class="last">描述</th>
779
+ </tr>
780
+ </thead>
781
+
782
+ <tbody>
783
+
784
+
785
+
786
+ <tr class="deep-level-0">
787
+
788
+ <td class="name"><code>frameState</code></td>
789
+
790
+
791
+ <td class="type">
792
+
793
+
794
+ <span class="param-type">
795
+
796
+ *
797
+
798
+ </span>
799
+
800
+
801
+
802
+
803
+ </td>
804
+
805
+
806
+
807
+ <td class="description last"></td>
808
+ </tr>
809
+
810
+
811
+
812
+
813
+ </tbody>
814
+ </table>
815
+ </div>
816
+
817
+
818
+
819
+
820
+
821
+
822
+ <dl class="details">
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+ </dl>
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+ <div class='columns method-parameter'>
874
+ <div class="column is-2"><label>返回值</label></div>
875
+ <div class="column is-10">
876
+
877
+
878
+
879
+ <div class="columns">
880
+
881
+
882
+ <div class='column is-5 has-text-left'>
883
+ <label>类型: </label>
884
+
885
+ <span class="param-type">
886
+
887
+ *
888
+
889
+ </span>
890
+
891
+
892
+
893
+ </div>
894
+
895
+ </div>
896
+
897
+
898
+ </div>
899
+ </div>
900
+
901
+
902
+
903
+
904
+
905
+
906
+ </div>
907
+
908
+ </div>
909
+ </div>
910
+
911
+
912
+
913
+
914
+
915
+ </article>
916
+
917
+ </section>