@mapgis/webclient-common 17.2.1 → 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,1336 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">ISScene</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="ISScene">
26
+ <a class="href-link" href="#ISScene">#</a>
27
+
28
+ <span class="code-name" id="ISScene" style="font-size:30px">
29
+
30
+ new ISScene<span class="signature">(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
+ <th style="min-width: 100px;">默认值</th>
64
+
65
+
66
+ <th class="last">描述</th>
67
+ </tr>
68
+ </thead>
69
+
70
+ <tbody>
71
+
72
+
73
+
74
+ <tr class="deep-level-0">
75
+
76
+ <td class="name"><code>options</code></td>
77
+
78
+
79
+ <td class="type">
80
+
81
+
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
88
+
89
+
90
+
91
+ </td>
92
+
93
+
94
+ <td class="default">
95
+
96
+ </td>
97
+
98
+
99
+ <td class="description last"><p>构造参数</p></td>
100
+ </tr>
101
+
102
+
103
+
104
+
105
+ <tr class="deep-level-1">
106
+
107
+ <td class="name"><code>sceneIndex</code></td>
108
+
109
+
110
+ <td class="type">
111
+
112
+
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
118
+
119
+
120
+
121
+
122
+ </td>
123
+
124
+
125
+ <td class="default">
126
+
127
+ 0
128
+
129
+ </td>
130
+
131
+
132
+ <td class="description last"><p>该场景在场景文档中的索引</p></td>
133
+ </tr>
134
+
135
+
136
+
137
+
138
+ <tr class="deep-level-1">
139
+
140
+ <td class="name"><code>sceneName</code></td>
141
+
142
+
143
+ <td class="type">
144
+
145
+
146
+ <span class="param-type">
147
+
148
+ String
149
+
150
+ </span>
151
+
152
+
153
+
154
+
155
+ </td>
156
+
157
+
158
+ <td class="default">
159
+
160
+ </td>
161
+
162
+
163
+ <td class="description last"><p>场景名</p></td>
164
+ </tr>
165
+
166
+
167
+
168
+
169
+ <tr class="deep-level-1">
170
+
171
+ <td class="name"><code>sceneMode</code></td>
172
+
173
+
174
+ <td class="type">
175
+
176
+
177
+ <span class="param-type">
178
+
179
+ String
180
+
181
+ </span>
182
+
183
+
184
+
185
+
186
+ </td>
187
+
188
+
189
+ <td class="default">
190
+
191
+ </td>
192
+
193
+
194
+ <td class="description last"><p>场景类型</p></td>
195
+ </tr>
196
+
197
+
198
+
199
+
200
+ <tr class="deep-level-1">
201
+
202
+ <td class="name"><code>sceneMode</code></td>
203
+
204
+
205
+ <td class="type">
206
+
207
+
208
+ <span class="param-type">
209
+
210
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
211
+
212
+ </span>
213
+
214
+
215
+
216
+
217
+ </td>
218
+
219
+
220
+ <td class="default">
221
+
222
+ </td>
223
+
224
+
225
+ <td class="description last"><p>场景包围盒</p></td>
226
+ </tr>
227
+
228
+
229
+
230
+
231
+ <tr class="deep-level-1">
232
+
233
+ <td class="name"><code>sublayers</code></td>
234
+
235
+
236
+ <td class="type">
237
+
238
+
239
+ <span class="param-type">
240
+
241
+ Array.&lt;<a onclick="getTypeHTML(event)" link="ISSceneSubLayer.html">ISSceneSubLayer</a>>
242
+
243
+ </span>
244
+
245
+
246
+
247
+
248
+ </td>
249
+
250
+
251
+ <td class="default">
252
+
253
+ </td>
254
+
255
+
256
+ <td class="description last"><p>场景中包含的图层列表</p></td>
257
+ </tr>
258
+
259
+
260
+
261
+
262
+ <tr class="deep-level-1">
263
+
264
+ <td class="name"><code>layer</code></td>
265
+
266
+
267
+ <td class="type">
268
+
269
+
270
+ <span class="param-type">
271
+
272
+ <a link="ISSceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ISSceneLayer" ISSceneLayer.html>ISSceneLayer</a>
273
+
274
+ </span>
275
+
276
+
277
+
278
+
279
+ </td>
280
+
281
+
282
+ <td class="default">
283
+
284
+ </td>
285
+
286
+
287
+ <td class="description last"><p>场景所属的场景服务图层</p></td>
288
+ </tr>
289
+
290
+
291
+
292
+
293
+ <tr class="deep-level-1">
294
+
295
+ <td class="name"><code>extendedProps</code></td>
296
+
297
+
298
+ <td class="type">
299
+
300
+
301
+ <span class="param-type">
302
+
303
+ Array
304
+
305
+ </span>
306
+
307
+
308
+
309
+
310
+ </td>
311
+
312
+
313
+ <td class="default">
314
+
315
+ </td>
316
+
317
+
318
+ <td class="description last"><p>扩展属性</p></td>
319
+ </tr>
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+ </tbody>
328
+ </table>
329
+ </div>
330
+
331
+
332
+
333
+
334
+
335
+
336
+ <dl class="details">
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+ </dl>
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+ </div>
394
+ </div>
395
+ </div>
396
+
397
+
398
+ </div>
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+ <div class='vertical-section'>
414
+ <h3 id='member'>成员变量</h3>
415
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
416
+ <div class="table-container">
417
+ <table class="params table">
418
+ <thead>
419
+ <tr>
420
+ <th>名称</th>
421
+ <th>类型</th>
422
+ <th>描述</th>
423
+ </tr>
424
+ </thead>
425
+ <tbody>
426
+
427
+ <tr class="deep-level-0">
428
+ <td class="name"><code><a href="#extendedProps">extendedProps</a></code></td>
429
+ <td class="name">
430
+ <code>
431
+
432
+ <span class="param-type">
433
+
434
+ Array
435
+
436
+ </span>
437
+
438
+
439
+
440
+ </code>
441
+ </td>
442
+ <td class="name"><code><p>扩展属性</p></code></td>
443
+ </tr>
444
+
445
+ <tr class="deep-level-0">
446
+ <td class="name"><code><a href="#layer">layer</a></code></td>
447
+ <td class="name">
448
+ <code>
449
+
450
+ <span class="param-type">
451
+
452
+ <a link="IGSSceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSSceneLayer" IGSSceneLayer.html>IGSSceneLayer</a>
453
+
454
+ </span>
455
+
456
+
457
+
458
+ </code>
459
+ </td>
460
+ <td class="name"><code><p>场景所属的场景服务图层</p></code></td>
461
+ </tr>
462
+
463
+ <tr class="deep-level-0">
464
+ <td class="name"><code><a href="#name">name</a></code></td>
465
+ <td class="name">
466
+ <code>
467
+
468
+ <span class="param-type">
469
+
470
+ String
471
+
472
+ </span>
473
+
474
+
475
+
476
+ </code>
477
+ </td>
478
+ <td class="name"><code><p>场景名</p></code></td>
479
+ </tr>
480
+
481
+ <tr class="deep-level-0">
482
+ <td class="name"><code><a href="#sceneIndex">sceneIndex</a></code></td>
483
+ <td class="name">
484
+ <code>
485
+
486
+ <span class="param-type">
487
+
488
+ Number
489
+
490
+ </span>
491
+
492
+
493
+
494
+ </code>
495
+ </td>
496
+ <td class="name"><code><p>该场景在场景文档中的索引</p></code></td>
497
+ </tr>
498
+
499
+ <tr class="deep-level-0">
500
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
501
+ <td class="name">
502
+ <code>
503
+
504
+ <span class="param-type">
505
+
506
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
507
+
508
+ </span>
509
+
510
+
511
+
512
+ </code>
513
+ </td>
514
+ <td class="name"><code><p>场景中包含的图层列表</p></code></td>
515
+ </tr>
516
+
517
+ </tbody>
518
+ </table>
519
+ </div>
520
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
521
+ <div class="members">
522
+
523
+ <div class="member">
524
+
525
+ <span class="method-parameter is-pulled-right">
526
+ <label>类型:</label>
527
+
528
+ <span class="param-type">
529
+
530
+ Array
531
+
532
+ </span>
533
+
534
+
535
+
536
+ </span>
537
+
538
+ <h4 class="name" id="extendedProps">
539
+ <a class="href-link" href="#extendedProps">#</a>
540
+
541
+ <span class="code-name">
542
+ extendedProps
543
+ </span>
544
+
545
+ </h4>
546
+
547
+
548
+
549
+
550
+ <div class="description">
551
+ <p>扩展属性</p>
552
+ </div>
553
+
554
+
555
+
556
+
557
+
558
+ <dl class="details">
559
+
560
+
561
+
562
+
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
+ </dl>
591
+
592
+
593
+
594
+
595
+
596
+ </div>
597
+
598
+ <div class="member">
599
+
600
+ <span class="method-parameter is-pulled-right">
601
+ <label>类型:</label>
602
+
603
+ <span class="param-type">
604
+
605
+ <a link="IGSSceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSSceneLayer" IGSSceneLayer.html>IGSSceneLayer</a>
606
+
607
+ </span>
608
+
609
+
610
+
611
+ </span>
612
+
613
+ <h4 class="name" id="layer">
614
+ <a class="href-link" href="#layer">#</a>
615
+
616
+ <span class="code-name">
617
+ layer
618
+ </span>
619
+
620
+ </h4>
621
+
622
+
623
+
624
+
625
+ <div class="description">
626
+ <p>场景所属的场景服务图层</p>
627
+ </div>
628
+
629
+
630
+
631
+
632
+
633
+ <dl class="details">
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+ </dl>
666
+
667
+
668
+
669
+
670
+
671
+ </div>
672
+
673
+ <div class="member">
674
+
675
+ <span class="method-parameter is-pulled-right">
676
+ <label>类型:</label>
677
+
678
+ <span class="param-type">
679
+
680
+ String
681
+
682
+ </span>
683
+
684
+
685
+
686
+ </span>
687
+
688
+ <h4 class="name" id="name">
689
+ <a class="href-link" href="#name">#</a>
690
+
691
+ <span class="code-name">
692
+ name
693
+ </span>
694
+
695
+ </h4>
696
+
697
+
698
+
699
+
700
+ <div class="description">
701
+ <p>场景名</p>
702
+ </div>
703
+
704
+
705
+
706
+
707
+
708
+ <dl class="details">
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+ </dl>
741
+
742
+
743
+
744
+
745
+
746
+ </div>
747
+
748
+ <div class="member">
749
+
750
+ <span class="method-parameter is-pulled-right">
751
+ <label>类型:</label>
752
+
753
+ <span class="param-type">
754
+
755
+ Number
756
+
757
+ </span>
758
+
759
+
760
+
761
+ </span>
762
+
763
+ <h4 class="name" id="sceneIndex">
764
+ <a class="href-link" href="#sceneIndex">#</a>
765
+
766
+ <span class="code-name">
767
+ sceneIndex
768
+ </span>
769
+
770
+ </h4>
771
+
772
+
773
+
774
+
775
+ <div class="description">
776
+ <p>该场景在场景文档中的索引</p>
777
+ </div>
778
+
779
+
780
+
781
+
782
+
783
+ <dl class="details">
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+ </dl>
816
+
817
+
818
+
819
+
820
+
821
+ </div>
822
+
823
+ <div class="member">
824
+
825
+ <span class="method-parameter is-pulled-right">
826
+ <label>类型:</label>
827
+
828
+ <span class="param-type">
829
+
830
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
831
+
832
+ </span>
833
+
834
+
835
+
836
+ </span>
837
+
838
+ <h4 class="name" id="sublayers">
839
+ <a class="href-link" href="#sublayers">#</a>
840
+
841
+ <span class="code-name">
842
+ sublayers
843
+ </span>
844
+
845
+ </h4>
846
+
847
+
848
+
849
+
850
+ <div class="description">
851
+ <p>场景中包含的图层列表</p>
852
+ </div>
853
+
854
+
855
+
856
+
857
+
858
+ <dl class="details">
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+ </dl>
891
+
892
+
893
+
894
+
895
+
896
+ </div>
897
+
898
+ </div>
899
+ </div>
900
+
901
+
902
+
903
+ <div class='vertical-section'>
904
+ <h3 id='function'>方法</h3>
905
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
906
+ <div class="members">
907
+ <div class="table-container">
908
+ <table class="params table">
909
+ <thead>
910
+ <tr>
911
+ <th>名称</th>
912
+ <th>返回值类型</th>
913
+ <th>描述</th>
914
+ </tr>
915
+ </thead>
916
+ <tbody>
917
+
918
+ <tr class="deep-level-0">
919
+ <td class="name"><code><a href="#findSublayerByGDBP">findSublayerByGDBP</a></code></td>
920
+ <td class="name">
921
+ <code>
922
+
923
+
924
+ <span class="param-type">
925
+
926
+ <a link="IGSSceneSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSSceneSubLayer" IGSSceneSubLayer.html>IGSSceneSubLayer</a>
927
+
928
+ </span>
929
+
930
+
931
+
932
+
933
+ </code>
934
+ </td>
935
+ <td class="name"><code><p>通过GDBP查询子图层</p></code></td>
936
+ </tr>
937
+
938
+ <tr class="deep-level-0">
939
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
940
+ <td class="name">
941
+ <code>
942
+
943
+
944
+ <span class="param-type">
945
+
946
+ <a link="IGSSceneSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSSceneSubLayer" IGSSceneSubLayer.html>IGSSceneSubLayer</a>
947
+
948
+ </span>
949
+ |
950
+
951
+ <span class="param-type">
952
+
953
+ null
954
+
955
+ </span>
956
+
957
+
958
+
959
+
960
+ </code>
961
+ </td>
962
+ <td class="name"><code><p>通过子图层ID来查询子图层</p></code></td>
963
+ </tr>
964
+
965
+ </tbody>
966
+ </table>
967
+ </div>
968
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
969
+
970
+ <div class="member">
971
+
972
+
973
+
974
+ <h4 class="name" id="findSublayerByGDBP">
975
+ <a class="href-link" href="#findSublayerByGDBP">#</a>
976
+
977
+ <span class="code-name" id="findSublayerByGDBP" style="font-size:30px">
978
+
979
+ findSublayerByGDBP<span class="signature">(url)</span>
980
+
981
+ </span>
982
+ </h4>
983
+
984
+
985
+
986
+ <div class="description">
987
+ <p>通过GDBP查询子图层</p>
988
+ </div>
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+
999
+ <h4>参数</h4>
1000
+
1001
+ <div class="table-container">
1002
+ <table class="params table">
1003
+ <thead>
1004
+ <tr>
1005
+
1006
+ <th>名称</th>
1007
+
1008
+
1009
+ <th>类型</th>
1010
+
1011
+
1012
+
1013
+ <th class="last">描述</th>
1014
+ </tr>
1015
+ </thead>
1016
+
1017
+ <tbody>
1018
+
1019
+
1020
+
1021
+ <tr class="deep-level-0">
1022
+
1023
+ <td class="name"><code>url</code></td>
1024
+
1025
+
1026
+ <td class="type">
1027
+
1028
+
1029
+ <span class="param-type">
1030
+
1031
+ String
1032
+
1033
+ </span>
1034
+
1035
+
1036
+
1037
+
1038
+ </td>
1039
+
1040
+
1041
+
1042
+ <td class="description last"><p>GDBP地址</p></td>
1043
+ </tr>
1044
+
1045
+
1046
+
1047
+
1048
+ </tbody>
1049
+ </table>
1050
+ </div>
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+ <dl class="details">
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
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
+ </dl>
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+ <div class='columns method-parameter'>
1109
+ <div class="column is-2"><label>返回值</label></div>
1110
+ <div class="column is-10">
1111
+
1112
+
1113
+
1114
+ <div class="columns">
1115
+
1116
+ <div class='param-desc column is-7'><p>子图层</p></div>
1117
+
1118
+
1119
+ <div class='column is-5 has-text-left'>
1120
+ <label>类型: </label>
1121
+
1122
+ <span class="param-type">
1123
+
1124
+ <a link="IGSSceneSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSSceneSubLayer" IGSSceneSubLayer.html>IGSSceneSubLayer</a>
1125
+
1126
+ </span>
1127
+
1128
+
1129
+
1130
+ </div>
1131
+
1132
+ </div>
1133
+
1134
+
1135
+ </div>
1136
+ </div>
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+ </div>
1144
+
1145
+ <div class="member">
1146
+
1147
+
1148
+
1149
+ <h4 class="name" id="findSublayerById">
1150
+ <a class="href-link" href="#findSublayerById">#</a>
1151
+
1152
+ <span class="code-name" id="findSublayerById" style="font-size:30px">
1153
+
1154
+ findSublayerById<span class="signature">(id)</span>
1155
+
1156
+ </span>
1157
+ </h4>
1158
+
1159
+
1160
+
1161
+ <div class="description">
1162
+ <p>通过子图层ID来查询子图层</p>
1163
+ </div>
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+ <h4>参数</h4>
1175
+
1176
+ <div class="table-container">
1177
+ <table class="params table">
1178
+ <thead>
1179
+ <tr>
1180
+
1181
+ <th>名称</th>
1182
+
1183
+
1184
+ <th>类型</th>
1185
+
1186
+
1187
+
1188
+ <th class="last">描述</th>
1189
+ </tr>
1190
+ </thead>
1191
+
1192
+ <tbody>
1193
+
1194
+
1195
+
1196
+ <tr class="deep-level-0">
1197
+
1198
+ <td class="name"><code>id</code></td>
1199
+
1200
+
1201
+ <td class="type">
1202
+
1203
+
1204
+ <span class="param-type">
1205
+
1206
+ String
1207
+
1208
+ </span>
1209
+
1210
+
1211
+
1212
+
1213
+ </td>
1214
+
1215
+
1216
+
1217
+ <td class="description last"><p>子图层id</p></td>
1218
+ </tr>
1219
+
1220
+
1221
+
1222
+
1223
+ </tbody>
1224
+ </table>
1225
+ </div>
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+ <dl class="details">
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ </dl>
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ <div class='columns method-parameter'>
1284
+ <div class="column is-2"><label>返回值</label></div>
1285
+ <div class="column is-10">
1286
+
1287
+
1288
+
1289
+ <div class="columns">
1290
+
1291
+ <div class='param-desc column is-7'><p>查询到的子图层</p></div>
1292
+
1293
+
1294
+ <div class='column is-5 has-text-left'>
1295
+ <label>类型: </label>
1296
+
1297
+ <span class="param-type">
1298
+
1299
+ <a link="IGSSceneSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSSceneSubLayer" IGSSceneSubLayer.html>IGSSceneSubLayer</a>
1300
+
1301
+ </span>
1302
+ |
1303
+
1304
+ <span class="param-type">
1305
+
1306
+ null
1307
+
1308
+ </span>
1309
+
1310
+
1311
+
1312
+ </div>
1313
+
1314
+ </div>
1315
+
1316
+
1317
+ </div>
1318
+ </div>
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+ </div>
1326
+
1327
+ </div>
1328
+ </div>
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+ </article>
1335
+
1336
+ </section>