@mapgis/webclient-cesium-plugin 17.0.4 → 17.0.7
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.
- package/README.md +33 -0
- package/dist/es5/webclient-cesium-plugin.min.js +2 -2
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +2 -2
- package/documention/ArcGISMapServerImageryProvider.html +112 -42
- package/documention/ArcGISTileServerImageryProvider.html +76 -30
- package/documention/CustomTilingScheme.html +248 -68
- package/documention/DynamicEntityVisualizer.html +18 -6
- package/documention/DynamicLabelLayer.html +168 -44
- package/documention/GeoJSONLayerUtil.html +21 -5
- package/documention/GraphicsLayerUtil.html +21 -5
- package/documention/HashMap.html +80 -16
- package/documention/IGSFeatureLayerUtil.html +21 -5
- package/documention/IGSSceneLayerUtil.html +178 -54
- package/documention/MapGISMapServerImageryProvider.html +334 -153
- package/documention/MapGISTerrainProvider.html +336 -80
- package/documention/MapGISTileServerImageryProvider.html +308 -86
- package/documention/MapGISVectorTileImageryProvider.html +407 -103
- package/documention/Popup.html +119 -31
- package/documention/SceneViewCesium.html +576 -177
- package/documention/Screenshot.html +30 -10
- package/documention/SketchEditorCesium.html +135 -43
- package/documention/UrlTemplateImageryProvider.html +23 -7
- package/documention/WFSLayerUtil.html +21 -5
- package/documention/WebMapServiceImageryProvider.html +22 -12
- package/documention/WebMapTileServiceImageryProvider.html +22 -12
- package/documention/global.html +17 -5
- package/documention/index.html +4 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +7 -3
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
- package/documention/module.exports_module.exports.html +36 -12
- package/documention/scripts/sideBar.js +111 -6
- package/package.json +1 -1
- package/documention/FeatureLayerUtil.html +0 -471
- package/documention/MapGISTileServerImageProvider.html +0 -2150
- package/documention/SceneView.html +0 -4250
|
@@ -73,13 +73,17 @@
|
|
|
73
73
|
|
|
74
74
|
<tr class="deep-level-0">
|
|
75
75
|
|
|
76
|
-
<td class="name"
|
|
76
|
+
<td class="name"><code>options</code></td>
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
<td class="type">
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
<span class="param-type">
|
|
82
|
+
<span class="param-type">
|
|
83
|
+
|
|
84
|
+
Object
|
|
85
|
+
|
|
86
|
+
</span>
|
|
83
87
|
|
|
84
88
|
|
|
85
89
|
|
|
@@ -100,13 +104,17 @@
|
|
|
100
104
|
|
|
101
105
|
<tr class="deep-level-1">
|
|
102
106
|
|
|
103
|
-
<td class="name"
|
|
107
|
+
<td class="name"><code>map</code></td>
|
|
104
108
|
|
|
105
109
|
|
|
106
110
|
<td class="type">
|
|
107
111
|
|
|
108
112
|
|
|
109
|
-
<span class="param-type">
|
|
113
|
+
<span class="param-type">
|
|
114
|
+
|
|
115
|
+
Map
|
|
116
|
+
|
|
117
|
+
</span>
|
|
110
118
|
|
|
111
119
|
|
|
112
120
|
|
|
@@ -127,13 +135,17 @@
|
|
|
127
135
|
|
|
128
136
|
<tr class="deep-level-1">
|
|
129
137
|
|
|
130
|
-
<td class="name"
|
|
138
|
+
<td class="name"><code>viewId</code></td>
|
|
131
139
|
|
|
132
140
|
|
|
133
141
|
<td class="type">
|
|
134
142
|
|
|
135
143
|
|
|
136
|
-
<span class="param-type">
|
|
144
|
+
<span class="param-type">
|
|
145
|
+
|
|
146
|
+
String
|
|
147
|
+
|
|
148
|
+
</span>
|
|
137
149
|
|
|
138
150
|
|
|
139
151
|
|
|
@@ -154,13 +166,17 @@
|
|
|
154
166
|
|
|
155
167
|
<tr class="deep-level-1">
|
|
156
168
|
|
|
157
|
-
<td class="name"
|
|
169
|
+
<td class="name"><code>innerView</code></td>
|
|
158
170
|
|
|
159
171
|
|
|
160
172
|
<td class="type">
|
|
161
173
|
|
|
162
174
|
|
|
163
|
-
<span class="param-type">
|
|
175
|
+
<span class="param-type">
|
|
176
|
+
|
|
177
|
+
Object
|
|
178
|
+
|
|
179
|
+
</span>
|
|
164
180
|
|
|
165
181
|
|
|
166
182
|
|
|
@@ -181,13 +197,17 @@
|
|
|
181
197
|
|
|
182
198
|
<tr class="deep-level-1">
|
|
183
199
|
|
|
184
|
-
<td class="name"
|
|
200
|
+
<td class="name"><code>center</code></td>
|
|
185
201
|
|
|
186
202
|
|
|
187
203
|
<td class="type">
|
|
188
204
|
|
|
189
205
|
|
|
190
|
-
<span class="param-type">
|
|
206
|
+
<span class="param-type">
|
|
207
|
+
|
|
208
|
+
Point
|
|
209
|
+
|
|
210
|
+
</span>
|
|
191
211
|
|
|
192
212
|
|
|
193
213
|
|
|
@@ -210,13 +230,17 @@
|
|
|
210
230
|
|
|
211
231
|
<tr class="deep-level-1">
|
|
212
232
|
|
|
213
|
-
<td class="name"
|
|
233
|
+
<td class="name"><code>scale</code></td>
|
|
214
234
|
|
|
215
235
|
|
|
216
236
|
<td class="type">
|
|
217
237
|
|
|
218
238
|
|
|
219
|
-
<span class="param-type">
|
|
239
|
+
<span class="param-type">
|
|
240
|
+
|
|
241
|
+
Number
|
|
242
|
+
|
|
243
|
+
</span>
|
|
220
244
|
|
|
221
245
|
|
|
222
246
|
|
|
@@ -237,13 +261,17 @@
|
|
|
237
261
|
|
|
238
262
|
<tr class="deep-level-1">
|
|
239
263
|
|
|
240
|
-
<td class="name"
|
|
264
|
+
<td class="name"><code>zoom</code></td>
|
|
241
265
|
|
|
242
266
|
|
|
243
267
|
<td class="type">
|
|
244
268
|
|
|
245
269
|
|
|
246
|
-
<span class="param-type">
|
|
270
|
+
<span class="param-type">
|
|
271
|
+
|
|
272
|
+
Number
|
|
273
|
+
|
|
274
|
+
</span>
|
|
247
275
|
|
|
248
276
|
|
|
249
277
|
|
|
@@ -264,13 +292,17 @@
|
|
|
264
292
|
|
|
265
293
|
<tr class="deep-level-1">
|
|
266
294
|
|
|
267
|
-
<td class="name"
|
|
295
|
+
<td class="name"><code>minZoom</code></td>
|
|
268
296
|
|
|
269
297
|
|
|
270
298
|
<td class="type">
|
|
271
299
|
|
|
272
300
|
|
|
273
|
-
<span class="param-type">
|
|
301
|
+
<span class="param-type">
|
|
302
|
+
|
|
303
|
+
Number
|
|
304
|
+
|
|
305
|
+
</span>
|
|
274
306
|
|
|
275
307
|
|
|
276
308
|
|
|
@@ -293,13 +325,17 @@
|
|
|
293
325
|
|
|
294
326
|
<tr class="deep-level-1">
|
|
295
327
|
|
|
296
|
-
<td class="name"
|
|
328
|
+
<td class="name"><code>maxZoom</code></td>
|
|
297
329
|
|
|
298
330
|
|
|
299
331
|
<td class="type">
|
|
300
332
|
|
|
301
333
|
|
|
302
|
-
<span class="param-type">
|
|
334
|
+
<span class="param-type">
|
|
335
|
+
|
|
336
|
+
Number
|
|
337
|
+
|
|
338
|
+
</span>
|
|
303
339
|
|
|
304
340
|
|
|
305
341
|
|
|
@@ -322,13 +358,17 @@
|
|
|
322
358
|
|
|
323
359
|
<tr class="deep-level-1">
|
|
324
360
|
|
|
325
|
-
<td class="name"
|
|
361
|
+
<td class="name"><code>popup</code></td>
|
|
326
362
|
|
|
327
363
|
|
|
328
364
|
<td class="type">
|
|
329
365
|
|
|
330
366
|
|
|
331
|
-
<span class="param-type">
|
|
367
|
+
<span class="param-type">
|
|
368
|
+
|
|
369
|
+
Object
|
|
370
|
+
|
|
371
|
+
</span>
|
|
332
372
|
|
|
333
373
|
|
|
334
374
|
|
|
@@ -349,13 +389,17 @@
|
|
|
349
389
|
|
|
350
390
|
<tr class="deep-level-1">
|
|
351
391
|
|
|
352
|
-
<td class="name"
|
|
392
|
+
<td class="name"><code>extent</code></td>
|
|
353
393
|
|
|
354
394
|
|
|
355
395
|
<td class="type">
|
|
356
396
|
|
|
357
397
|
|
|
358
|
-
<span class="param-type">
|
|
398
|
+
<span class="param-type">
|
|
399
|
+
|
|
400
|
+
Extent
|
|
401
|
+
|
|
402
|
+
</span>
|
|
359
403
|
|
|
360
404
|
|
|
361
405
|
|
|
@@ -376,13 +420,17 @@
|
|
|
376
420
|
|
|
377
421
|
<tr class="deep-level-1">
|
|
378
422
|
|
|
379
|
-
<td class="name"
|
|
423
|
+
<td class="name"><code>extendOptions</code></td>
|
|
380
424
|
|
|
381
425
|
|
|
382
426
|
<td class="type">
|
|
383
427
|
|
|
384
428
|
|
|
385
|
-
<span class="param-type">
|
|
429
|
+
<span class="param-type">
|
|
430
|
+
|
|
431
|
+
Object
|
|
432
|
+
|
|
433
|
+
</span>
|
|
386
434
|
|
|
387
435
|
|
|
388
436
|
|
|
@@ -457,19 +505,19 @@
|
|
|
457
505
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
458
506
|
<div class="column is-10">
|
|
459
507
|
<ul>
|
|
460
|
-
<li
|
|
508
|
+
<li><a href="#鼠标点击事件">鼠标点击事件</a></li>
|
|
461
509
|
|
|
462
|
-
<li
|
|
510
|
+
<li><a href="#鼠标双击事件">鼠标双击事件</a></li>
|
|
463
511
|
|
|
464
|
-
<li
|
|
512
|
+
<li><a href="#鼠标按下事件">鼠标按下事件</a></li>
|
|
465
513
|
|
|
466
|
-
<li
|
|
514
|
+
<li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
|
|
467
515
|
|
|
468
|
-
<li
|
|
516
|
+
<li><a href="#鼠标右键点击事件">鼠标右键点击事件</a></li>
|
|
469
517
|
|
|
470
|
-
<li
|
|
518
|
+
<li><a href="#鼠标移动事件">鼠标移动事件</a></li>
|
|
471
519
|
|
|
472
|
-
<li
|
|
520
|
+
<li><a href="#地图视图改变事件">地图视图改变事件</a></li>
|
|
473
521
|
</ul>
|
|
474
522
|
</div>
|
|
475
523
|
</div>
|
|
@@ -540,7 +588,7 @@ const { Map, SceneViewCesium } = Zondy
|
|
|
540
588
|
import { Map, SceneViewCesium } from "@mapgis/webclient-cesium-plugin"
|
|
541
589
|
// 初始化图层管理容器
|
|
542
590
|
const map = new Map();
|
|
543
|
-
let innerView = new
|
|
591
|
+
let innerView = new Cesium.Viewer(viewId);
|
|
544
592
|
// 初始化地图视图对象
|
|
545
593
|
const sceneView = new SceneViewCesium({
|
|
546
594
|
// 视图id
|
|
@@ -604,7 +652,11 @@ const sceneView = new SceneViewCesium({
|
|
|
604
652
|
<td class="name">
|
|
605
653
|
<code>
|
|
606
654
|
|
|
607
|
-
<span class="param-type">
|
|
655
|
+
<span class="param-type">
|
|
656
|
+
|
|
657
|
+
Point
|
|
658
|
+
|
|
659
|
+
</span>
|
|
608
660
|
|
|
609
661
|
|
|
610
662
|
|
|
@@ -618,7 +670,11 @@ const sceneView = new SceneViewCesium({
|
|
|
618
670
|
<td class="name">
|
|
619
671
|
<code>
|
|
620
672
|
|
|
621
|
-
<span class="param-type">
|
|
673
|
+
<span class="param-type">
|
|
674
|
+
|
|
675
|
+
Object
|
|
676
|
+
|
|
677
|
+
</span>
|
|
622
678
|
|
|
623
679
|
|
|
624
680
|
|
|
@@ -632,7 +688,11 @@ const sceneView = new SceneViewCesium({
|
|
|
632
688
|
<td class="name">
|
|
633
689
|
<code>
|
|
634
690
|
|
|
635
|
-
<span class="param-type">
|
|
691
|
+
<span class="param-type">
|
|
692
|
+
|
|
693
|
+
Object
|
|
694
|
+
|
|
695
|
+
</span>
|
|
636
696
|
|
|
637
697
|
|
|
638
698
|
|
|
@@ -646,7 +706,11 @@ const sceneView = new SceneViewCesium({
|
|
|
646
706
|
<td class="name">
|
|
647
707
|
<code>
|
|
648
708
|
|
|
649
|
-
<span class="param-type">
|
|
709
|
+
<span class="param-type">
|
|
710
|
+
|
|
711
|
+
Extent
|
|
712
|
+
|
|
713
|
+
</span>
|
|
650
714
|
|
|
651
715
|
|
|
652
716
|
|
|
@@ -660,7 +724,11 @@ const sceneView = new SceneViewCesium({
|
|
|
660
724
|
<td class="name">
|
|
661
725
|
<code>
|
|
662
726
|
|
|
663
|
-
<span class="param-type">
|
|
727
|
+
<span class="param-type">
|
|
728
|
+
|
|
729
|
+
Number
|
|
730
|
+
|
|
731
|
+
</span>
|
|
664
732
|
|
|
665
733
|
|
|
666
734
|
|
|
@@ -674,7 +742,11 @@ const sceneView = new SceneViewCesium({
|
|
|
674
742
|
<td class="name">
|
|
675
743
|
<code>
|
|
676
744
|
|
|
677
|
-
<span class="param-type">
|
|
745
|
+
<span class="param-type">
|
|
746
|
+
|
|
747
|
+
Number
|
|
748
|
+
|
|
749
|
+
</span>
|
|
678
750
|
|
|
679
751
|
|
|
680
752
|
|
|
@@ -688,7 +760,11 @@ const sceneView = new SceneViewCesium({
|
|
|
688
760
|
<td class="name">
|
|
689
761
|
<code>
|
|
690
762
|
|
|
691
|
-
<span class="param-type">
|
|
763
|
+
<span class="param-type">
|
|
764
|
+
|
|
765
|
+
Number
|
|
766
|
+
|
|
767
|
+
</span>
|
|
692
768
|
|
|
693
769
|
|
|
694
770
|
|
|
@@ -702,7 +778,11 @@ const sceneView = new SceneViewCesium({
|
|
|
702
778
|
<td class="name">
|
|
703
779
|
<code>
|
|
704
780
|
|
|
705
|
-
<span class="param-type"
|
|
781
|
+
<span class="param-type">
|
|
782
|
+
|
|
783
|
+
<a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a>
|
|
784
|
+
|
|
785
|
+
</span>
|
|
706
786
|
|
|
707
787
|
|
|
708
788
|
|
|
@@ -716,7 +796,11 @@ const sceneView = new SceneViewCesium({
|
|
|
716
796
|
<td class="name">
|
|
717
797
|
<code>
|
|
718
798
|
|
|
719
|
-
<span class="param-type">
|
|
799
|
+
<span class="param-type">
|
|
800
|
+
|
|
801
|
+
Number
|
|
802
|
+
|
|
803
|
+
</span>
|
|
720
804
|
|
|
721
805
|
|
|
722
806
|
|
|
@@ -730,7 +814,11 @@ const sceneView = new SceneViewCesium({
|
|
|
730
814
|
<td class="name">
|
|
731
815
|
<code>
|
|
732
816
|
|
|
733
|
-
<span class="param-type">
|
|
817
|
+
<span class="param-type">
|
|
818
|
+
|
|
819
|
+
SpatialReference
|
|
820
|
+
|
|
821
|
+
</span>
|
|
734
822
|
|
|
735
823
|
|
|
736
824
|
|
|
@@ -744,7 +832,11 @@ const sceneView = new SceneViewCesium({
|
|
|
744
832
|
<td class="name">
|
|
745
833
|
<code>
|
|
746
834
|
|
|
747
|
-
<span class="param-type">
|
|
835
|
+
<span class="param-type">
|
|
836
|
+
|
|
837
|
+
Boolean
|
|
838
|
+
|
|
839
|
+
</span>
|
|
748
840
|
|
|
749
841
|
|
|
750
842
|
|
|
@@ -758,7 +850,11 @@ const sceneView = new SceneViewCesium({
|
|
|
758
850
|
<td class="name">
|
|
759
851
|
<code>
|
|
760
852
|
|
|
761
|
-
<span class="param-type">
|
|
853
|
+
<span class="param-type">
|
|
854
|
+
|
|
855
|
+
Number
|
|
856
|
+
|
|
857
|
+
</span>
|
|
762
858
|
|
|
763
859
|
|
|
764
860
|
|
|
@@ -772,7 +868,11 @@ const sceneView = new SceneViewCesium({
|
|
|
772
868
|
<td class="name">
|
|
773
869
|
<code>
|
|
774
870
|
|
|
775
|
-
<span class="param-type">
|
|
871
|
+
<span class="param-type">
|
|
872
|
+
|
|
873
|
+
Number
|
|
874
|
+
|
|
875
|
+
</span>
|
|
776
876
|
|
|
777
877
|
|
|
778
878
|
|
|
@@ -792,7 +892,11 @@ const sceneView = new SceneViewCesium({
|
|
|
792
892
|
<span class="method-parameter is-pulled-right">
|
|
793
893
|
<label>类型:</label>
|
|
794
894
|
|
|
795
|
-
<span class="param-type">
|
|
895
|
+
<span class="param-type">
|
|
896
|
+
|
|
897
|
+
Point
|
|
898
|
+
|
|
899
|
+
</span>
|
|
796
900
|
|
|
797
901
|
|
|
798
902
|
|
|
@@ -863,7 +967,11 @@ const sceneView = new SceneViewCesium({
|
|
|
863
967
|
<span class="method-parameter is-pulled-right">
|
|
864
968
|
<label>类型:</label>
|
|
865
969
|
|
|
866
|
-
<span class="param-type">
|
|
970
|
+
<span class="param-type">
|
|
971
|
+
|
|
972
|
+
Object
|
|
973
|
+
|
|
974
|
+
</span>
|
|
867
975
|
|
|
868
976
|
|
|
869
977
|
|
|
@@ -938,7 +1046,11 @@ const sceneView = new SceneViewCesium({
|
|
|
938
1046
|
<span class="method-parameter is-pulled-right">
|
|
939
1047
|
<label>类型:</label>
|
|
940
1048
|
|
|
941
|
-
<span class="param-type">
|
|
1049
|
+
<span class="param-type">
|
|
1050
|
+
|
|
1051
|
+
Object
|
|
1052
|
+
|
|
1053
|
+
</span>
|
|
942
1054
|
|
|
943
1055
|
|
|
944
1056
|
|
|
@@ -1009,7 +1121,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1009
1121
|
<span class="method-parameter is-pulled-right">
|
|
1010
1122
|
<label>类型:</label>
|
|
1011
1123
|
|
|
1012
|
-
<span class="param-type">
|
|
1124
|
+
<span class="param-type">
|
|
1125
|
+
|
|
1126
|
+
Extent
|
|
1127
|
+
|
|
1128
|
+
</span>
|
|
1013
1129
|
|
|
1014
1130
|
|
|
1015
1131
|
|
|
@@ -1080,7 +1196,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1080
1196
|
<span class="method-parameter is-pulled-right">
|
|
1081
1197
|
<label>类型:</label>
|
|
1082
1198
|
|
|
1083
|
-
<span class="param-type">
|
|
1199
|
+
<span class="param-type">
|
|
1200
|
+
|
|
1201
|
+
Number
|
|
1202
|
+
|
|
1203
|
+
</span>
|
|
1084
1204
|
|
|
1085
1205
|
|
|
1086
1206
|
|
|
@@ -1155,7 +1275,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1155
1275
|
<span class="method-parameter is-pulled-right">
|
|
1156
1276
|
<label>类型:</label>
|
|
1157
1277
|
|
|
1158
|
-
<span class="param-type">
|
|
1278
|
+
<span class="param-type">
|
|
1279
|
+
|
|
1280
|
+
Number
|
|
1281
|
+
|
|
1282
|
+
</span>
|
|
1159
1283
|
|
|
1160
1284
|
|
|
1161
1285
|
|
|
@@ -1226,7 +1350,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1226
1350
|
<span class="method-parameter is-pulled-right">
|
|
1227
1351
|
<label>类型:</label>
|
|
1228
1352
|
|
|
1229
|
-
<span class="param-type">
|
|
1353
|
+
<span class="param-type">
|
|
1354
|
+
|
|
1355
|
+
Number
|
|
1356
|
+
|
|
1357
|
+
</span>
|
|
1230
1358
|
|
|
1231
1359
|
|
|
1232
1360
|
|
|
@@ -1297,7 +1425,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1297
1425
|
<span class="method-parameter is-pulled-right">
|
|
1298
1426
|
<label>类型:</label>
|
|
1299
1427
|
|
|
1300
|
-
<span class="param-type"
|
|
1428
|
+
<span class="param-type">
|
|
1429
|
+
|
|
1430
|
+
<a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a>
|
|
1431
|
+
|
|
1432
|
+
</span>
|
|
1301
1433
|
|
|
1302
1434
|
|
|
1303
1435
|
|
|
@@ -1368,7 +1500,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1368
1500
|
<span class="method-parameter is-pulled-right">
|
|
1369
1501
|
<label>类型:</label>
|
|
1370
1502
|
|
|
1371
|
-
<span class="param-type">
|
|
1503
|
+
<span class="param-type">
|
|
1504
|
+
|
|
1505
|
+
Number
|
|
1506
|
+
|
|
1507
|
+
</span>
|
|
1372
1508
|
|
|
1373
1509
|
|
|
1374
1510
|
|
|
@@ -1439,7 +1575,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1439
1575
|
<span class="method-parameter is-pulled-right">
|
|
1440
1576
|
<label>类型:</label>
|
|
1441
1577
|
|
|
1442
|
-
<span class="param-type">
|
|
1578
|
+
<span class="param-type">
|
|
1579
|
+
|
|
1580
|
+
SpatialReference
|
|
1581
|
+
|
|
1582
|
+
</span>
|
|
1443
1583
|
|
|
1444
1584
|
|
|
1445
1585
|
|
|
@@ -1514,7 +1654,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1514
1654
|
<span class="method-parameter is-pulled-right">
|
|
1515
1655
|
<label>类型:</label>
|
|
1516
1656
|
|
|
1517
|
-
<span class="param-type">
|
|
1657
|
+
<span class="param-type">
|
|
1658
|
+
|
|
1659
|
+
Boolean
|
|
1660
|
+
|
|
1661
|
+
</span>
|
|
1518
1662
|
|
|
1519
1663
|
|
|
1520
1664
|
|
|
@@ -1589,7 +1733,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1589
1733
|
<span class="method-parameter is-pulled-right">
|
|
1590
1734
|
<label>类型:</label>
|
|
1591
1735
|
|
|
1592
|
-
<span class="param-type">
|
|
1736
|
+
<span class="param-type">
|
|
1737
|
+
|
|
1738
|
+
Number
|
|
1739
|
+
|
|
1740
|
+
</span>
|
|
1593
1741
|
|
|
1594
1742
|
|
|
1595
1743
|
|
|
@@ -1664,7 +1812,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1664
1812
|
<span class="method-parameter is-pulled-right">
|
|
1665
1813
|
<label>类型:</label>
|
|
1666
1814
|
|
|
1667
|
-
<span class="param-type">
|
|
1815
|
+
<span class="param-type">
|
|
1816
|
+
|
|
1817
|
+
Number
|
|
1818
|
+
|
|
1819
|
+
</span>
|
|
1668
1820
|
|
|
1669
1821
|
|
|
1670
1822
|
|
|
@@ -1756,15 +1908,18 @@ const sceneView = new SceneViewCesium({
|
|
|
1756
1908
|
<code>
|
|
1757
1909
|
|
|
1758
1910
|
|
|
1759
|
-
<span class="param-type"
|
|
1911
|
+
<span class="param-type">
|
|
1912
|
+
|
|
1913
|
+
<a link="SceneViewCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneViewCesium" SceneViewCesium.html>SceneViewCesium</a>
|
|
1914
|
+
|
|
1915
|
+
</span>
|
|
1760
1916
|
|
|
1761
1917
|
|
|
1762
1918
|
|
|
1763
1919
|
|
|
1764
1920
|
</code>
|
|
1765
1921
|
</td>
|
|
1766
|
-
<td class="name"><code><p
|
|
1767
|
-
通过一个配置生成一个场景视图对象</p></code></td>
|
|
1922
|
+
<td class="name"><code><p></code></td>
|
|
1768
1923
|
</tr>
|
|
1769
1924
|
|
|
1770
1925
|
<tr class="deep-level-0">
|
|
@@ -1783,15 +1938,18 @@ const sceneView = new SceneViewCesium({
|
|
|
1783
1938
|
<code>
|
|
1784
1939
|
|
|
1785
1940
|
|
|
1786
|
-
<span class="param-type">
|
|
1941
|
+
<span class="param-type">
|
|
1942
|
+
|
|
1943
|
+
Object
|
|
1944
|
+
|
|
1945
|
+
</span>
|
|
1787
1946
|
|
|
1788
1947
|
|
|
1789
1948
|
|
|
1790
1949
|
|
|
1791
1950
|
</code>
|
|
1792
1951
|
</td>
|
|
1793
|
-
<td class="name"><code><p
|
|
1794
|
-
获取当前视图中心点</p></code></td>
|
|
1952
|
+
<td class="name"><code><p></code></td>
|
|
1795
1953
|
</tr>
|
|
1796
1954
|
|
|
1797
1955
|
<tr class="deep-level-0">
|
|
@@ -1800,15 +1958,18 @@ const sceneView = new SceneViewCesium({
|
|
|
1800
1958
|
<code>
|
|
1801
1959
|
|
|
1802
1960
|
|
|
1803
|
-
<span class="param-type">
|
|
1961
|
+
<span class="param-type">
|
|
1962
|
+
|
|
1963
|
+
Extent
|
|
1964
|
+
|
|
1965
|
+
</span>
|
|
1804
1966
|
|
|
1805
1967
|
|
|
1806
1968
|
|
|
1807
1969
|
|
|
1808
1970
|
</code>
|
|
1809
1971
|
</td>
|
|
1810
|
-
<td class="name"><code><p
|
|
1811
|
-
获取当前视图的地理范围<a id='getExtent'></a></p></code></td>
|
|
1972
|
+
<td class="name"><code><p></code></td>
|
|
1812
1973
|
</tr>
|
|
1813
1974
|
|
|
1814
1975
|
<tr class="deep-level-0">
|
|
@@ -1817,20 +1978,32 @@ const sceneView = new SceneViewCesium({
|
|
|
1817
1978
|
<code>
|
|
1818
1979
|
|
|
1819
1980
|
|
|
1820
|
-
<span class="param-type">
|
|
1981
|
+
<span class="param-type">
|
|
1982
|
+
|
|
1983
|
+
Array.<<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
|
|
1984
|
+
|
|
1985
|
+
</span>
|
|
1821
1986
|
|
|
|
1822
1987
|
|
|
1823
|
-
<span class="param-type"
|
|
1988
|
+
<span class="param-type">
|
|
1989
|
+
|
|
1990
|
+
<a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISM3DSet" MapGISM3DSet.html>MapGISM3DSet</a>
|
|
1991
|
+
|
|
1992
|
+
</span>
|
|
1824
1993
|
|
|
|
1825
1994
|
|
|
1826
|
-
<span class="param-type">
|
|
1995
|
+
<span class="param-type">
|
|
1996
|
+
|
|
1997
|
+
undefined
|
|
1998
|
+
|
|
1999
|
+
</span>
|
|
1827
2000
|
|
|
1828
2001
|
|
|
1829
2002
|
|
|
1830
2003
|
|
|
1831
2004
|
</code>
|
|
1832
2005
|
</td>
|
|
1833
|
-
<td class="name"><code><p
|
|
2006
|
+
<td class="name"><code><p></code></td>
|
|
1834
2007
|
</tr>
|
|
1835
2008
|
|
|
1836
2009
|
<tr class="deep-level-0">
|
|
@@ -1839,7 +2012,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1839
2012
|
<code>
|
|
1840
2013
|
|
|
1841
2014
|
|
|
1842
|
-
<span class="param-type">
|
|
2015
|
+
<span class="param-type">
|
|
2016
|
+
|
|
2017
|
+
Number
|
|
2018
|
+
|
|
2019
|
+
</span>
|
|
1843
2020
|
|
|
1844
2021
|
|
|
1845
2022
|
|
|
@@ -1855,15 +2032,18 @@ const sceneView = new SceneViewCesium({
|
|
|
1855
2032
|
<code>
|
|
1856
2033
|
|
|
1857
2034
|
|
|
1858
|
-
<span class="param-type">
|
|
2035
|
+
<span class="param-type">
|
|
2036
|
+
|
|
2037
|
+
Object
|
|
2038
|
+
|
|
2039
|
+
</span>
|
|
1859
2040
|
|
|
1860
2041
|
|
|
1861
2042
|
|
|
1862
2043
|
|
|
1863
2044
|
</code>
|
|
1864
2045
|
</td>
|
|
1865
|
-
<td class="name"><code><p
|
|
1866
|
-
获取当前视图容器的宽高,单位像素<a id='getSize'></a></p></code></td>
|
|
2046
|
+
<td class="name"><code><p></code></td>
|
|
1867
2047
|
</tr>
|
|
1868
2048
|
|
|
1869
2049
|
<tr class="deep-level-0">
|
|
@@ -1872,7 +2052,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1872
2052
|
<code>
|
|
1873
2053
|
|
|
1874
2054
|
|
|
1875
|
-
<span class="param-type">
|
|
2055
|
+
<span class="param-type">
|
|
2056
|
+
|
|
2057
|
+
Number
|
|
2058
|
+
|
|
2059
|
+
</span>
|
|
1876
2060
|
|
|
1877
2061
|
|
|
1878
2062
|
|
|
@@ -1889,7 +2073,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1889
2073
|
|
|
1890
2074
|
</code>
|
|
1891
2075
|
</td>
|
|
1892
|
-
<td class="name"><code><p
|
|
2076
|
+
<td class="name"><code><p>视点跳转为给定的目标</code></td>
|
|
1893
2077
|
</tr>
|
|
1894
2078
|
|
|
1895
2079
|
<tr class="deep-level-0">
|
|
@@ -1898,7 +2082,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1898
2082
|
<code>
|
|
1899
2083
|
|
|
1900
2084
|
|
|
1901
|
-
<span class="param-type">
|
|
2085
|
+
<span class="param-type">
|
|
2086
|
+
|
|
2087
|
+
Array
|
|
2088
|
+
|
|
2089
|
+
</span>
|
|
1902
2090
|
|
|
1903
2091
|
|
|
1904
2092
|
|
|
@@ -1915,8 +2103,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1915
2103
|
|
|
1916
2104
|
</code>
|
|
1917
2105
|
</td>
|
|
1918
|
-
<td class="name"><code><p
|
|
1919
|
-
设置缩视野中心<a id='setCenter'></a></p></code></td>
|
|
2106
|
+
<td class="name"><code><p></code></td>
|
|
1920
2107
|
</tr>
|
|
1921
2108
|
|
|
1922
2109
|
<tr class="deep-level-0">
|
|
@@ -1926,8 +2113,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1926
2113
|
|
|
1927
2114
|
</code>
|
|
1928
2115
|
</td>
|
|
1929
|
-
<td class="name"><code><p
|
|
1930
|
-
设置视图的地理范围,设置后会跳转到该范围</p></code></td>
|
|
2116
|
+
<td class="name"><code><p></code></td>
|
|
1931
2117
|
</tr>
|
|
1932
2118
|
|
|
1933
2119
|
<tr class="deep-level-0">
|
|
@@ -1936,7 +2122,11 @@ const sceneView = new SceneViewCesium({
|
|
|
1936
2122
|
<code>
|
|
1937
2123
|
|
|
1938
2124
|
|
|
1939
|
-
<span class="param-type">
|
|
2125
|
+
<span class="param-type">
|
|
2126
|
+
|
|
2127
|
+
Promise
|
|
2128
|
+
|
|
2129
|
+
</span>
|
|
1940
2130
|
|
|
1941
2131
|
|
|
1942
2132
|
|
|
@@ -1952,15 +2142,18 @@ const sceneView = new SceneViewCesium({
|
|
|
1952
2142
|
<code>
|
|
1953
2143
|
|
|
1954
2144
|
|
|
1955
|
-
<span class="param-type">
|
|
2145
|
+
<span class="param-type">
|
|
2146
|
+
|
|
2147
|
+
Object
|
|
2148
|
+
|
|
2149
|
+
</span>
|
|
1956
2150
|
|
|
1957
2151
|
|
|
1958
2152
|
|
|
1959
2153
|
|
|
1960
2154
|
</code>
|
|
1961
2155
|
</td>
|
|
1962
|
-
<td class="name"><code><p
|
|
1963
|
-
导出场景视图的配置文件</p></code></td>
|
|
2156
|
+
<td class="name"><code><p></code></td>
|
|
1964
2157
|
</tr>
|
|
1965
2158
|
|
|
1966
2159
|
<tr class="deep-level-0">
|
|
@@ -1969,15 +2162,18 @@ const sceneView = new SceneViewCesium({
|
|
|
1969
2162
|
<code>
|
|
1970
2163
|
|
|
1971
2164
|
|
|
1972
|
-
<span class="param-type">
|
|
2165
|
+
<span class="param-type">
|
|
2166
|
+
|
|
2167
|
+
Point
|
|
2168
|
+
|
|
2169
|
+
</span>
|
|
1973
2170
|
|
|
1974
2171
|
|
|
1975
2172
|
|
|
1976
2173
|
|
|
1977
2174
|
</code>
|
|
1978
2175
|
</td>
|
|
1979
|
-
<td class="name"><code><p
|
|
1980
|
-
屏幕像素坐标点转地理坐标点</p></code></td>
|
|
2176
|
+
<td class="name"><code><p></code></td>
|
|
1981
2177
|
</tr>
|
|
1982
2178
|
|
|
1983
2179
|
<tr class="deep-level-0">
|
|
@@ -1986,15 +2182,18 @@ const sceneView = new SceneViewCesium({
|
|
|
1986
2182
|
<code>
|
|
1987
2183
|
|
|
1988
2184
|
|
|
1989
|
-
<span class="param-type">
|
|
2185
|
+
<span class="param-type">
|
|
2186
|
+
|
|
2187
|
+
Object
|
|
2188
|
+
|
|
2189
|
+
</span>
|
|
1990
2190
|
|
|
1991
2191
|
|
|
1992
2192
|
|
|
1993
2193
|
|
|
1994
2194
|
</code>
|
|
1995
2195
|
</td>
|
|
1996
|
-
<td class="name"><code><p
|
|
1997
|
-
地理坐标点转屏幕像素坐标点</p></code></td>
|
|
2196
|
+
<td class="name"><code><p></code></td>
|
|
1998
2197
|
</tr>
|
|
1999
2198
|
|
|
2000
2199
|
</tbody>
|
|
@@ -2060,13 +2259,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2060
2259
|
|
|
2061
2260
|
<tr class="deep-level-0">
|
|
2062
2261
|
|
|
2063
|
-
<td class="name"
|
|
2262
|
+
<td class="name"><code>json</code></td>
|
|
2064
2263
|
|
|
2065
2264
|
|
|
2066
2265
|
<td class="type">
|
|
2067
2266
|
|
|
2068
2267
|
|
|
2069
|
-
<span class="param-type">
|
|
2268
|
+
<span class="param-type">
|
|
2269
|
+
|
|
2270
|
+
Object
|
|
2271
|
+
|
|
2272
|
+
</span>
|
|
2070
2273
|
|
|
2071
2274
|
|
|
2072
2275
|
|
|
@@ -2153,7 +2356,11 @@ const sceneView = new SceneViewCesium({
|
|
|
2153
2356
|
<div class='column is-5 has-text-left'>
|
|
2154
2357
|
<label>类型: </label>
|
|
2155
2358
|
|
|
2156
|
-
<span class="param-type"
|
|
2359
|
+
<span class="param-type">
|
|
2360
|
+
|
|
2361
|
+
<a link="SceneViewCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneViewCesium" SceneViewCesium.html>SceneViewCesium</a>
|
|
2362
|
+
|
|
2363
|
+
</span>
|
|
2157
2364
|
|
|
2158
2365
|
|
|
2159
2366
|
|
|
@@ -2227,7 +2434,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2227
2434
|
|
|
2228
2435
|
<tr class="deep-level-0">
|
|
2229
2436
|
|
|
2230
|
-
<td class="name"
|
|
2437
|
+
<td class="name"><code>options</code></td>
|
|
2231
2438
|
|
|
2232
2439
|
|
|
2233
2440
|
<td class="type">
|
|
@@ -2248,13 +2455,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2248
2455
|
|
|
2249
2456
|
<tr class="deep-level-1">
|
|
2250
2457
|
|
|
2251
|
-
<td class="name"
|
|
2458
|
+
<td class="name"><code>center</code></td>
|
|
2252
2459
|
|
|
2253
2460
|
|
|
2254
2461
|
<td class="type">
|
|
2255
2462
|
|
|
2256
2463
|
|
|
2257
|
-
<span class="param-type">
|
|
2464
|
+
<span class="param-type">
|
|
2465
|
+
|
|
2466
|
+
Array
|
|
2467
|
+
|
|
2468
|
+
</span>
|
|
2258
2469
|
|
|
2259
2470
|
|
|
2260
2471
|
|
|
@@ -2275,13 +2486,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2275
2486
|
|
|
2276
2487
|
<tr class="deep-level-1">
|
|
2277
2488
|
|
|
2278
|
-
<td class="name"
|
|
2489
|
+
<td class="name"><code>duration</code></td>
|
|
2279
2490
|
|
|
2280
2491
|
|
|
2281
2492
|
<td class="type">
|
|
2282
2493
|
|
|
2283
2494
|
|
|
2284
|
-
<span class="param-type">
|
|
2495
|
+
<span class="param-type">
|
|
2496
|
+
|
|
2497
|
+
Number
|
|
2498
|
+
|
|
2499
|
+
</span>
|
|
2285
2500
|
|
|
2286
2501
|
|
|
2287
2502
|
|
|
@@ -2304,13 +2519,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2304
2519
|
|
|
2305
2520
|
<tr class="deep-level-1">
|
|
2306
2521
|
|
|
2307
|
-
<td class="name"
|
|
2522
|
+
<td class="name"><code>extent</code></td>
|
|
2308
2523
|
|
|
2309
2524
|
|
|
2310
2525
|
<td class="type">
|
|
2311
2526
|
|
|
2312
2527
|
|
|
2313
|
-
<span class="param-type">
|
|
2528
|
+
<span class="param-type">
|
|
2529
|
+
|
|
2530
|
+
Extent
|
|
2531
|
+
|
|
2532
|
+
</span>
|
|
2314
2533
|
|
|
2315
2534
|
|
|
2316
2535
|
|
|
@@ -2331,13 +2550,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2331
2550
|
|
|
2332
2551
|
<tr class="deep-level-1">
|
|
2333
2552
|
|
|
2334
|
-
<td class="name"
|
|
2553
|
+
<td class="name"><code>orientation</code></td>
|
|
2335
2554
|
|
|
2336
2555
|
|
|
2337
2556
|
<td class="type">
|
|
2338
2557
|
|
|
2339
2558
|
|
|
2340
|
-
<span class="param-type">
|
|
2559
|
+
<span class="param-type">
|
|
2560
|
+
|
|
2561
|
+
Object
|
|
2562
|
+
|
|
2563
|
+
</span>
|
|
2341
2564
|
|
|
2342
2565
|
|
|
2343
2566
|
|
|
@@ -2358,13 +2581,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2358
2581
|
|
|
2359
2582
|
<tr class="deep-level-1">
|
|
2360
2583
|
|
|
2361
|
-
<td class="name"
|
|
2584
|
+
<td class="name"><code>complete</code></td>
|
|
2362
2585
|
|
|
2363
2586
|
|
|
2364
2587
|
<td class="type">
|
|
2365
2588
|
|
|
2366
2589
|
|
|
2367
|
-
<span class="param-type">
|
|
2590
|
+
<span class="param-type">
|
|
2591
|
+
|
|
2592
|
+
function
|
|
2593
|
+
|
|
2594
|
+
</span>
|
|
2368
2595
|
|
|
2369
2596
|
|
|
2370
2597
|
|
|
@@ -2385,13 +2612,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2385
2612
|
|
|
2386
2613
|
<tr class="deep-level-1">
|
|
2387
2614
|
|
|
2388
|
-
<td class="name"
|
|
2615
|
+
<td class="name"><code>cancel</code></td>
|
|
2389
2616
|
|
|
2390
2617
|
|
|
2391
2618
|
<td class="type">
|
|
2392
2619
|
|
|
2393
2620
|
|
|
2394
|
-
<span class="param-type">
|
|
2621
|
+
<span class="param-type">
|
|
2622
|
+
|
|
2623
|
+
function
|
|
2624
|
+
|
|
2625
|
+
</span>
|
|
2395
2626
|
|
|
2396
2627
|
|
|
2397
2628
|
|
|
@@ -2412,13 +2643,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2412
2643
|
|
|
2413
2644
|
<tr class="deep-level-1">
|
|
2414
2645
|
|
|
2415
|
-
<td class="name"
|
|
2646
|
+
<td class="name"><code>endTransform</code></td>
|
|
2416
2647
|
|
|
2417
2648
|
|
|
2418
2649
|
<td class="type">
|
|
2419
2650
|
|
|
2420
2651
|
|
|
2421
|
-
<span class="param-type">
|
|
2652
|
+
<span class="param-type">
|
|
2653
|
+
|
|
2654
|
+
Object
|
|
2655
|
+
|
|
2656
|
+
</span>
|
|
2422
2657
|
|
|
2423
2658
|
|
|
2424
2659
|
|
|
@@ -2439,13 +2674,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2439
2674
|
|
|
2440
2675
|
<tr class="deep-level-1">
|
|
2441
2676
|
|
|
2442
|
-
<td class="name"
|
|
2677
|
+
<td class="name"><code>maximumHeight</code></td>
|
|
2443
2678
|
|
|
2444
2679
|
|
|
2445
2680
|
<td class="type">
|
|
2446
2681
|
|
|
2447
2682
|
|
|
2448
|
-
<span class="param-type">
|
|
2683
|
+
<span class="param-type">
|
|
2684
|
+
|
|
2685
|
+
Number
|
|
2686
|
+
|
|
2687
|
+
</span>
|
|
2449
2688
|
|
|
2450
2689
|
|
|
2451
2690
|
|
|
@@ -2466,13 +2705,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2466
2705
|
|
|
2467
2706
|
<tr class="deep-level-1">
|
|
2468
2707
|
|
|
2469
|
-
<td class="name"
|
|
2708
|
+
<td class="name"><code>pitchAdjustHeight</code></td>
|
|
2470
2709
|
|
|
2471
2710
|
|
|
2472
2711
|
<td class="type">
|
|
2473
2712
|
|
|
2474
2713
|
|
|
2475
|
-
<span class="param-type">
|
|
2714
|
+
<span class="param-type">
|
|
2715
|
+
|
|
2716
|
+
Number
|
|
2717
|
+
|
|
2718
|
+
</span>
|
|
2476
2719
|
|
|
2477
2720
|
|
|
2478
2721
|
|
|
@@ -2493,13 +2736,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2493
2736
|
|
|
2494
2737
|
<tr class="deep-level-1">
|
|
2495
2738
|
|
|
2496
|
-
<td class="name"
|
|
2739
|
+
<td class="name"><code>flyOverLongitude</code></td>
|
|
2497
2740
|
|
|
2498
2741
|
|
|
2499
2742
|
<td class="type">
|
|
2500
2743
|
|
|
2501
2744
|
|
|
2502
|
-
<span class="param-type">
|
|
2745
|
+
<span class="param-type">
|
|
2746
|
+
|
|
2747
|
+
Number
|
|
2748
|
+
|
|
2749
|
+
</span>
|
|
2503
2750
|
|
|
2504
2751
|
|
|
2505
2752
|
|
|
@@ -2520,13 +2767,17 @@ const sceneView = new SceneViewCesium({
|
|
|
2520
2767
|
|
|
2521
2768
|
<tr class="deep-level-1">
|
|
2522
2769
|
|
|
2523
|
-
<td class="name"
|
|
2770
|
+
<td class="name"><code>flyOverLongitudeWeight</code></td>
|
|
2524
2771
|
|
|
2525
2772
|
|
|
2526
2773
|
<td class="type">
|
|
2527
2774
|
|
|
2528
2775
|
|
|
2529
|
-
<span class="param-type">
|
|
2776
|
+
<span class="param-type">
|
|
2777
|
+
|
|
2778
|
+
Number
|
|
2779
|
+
|
|
2780
|
+
</span>
|
|
2530
2781
|
|
|
2531
2782
|
|
|
2532
2783
|
|
|
@@ -2789,7 +3040,11 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2789
3040
|
<div class='column is-5 has-text-left'>
|
|
2790
3041
|
<label>类型: </label>
|
|
2791
3042
|
|
|
2792
|
-
<span class="param-type">
|
|
3043
|
+
<span class="param-type">
|
|
3044
|
+
|
|
3045
|
+
Object
|
|
3046
|
+
|
|
3047
|
+
</span>
|
|
2793
3048
|
|
|
2794
3049
|
|
|
2795
3050
|
|
|
@@ -2907,7 +3162,11 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2907
3162
|
<div class='column is-5 has-text-left'>
|
|
2908
3163
|
<label>类型: </label>
|
|
2909
3164
|
|
|
2910
|
-
<span class="param-type">
|
|
3165
|
+
<span class="param-type">
|
|
3166
|
+
|
|
3167
|
+
Extent
|
|
3168
|
+
|
|
3169
|
+
</span>
|
|
2911
3170
|
|
|
2912
3171
|
|
|
2913
3172
|
|
|
@@ -2979,16 +3238,24 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2979
3238
|
|
|
2980
3239
|
<tr class="deep-level-0">
|
|
2981
3240
|
|
|
2982
|
-
<td class="name"
|
|
3241
|
+
<td class="name"><code>layer</code></td>
|
|
2983
3242
|
|
|
2984
3243
|
|
|
2985
3244
|
<td class="type">
|
|
2986
3245
|
|
|
2987
3246
|
|
|
2988
|
-
<span class="param-type">
|
|
3247
|
+
<span class="param-type">
|
|
3248
|
+
|
|
3249
|
+
IGSSceneLayer
|
|
3250
|
+
|
|
3251
|
+
</span>
|
|
2989
3252
|
|
|
|
2990
3253
|
|
|
2991
|
-
<span class="param-type">
|
|
3254
|
+
<span class="param-type">
|
|
3255
|
+
|
|
3256
|
+
IGSSceneSubLayer
|
|
3257
|
+
|
|
3258
|
+
</span>
|
|
2992
3259
|
|
|
2993
3260
|
|
|
2994
3261
|
|
|
@@ -3077,13 +3344,25 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3077
3344
|
<div class='column is-5 has-text-left'>
|
|
3078
3345
|
<label>类型: </label>
|
|
3079
3346
|
|
|
3080
|
-
<span class="param-type">
|
|
3347
|
+
<span class="param-type">
|
|
3348
|
+
|
|
3349
|
+
Array.<<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
|
|
3350
|
+
|
|
3351
|
+
</span>
|
|
3081
3352
|
|
|
|
3082
3353
|
|
|
3083
|
-
<span class="param-type"
|
|
3354
|
+
<span class="param-type">
|
|
3355
|
+
|
|
3356
|
+
<a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISM3DSet" MapGISM3DSet.html>MapGISM3DSet</a>
|
|
3357
|
+
|
|
3358
|
+
</span>
|
|
3084
3359
|
|
|
|
3085
3360
|
|
|
3086
|
-
<span class="param-type">
|
|
3361
|
+
<span class="param-type">
|
|
3362
|
+
|
|
3363
|
+
undefined
|
|
3364
|
+
|
|
3365
|
+
</span>
|
|
3087
3366
|
|
|
3088
3367
|
|
|
3089
3368
|
|
|
@@ -3200,7 +3479,11 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3200
3479
|
<div class='column is-5 has-text-left'>
|
|
3201
3480
|
<label>类型: </label>
|
|
3202
3481
|
|
|
3203
|
-
<span class="param-type">
|
|
3482
|
+
<span class="param-type">
|
|
3483
|
+
|
|
3484
|
+
Number
|
|
3485
|
+
|
|
3486
|
+
</span>
|
|
3204
3487
|
|
|
3205
3488
|
|
|
3206
3489
|
|
|
@@ -3318,7 +3601,11 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3318
3601
|
<div class='column is-5 has-text-left'>
|
|
3319
3602
|
<label>类型: </label>
|
|
3320
3603
|
|
|
3321
|
-
<span class="param-type">
|
|
3604
|
+
<span class="param-type">
|
|
3605
|
+
|
|
3606
|
+
Object
|
|
3607
|
+
|
|
3608
|
+
</span>
|
|
3322
3609
|
|
|
3323
3610
|
|
|
3324
3611
|
|
|
@@ -3435,7 +3722,11 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3435
3722
|
<div class='column is-5 has-text-left'>
|
|
3436
3723
|
<label>类型: </label>
|
|
3437
3724
|
|
|
3438
|
-
<span class="param-type">
|
|
3725
|
+
<span class="param-type">
|
|
3726
|
+
|
|
3727
|
+
Number
|
|
3728
|
+
|
|
3729
|
+
</span>
|
|
3439
3730
|
|
|
3440
3731
|
|
|
3441
3732
|
|
|
@@ -3509,7 +3800,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3509
3800
|
|
|
3510
3801
|
<tr class="deep-level-0">
|
|
3511
3802
|
|
|
3512
|
-
<td class="name"
|
|
3803
|
+
<td class="name"><code>goToTarget</code></td>
|
|
3513
3804
|
|
|
3514
3805
|
|
|
3515
3806
|
<td class="type">
|
|
@@ -3530,16 +3821,24 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3530
3821
|
|
|
3531
3822
|
<tr class="deep-level-1">
|
|
3532
3823
|
|
|
3533
|
-
<td class="name"
|
|
3824
|
+
<td class="name"><code>center</code></td>
|
|
3534
3825
|
|
|
3535
3826
|
|
|
3536
3827
|
<td class="type">
|
|
3537
3828
|
|
|
3538
3829
|
|
|
3539
|
-
<span class="param-type">
|
|
3830
|
+
<span class="param-type">
|
|
3831
|
+
|
|
3832
|
+
Point
|
|
3833
|
+
|
|
3834
|
+
</span>
|
|
3540
3835
|
|
|
|
3541
3836
|
|
|
3542
|
-
<span class="param-type">
|
|
3837
|
+
<span class="param-type">
|
|
3838
|
+
|
|
3839
|
+
Array
|
|
3840
|
+
|
|
3841
|
+
</span>
|
|
3543
3842
|
|
|
3544
3843
|
|
|
3545
3844
|
|
|
@@ -3560,13 +3859,17 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3560
3859
|
|
|
3561
3860
|
<tr class="deep-level-1">
|
|
3562
3861
|
|
|
3563
|
-
<td class="name"
|
|
3862
|
+
<td class="name"><code>zoom</code></td>
|
|
3564
3863
|
|
|
3565
3864
|
|
|
3566
3865
|
<td class="type">
|
|
3567
3866
|
|
|
3568
3867
|
|
|
3569
|
-
<span class="param-type">
|
|
3868
|
+
<span class="param-type">
|
|
3869
|
+
|
|
3870
|
+
Number
|
|
3871
|
+
|
|
3872
|
+
</span>
|
|
3570
3873
|
|
|
3571
3874
|
|
|
3572
3875
|
|
|
@@ -3587,13 +3890,17 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3587
3890
|
|
|
3588
3891
|
<tr class="deep-level-1">
|
|
3589
3892
|
|
|
3590
|
-
<td class="name"
|
|
3893
|
+
<td class="name"><code>scale</code></td>
|
|
3591
3894
|
|
|
3592
3895
|
|
|
3593
3896
|
<td class="type">
|
|
3594
3897
|
|
|
3595
3898
|
|
|
3596
|
-
<span class="param-type">
|
|
3899
|
+
<span class="param-type">
|
|
3900
|
+
|
|
3901
|
+
Number
|
|
3902
|
+
|
|
3903
|
+
</span>
|
|
3597
3904
|
|
|
3598
3905
|
|
|
3599
3906
|
|
|
@@ -3614,19 +3921,31 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3614
3921
|
|
|
3615
3922
|
<tr class="deep-level-1">
|
|
3616
3923
|
|
|
3617
|
-
<td class="name"
|
|
3924
|
+
<td class="name"><code>target</code></td>
|
|
3618
3925
|
|
|
3619
3926
|
|
|
3620
3927
|
<td class="type">
|
|
3621
3928
|
|
|
3622
3929
|
|
|
3623
|
-
<span class="param-type">
|
|
3930
|
+
<span class="param-type">
|
|
3931
|
+
|
|
3932
|
+
Geometry
|
|
3933
|
+
|
|
3934
|
+
</span>
|
|
3624
3935
|
|
|
|
3625
3936
|
|
|
3626
|
-
<span class="param-type">
|
|
3937
|
+
<span class="param-type">
|
|
3938
|
+
|
|
3939
|
+
Array.<Geometry>
|
|
3940
|
+
|
|
3941
|
+
</span>
|
|
3627
3942
|
|
|
|
3628
3943
|
|
|
3629
|
-
<span class="param-type">
|
|
3944
|
+
<span class="param-type">
|
|
3945
|
+
|
|
3946
|
+
Collection.<Geometry>
|
|
3947
|
+
|
|
3948
|
+
</span>
|
|
3630
3949
|
|
|
3631
3950
|
|
|
3632
3951
|
|
|
@@ -3652,7 +3971,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3652
3971
|
|
|
3653
3972
|
<tr class="deep-level-0">
|
|
3654
3973
|
|
|
3655
|
-
<td class="name"
|
|
3974
|
+
<td class="name"><code>options</code></td>
|
|
3656
3975
|
|
|
3657
3976
|
|
|
3658
3977
|
<td class="type">
|
|
@@ -3673,13 +3992,17 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3673
3992
|
|
|
3674
3993
|
<tr class="deep-level-1">
|
|
3675
3994
|
|
|
3676
|
-
<td class="name"
|
|
3995
|
+
<td class="name"><code>animate</code></td>
|
|
3677
3996
|
|
|
3678
3997
|
|
|
3679
3998
|
<td class="type">
|
|
3680
3999
|
|
|
3681
4000
|
|
|
3682
|
-
<span class="param-type">
|
|
4001
|
+
<span class="param-type">
|
|
4002
|
+
|
|
4003
|
+
Boolean
|
|
4004
|
+
|
|
4005
|
+
</span>
|
|
3683
4006
|
|
|
3684
4007
|
|
|
3685
4008
|
|
|
@@ -3702,13 +4025,17 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3702
4025
|
|
|
3703
4026
|
<tr class="deep-level-1">
|
|
3704
4027
|
|
|
3705
|
-
<td class="name"
|
|
4028
|
+
<td class="name"><code>duration</code></td>
|
|
3706
4029
|
|
|
3707
4030
|
|
|
3708
4031
|
<td class="type">
|
|
3709
4032
|
|
|
3710
4033
|
|
|
3711
|
-
<span class="param-type">
|
|
4034
|
+
<span class="param-type">
|
|
4035
|
+
|
|
4036
|
+
Number
|
|
4037
|
+
|
|
4038
|
+
</span>
|
|
3712
4039
|
|
|
3713
4040
|
|
|
3714
4041
|
|
|
@@ -3917,13 +4244,17 @@ sceneView
|
|
|
3917
4244
|
|
|
3918
4245
|
<tr class="deep-level-0">
|
|
3919
4246
|
|
|
3920
|
-
<td class="name"
|
|
4247
|
+
<td class="name"><code>screenPoint</code></td>
|
|
3921
4248
|
|
|
3922
4249
|
|
|
3923
4250
|
<td class="type">
|
|
3924
4251
|
|
|
3925
4252
|
|
|
3926
|
-
<span class="param-type">
|
|
4253
|
+
<span class="param-type">
|
|
4254
|
+
|
|
4255
|
+
Object
|
|
4256
|
+
|
|
4257
|
+
</span>
|
|
3927
4258
|
|
|
3928
4259
|
|
|
3929
4260
|
|
|
@@ -4012,7 +4343,11 @@ sceneView
|
|
|
4012
4343
|
<div class='column is-5 has-text-left'>
|
|
4013
4344
|
<label>类型: </label>
|
|
4014
4345
|
|
|
4015
|
-
<span class="param-type">
|
|
4346
|
+
<span class="param-type">
|
|
4347
|
+
|
|
4348
|
+
Array
|
|
4349
|
+
|
|
4350
|
+
</span>
|
|
4016
4351
|
|
|
4017
4352
|
|
|
4018
4353
|
|
|
@@ -4126,13 +4461,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4126
4461
|
|
|
4127
4462
|
<tr class="deep-level-0">
|
|
4128
4463
|
|
|
4129
|
-
<td class="name"
|
|
4464
|
+
<td class="name"><code>value</code></td>
|
|
4130
4465
|
|
|
4131
4466
|
|
|
4132
4467
|
<td class="type">
|
|
4133
4468
|
|
|
4134
4469
|
|
|
4135
|
-
<span class="param-type">
|
|
4470
|
+
<span class="param-type">
|
|
4471
|
+
|
|
4472
|
+
Point
|
|
4473
|
+
|
|
4474
|
+
</span>
|
|
4136
4475
|
|
|
4137
4476
|
|
|
4138
4477
|
|
|
@@ -4268,13 +4607,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4268
4607
|
|
|
4269
4608
|
<tr class="deep-level-0">
|
|
4270
4609
|
|
|
4271
|
-
<td class="name"
|
|
4610
|
+
<td class="name"><code>value</code></td>
|
|
4272
4611
|
|
|
4273
4612
|
|
|
4274
4613
|
<td class="type">
|
|
4275
4614
|
|
|
4276
4615
|
|
|
4277
|
-
<span class="param-type">
|
|
4616
|
+
<span class="param-type">
|
|
4617
|
+
|
|
4618
|
+
Extent
|
|
4619
|
+
|
|
4620
|
+
</span>
|
|
4278
4621
|
|
|
4279
4622
|
|
|
4280
4623
|
|
|
@@ -4411,13 +4754,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4411
4754
|
|
|
4412
4755
|
<tr class="deep-level-0">
|
|
4413
4756
|
|
|
4414
|
-
<td class="name"
|
|
4757
|
+
<td class="name"><code>options</code></td>
|
|
4415
4758
|
|
|
4416
4759
|
|
|
4417
4760
|
<td class="type">
|
|
4418
4761
|
|
|
4419
4762
|
|
|
4420
|
-
<span class="param-type">
|
|
4763
|
+
<span class="param-type">
|
|
4764
|
+
|
|
4765
|
+
Object
|
|
4766
|
+
|
|
4767
|
+
</span>
|
|
4421
4768
|
|
|
4422
4769
|
|
|
4423
4770
|
|
|
@@ -4440,13 +4787,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4440
4787
|
|
|
4441
4788
|
<tr class="deep-level-1">
|
|
4442
4789
|
|
|
4443
|
-
<td class="name"
|
|
4790
|
+
<td class="name"><code>format</code></td>
|
|
4444
4791
|
|
|
4445
4792
|
|
|
4446
4793
|
<td class="type">
|
|
4447
4794
|
|
|
4448
4795
|
|
|
4449
|
-
<span class="param-type">
|
|
4796
|
+
<span class="param-type">
|
|
4797
|
+
|
|
4798
|
+
PictureFormat
|
|
4799
|
+
|
|
4800
|
+
</span>
|
|
4450
4801
|
|
|
4451
4802
|
|
|
4452
4803
|
|
|
@@ -4469,13 +4820,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4469
4820
|
|
|
4470
4821
|
<tr class="deep-level-1">
|
|
4471
4822
|
|
|
4472
|
-
<td class="name"
|
|
4823
|
+
<td class="name"><code>filename</code></td>
|
|
4473
4824
|
|
|
4474
4825
|
|
|
4475
4826
|
<td class="type">
|
|
4476
4827
|
|
|
4477
4828
|
|
|
4478
|
-
<span class="param-type">
|
|
4829
|
+
<span class="param-type">
|
|
4830
|
+
|
|
4831
|
+
String
|
|
4832
|
+
|
|
4833
|
+
</span>
|
|
4479
4834
|
|
|
4480
4835
|
|
|
4481
4836
|
|
|
@@ -4498,13 +4853,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4498
4853
|
|
|
4499
4854
|
<tr class="deep-level-1">
|
|
4500
4855
|
|
|
4501
|
-
<td class="name"
|
|
4856
|
+
<td class="name"><code>width</code></td>
|
|
4502
4857
|
|
|
4503
4858
|
|
|
4504
4859
|
<td class="type">
|
|
4505
4860
|
|
|
4506
4861
|
|
|
4507
|
-
<span class="param-type">
|
|
4862
|
+
<span class="param-type">
|
|
4863
|
+
|
|
4864
|
+
Number
|
|
4865
|
+
|
|
4866
|
+
</span>
|
|
4508
4867
|
|
|
4509
4868
|
|
|
4510
4869
|
|
|
@@ -4525,13 +4884,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4525
4884
|
|
|
4526
4885
|
<tr class="deep-level-1">
|
|
4527
4886
|
|
|
4528
|
-
<td class="name"
|
|
4887
|
+
<td class="name"><code>height</code></td>
|
|
4529
4888
|
|
|
4530
4889
|
|
|
4531
4890
|
<td class="type">
|
|
4532
4891
|
|
|
4533
4892
|
|
|
4534
|
-
<span class="param-type">
|
|
4893
|
+
<span class="param-type">
|
|
4894
|
+
|
|
4895
|
+
Number
|
|
4896
|
+
|
|
4897
|
+
</span>
|
|
4535
4898
|
|
|
4536
4899
|
|
|
4537
4900
|
|
|
@@ -4552,13 +4915,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4552
4915
|
|
|
4553
4916
|
<tr class="deep-level-1">
|
|
4554
4917
|
|
|
4555
|
-
<td class="name"
|
|
4918
|
+
<td class="name"><code>x</code></td>
|
|
4556
4919
|
|
|
4557
4920
|
|
|
4558
4921
|
<td class="type">
|
|
4559
4922
|
|
|
4560
4923
|
|
|
4561
|
-
<span class="param-type">
|
|
4924
|
+
<span class="param-type">
|
|
4925
|
+
|
|
4926
|
+
Number
|
|
4927
|
+
|
|
4928
|
+
</span>
|
|
4562
4929
|
|
|
4563
4930
|
|
|
4564
4931
|
|
|
@@ -4579,13 +4946,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4579
4946
|
|
|
4580
4947
|
<tr class="deep-level-1">
|
|
4581
4948
|
|
|
4582
|
-
<td class="name"
|
|
4949
|
+
<td class="name"><code>y</code></td>
|
|
4583
4950
|
|
|
4584
4951
|
|
|
4585
4952
|
<td class="type">
|
|
4586
4953
|
|
|
4587
4954
|
|
|
4588
|
-
<span class="param-type">
|
|
4955
|
+
<span class="param-type">
|
|
4956
|
+
|
|
4957
|
+
Number
|
|
4958
|
+
|
|
4959
|
+
</span>
|
|
4589
4960
|
|
|
4590
4961
|
|
|
4591
4962
|
|
|
@@ -4606,13 +4977,17 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4606
4977
|
|
|
4607
4978
|
<tr class="deep-level-1">
|
|
4608
4979
|
|
|
4609
|
-
<td class="name"
|
|
4980
|
+
<td class="name"><code>isDownload</code></td>
|
|
4610
4981
|
|
|
4611
4982
|
|
|
4612
4983
|
<td class="type">
|
|
4613
4984
|
|
|
4614
4985
|
|
|
4615
|
-
<span class="param-type">
|
|
4986
|
+
<span class="param-type">
|
|
4987
|
+
|
|
4988
|
+
Boolean
|
|
4989
|
+
|
|
4990
|
+
</span>
|
|
4616
4991
|
|
|
4617
4992
|
|
|
4618
4993
|
|
|
@@ -4710,7 +5085,11 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4710
5085
|
<div class='column is-5 has-text-left'>
|
|
4711
5086
|
<label>类型: </label>
|
|
4712
5087
|
|
|
4713
|
-
<span class="param-type">
|
|
5088
|
+
<span class="param-type">
|
|
5089
|
+
|
|
5090
|
+
Promise
|
|
5091
|
+
|
|
5092
|
+
</span>
|
|
4714
5093
|
|
|
4715
5094
|
|
|
4716
5095
|
|
|
@@ -4860,7 +5239,11 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4860
5239
|
<div class='column is-5 has-text-left'>
|
|
4861
5240
|
<label>类型: </label>
|
|
4862
5241
|
|
|
4863
|
-
<span class="param-type">
|
|
5242
|
+
<span class="param-type">
|
|
5243
|
+
|
|
5244
|
+
Object
|
|
5245
|
+
|
|
5246
|
+
</span>
|
|
4864
5247
|
|
|
4865
5248
|
|
|
4866
5249
|
|
|
@@ -4933,13 +5316,17 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4933
5316
|
|
|
4934
5317
|
<tr class="deep-level-0">
|
|
4935
5318
|
|
|
4936
|
-
<td class="name"
|
|
5319
|
+
<td class="name"><code>screenPoint</code></td>
|
|
4937
5320
|
|
|
4938
5321
|
|
|
4939
5322
|
<td class="type">
|
|
4940
5323
|
|
|
4941
5324
|
|
|
4942
|
-
<span class="param-type">
|
|
5325
|
+
<span class="param-type">
|
|
5326
|
+
|
|
5327
|
+
Object
|
|
5328
|
+
|
|
5329
|
+
</span>
|
|
4943
5330
|
|
|
4944
5331
|
|
|
4945
5332
|
|
|
@@ -5028,7 +5415,11 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5028
5415
|
<div class='column is-5 has-text-left'>
|
|
5029
5416
|
<label>类型: </label>
|
|
5030
5417
|
|
|
5031
|
-
<span class="param-type">
|
|
5418
|
+
<span class="param-type">
|
|
5419
|
+
|
|
5420
|
+
Point
|
|
5421
|
+
|
|
5422
|
+
</span>
|
|
5032
5423
|
|
|
5033
5424
|
|
|
5034
5425
|
|
|
@@ -5123,13 +5514,17 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5123
5514
|
|
|
5124
5515
|
<tr class="deep-level-0">
|
|
5125
5516
|
|
|
5126
|
-
<td class="name"
|
|
5517
|
+
<td class="name"><code>point</code></td>
|
|
5127
5518
|
|
|
5128
5519
|
|
|
5129
5520
|
<td class="type">
|
|
5130
5521
|
|
|
5131
5522
|
|
|
5132
|
-
<span class="param-type">
|
|
5523
|
+
<span class="param-type">
|
|
5524
|
+
|
|
5525
|
+
Point
|
|
5526
|
+
|
|
5527
|
+
</span>
|
|
5133
5528
|
|
|
5134
5529
|
|
|
5135
5530
|
|
|
@@ -5218,7 +5613,11 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5218
5613
|
<div class='column is-5 has-text-left'>
|
|
5219
5614
|
<label>类型: </label>
|
|
5220
5615
|
|
|
5221
|
-
<span class="param-type">
|
|
5616
|
+
<span class="param-type">
|
|
5617
|
+
|
|
5618
|
+
Object
|
|
5619
|
+
|
|
5620
|
+
</span>
|
|
5222
5621
|
|
|
5223
5622
|
|
|
5224
5623
|
|