@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,2028 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">ISSceneLayer</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="ISSceneLayer">
26
+ <a class="href-link" href="#ISSceneLayer">#</a>
27
+
28
+ <span class="code-name" id="ISSceneLayer" style="font-size:30px">
29
+
30
+ new ISSceneLayer<span class="signature">(options)</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
+ <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>options</code></td>
75
+
76
+
77
+ <td class="type">
78
+
79
+
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
86
+
87
+
88
+
89
+ </td>
90
+
91
+
92
+
93
+ <td class="description last"><p>构造参数。</p></td>
94
+ </tr>
95
+
96
+
97
+
98
+
99
+ <tr class="deep-level-1">
100
+
101
+ <td class="name"><code>url</code></td>
102
+
103
+
104
+ <td class="type">
105
+
106
+
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
113
+
114
+
115
+
116
+ </td>
117
+
118
+
119
+
120
+ <td class="description last"><p>服务基地址<br/>
121
+ 服务基地址格式:http://{ip}:{port}/iserver/services/{服务名}/rest/realspace<br/></p></td>
122
+ </tr>
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+ </tbody>
131
+ </table>
132
+ </div>
133
+
134
+
135
+
136
+
137
+
138
+
139
+ <dl class="details">
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
+
166
+
167
+
168
+
169
+
170
+
171
+ </dl>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+ <p class="summary"><h5>支持如下方法:</h5>
194
+ <a href='#fromJSON'>[1、通过传入的json构造并返回一个新的图层对象]</a><br/>
195
+ <a href='#toJSON'>[2、导出为json对象]</a><br/>
196
+ <a href='#clone'>[3、克隆图层对象]</a><br/></p>
197
+
198
+
199
+
200
+ <h5>示例</h5>
201
+
202
+ <p class="code-caption"><h7 id='ISSceneLayer'>初始化场景图层</h7></p>
203
+
204
+
205
+ <pre class="prettyprint"><code>// ES5引入方式
206
+ const { ISSceneLayer } = zondy.layer
207
+ // ES6引入方式
208
+ import { ISSceneLayer } from "@mapgis/webclient-common"
209
+ const layer = new ISSceneLayer({
210
+ // 服务基地址
211
+ url: '服务基地址'
212
+ });</code></pre>
213
+
214
+
215
+
216
+
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+
222
+ </div>
223
+
224
+
225
+ <h3 class="subsection-title">继承关系</h3>
226
+
227
+
228
+
229
+
230
+ <ul>
231
+ <li><a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></li>
232
+ </ul>
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ <div class='vertical-section'>
249
+ <h3 id='member'>成员变量</h3>
250
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
251
+ <div class="table-container">
252
+ <table class="params table">
253
+ <thead>
254
+ <tr>
255
+ <th>名称</th>
256
+ <th>类型</th>
257
+ <th>描述</th>
258
+ </tr>
259
+ </thead>
260
+ <tbody>
261
+
262
+ <tr class="deep-level-0">
263
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
264
+ <td class="name">
265
+ <code>
266
+
267
+ <span class="param-type">
268
+
269
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
270
+
271
+ </span>
272
+
273
+
274
+
275
+ </code>
276
+ </td>
277
+ <td class="name"><code><p>所有子图层对象</p></code></td>
278
+ </tr>
279
+
280
+ <tr class="deep-level-0">
281
+ <td class="name"><code><a href="#boundingSphere">boundingSphere</a></code></td>
282
+ <td class="name">
283
+ <code>
284
+
285
+ <span class="param-type">
286
+
287
+ Object
288
+
289
+ </span>
290
+
291
+
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="#boundingVolume">boundingVolume</a></code></td>
300
+ <td class="name">
301
+ <code>
302
+
303
+ <span class="param-type">
304
+
305
+ Object
306
+
307
+ </span>
308
+
309
+
310
+
311
+ </code>
312
+ </td>
313
+ <td class="name"><code><p>模型外包盒</p></code></td>
314
+ </tr>
315
+
316
+ <tr class="deep-level-0">
317
+ <td class="name"><code><a href="#description">description</a></code></td>
318
+ <td class="name">
319
+ <code>
320
+
321
+ <span class="param-type">
322
+
323
+ String
324
+
325
+ </span>
326
+
327
+
328
+
329
+ </code>
330
+ </td>
331
+ <td class="name"><code><p>描述信息</p></code></td>
332
+ </tr>
333
+
334
+ <tr class="deep-level-0">
335
+ <td class="name"><code><a href="#position">position</a></code></td>
336
+ <td class="name">
337
+ <code>
338
+
339
+ <span class="param-type">
340
+
341
+ Object
342
+
343
+ </span>
344
+
345
+
346
+
347
+ </code>
348
+ </td>
349
+ <td class="name"><code><p>模型位置</p></code></td>
350
+ </tr>
351
+
352
+ <tr class="deep-level-0">
353
+ <td class="name"><code><a href="#sceneName">sceneName</a></code></td>
354
+ <td class="name">
355
+ <code>
356
+
357
+ <span class="param-type">
358
+
359
+ String
360
+
361
+ </span>
362
+
363
+
364
+
365
+ </code>
366
+ </td>
367
+ <td class="name"><code><p>服务名</p></code></td>
368
+ </tr>
369
+
370
+ <tr class="deep-level-0">
371
+ <td class="name"><code><a href="#scenes">scenes</a></code></td>
372
+ <td class="name">
373
+ <code>
374
+
375
+ <span class="param-type">
376
+
377
+ Array.&lt;<a onclick="getTypeHTML(event)" link="ISScene.html">ISScene</a>>
378
+
379
+ </span>
380
+
381
+
382
+
383
+ </code>
384
+ </td>
385
+ <td class="name"><code><p>场景集合</p></code></td>
386
+ </tr>
387
+
388
+ <tr class="deep-level-0">
389
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
390
+ <td class="name">
391
+ <code>
392
+
393
+ <span class="param-type">
394
+
395
+ Object
396
+
397
+ </span>
398
+
399
+
400
+
401
+ </code>
402
+ </td>
403
+ <td class="name"><code><p>模型坐标系</p></code></td>
404
+ </tr>
405
+
406
+ <tr class="deep-level-0">
407
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
408
+ <td class="name">
409
+ <code>
410
+
411
+ <span class="param-type">
412
+
413
+ String
414
+
415
+ </span>
416
+
417
+
418
+
419
+ </code>
420
+ </td>
421
+ <td class="name"><code><p>token名</p></code></td>
422
+ </tr>
423
+
424
+ <tr class="deep-level-0">
425
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
426
+ <td class="name">
427
+ <code>
428
+
429
+ <span class="param-type">
430
+
431
+ String
432
+
433
+ </span>
434
+
435
+
436
+
437
+ </code>
438
+ </td>
439
+ <td class="name"><code><p>token值</p></code></td>
440
+ </tr>
441
+
442
+ <tr class="deep-level-0">
443
+ <td class="name"><code><a href="#type">type</a></code></td>
444
+ <td class="name">
445
+ <code>
446
+
447
+ <span class="param-type">
448
+
449
+ String
450
+
451
+ </span>
452
+
453
+
454
+
455
+ </code>
456
+ </td>
457
+ <td class="name"><code><p>图层类型</p></code></td>
458
+ </tr>
459
+
460
+ <tr class="deep-level-0">
461
+ <td class="name"><code><a href="#url">url</a></code></td>
462
+ <td class="name">
463
+ <code>
464
+
465
+ <span class="param-type">
466
+
467
+ String
468
+
469
+ </span>
470
+
471
+
472
+
473
+ </code>
474
+ </td>
475
+ <td class="name"><code><p>服务基地址</p></code></td>
476
+ </tr>
477
+
478
+ <tr class="deep-level-0">
479
+ <td class="name"><code><a href="#version">version</a></code></td>
480
+ <td class="name">
481
+ <code>
482
+
483
+ <span class="param-type">
484
+
485
+ String
486
+
487
+ </span>
488
+
489
+
490
+
491
+ </code>
492
+ </td>
493
+ <td class="name"><code><p>服务版本号</p></code></td>
494
+ </tr>
495
+
496
+ </tbody>
497
+ </table>
498
+ </div>
499
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
500
+ <div class="members">
501
+
502
+ <div class="member">
503
+
504
+ <span class="method-parameter is-pulled-right">
505
+ <label>类型:</label>
506
+
507
+ <span class="param-type">
508
+
509
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
510
+
511
+ </span>
512
+
513
+
514
+
515
+ </span>
516
+
517
+ <h4 class="name" id="allSublayers">
518
+ <a class="href-link" href="#allSublayers">#</a>
519
+
520
+
521
+ <span class='tag'>readonly</span>
522
+
523
+
524
+ <span class="code-name">
525
+ allSublayers
526
+ </span>
527
+
528
+ </h4>
529
+
530
+
531
+
532
+
533
+ <div class="description">
534
+ <p>所有子图层对象</p>
535
+ </div>
536
+
537
+
538
+
539
+
540
+
541
+ <dl class="details">
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+ </dl>
574
+
575
+
576
+
577
+
578
+
579
+ </div>
580
+
581
+ <div class="member">
582
+
583
+ <span class="method-parameter is-pulled-right">
584
+ <label>类型:</label>
585
+
586
+ <span class="param-type">
587
+
588
+ Object
589
+
590
+ </span>
591
+
592
+
593
+
594
+ </span>
595
+
596
+ <h4 class="name" id="boundingSphere">
597
+ <a class="href-link" href="#boundingSphere">#</a>
598
+
599
+
600
+ <span class='tag'>readonly</span>
601
+
602
+
603
+ <span class="code-name">
604
+ boundingSphere
605
+ </span>
606
+
607
+ </h4>
608
+
609
+
610
+
611
+
612
+ <div class="description">
613
+ <p>模型外包球</p>
614
+ </div>
615
+
616
+
617
+
618
+
619
+
620
+ <dl class="details">
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+ </dl>
653
+
654
+
655
+
656
+
657
+
658
+ </div>
659
+
660
+ <div class="member">
661
+
662
+ <span class="method-parameter is-pulled-right">
663
+ <label>类型:</label>
664
+
665
+ <span class="param-type">
666
+
667
+ Object
668
+
669
+ </span>
670
+
671
+
672
+
673
+ </span>
674
+
675
+ <h4 class="name" id="boundingVolume">
676
+ <a class="href-link" href="#boundingVolume">#</a>
677
+
678
+ <span class="code-name">
679
+ boundingVolume
680
+ </span>
681
+
682
+ </h4>
683
+
684
+
685
+
686
+
687
+ <div class="description">
688
+ <p>模型外包盒</p>
689
+ </div>
690
+
691
+
692
+
693
+
694
+
695
+ <dl class="details">
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+ </dl>
728
+
729
+
730
+
731
+
732
+
733
+ </div>
734
+
735
+ <div class="member">
736
+
737
+ <span class="method-parameter is-pulled-right">
738
+ <label>类型:</label>
739
+
740
+ <span class="param-type">
741
+
742
+ String
743
+
744
+ </span>
745
+
746
+
747
+
748
+ </span>
749
+
750
+ <h4 class="name" id="description">
751
+ <a class="href-link" href="#description">#</a>
752
+
753
+ <span class="code-name">
754
+ description
755
+ </span>
756
+
757
+ </h4>
758
+
759
+
760
+
761
+
762
+ <div class="description">
763
+ <p>描述信息</p>
764
+ </div>
765
+
766
+
767
+
768
+
769
+
770
+ <dl class="details">
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+ </dl>
803
+
804
+
805
+
806
+
807
+
808
+ </div>
809
+
810
+ <div class="member">
811
+
812
+ <span class="method-parameter is-pulled-right">
813
+ <label>类型:</label>
814
+
815
+ <span class="param-type">
816
+
817
+ Object
818
+
819
+ </span>
820
+
821
+
822
+
823
+ </span>
824
+
825
+ <h4 class="name" id="position">
826
+ <a class="href-link" href="#position">#</a>
827
+
828
+ <span class="code-name">
829
+ position
830
+ </span>
831
+
832
+ </h4>
833
+
834
+
835
+
836
+
837
+ <div class="description">
838
+ <p>模型位置</p>
839
+ </div>
840
+
841
+
842
+
843
+
844
+
845
+ <dl class="details">
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+ </dl>
878
+
879
+
880
+
881
+
882
+
883
+ </div>
884
+
885
+ <div class="member">
886
+
887
+ <span class="method-parameter is-pulled-right">
888
+ <label>类型:</label>
889
+
890
+ <span class="param-type">
891
+
892
+ String
893
+
894
+ </span>
895
+
896
+
897
+
898
+ </span>
899
+
900
+ <h4 class="name" id="sceneName">
901
+ <a class="href-link" href="#sceneName">#</a>
902
+
903
+ <span class="code-name">
904
+ sceneName
905
+ </span>
906
+
907
+ </h4>
908
+
909
+
910
+
911
+
912
+ <div class="description">
913
+ <p>服务名</p>
914
+ </div>
915
+
916
+
917
+
918
+
919
+
920
+ <dl class="details">
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+ </dl>
953
+
954
+
955
+
956
+
957
+
958
+ </div>
959
+
960
+ <div class="member">
961
+
962
+ <span class="method-parameter is-pulled-right">
963
+ <label>类型:</label>
964
+
965
+ <span class="param-type">
966
+
967
+ Array.&lt;<a onclick="getTypeHTML(event)" link="ISScene.html">ISScene</a>>
968
+
969
+ </span>
970
+
971
+
972
+
973
+ </span>
974
+
975
+ <h4 class="name" id="scenes">
976
+ <a class="href-link" href="#scenes">#</a>
977
+
978
+ <span class="code-name">
979
+ scenes
980
+ </span>
981
+
982
+ </h4>
983
+
984
+
985
+
986
+
987
+ <div class="description">
988
+ <p>场景集合</p>
989
+ </div>
990
+
991
+
992
+
993
+
994
+
995
+ <dl class="details">
996
+
997
+
998
+
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+ </dl>
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+ </div>
1034
+
1035
+ <div class="member">
1036
+
1037
+ <span class="method-parameter is-pulled-right">
1038
+ <label>类型:</label>
1039
+
1040
+ <span class="param-type">
1041
+
1042
+ Object
1043
+
1044
+ </span>
1045
+
1046
+
1047
+
1048
+ </span>
1049
+
1050
+ <h4 class="name" id="spatialReference">
1051
+ <a class="href-link" href="#spatialReference">#</a>
1052
+
1053
+ <span class="code-name">
1054
+ spatialReference
1055
+ </span>
1056
+
1057
+ </h4>
1058
+
1059
+
1060
+
1061
+
1062
+ <div class="description">
1063
+ <p>模型坐标系</p>
1064
+ </div>
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ <dl class="details">
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
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+ </dl>
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+ </div>
1109
+
1110
+ <div class="member">
1111
+
1112
+ <span class="method-parameter is-pulled-right">
1113
+ <label>类型:</label>
1114
+
1115
+ <span class="param-type">
1116
+
1117
+ String
1118
+
1119
+ </span>
1120
+
1121
+
1122
+
1123
+ </span>
1124
+
1125
+ <h4 class="name" id="tokenKey">
1126
+ <a class="href-link" href="#tokenKey">#</a>
1127
+
1128
+ <span class="code-name">
1129
+ tokenKey
1130
+ </span>
1131
+
1132
+ </h4>
1133
+
1134
+
1135
+
1136
+
1137
+ <div class="description">
1138
+ <p>token名</p>
1139
+ </div>
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+ <dl class="details">
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+ <dt class="inherited-from">Inherited From:</dt>
1153
+ <dd class="inherited-from"><ul class="dummy"><li>
1154
+ <a goto="tokenKey" link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer#tokenKey" SceneLayer.html#tokenKey>SceneLayer#tokenKey</a>
1155
+ </li></ul></dd>
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+ </dl>
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ </div>
1189
+
1190
+ <div class="member">
1191
+
1192
+ <span class="method-parameter is-pulled-right">
1193
+ <label>类型:</label>
1194
+
1195
+ <span class="param-type">
1196
+
1197
+ String
1198
+
1199
+ </span>
1200
+
1201
+
1202
+
1203
+ </span>
1204
+
1205
+ <h4 class="name" id="tokenValue">
1206
+ <a class="href-link" href="#tokenValue">#</a>
1207
+
1208
+ <span class="code-name">
1209
+ tokenValue
1210
+ </span>
1211
+
1212
+ </h4>
1213
+
1214
+
1215
+
1216
+
1217
+ <div class="description">
1218
+ <p>token值</p>
1219
+ </div>
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+ <dl class="details">
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+ <dt class="inherited-from">Inherited From:</dt>
1233
+ <dd class="inherited-from"><ul class="dummy"><li>
1234
+ <a goto="tokenValue" link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer#tokenValue" SceneLayer.html#tokenValue>SceneLayer#tokenValue</a>
1235
+ </li></ul></dd>
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
+ </dl>
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+ </div>
1269
+
1270
+ <div class="member">
1271
+
1272
+ <span class="method-parameter is-pulled-right">
1273
+ <label>类型:</label>
1274
+
1275
+ <span class="param-type">
1276
+
1277
+ String
1278
+
1279
+ </span>
1280
+
1281
+
1282
+
1283
+ </span>
1284
+
1285
+ <h4 class="name" id="type">
1286
+ <a class="href-link" href="#type">#</a>
1287
+
1288
+ <span class="code-name">
1289
+ type
1290
+ </span>
1291
+
1292
+ </h4>
1293
+
1294
+
1295
+
1296
+
1297
+ <div class="description">
1298
+ <p>图层类型</p>
1299
+ </div>
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+ <dl class="details">
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+
1337
+ </dl>
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+ </div>
1344
+
1345
+ <div class="member">
1346
+
1347
+ <span class="method-parameter is-pulled-right">
1348
+ <label>类型:</label>
1349
+
1350
+ <span class="param-type">
1351
+
1352
+ String
1353
+
1354
+ </span>
1355
+
1356
+
1357
+
1358
+ </span>
1359
+
1360
+ <h4 class="name" id="url">
1361
+ <a class="href-link" href="#url">#</a>
1362
+
1363
+ <span class="code-name">
1364
+ url
1365
+ </span>
1366
+
1367
+ </h4>
1368
+
1369
+
1370
+
1371
+
1372
+ <div class="description">
1373
+ <p>服务基地址</p>
1374
+ </div>
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+ <dl class="details">
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+ <dt class="tag-overrides">Overrides:</dt>
1390
+ <dd class="tag-overrides"><ul class="dummy"><li>
1391
+ <a class="mapgis-link-name" title="SceneLayer#url" SceneLayer.html#url>SceneLayer#url</a>
1392
+ </li></ul></dd>
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+ </dl>
1418
+
1419
+
1420
+
1421
+
1422
+
1423
+ </div>
1424
+
1425
+ <div class="member">
1426
+
1427
+ <span class="method-parameter is-pulled-right">
1428
+ <label>类型:</label>
1429
+
1430
+ <span class="param-type">
1431
+
1432
+ String
1433
+
1434
+ </span>
1435
+
1436
+
1437
+
1438
+ </span>
1439
+
1440
+ <h4 class="name" id="version">
1441
+ <a class="href-link" href="#version">#</a>
1442
+
1443
+ <span class="code-name">
1444
+ version
1445
+ </span>
1446
+
1447
+ </h4>
1448
+
1449
+
1450
+
1451
+
1452
+ <div class="description">
1453
+ <p>服务版本号</p>
1454
+ </div>
1455
+
1456
+
1457
+
1458
+
1459
+
1460
+ <dl class="details">
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+ </dl>
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+ </div>
1499
+
1500
+ </div>
1501
+ </div>
1502
+
1503
+
1504
+
1505
+ <div class='vertical-section'>
1506
+ <h3 id='function'>方法</h3>
1507
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
1508
+ <div class="members">
1509
+ <div class="table-container">
1510
+ <table class="params table">
1511
+ <thead>
1512
+ <tr>
1513
+ <th>名称</th>
1514
+ <th>返回值类型</th>
1515
+ <th>描述</th>
1516
+ </tr>
1517
+ </thead>
1518
+ <tbody>
1519
+
1520
+ <tr class="deep-level-0">
1521
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1522
+ <td class="name">
1523
+ <code>
1524
+
1525
+
1526
+ <span class="param-type">
1527
+
1528
+ <a link="ISSceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ISSceneLayer" ISSceneLayer.html>ISSceneLayer</a>
1529
+
1530
+ </span>
1531
+
1532
+
1533
+
1534
+
1535
+ </code>
1536
+ </td>
1537
+ <td class="name"><code></code></td>
1538
+ </tr>
1539
+
1540
+ <tr class="deep-level-0">
1541
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1542
+ <td class="name">
1543
+ <code>
1544
+
1545
+
1546
+ <span class="param-type">
1547
+
1548
+ <a link="ISSceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ISSceneLayer" ISSceneLayer.html>ISSceneLayer</a>
1549
+
1550
+ </span>
1551
+
1552
+
1553
+
1554
+
1555
+ </code>
1556
+ </td>
1557
+ <td class="name"><code></code></td>
1558
+ </tr>
1559
+
1560
+ <tr class="deep-level-0">
1561
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1562
+ <td class="name">
1563
+ <code>
1564
+
1565
+
1566
+ <span class="param-type">
1567
+
1568
+ Object
1569
+
1570
+ </span>
1571
+
1572
+
1573
+
1574
+
1575
+ </code>
1576
+ </td>
1577
+ <td class="name"><code></code></td>
1578
+ </tr>
1579
+
1580
+ </tbody>
1581
+ </table>
1582
+ </div>
1583
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1584
+
1585
+ <div class="member">
1586
+
1587
+
1588
+
1589
+ <h4 class="name" id=".fromJSON">
1590
+ <a class="href-link" href="#.fromJSON">#</a>
1591
+
1592
+
1593
+ <span class='tag'>static</span>
1594
+
1595
+
1596
+ <span class="code-name" id="fromJSON" style="font-size:30px">
1597
+
1598
+ fromJSON<span class="signature">(json)</span>
1599
+
1600
+ </span>
1601
+ </h4>
1602
+
1603
+
1604
+
1605
+ <div class="description">
1606
+ <a id='fromJSON'/>
1607
+ 通过json构造并返回图层对象
1608
+ </div>
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+ <h4>参数</h4>
1620
+
1621
+ <div class="table-container">
1622
+ <table class="params table">
1623
+ <thead>
1624
+ <tr>
1625
+
1626
+ <th>名称</th>
1627
+
1628
+
1629
+ <th>类型</th>
1630
+
1631
+
1632
+
1633
+ <th class="last">描述</th>
1634
+ </tr>
1635
+ </thead>
1636
+
1637
+ <tbody>
1638
+
1639
+
1640
+
1641
+ <tr class="deep-level-0">
1642
+
1643
+ <td class="name"><code>json</code></td>
1644
+
1645
+
1646
+ <td class="type">
1647
+
1648
+
1649
+ <span class="param-type">
1650
+
1651
+ Object
1652
+
1653
+ </span>
1654
+
1655
+
1656
+
1657
+
1658
+ </td>
1659
+
1660
+
1661
+
1662
+ <td class="description last"><p>json对象</p></td>
1663
+ </tr>
1664
+
1665
+
1666
+
1667
+
1668
+ </tbody>
1669
+ </table>
1670
+ </div>
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+ <dl class="details">
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+ </dl>
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+ <div class='columns method-parameter'>
1729
+ <div class="column is-2"><label>返回值</label></div>
1730
+ <div class="column is-10">
1731
+
1732
+
1733
+
1734
+ <div class="columns">
1735
+
1736
+ <div class='param-desc column is-7'><p>图层对象</p></div>
1737
+
1738
+
1739
+ <div class='column is-5 has-text-left'>
1740
+ <label>类型: </label>
1741
+
1742
+ <span class="param-type">
1743
+
1744
+ <a link="ISSceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ISSceneLayer" ISSceneLayer.html>ISSceneLayer</a>
1745
+
1746
+ </span>
1747
+
1748
+
1749
+
1750
+ </div>
1751
+
1752
+ </div>
1753
+
1754
+
1755
+ </div>
1756
+ </div>
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+
1763
+ </div>
1764
+
1765
+ <div class="member">
1766
+
1767
+
1768
+
1769
+ <h4 class="name" id="clone">
1770
+ <a class="href-link" href="#clone">#</a>
1771
+
1772
+ <span class="code-name" id="clone" style="font-size:30px">
1773
+
1774
+ clone<span class="signature">()</span>
1775
+
1776
+ </span>
1777
+ </h4>
1778
+
1779
+
1780
+
1781
+ <div class="description">
1782
+ <a id='clone'/>
1783
+ 克隆图层对象
1784
+ </div>
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+ <dl class="details">
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+ <dt class="tag-overrides">Overrides:</dt>
1809
+ <dd class="tag-overrides"><ul class="dummy"><li>
1810
+ <a class="mapgis-link-name" title="SceneLayer#clone" SceneLayer.html#clone>SceneLayer#clone</a>
1811
+ </li></ul></dd>
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+ </dl>
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+ <div class='columns method-parameter'>
1856
+ <div class="column is-2"><label>返回值</label></div>
1857
+ <div class="column is-10">
1858
+
1859
+
1860
+
1861
+ <div class="columns">
1862
+
1863
+ <div class='param-desc column is-7'><p>克隆后的图层对象</p></div>
1864
+
1865
+
1866
+ <div class='column is-5 has-text-left'>
1867
+ <label>类型: </label>
1868
+
1869
+ <span class="param-type">
1870
+
1871
+ <a link="ISSceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ISSceneLayer" ISSceneLayer.html>ISSceneLayer</a>
1872
+
1873
+ </span>
1874
+
1875
+
1876
+
1877
+ </div>
1878
+
1879
+ </div>
1880
+
1881
+
1882
+ </div>
1883
+ </div>
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+ </div>
1891
+
1892
+ <div class="member">
1893
+
1894
+
1895
+
1896
+ <h4 class="name" id="toJSON">
1897
+ <a class="href-link" href="#toJSON">#</a>
1898
+
1899
+ <span class="code-name" id="toJSON" style="font-size:30px">
1900
+
1901
+ toJSON<span class="signature">()</span>
1902
+
1903
+ </span>
1904
+ </h4>
1905
+
1906
+
1907
+
1908
+ <div class="description">
1909
+ <a id='toJSON'/>
1910
+ 将图层转为json对象
1911
+ </div>
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+ <dl class="details">
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+
1934
+
1935
+ <dt class="tag-overrides">Overrides:</dt>
1936
+ <dd class="tag-overrides"><ul class="dummy"><li>
1937
+ <a class="mapgis-link-name" title="SceneLayer#toJSON" SceneLayer.html#toJSON>SceneLayer#toJSON</a>
1938
+ </li></ul></dd>
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+ </dl>
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+ <div class='columns method-parameter'>
1983
+ <div class="column is-2"><label>返回值</label></div>
1984
+ <div class="column is-10">
1985
+
1986
+
1987
+
1988
+ <div class="columns">
1989
+
1990
+ <div class='param-desc column is-7'><p>json对象</p></div>
1991
+
1992
+
1993
+ <div class='column is-5 has-text-left'>
1994
+ <label>类型: </label>
1995
+
1996
+ <span class="param-type">
1997
+
1998
+ Object
1999
+
2000
+ </span>
2001
+
2002
+
2003
+
2004
+ </div>
2005
+
2006
+ </div>
2007
+
2008
+
2009
+ </div>
2010
+ </div>
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+ </div>
2018
+
2019
+ </div>
2020
+ </div>
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+ </article>
2027
+
2028
+ </section>