@mapgis/webclient-cesium-plugin 17.2.0 → 17.2.2

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.
@@ -0,0 +1,1131 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">ISSceneLayerUtil</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="ISSceneLayerUtil">
26
+ <a class="href-link" href="#ISSceneLayerUtil">#</a>
27
+
28
+ <span class="code-name" id="ISSceneLayerUtil" style="font-size:30px">
29
+
30
+ new ISSceneLayerUtil<span class="signature">()</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+ <div class="description">
38
+ <p>IS场景图层的工具类</p>
39
+ </div>
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+ <dl class="details">
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
+
83
+
84
+
85
+
86
+ </dl>
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+ </div>
112
+ </div>
113
+ </div>
114
+
115
+
116
+ </div>
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+ <div class='vertical-section'>
134
+ <h3 id='function'>方法</h3>
135
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
136
+ <div class="members">
137
+ <div class="table-container">
138
+ <table class="params table">
139
+ <thead>
140
+ <tr>
141
+ <th>名称</th>
142
+ <th>返回值类型</th>
143
+ <th>描述</th>
144
+ </tr>
145
+ </thead>
146
+ <tbody>
147
+
148
+ <tr class="deep-level-0">
149
+ <td class="name"><code><a href="#addSceneLayer">addSceneLayer</a></code></td>
150
+ <td class="name">
151
+ <code>
152
+
153
+ </code>
154
+ </td>
155
+ <td class="name"><code><p>添加场景图层</p></code></td>
156
+ </tr>
157
+
158
+ <tr class="deep-level-0">
159
+ <td class="name"><code><a href="#removeLayer">removeLayer</a></code></td>
160
+ <td class="name">
161
+ <code>
162
+
163
+ </code>
164
+ </td>
165
+ <td class="name"><code><p>移除图层</p></code></td>
166
+ </tr>
167
+
168
+ <tr class="deep-level-0">
169
+ <td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
170
+ <td class="name">
171
+ <code>
172
+
173
+ </code>
174
+ </td>
175
+ <td class="name"><code><p>设置图层透明度</p></code></td>
176
+ </tr>
177
+
178
+ <tr class="deep-level-0">
179
+ <td class="name"><code><a href="#setSubLayerOpacity">setSubLayerOpacity</a></code></td>
180
+ <td class="name">
181
+ <code>
182
+
183
+ </code>
184
+ </td>
185
+ <td class="name"><code><p>设置子图层透明度</p></code></td>
186
+ </tr>
187
+
188
+ <tr class="deep-level-0">
189
+ <td class="name"><code><a href="#setVisible">setVisible</a></code></td>
190
+ <td class="name">
191
+ <code>
192
+
193
+ </code>
194
+ </td>
195
+ <td class="name"><code><p>设置图层显隐,受最大最小比例尺影响,会在内部进行判断</p></code></td>
196
+ </tr>
197
+
198
+ </tbody>
199
+ </table>
200
+ </div>
201
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
202
+
203
+ <div class="member">
204
+
205
+
206
+
207
+ <h4 class="name" id=".addSceneLayer">
208
+ <a class="href-link" href="#.addSceneLayer">#</a>
209
+
210
+
211
+ <span class='tag'>static</span>
212
+
213
+
214
+ <span class="code-name" id="addSceneLayer" style="font-size:30px">
215
+
216
+ addSceneLayer<span class="signature">(layerView, callback, errorCallback)</span>
217
+
218
+ </span>
219
+ </h4>
220
+
221
+
222
+
223
+ <div class="description">
224
+ <p>添加场景图层</p>
225
+ </div>
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+ <h4>参数</h4>
237
+
238
+ <div class="table-container">
239
+ <table class="params table">
240
+ <thead>
241
+ <tr>
242
+
243
+ <th>名称</th>
244
+
245
+
246
+ <th>类型</th>
247
+
248
+
249
+
250
+ <th class="last">描述</th>
251
+ </tr>
252
+ </thead>
253
+
254
+ <tbody>
255
+
256
+
257
+
258
+ <tr class="deep-level-0">
259
+
260
+ <td class="name"><code>layerView</code></td>
261
+
262
+
263
+ <td class="type">
264
+
265
+
266
+ <span class="param-type">
267
+
268
+ LayerView
269
+
270
+ </span>
271
+
272
+
273
+
274
+
275
+ </td>
276
+
277
+
278
+
279
+ <td class="description last"><p>图层视图对象</p></td>
280
+ </tr>
281
+
282
+
283
+
284
+
285
+
286
+
287
+ <tr class="deep-level-0">
288
+
289
+ <td class="name"><code>callback</code></td>
290
+
291
+
292
+ <td class="type">
293
+
294
+
295
+ <span class="param-type">
296
+
297
+ function
298
+
299
+ </span>
300
+
301
+
302
+
303
+
304
+ </td>
305
+
306
+
307
+
308
+ <td class="description last"><p>所有子图层加载完毕后的回调函数</p></td>
309
+ </tr>
310
+
311
+
312
+
313
+
314
+
315
+
316
+ <tr class="deep-level-0">
317
+
318
+ <td class="name"><code>errorCallback</code></td>
319
+
320
+
321
+ <td class="type">
322
+
323
+
324
+ <span class="param-type">
325
+
326
+ function
327
+
328
+ </span>
329
+
330
+
331
+
332
+
333
+ </td>
334
+
335
+
336
+
337
+ <td class="description last"><p>加载失败的回调函数</p></td>
338
+ </tr>
339
+
340
+
341
+
342
+
343
+ </tbody>
344
+ </table>
345
+ </div>
346
+
347
+
348
+
349
+
350
+
351
+
352
+ <dl class="details">
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
+
379
+
380
+
381
+
382
+
383
+
384
+ </dl>
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+ </div>
409
+
410
+ <div class="member">
411
+
412
+
413
+
414
+ <h4 class="name" id=".removeLayer">
415
+ <a class="href-link" href="#.removeLayer">#</a>
416
+
417
+
418
+ <span class='tag'>static</span>
419
+
420
+
421
+ <span class="code-name" id="removeLayer" style="font-size:30px">
422
+
423
+ removeLayer<span class="signature">(layerView)</span>
424
+
425
+ </span>
426
+ </h4>
427
+
428
+
429
+
430
+ <div class="description">
431
+ <p>移除图层</p>
432
+ </div>
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+ <h4>参数</h4>
444
+
445
+ <div class="table-container">
446
+ <table class="params table">
447
+ <thead>
448
+ <tr>
449
+
450
+ <th>名称</th>
451
+
452
+
453
+ <th>类型</th>
454
+
455
+
456
+
457
+ <th class="last">描述</th>
458
+ </tr>
459
+ </thead>
460
+
461
+ <tbody>
462
+
463
+
464
+
465
+ <tr class="deep-level-0">
466
+
467
+ <td class="name"><code>layerView</code></td>
468
+
469
+
470
+ <td class="type">
471
+
472
+
473
+ <span class="param-type">
474
+
475
+ LayerView
476
+
477
+ </span>
478
+
479
+
480
+
481
+
482
+ </td>
483
+
484
+
485
+
486
+ <td class="description last"><p>图层视图对象</p></td>
487
+ </tr>
488
+
489
+
490
+
491
+
492
+ </tbody>
493
+ </table>
494
+ </div>
495
+
496
+
497
+
498
+
499
+
500
+
501
+ <dl class="details">
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+ </dl>
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+ </div>
558
+
559
+ <div class="member">
560
+
561
+
562
+
563
+ <h4 class="name" id=".setOpacity">
564
+ <a class="href-link" href="#.setOpacity">#</a>
565
+
566
+
567
+ <span class='tag'>static</span>
568
+
569
+
570
+ <span class="code-name" id="setOpacity" style="font-size:30px">
571
+
572
+ setOpacity<span class="signature">(opacity, layerView)</span>
573
+
574
+ </span>
575
+ </h4>
576
+
577
+
578
+
579
+ <div class="description">
580
+ <p>设置图层透明度</p>
581
+ </div>
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+ <h4>参数</h4>
593
+
594
+ <div class="table-container">
595
+ <table class="params table">
596
+ <thead>
597
+ <tr>
598
+
599
+ <th>名称</th>
600
+
601
+
602
+ <th>类型</th>
603
+
604
+
605
+
606
+ <th class="last">描述</th>
607
+ </tr>
608
+ </thead>
609
+
610
+ <tbody>
611
+
612
+
613
+
614
+ <tr class="deep-level-0">
615
+
616
+ <td class="name"><code>opacity</code></td>
617
+
618
+
619
+ <td class="type">
620
+
621
+
622
+ <span class="param-type">
623
+
624
+ Number
625
+
626
+ </span>
627
+
628
+
629
+
630
+
631
+ </td>
632
+
633
+
634
+
635
+ <td class="description last"><p>图层透明度</p></td>
636
+ </tr>
637
+
638
+
639
+
640
+
641
+
642
+
643
+ <tr class="deep-level-0">
644
+
645
+ <td class="name"><code>layerView</code></td>
646
+
647
+
648
+ <td class="type">
649
+
650
+
651
+ <span class="param-type">
652
+
653
+ LayerView
654
+
655
+ </span>
656
+
657
+
658
+
659
+
660
+ </td>
661
+
662
+
663
+
664
+ <td class="description last"><p>图层视图对象</p></td>
665
+ </tr>
666
+
667
+
668
+
669
+
670
+ </tbody>
671
+ </table>
672
+ </div>
673
+
674
+
675
+
676
+
677
+
678
+
679
+ <dl class="details">
680
+
681
+
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
+ </dl>
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+ </div>
736
+
737
+ <div class="member">
738
+
739
+
740
+
741
+ <h4 class="name" id=".setSubLayerOpacity">
742
+ <a class="href-link" href="#.setSubLayerOpacity">#</a>
743
+
744
+
745
+ <span class='tag'>static</span>
746
+
747
+
748
+ <span class="code-name" id="setSubLayerOpacity" style="font-size:30px">
749
+
750
+ setSubLayerOpacity<span class="signature">(opacity, id, layerView)</span>
751
+
752
+ </span>
753
+ </h4>
754
+
755
+
756
+
757
+ <div class="description">
758
+ <p>设置子图层透明度</p>
759
+ </div>
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+ <h4>参数</h4>
771
+
772
+ <div class="table-container">
773
+ <table class="params table">
774
+ <thead>
775
+ <tr>
776
+
777
+ <th>名称</th>
778
+
779
+
780
+ <th>类型</th>
781
+
782
+
783
+
784
+ <th class="last">描述</th>
785
+ </tr>
786
+ </thead>
787
+
788
+ <tbody>
789
+
790
+
791
+
792
+ <tr class="deep-level-0">
793
+
794
+ <td class="name"><code>opacity</code></td>
795
+
796
+
797
+ <td class="type">
798
+
799
+
800
+ <span class="param-type">
801
+
802
+ Number
803
+
804
+ </span>
805
+
806
+
807
+
808
+
809
+ </td>
810
+
811
+
812
+
813
+ <td class="description last"><p>子图层透明度</p></td>
814
+ </tr>
815
+
816
+
817
+
818
+
819
+
820
+
821
+ <tr class="deep-level-0">
822
+
823
+ <td class="name"><code>id</code></td>
824
+
825
+
826
+ <td class="type">
827
+
828
+
829
+ <span class="param-type">
830
+
831
+ String
832
+
833
+ </span>
834
+
835
+
836
+
837
+
838
+ </td>
839
+
840
+
841
+
842
+ <td class="description last"><p>子图层ID</p></td>
843
+ </tr>
844
+
845
+
846
+
847
+
848
+
849
+
850
+ <tr class="deep-level-0">
851
+
852
+ <td class="name"><code>layerView</code></td>
853
+
854
+
855
+ <td class="type">
856
+
857
+
858
+ <span class="param-type">
859
+
860
+ LayerView
861
+
862
+ </span>
863
+
864
+
865
+
866
+
867
+ </td>
868
+
869
+
870
+
871
+ <td class="description last"><p>图层视图对象</p></td>
872
+ </tr>
873
+
874
+
875
+
876
+
877
+ </tbody>
878
+ </table>
879
+ </div>
880
+
881
+
882
+
883
+
884
+
885
+
886
+ <dl class="details">
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+ </dl>
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+ </div>
943
+
944
+ <div class="member">
945
+
946
+
947
+
948
+ <h4 class="name" id=".setVisible">
949
+ <a class="href-link" href="#.setVisible">#</a>
950
+
951
+
952
+ <span class='tag'>static</span>
953
+
954
+
955
+ <span class="code-name" id="setVisible" style="font-size:30px">
956
+
957
+ setVisible<span class="signature">(visible, layerView)</span>
958
+
959
+ </span>
960
+ </h4>
961
+
962
+
963
+
964
+ <div class="description">
965
+ <p>设置图层显隐,受最大最小比例尺影响,会在内部进行判断</p>
966
+ </div>
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+ <h4>参数</h4>
978
+
979
+ <div class="table-container">
980
+ <table class="params table">
981
+ <thead>
982
+ <tr>
983
+
984
+ <th>名称</th>
985
+
986
+
987
+ <th>类型</th>
988
+
989
+
990
+
991
+ <th class="last">描述</th>
992
+ </tr>
993
+ </thead>
994
+
995
+ <tbody>
996
+
997
+
998
+
999
+ <tr class="deep-level-0">
1000
+
1001
+ <td class="name"><code>visible</code></td>
1002
+
1003
+
1004
+ <td class="type">
1005
+
1006
+
1007
+ <span class="param-type">
1008
+
1009
+ Boolean
1010
+
1011
+ </span>
1012
+
1013
+
1014
+
1015
+
1016
+ </td>
1017
+
1018
+
1019
+
1020
+ <td class="description last"><p>是否显隐图层</p></td>
1021
+ </tr>
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+ <tr class="deep-level-0">
1029
+
1030
+ <td class="name"><code>layerView</code></td>
1031
+
1032
+
1033
+ <td class="type">
1034
+
1035
+
1036
+ <span class="param-type">
1037
+
1038
+ LayerView
1039
+
1040
+ </span>
1041
+
1042
+
1043
+
1044
+
1045
+ </td>
1046
+
1047
+
1048
+
1049
+ <td class="description last"><p>图层视图对象</p></td>
1050
+ </tr>
1051
+
1052
+
1053
+
1054
+
1055
+ </tbody>
1056
+ </table>
1057
+ </div>
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+ <dl class="details">
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+ </dl>
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+ </div>
1121
+
1122
+ </div>
1123
+ </div>
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+ </article>
1130
+
1131
+ </section>