@mapgis/webclient-cesium-plugin 17.0.2 → 17.0.5
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 +27 -1
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/ArcGISMapServerImageryProvider.html +158 -35
- package/documention/ArcGISTileServerImageryProvider.html +90 -25
- package/documention/CustomTilingScheme.html +304 -111
- package/documention/DynamicEntityVisualizer.html +21 -6
- package/documention/DynamicLabelLayer.html +208 -53
- package/documention/GeoJSONLayerUtil.html +25 -6
- package/documention/GraphicsLayerUtil.html +25 -6
- package/documention/HashMap.html +107 -27
- package/documention/IGSFeatureLayerUtil.html +25 -6
- package/documention/IGSSceneLayerUtil.html +217 -64
- package/documention/MapGISMapServerImageryProvider.html +408 -105
- package/documention/MapGISTerrainProvider.html +418 -102
- package/documention/MapGISTileServerImageryProvider.html +379 -96
- package/documention/MapGISVectorTileImageryProvider.html +506 -127
- package/documention/Popup.html +148 -39
- package/documention/SceneViewCesium.html +698 -205
- package/documention/Screenshot.html +43 -18
- package/documention/SketchEditorCesium.html +161 -48
- package/documention/UrlTemplateImageryProvider.html +26 -7
- package/documention/WFSLayerUtil.html +25 -6
- package/documention/WebMapServiceImageryProvider.html +27 -7
- package/documention/WebMapTileServiceImageryProvider.html +27 -7
- package/documention/global.html +20 -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 +13 -8
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +104 -39
- package/documention/module.exports_module.exports.html +42 -12
- package/documention/scripts/sideBar.js +133 -6
- package/package.json +1 -1
|
@@ -73,13 +73,18 @@
|
|
|
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>
|
|
87
|
+
|
|
83
88
|
|
|
84
89
|
|
|
85
90
|
|
|
@@ -99,13 +104,18 @@
|
|
|
99
104
|
|
|
100
105
|
<tr class="deep-level-1">
|
|
101
106
|
|
|
102
|
-
<td class="name"
|
|
107
|
+
<td class="name"><code>map</code></td>
|
|
103
108
|
|
|
104
109
|
|
|
105
110
|
<td class="type">
|
|
106
111
|
|
|
107
112
|
|
|
108
|
-
<span class="param-type">
|
|
113
|
+
<span class="param-type">
|
|
114
|
+
|
|
115
|
+
Map
|
|
116
|
+
|
|
117
|
+
</span>
|
|
118
|
+
|
|
109
119
|
|
|
110
120
|
|
|
111
121
|
|
|
@@ -125,13 +135,18 @@
|
|
|
125
135
|
|
|
126
136
|
<tr class="deep-level-1">
|
|
127
137
|
|
|
128
|
-
<td class="name"
|
|
138
|
+
<td class="name"><code>viewId</code></td>
|
|
129
139
|
|
|
130
140
|
|
|
131
141
|
<td class="type">
|
|
132
142
|
|
|
133
143
|
|
|
134
|
-
<span class="param-type">
|
|
144
|
+
<span class="param-type">
|
|
145
|
+
|
|
146
|
+
String
|
|
147
|
+
|
|
148
|
+
</span>
|
|
149
|
+
|
|
135
150
|
|
|
136
151
|
|
|
137
152
|
|
|
@@ -151,13 +166,18 @@
|
|
|
151
166
|
|
|
152
167
|
<tr class="deep-level-1">
|
|
153
168
|
|
|
154
|
-
<td class="name"
|
|
169
|
+
<td class="name"><code>innerView</code></td>
|
|
155
170
|
|
|
156
171
|
|
|
157
172
|
<td class="type">
|
|
158
173
|
|
|
159
174
|
|
|
160
|
-
<span class="param-type">
|
|
175
|
+
<span class="param-type">
|
|
176
|
+
|
|
177
|
+
Object
|
|
178
|
+
|
|
179
|
+
</span>
|
|
180
|
+
|
|
161
181
|
|
|
162
182
|
|
|
163
183
|
|
|
@@ -177,13 +197,18 @@
|
|
|
177
197
|
|
|
178
198
|
<tr class="deep-level-1">
|
|
179
199
|
|
|
180
|
-
<td class="name"
|
|
200
|
+
<td class="name"><code>center</code></td>
|
|
181
201
|
|
|
182
202
|
|
|
183
203
|
<td class="type">
|
|
184
204
|
|
|
185
205
|
|
|
186
|
-
<span class="param-type">
|
|
206
|
+
<span class="param-type">
|
|
207
|
+
|
|
208
|
+
Point
|
|
209
|
+
|
|
210
|
+
</span>
|
|
211
|
+
|
|
187
212
|
|
|
188
213
|
|
|
189
214
|
|
|
@@ -205,13 +230,18 @@
|
|
|
205
230
|
|
|
206
231
|
<tr class="deep-level-1">
|
|
207
232
|
|
|
208
|
-
<td class="name"
|
|
233
|
+
<td class="name"><code>scale</code></td>
|
|
209
234
|
|
|
210
235
|
|
|
211
236
|
<td class="type">
|
|
212
237
|
|
|
213
238
|
|
|
214
|
-
<span class="param-type">
|
|
239
|
+
<span class="param-type">
|
|
240
|
+
|
|
241
|
+
Number
|
|
242
|
+
|
|
243
|
+
</span>
|
|
244
|
+
|
|
215
245
|
|
|
216
246
|
|
|
217
247
|
|
|
@@ -231,13 +261,18 @@
|
|
|
231
261
|
|
|
232
262
|
<tr class="deep-level-1">
|
|
233
263
|
|
|
234
|
-
<td class="name"
|
|
264
|
+
<td class="name"><code>zoom</code></td>
|
|
235
265
|
|
|
236
266
|
|
|
237
267
|
<td class="type">
|
|
238
268
|
|
|
239
269
|
|
|
240
|
-
<span class="param-type">
|
|
270
|
+
<span class="param-type">
|
|
271
|
+
|
|
272
|
+
Number
|
|
273
|
+
|
|
274
|
+
</span>
|
|
275
|
+
|
|
241
276
|
|
|
242
277
|
|
|
243
278
|
|
|
@@ -257,13 +292,18 @@
|
|
|
257
292
|
|
|
258
293
|
<tr class="deep-level-1">
|
|
259
294
|
|
|
260
|
-
<td class="name"
|
|
295
|
+
<td class="name"><code>minZoom</code></td>
|
|
261
296
|
|
|
262
297
|
|
|
263
298
|
<td class="type">
|
|
264
299
|
|
|
265
300
|
|
|
266
|
-
<span class="param-type">
|
|
301
|
+
<span class="param-type">
|
|
302
|
+
|
|
303
|
+
Number
|
|
304
|
+
|
|
305
|
+
</span>
|
|
306
|
+
|
|
267
307
|
|
|
268
308
|
|
|
269
309
|
|
|
@@ -285,13 +325,18 @@
|
|
|
285
325
|
|
|
286
326
|
<tr class="deep-level-1">
|
|
287
327
|
|
|
288
|
-
<td class="name"
|
|
328
|
+
<td class="name"><code>maxZoom</code></td>
|
|
289
329
|
|
|
290
330
|
|
|
291
331
|
<td class="type">
|
|
292
332
|
|
|
293
333
|
|
|
294
|
-
<span class="param-type">
|
|
334
|
+
<span class="param-type">
|
|
335
|
+
|
|
336
|
+
Number
|
|
337
|
+
|
|
338
|
+
</span>
|
|
339
|
+
|
|
295
340
|
|
|
296
341
|
|
|
297
342
|
|
|
@@ -313,13 +358,18 @@
|
|
|
313
358
|
|
|
314
359
|
<tr class="deep-level-1">
|
|
315
360
|
|
|
316
|
-
<td class="name"
|
|
361
|
+
<td class="name"><code>popup</code></td>
|
|
317
362
|
|
|
318
363
|
|
|
319
364
|
<td class="type">
|
|
320
365
|
|
|
321
366
|
|
|
322
|
-
<span class="param-type">
|
|
367
|
+
<span class="param-type">
|
|
368
|
+
|
|
369
|
+
Object
|
|
370
|
+
|
|
371
|
+
</span>
|
|
372
|
+
|
|
323
373
|
|
|
324
374
|
|
|
325
375
|
|
|
@@ -339,13 +389,18 @@
|
|
|
339
389
|
|
|
340
390
|
<tr class="deep-level-1">
|
|
341
391
|
|
|
342
|
-
<td class="name"
|
|
392
|
+
<td class="name"><code>extent</code></td>
|
|
343
393
|
|
|
344
394
|
|
|
345
395
|
<td class="type">
|
|
346
396
|
|
|
347
397
|
|
|
348
|
-
<span class="param-type">
|
|
398
|
+
<span class="param-type">
|
|
399
|
+
|
|
400
|
+
Extent
|
|
401
|
+
|
|
402
|
+
</span>
|
|
403
|
+
|
|
349
404
|
|
|
350
405
|
|
|
351
406
|
|
|
@@ -365,13 +420,18 @@
|
|
|
365
420
|
|
|
366
421
|
<tr class="deep-level-1">
|
|
367
422
|
|
|
368
|
-
<td class="name"
|
|
423
|
+
<td class="name"><code>extendOptions</code></td>
|
|
369
424
|
|
|
370
425
|
|
|
371
426
|
<td class="type">
|
|
372
427
|
|
|
373
428
|
|
|
374
|
-
<span class="param-type">
|
|
429
|
+
<span class="param-type">
|
|
430
|
+
|
|
431
|
+
Object
|
|
432
|
+
|
|
433
|
+
</span>
|
|
434
|
+
|
|
375
435
|
|
|
376
436
|
|
|
377
437
|
|
|
@@ -445,19 +505,19 @@
|
|
|
445
505
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
446
506
|
<div class="column is-10">
|
|
447
507
|
<ul>
|
|
448
|
-
<li
|
|
508
|
+
<li><a href="#鼠标点击事件">鼠标点击事件</a></li>
|
|
449
509
|
|
|
450
|
-
<li
|
|
510
|
+
<li><a href="#鼠标双击事件">鼠标双击事件</a></li>
|
|
451
511
|
|
|
452
|
-
<li
|
|
512
|
+
<li><a href="#鼠标按下事件">鼠标按下事件</a></li>
|
|
453
513
|
|
|
454
|
-
<li
|
|
514
|
+
<li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
|
|
455
515
|
|
|
456
|
-
<li
|
|
516
|
+
<li><a href="#鼠标右键点击事件">鼠标右键点击事件</a></li>
|
|
457
517
|
|
|
458
|
-
<li
|
|
518
|
+
<li><a href="#鼠标移动事件">鼠标移动事件</a></li>
|
|
459
519
|
|
|
460
|
-
<li
|
|
520
|
+
<li><a href="#地图视图改变事件">地图视图改变事件</a></li>
|
|
461
521
|
</ul>
|
|
462
522
|
</div>
|
|
463
523
|
</div>
|
|
@@ -588,11 +648,16 @@ const sceneView = new SceneViewCesium({
|
|
|
588
648
|
<tbody>
|
|
589
649
|
|
|
590
650
|
<tr class="deep-level-0">
|
|
591
|
-
<td class="name"><code><a href="
|
|
651
|
+
<td class="name"><code><a href="#center">center</a></code></td>
|
|
592
652
|
<td class="name">
|
|
593
653
|
<code>
|
|
594
654
|
|
|
595
|
-
<span class="param-type">
|
|
655
|
+
<span class="param-type">
|
|
656
|
+
|
|
657
|
+
Point
|
|
658
|
+
|
|
659
|
+
</span>
|
|
660
|
+
|
|
596
661
|
|
|
597
662
|
|
|
598
663
|
</code>
|
|
@@ -601,11 +666,16 @@ const sceneView = new SceneViewCesium({
|
|
|
601
666
|
</tr>
|
|
602
667
|
|
|
603
668
|
<tr class="deep-level-0">
|
|
604
|
-
<td class="name"><code><a href="
|
|
669
|
+
<td class="name"><code><a href="#engineType">engineType</a></code></td>
|
|
605
670
|
<td class="name">
|
|
606
671
|
<code>
|
|
607
672
|
|
|
608
|
-
<span class="param-type">
|
|
673
|
+
<span class="param-type">
|
|
674
|
+
|
|
675
|
+
Object
|
|
676
|
+
|
|
677
|
+
</span>
|
|
678
|
+
|
|
609
679
|
|
|
610
680
|
|
|
611
681
|
</code>
|
|
@@ -614,11 +684,16 @@ const sceneView = new SceneViewCesium({
|
|
|
614
684
|
</tr>
|
|
615
685
|
|
|
616
686
|
<tr class="deep-level-0">
|
|
617
|
-
<td class="name"><code><a href="
|
|
687
|
+
<td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
|
|
618
688
|
<td class="name">
|
|
619
689
|
<code>
|
|
620
690
|
|
|
621
|
-
<span class="param-type">
|
|
691
|
+
<span class="param-type">
|
|
692
|
+
|
|
693
|
+
Object
|
|
694
|
+
|
|
695
|
+
</span>
|
|
696
|
+
|
|
622
697
|
|
|
623
698
|
|
|
624
699
|
</code>
|
|
@@ -627,11 +702,16 @@ const sceneView = new SceneViewCesium({
|
|
|
627
702
|
</tr>
|
|
628
703
|
|
|
629
704
|
<tr class="deep-level-0">
|
|
630
|
-
<td class="name"><code><a href="
|
|
705
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
631
706
|
<td class="name">
|
|
632
707
|
<code>
|
|
633
708
|
|
|
634
|
-
<span class="param-type">
|
|
709
|
+
<span class="param-type">
|
|
710
|
+
|
|
711
|
+
Extent
|
|
712
|
+
|
|
713
|
+
</span>
|
|
714
|
+
|
|
635
715
|
|
|
636
716
|
|
|
637
717
|
</code>
|
|
@@ -640,11 +720,16 @@ const sceneView = new SceneViewCesium({
|
|
|
640
720
|
</tr>
|
|
641
721
|
|
|
642
722
|
<tr class="deep-level-0">
|
|
643
|
-
<td class="name"><code><a href="
|
|
723
|
+
<td class="name"><code><a href="#height">height</a></code></td>
|
|
644
724
|
<td class="name">
|
|
645
725
|
<code>
|
|
646
726
|
|
|
647
|
-
<span class="param-type">
|
|
727
|
+
<span class="param-type">
|
|
728
|
+
|
|
729
|
+
Number
|
|
730
|
+
|
|
731
|
+
</span>
|
|
732
|
+
|
|
648
733
|
|
|
649
734
|
|
|
650
735
|
</code>
|
|
@@ -653,11 +738,16 @@ const sceneView = new SceneViewCesium({
|
|
|
653
738
|
</tr>
|
|
654
739
|
|
|
655
740
|
<tr class="deep-level-0">
|
|
656
|
-
<td class="name"><code><a href="
|
|
741
|
+
<td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
|
|
657
742
|
<td class="name">
|
|
658
743
|
<code>
|
|
659
744
|
|
|
660
|
-
<span class="param-type">
|
|
745
|
+
<span class="param-type">
|
|
746
|
+
|
|
747
|
+
Number
|
|
748
|
+
|
|
749
|
+
</span>
|
|
750
|
+
|
|
661
751
|
|
|
662
752
|
|
|
663
753
|
</code>
|
|
@@ -666,11 +756,16 @@ const sceneView = new SceneViewCesium({
|
|
|
666
756
|
</tr>
|
|
667
757
|
|
|
668
758
|
<tr class="deep-level-0">
|
|
669
|
-
<td class="name"><code><a href="
|
|
759
|
+
<td class="name"><code><a href="#minZoom">minZoom</a></code></td>
|
|
670
760
|
<td class="name">
|
|
671
761
|
<code>
|
|
672
762
|
|
|
673
|
-
<span class="param-type">
|
|
763
|
+
<span class="param-type">
|
|
764
|
+
|
|
765
|
+
Number
|
|
766
|
+
|
|
767
|
+
</span>
|
|
768
|
+
|
|
674
769
|
|
|
675
770
|
|
|
676
771
|
</code>
|
|
@@ -679,11 +774,16 @@ const sceneView = new SceneViewCesium({
|
|
|
679
774
|
</tr>
|
|
680
775
|
|
|
681
776
|
<tr class="deep-level-0">
|
|
682
|
-
<td class="name"><code><a href="
|
|
777
|
+
<td class="name"><code><a href="#popup">popup</a></code></td>
|
|
683
778
|
<td class="name">
|
|
684
779
|
<code>
|
|
685
780
|
|
|
686
|
-
<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>
|
|
786
|
+
|
|
687
787
|
|
|
688
788
|
|
|
689
789
|
</code>
|
|
@@ -692,11 +792,16 @@ const sceneView = new SceneViewCesium({
|
|
|
692
792
|
</tr>
|
|
693
793
|
|
|
694
794
|
<tr class="deep-level-0">
|
|
695
|
-
<td class="name"><code><a href="
|
|
795
|
+
<td class="name"><code><a href="#scale">scale</a></code></td>
|
|
696
796
|
<td class="name">
|
|
697
797
|
<code>
|
|
698
798
|
|
|
699
|
-
<span class="param-type">
|
|
799
|
+
<span class="param-type">
|
|
800
|
+
|
|
801
|
+
Number
|
|
802
|
+
|
|
803
|
+
</span>
|
|
804
|
+
|
|
700
805
|
|
|
701
806
|
|
|
702
807
|
</code>
|
|
@@ -705,11 +810,16 @@ const sceneView = new SceneViewCesium({
|
|
|
705
810
|
</tr>
|
|
706
811
|
|
|
707
812
|
<tr class="deep-level-0">
|
|
708
|
-
<td class="name"><code><a href="
|
|
813
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
709
814
|
<td class="name">
|
|
710
815
|
<code>
|
|
711
816
|
|
|
712
|
-
<span class="param-type">
|
|
817
|
+
<span class="param-type">
|
|
818
|
+
|
|
819
|
+
SpatialReference
|
|
820
|
+
|
|
821
|
+
</span>
|
|
822
|
+
|
|
713
823
|
|
|
714
824
|
|
|
715
825
|
</code>
|
|
@@ -718,11 +828,16 @@ const sceneView = new SceneViewCesium({
|
|
|
718
828
|
</tr>
|
|
719
829
|
|
|
720
830
|
<tr class="deep-level-0">
|
|
721
|
-
<td class="name"><code><a href="
|
|
831
|
+
<td class="name"><code><a href="#stationary">stationary</a></code></td>
|
|
722
832
|
<td class="name">
|
|
723
833
|
<code>
|
|
724
834
|
|
|
725
|
-
<span class="param-type">
|
|
835
|
+
<span class="param-type">
|
|
836
|
+
|
|
837
|
+
Boolean
|
|
838
|
+
|
|
839
|
+
</span>
|
|
840
|
+
|
|
726
841
|
|
|
727
842
|
|
|
728
843
|
</code>
|
|
@@ -731,11 +846,16 @@ const sceneView = new SceneViewCesium({
|
|
|
731
846
|
</tr>
|
|
732
847
|
|
|
733
848
|
<tr class="deep-level-0">
|
|
734
|
-
<td class="name"><code><a href="
|
|
849
|
+
<td class="name"><code><a href="#width">width</a></code></td>
|
|
735
850
|
<td class="name">
|
|
736
851
|
<code>
|
|
737
852
|
|
|
738
|
-
<span class="param-type">
|
|
853
|
+
<span class="param-type">
|
|
854
|
+
|
|
855
|
+
Number
|
|
856
|
+
|
|
857
|
+
</span>
|
|
858
|
+
|
|
739
859
|
|
|
740
860
|
|
|
741
861
|
</code>
|
|
@@ -744,11 +864,16 @@ const sceneView = new SceneViewCesium({
|
|
|
744
864
|
</tr>
|
|
745
865
|
|
|
746
866
|
<tr class="deep-level-0">
|
|
747
|
-
<td class="name"><code><a href="
|
|
867
|
+
<td class="name"><code><a href="#zoom">zoom</a></code></td>
|
|
748
868
|
<td class="name">
|
|
749
869
|
<code>
|
|
750
870
|
|
|
751
|
-
<span class="param-type">
|
|
871
|
+
<span class="param-type">
|
|
872
|
+
|
|
873
|
+
Number
|
|
874
|
+
|
|
875
|
+
</span>
|
|
876
|
+
|
|
752
877
|
|
|
753
878
|
|
|
754
879
|
</code>
|
|
@@ -767,7 +892,12 @@ const sceneView = new SceneViewCesium({
|
|
|
767
892
|
<span class="method-parameter is-pulled-right">
|
|
768
893
|
<label>类型:</label>
|
|
769
894
|
|
|
770
|
-
<span class="param-type">
|
|
895
|
+
<span class="param-type">
|
|
896
|
+
|
|
897
|
+
Point
|
|
898
|
+
|
|
899
|
+
</span>
|
|
900
|
+
|
|
771
901
|
|
|
772
902
|
|
|
773
903
|
</span>
|
|
@@ -837,7 +967,12 @@ const sceneView = new SceneViewCesium({
|
|
|
837
967
|
<span class="method-parameter is-pulled-right">
|
|
838
968
|
<label>类型:</label>
|
|
839
969
|
|
|
840
|
-
<span class="param-type">
|
|
970
|
+
<span class="param-type">
|
|
971
|
+
|
|
972
|
+
Object
|
|
973
|
+
|
|
974
|
+
</span>
|
|
975
|
+
|
|
841
976
|
|
|
842
977
|
|
|
843
978
|
</span>
|
|
@@ -911,7 +1046,12 @@ const sceneView = new SceneViewCesium({
|
|
|
911
1046
|
<span class="method-parameter is-pulled-right">
|
|
912
1047
|
<label>类型:</label>
|
|
913
1048
|
|
|
914
|
-
<span class="param-type">
|
|
1049
|
+
<span class="param-type">
|
|
1050
|
+
|
|
1051
|
+
Object
|
|
1052
|
+
|
|
1053
|
+
</span>
|
|
1054
|
+
|
|
915
1055
|
|
|
916
1056
|
|
|
917
1057
|
</span>
|
|
@@ -981,7 +1121,12 @@ const sceneView = new SceneViewCesium({
|
|
|
981
1121
|
<span class="method-parameter is-pulled-right">
|
|
982
1122
|
<label>类型:</label>
|
|
983
1123
|
|
|
984
|
-
<span class="param-type">
|
|
1124
|
+
<span class="param-type">
|
|
1125
|
+
|
|
1126
|
+
Extent
|
|
1127
|
+
|
|
1128
|
+
</span>
|
|
1129
|
+
|
|
985
1130
|
|
|
986
1131
|
|
|
987
1132
|
</span>
|
|
@@ -1051,7 +1196,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1051
1196
|
<span class="method-parameter is-pulled-right">
|
|
1052
1197
|
<label>类型:</label>
|
|
1053
1198
|
|
|
1054
|
-
<span class="param-type">
|
|
1199
|
+
<span class="param-type">
|
|
1200
|
+
|
|
1201
|
+
Number
|
|
1202
|
+
|
|
1203
|
+
</span>
|
|
1204
|
+
|
|
1055
1205
|
|
|
1056
1206
|
|
|
1057
1207
|
</span>
|
|
@@ -1125,7 +1275,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1125
1275
|
<span class="method-parameter is-pulled-right">
|
|
1126
1276
|
<label>类型:</label>
|
|
1127
1277
|
|
|
1128
|
-
<span class="param-type">
|
|
1278
|
+
<span class="param-type">
|
|
1279
|
+
|
|
1280
|
+
Number
|
|
1281
|
+
|
|
1282
|
+
</span>
|
|
1283
|
+
|
|
1129
1284
|
|
|
1130
1285
|
|
|
1131
1286
|
</span>
|
|
@@ -1195,7 +1350,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1195
1350
|
<span class="method-parameter is-pulled-right">
|
|
1196
1351
|
<label>类型:</label>
|
|
1197
1352
|
|
|
1198
|
-
<span class="param-type">
|
|
1353
|
+
<span class="param-type">
|
|
1354
|
+
|
|
1355
|
+
Number
|
|
1356
|
+
|
|
1357
|
+
</span>
|
|
1358
|
+
|
|
1199
1359
|
|
|
1200
1360
|
|
|
1201
1361
|
</span>
|
|
@@ -1265,7 +1425,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1265
1425
|
<span class="method-parameter is-pulled-right">
|
|
1266
1426
|
<label>类型:</label>
|
|
1267
1427
|
|
|
1268
|
-
<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>
|
|
1433
|
+
|
|
1269
1434
|
|
|
1270
1435
|
|
|
1271
1436
|
</span>
|
|
@@ -1335,7 +1500,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1335
1500
|
<span class="method-parameter is-pulled-right">
|
|
1336
1501
|
<label>类型:</label>
|
|
1337
1502
|
|
|
1338
|
-
<span class="param-type">
|
|
1503
|
+
<span class="param-type">
|
|
1504
|
+
|
|
1505
|
+
Number
|
|
1506
|
+
|
|
1507
|
+
</span>
|
|
1508
|
+
|
|
1339
1509
|
|
|
1340
1510
|
|
|
1341
1511
|
</span>
|
|
@@ -1405,7 +1575,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1405
1575
|
<span class="method-parameter is-pulled-right">
|
|
1406
1576
|
<label>类型:</label>
|
|
1407
1577
|
|
|
1408
|
-
<span class="param-type">
|
|
1578
|
+
<span class="param-type">
|
|
1579
|
+
|
|
1580
|
+
SpatialReference
|
|
1581
|
+
|
|
1582
|
+
</span>
|
|
1583
|
+
|
|
1409
1584
|
|
|
1410
1585
|
|
|
1411
1586
|
</span>
|
|
@@ -1479,7 +1654,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1479
1654
|
<span class="method-parameter is-pulled-right">
|
|
1480
1655
|
<label>类型:</label>
|
|
1481
1656
|
|
|
1482
|
-
<span class="param-type">
|
|
1657
|
+
<span class="param-type">
|
|
1658
|
+
|
|
1659
|
+
Boolean
|
|
1660
|
+
|
|
1661
|
+
</span>
|
|
1662
|
+
|
|
1483
1663
|
|
|
1484
1664
|
|
|
1485
1665
|
</span>
|
|
@@ -1553,7 +1733,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1553
1733
|
<span class="method-parameter is-pulled-right">
|
|
1554
1734
|
<label>类型:</label>
|
|
1555
1735
|
|
|
1556
|
-
<span class="param-type">
|
|
1736
|
+
<span class="param-type">
|
|
1737
|
+
|
|
1738
|
+
Number
|
|
1739
|
+
|
|
1740
|
+
</span>
|
|
1741
|
+
|
|
1557
1742
|
|
|
1558
1743
|
|
|
1559
1744
|
</span>
|
|
@@ -1627,7 +1812,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1627
1812
|
<span class="method-parameter is-pulled-right">
|
|
1628
1813
|
<label>类型:</label>
|
|
1629
1814
|
|
|
1630
|
-
<span class="param-type">
|
|
1815
|
+
<span class="param-type">
|
|
1816
|
+
|
|
1817
|
+
Number
|
|
1818
|
+
|
|
1819
|
+
</span>
|
|
1820
|
+
|
|
1631
1821
|
|
|
1632
1822
|
|
|
1633
1823
|
</span>
|
|
@@ -1713,23 +1903,27 @@ const sceneView = new SceneViewCesium({
|
|
|
1713
1903
|
<tbody>
|
|
1714
1904
|
|
|
1715
1905
|
<tr class="deep-level-0">
|
|
1716
|
-
<td class="name"><code><a href="
|
|
1906
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
1717
1907
|
<td class="name">
|
|
1718
1908
|
<code>
|
|
1719
1909
|
|
|
1720
1910
|
|
|
1721
|
-
<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>
|
|
1916
|
+
|
|
1722
1917
|
|
|
1723
1918
|
|
|
1724
1919
|
|
|
1725
1920
|
</code>
|
|
1726
1921
|
</td>
|
|
1727
|
-
<td class="name"><code><p
|
|
1728
|
-
通过一个配置生成一个场景视图对象</p></code></td>
|
|
1922
|
+
<td class="name"><code><p></code></td>
|
|
1729
1923
|
</tr>
|
|
1730
1924
|
|
|
1731
1925
|
<tr class="deep-level-0">
|
|
1732
|
-
<td class="name"><code><a href="
|
|
1926
|
+
<td class="name"><code><a href="#flyTo">flyTo</a></code></td>
|
|
1733
1927
|
<td class="name">
|
|
1734
1928
|
<code>
|
|
1735
1929
|
|
|
@@ -1739,65 +1933,91 @@ const sceneView = new SceneViewCesium({
|
|
|
1739
1933
|
</tr>
|
|
1740
1934
|
|
|
1741
1935
|
<tr class="deep-level-0">
|
|
1742
|
-
<td class="name"><code><a href="
|
|
1936
|
+
<td class="name"><code><a href="#getCenter">getCenter</a></code></td>
|
|
1743
1937
|
<td class="name">
|
|
1744
1938
|
<code>
|
|
1745
1939
|
|
|
1746
1940
|
|
|
1747
|
-
<span class="param-type">
|
|
1941
|
+
<span class="param-type">
|
|
1942
|
+
|
|
1943
|
+
Object
|
|
1944
|
+
|
|
1945
|
+
</span>
|
|
1946
|
+
|
|
1748
1947
|
|
|
1749
1948
|
|
|
1750
1949
|
|
|
1751
1950
|
</code>
|
|
1752
1951
|
</td>
|
|
1753
|
-
<td class="name"><code><p
|
|
1754
|
-
获取当前视图中心点</p></code></td>
|
|
1952
|
+
<td class="name"><code><p></code></td>
|
|
1755
1953
|
</tr>
|
|
1756
1954
|
|
|
1757
1955
|
<tr class="deep-level-0">
|
|
1758
|
-
<td class="name"><code><a href="
|
|
1956
|
+
<td class="name"><code><a href="#getExtent">getExtent</a></code></td>
|
|
1759
1957
|
<td class="name">
|
|
1760
1958
|
<code>
|
|
1761
1959
|
|
|
1762
1960
|
|
|
1763
|
-
<span class="param-type">
|
|
1961
|
+
<span class="param-type">
|
|
1962
|
+
|
|
1963
|
+
Extent
|
|
1964
|
+
|
|
1965
|
+
</span>
|
|
1966
|
+
|
|
1764
1967
|
|
|
1765
1968
|
|
|
1766
1969
|
|
|
1767
1970
|
</code>
|
|
1768
1971
|
</td>
|
|
1769
|
-
<td class="name"><code><p
|
|
1770
|
-
获取当前视图的地理范围<a id='getExtent'></a></p></code></td>
|
|
1972
|
+
<td class="name"><code><p></code></td>
|
|
1771
1973
|
</tr>
|
|
1772
1974
|
|
|
1773
1975
|
<tr class="deep-level-0">
|
|
1774
|
-
<td class="name"><code><a href="
|
|
1976
|
+
<td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
|
|
1775
1977
|
<td class="name">
|
|
1776
1978
|
<code>
|
|
1777
1979
|
|
|
1778
1980
|
|
|
1779
|
-
<span class="param-type">
|
|
1981
|
+
<span class="param-type">
|
|
1982
|
+
|
|
1983
|
+
Array.<<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
|
|
1984
|
+
|
|
1985
|
+
</span>
|
|
1780
1986
|
|
|
|
1781
1987
|
|
|
1782
|
-
<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>
|
|
1783
1993
|
|
|
|
1784
1994
|
|
|
1785
|
-
<span class="param-type">
|
|
1995
|
+
<span class="param-type">
|
|
1996
|
+
|
|
1997
|
+
undefined
|
|
1998
|
+
|
|
1999
|
+
</span>
|
|
2000
|
+
|
|
1786
2001
|
|
|
1787
2002
|
|
|
1788
2003
|
|
|
1789
2004
|
</code>
|
|
1790
2005
|
</td>
|
|
1791
|
-
<td class="name"><code><p
|
|
2006
|
+
<td class="name"><code><p></code></td>
|
|
1792
2007
|
</tr>
|
|
1793
2008
|
|
|
1794
2009
|
<tr class="deep-level-0">
|
|
1795
|
-
<td class="name"><code><a href="
|
|
2010
|
+
<td class="name"><code><a href="#getScale">getScale</a></code></td>
|
|
1796
2011
|
<td class="name">
|
|
1797
2012
|
<code>
|
|
1798
2013
|
|
|
1799
2014
|
|
|
1800
|
-
<span class="param-type">
|
|
2015
|
+
<span class="param-type">
|
|
2016
|
+
|
|
2017
|
+
Number
|
|
2018
|
+
|
|
2019
|
+
</span>
|
|
2020
|
+
|
|
1801
2021
|
|
|
1802
2022
|
|
|
1803
2023
|
|
|
@@ -1807,28 +2027,37 @@ const sceneView = new SceneViewCesium({
|
|
|
1807
2027
|
</tr>
|
|
1808
2028
|
|
|
1809
2029
|
<tr class="deep-level-0">
|
|
1810
|
-
<td class="name"><code><a href="
|
|
2030
|
+
<td class="name"><code><a href="#getSize">getSize</a></code></td>
|
|
1811
2031
|
<td class="name">
|
|
1812
2032
|
<code>
|
|
1813
2033
|
|
|
1814
2034
|
|
|
1815
|
-
<span class="param-type">
|
|
2035
|
+
<span class="param-type">
|
|
2036
|
+
|
|
2037
|
+
Object
|
|
2038
|
+
|
|
2039
|
+
</span>
|
|
2040
|
+
|
|
1816
2041
|
|
|
1817
2042
|
|
|
1818
2043
|
|
|
1819
2044
|
</code>
|
|
1820
2045
|
</td>
|
|
1821
|
-
<td class="name"><code><p
|
|
1822
|
-
获取当前视图容器的宽高,单位像素<a id='getSize'></a></p></code></td>
|
|
2046
|
+
<td class="name"><code><p></code></td>
|
|
1823
2047
|
</tr>
|
|
1824
2048
|
|
|
1825
2049
|
<tr class="deep-level-0">
|
|
1826
|
-
<td class="name"><code><a href="
|
|
2050
|
+
<td class="name"><code><a href="#getZoom">getZoom</a></code></td>
|
|
1827
2051
|
<td class="name">
|
|
1828
2052
|
<code>
|
|
1829
2053
|
|
|
1830
2054
|
|
|
1831
|
-
<span class="param-type">
|
|
2055
|
+
<span class="param-type">
|
|
2056
|
+
|
|
2057
|
+
Number
|
|
2058
|
+
|
|
2059
|
+
</span>
|
|
2060
|
+
|
|
1832
2061
|
|
|
1833
2062
|
|
|
1834
2063
|
|
|
@@ -1838,22 +2067,27 @@ const sceneView = new SceneViewCesium({
|
|
|
1838
2067
|
</tr>
|
|
1839
2068
|
|
|
1840
2069
|
<tr class="deep-level-0">
|
|
1841
|
-
<td class="name"><code><a href="
|
|
2070
|
+
<td class="name"><code><a href="#goTo">goTo</a></code></td>
|
|
1842
2071
|
<td class="name">
|
|
1843
2072
|
<code>
|
|
1844
2073
|
|
|
1845
2074
|
</code>
|
|
1846
2075
|
</td>
|
|
1847
|
-
<td class="name"><code><p
|
|
2076
|
+
<td class="name"><code><p>视点跳转为给定的目标</code></td>
|
|
1848
2077
|
</tr>
|
|
1849
2078
|
|
|
1850
2079
|
<tr class="deep-level-0">
|
|
1851
|
-
<td class="name"><code><a href="
|
|
2080
|
+
<td class="name"><code><a href="#hitTest">hitTest</a></code></td>
|
|
1852
2081
|
<td class="name">
|
|
1853
2082
|
<code>
|
|
1854
2083
|
|
|
1855
2084
|
|
|
1856
|
-
<span class="param-type">
|
|
2085
|
+
<span class="param-type">
|
|
2086
|
+
|
|
2087
|
+
Array
|
|
2088
|
+
|
|
2089
|
+
</span>
|
|
2090
|
+
|
|
1857
2091
|
|
|
1858
2092
|
|
|
1859
2093
|
|
|
@@ -1863,34 +2097,37 @@ const sceneView = new SceneViewCesium({
|
|
|
1863
2097
|
</tr>
|
|
1864
2098
|
|
|
1865
2099
|
<tr class="deep-level-0">
|
|
1866
|
-
<td class="name"><code><a href="
|
|
2100
|
+
<td class="name"><code><a href="#setCenter">setCenter</a></code></td>
|
|
1867
2101
|
<td class="name">
|
|
1868
2102
|
<code>
|
|
1869
2103
|
|
|
1870
2104
|
</code>
|
|
1871
2105
|
</td>
|
|
1872
|
-
<td class="name"><code><p
|
|
1873
|
-
设置缩视野中心<a id='setCenter'></a></p></code></td>
|
|
2106
|
+
<td class="name"><code><p></code></td>
|
|
1874
2107
|
</tr>
|
|
1875
2108
|
|
|
1876
2109
|
<tr class="deep-level-0">
|
|
1877
|
-
<td class="name"><code><a href="
|
|
2110
|
+
<td class="name"><code><a href="#setExtent">setExtent</a></code></td>
|
|
1878
2111
|
<td class="name">
|
|
1879
2112
|
<code>
|
|
1880
2113
|
|
|
1881
2114
|
</code>
|
|
1882
2115
|
</td>
|
|
1883
|
-
<td class="name"><code><p
|
|
1884
|
-
设置视图的地理范围,设置后会跳转到该范围</p></code></td>
|
|
2116
|
+
<td class="name"><code><p></code></td>
|
|
1885
2117
|
</tr>
|
|
1886
2118
|
|
|
1887
2119
|
<tr class="deep-level-0">
|
|
1888
|
-
<td class="name"><code><a href="
|
|
2120
|
+
<td class="name"><code><a href="#takeScreenshot">takeScreenshot</a></code></td>
|
|
1889
2121
|
<td class="name">
|
|
1890
2122
|
<code>
|
|
1891
2123
|
|
|
1892
2124
|
|
|
1893
|
-
<span class="param-type">
|
|
2125
|
+
<span class="param-type">
|
|
2126
|
+
|
|
2127
|
+
Promise
|
|
2128
|
+
|
|
2129
|
+
</span>
|
|
2130
|
+
|
|
1894
2131
|
|
|
1895
2132
|
|
|
1896
2133
|
|
|
@@ -1900,51 +2137,63 @@ const sceneView = new SceneViewCesium({
|
|
|
1900
2137
|
</tr>
|
|
1901
2138
|
|
|
1902
2139
|
<tr class="deep-level-0">
|
|
1903
|
-
<td class="name"><code><a href="
|
|
2140
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
1904
2141
|
<td class="name">
|
|
1905
2142
|
<code>
|
|
1906
2143
|
|
|
1907
2144
|
|
|
1908
|
-
<span class="param-type">
|
|
2145
|
+
<span class="param-type">
|
|
2146
|
+
|
|
2147
|
+
Object
|
|
2148
|
+
|
|
2149
|
+
</span>
|
|
2150
|
+
|
|
1909
2151
|
|
|
1910
2152
|
|
|
1911
2153
|
|
|
1912
2154
|
</code>
|
|
1913
2155
|
</td>
|
|
1914
|
-
<td class="name"><code><p
|
|
1915
|
-
导出场景视图的配置文件</p></code></td>
|
|
2156
|
+
<td class="name"><code><p></code></td>
|
|
1916
2157
|
</tr>
|
|
1917
2158
|
|
|
1918
2159
|
<tr class="deep-level-0">
|
|
1919
|
-
<td class="name"><code><a href="
|
|
2160
|
+
<td class="name"><code><a href="#toMap">toMap</a></code></td>
|
|
1920
2161
|
<td class="name">
|
|
1921
2162
|
<code>
|
|
1922
2163
|
|
|
1923
2164
|
|
|
1924
|
-
<span class="param-type">
|
|
2165
|
+
<span class="param-type">
|
|
2166
|
+
|
|
2167
|
+
Point
|
|
2168
|
+
|
|
2169
|
+
</span>
|
|
2170
|
+
|
|
1925
2171
|
|
|
1926
2172
|
|
|
1927
2173
|
|
|
1928
2174
|
</code>
|
|
1929
2175
|
</td>
|
|
1930
|
-
<td class="name"><code><p
|
|
1931
|
-
屏幕像素坐标点转地理坐标点</p></code></td>
|
|
2176
|
+
<td class="name"><code><p></code></td>
|
|
1932
2177
|
</tr>
|
|
1933
2178
|
|
|
1934
2179
|
<tr class="deep-level-0">
|
|
1935
|
-
<td class="name"><code><a href="
|
|
2180
|
+
<td class="name"><code><a href="#toScreen">toScreen</a></code></td>
|
|
1936
2181
|
<td class="name">
|
|
1937
2182
|
<code>
|
|
1938
2183
|
|
|
1939
2184
|
|
|
1940
|
-
<span class="param-type">
|
|
2185
|
+
<span class="param-type">
|
|
2186
|
+
|
|
2187
|
+
Object
|
|
2188
|
+
|
|
2189
|
+
</span>
|
|
2190
|
+
|
|
1941
2191
|
|
|
1942
2192
|
|
|
1943
2193
|
|
|
1944
2194
|
</code>
|
|
1945
2195
|
</td>
|
|
1946
|
-
<td class="name"><code><p
|
|
1947
|
-
地理坐标点转屏幕像素坐标点</p></code></td>
|
|
2196
|
+
<td class="name"><code><p></code></td>
|
|
1948
2197
|
</tr>
|
|
1949
2198
|
|
|
1950
2199
|
</tbody>
|
|
@@ -2010,13 +2259,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2010
2259
|
|
|
2011
2260
|
<tr class="deep-level-0">
|
|
2012
2261
|
|
|
2013
|
-
<td class="name"
|
|
2262
|
+
<td class="name"><code>json</code></td>
|
|
2014
2263
|
|
|
2015
2264
|
|
|
2016
2265
|
<td class="type">
|
|
2017
2266
|
|
|
2018
2267
|
|
|
2019
|
-
<span class="param-type">
|
|
2268
|
+
<span class="param-type">
|
|
2269
|
+
|
|
2270
|
+
Object
|
|
2271
|
+
|
|
2272
|
+
</span>
|
|
2273
|
+
|
|
2020
2274
|
|
|
2021
2275
|
|
|
2022
2276
|
|
|
@@ -2102,7 +2356,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2102
2356
|
<div class='column is-5 has-text-left'>
|
|
2103
2357
|
<label>类型: </label>
|
|
2104
2358
|
|
|
2105
|
-
<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>
|
|
2364
|
+
|
|
2106
2365
|
|
|
2107
2366
|
|
|
2108
2367
|
</div>
|
|
@@ -2175,7 +2434,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2175
2434
|
|
|
2176
2435
|
<tr class="deep-level-0">
|
|
2177
2436
|
|
|
2178
|
-
<td class="name"
|
|
2437
|
+
<td class="name"><code>options</code></td>
|
|
2179
2438
|
|
|
2180
2439
|
|
|
2181
2440
|
<td class="type">
|
|
@@ -2196,13 +2455,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2196
2455
|
|
|
2197
2456
|
<tr class="deep-level-1">
|
|
2198
2457
|
|
|
2199
|
-
<td class="name"
|
|
2458
|
+
<td class="name"><code>center</code></td>
|
|
2200
2459
|
|
|
2201
2460
|
|
|
2202
2461
|
<td class="type">
|
|
2203
2462
|
|
|
2204
2463
|
|
|
2205
|
-
<span class="param-type">
|
|
2464
|
+
<span class="param-type">
|
|
2465
|
+
|
|
2466
|
+
Array
|
|
2467
|
+
|
|
2468
|
+
</span>
|
|
2469
|
+
|
|
2206
2470
|
|
|
2207
2471
|
|
|
2208
2472
|
|
|
@@ -2222,13 +2486,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2222
2486
|
|
|
2223
2487
|
<tr class="deep-level-1">
|
|
2224
2488
|
|
|
2225
|
-
<td class="name"
|
|
2489
|
+
<td class="name"><code>duration</code></td>
|
|
2226
2490
|
|
|
2227
2491
|
|
|
2228
2492
|
<td class="type">
|
|
2229
2493
|
|
|
2230
2494
|
|
|
2231
|
-
<span class="param-type">
|
|
2495
|
+
<span class="param-type">
|
|
2496
|
+
|
|
2497
|
+
Number
|
|
2498
|
+
|
|
2499
|
+
</span>
|
|
2500
|
+
|
|
2232
2501
|
|
|
2233
2502
|
|
|
2234
2503
|
|
|
@@ -2250,13 +2519,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2250
2519
|
|
|
2251
2520
|
<tr class="deep-level-1">
|
|
2252
2521
|
|
|
2253
|
-
<td class="name"
|
|
2522
|
+
<td class="name"><code>extent</code></td>
|
|
2254
2523
|
|
|
2255
2524
|
|
|
2256
2525
|
<td class="type">
|
|
2257
2526
|
|
|
2258
2527
|
|
|
2259
|
-
<span class="param-type">
|
|
2528
|
+
<span class="param-type">
|
|
2529
|
+
|
|
2530
|
+
Extent
|
|
2531
|
+
|
|
2532
|
+
</span>
|
|
2533
|
+
|
|
2260
2534
|
|
|
2261
2535
|
|
|
2262
2536
|
|
|
@@ -2276,13 +2550,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2276
2550
|
|
|
2277
2551
|
<tr class="deep-level-1">
|
|
2278
2552
|
|
|
2279
|
-
<td class="name"
|
|
2553
|
+
<td class="name"><code>orientation</code></td>
|
|
2280
2554
|
|
|
2281
2555
|
|
|
2282
2556
|
<td class="type">
|
|
2283
2557
|
|
|
2284
2558
|
|
|
2285
|
-
<span class="param-type">
|
|
2559
|
+
<span class="param-type">
|
|
2560
|
+
|
|
2561
|
+
Object
|
|
2562
|
+
|
|
2563
|
+
</span>
|
|
2564
|
+
|
|
2286
2565
|
|
|
2287
2566
|
|
|
2288
2567
|
|
|
@@ -2302,13 +2581,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2302
2581
|
|
|
2303
2582
|
<tr class="deep-level-1">
|
|
2304
2583
|
|
|
2305
|
-
<td class="name"
|
|
2584
|
+
<td class="name"><code>complete</code></td>
|
|
2306
2585
|
|
|
2307
2586
|
|
|
2308
2587
|
<td class="type">
|
|
2309
2588
|
|
|
2310
2589
|
|
|
2311
|
-
<span class="param-type">
|
|
2590
|
+
<span class="param-type">
|
|
2591
|
+
|
|
2592
|
+
function
|
|
2593
|
+
|
|
2594
|
+
</span>
|
|
2595
|
+
|
|
2312
2596
|
|
|
2313
2597
|
|
|
2314
2598
|
|
|
@@ -2328,13 +2612,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2328
2612
|
|
|
2329
2613
|
<tr class="deep-level-1">
|
|
2330
2614
|
|
|
2331
|
-
<td class="name"
|
|
2615
|
+
<td class="name"><code>cancel</code></td>
|
|
2332
2616
|
|
|
2333
2617
|
|
|
2334
2618
|
<td class="type">
|
|
2335
2619
|
|
|
2336
2620
|
|
|
2337
|
-
<span class="param-type">
|
|
2621
|
+
<span class="param-type">
|
|
2622
|
+
|
|
2623
|
+
function
|
|
2624
|
+
|
|
2625
|
+
</span>
|
|
2626
|
+
|
|
2338
2627
|
|
|
2339
2628
|
|
|
2340
2629
|
|
|
@@ -2354,13 +2643,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2354
2643
|
|
|
2355
2644
|
<tr class="deep-level-1">
|
|
2356
2645
|
|
|
2357
|
-
<td class="name"
|
|
2646
|
+
<td class="name"><code>endTransform</code></td>
|
|
2358
2647
|
|
|
2359
2648
|
|
|
2360
2649
|
<td class="type">
|
|
2361
2650
|
|
|
2362
2651
|
|
|
2363
|
-
<span class="param-type">
|
|
2652
|
+
<span class="param-type">
|
|
2653
|
+
|
|
2654
|
+
Object
|
|
2655
|
+
|
|
2656
|
+
</span>
|
|
2657
|
+
|
|
2364
2658
|
|
|
2365
2659
|
|
|
2366
2660
|
|
|
@@ -2380,13 +2674,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2380
2674
|
|
|
2381
2675
|
<tr class="deep-level-1">
|
|
2382
2676
|
|
|
2383
|
-
<td class="name"
|
|
2677
|
+
<td class="name"><code>maximumHeight</code></td>
|
|
2384
2678
|
|
|
2385
2679
|
|
|
2386
2680
|
<td class="type">
|
|
2387
2681
|
|
|
2388
2682
|
|
|
2389
|
-
<span class="param-type">
|
|
2683
|
+
<span class="param-type">
|
|
2684
|
+
|
|
2685
|
+
Number
|
|
2686
|
+
|
|
2687
|
+
</span>
|
|
2688
|
+
|
|
2390
2689
|
|
|
2391
2690
|
|
|
2392
2691
|
|
|
@@ -2406,13 +2705,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2406
2705
|
|
|
2407
2706
|
<tr class="deep-level-1">
|
|
2408
2707
|
|
|
2409
|
-
<td class="name"
|
|
2708
|
+
<td class="name"><code>pitchAdjustHeight</code></td>
|
|
2410
2709
|
|
|
2411
2710
|
|
|
2412
2711
|
<td class="type">
|
|
2413
2712
|
|
|
2414
2713
|
|
|
2415
|
-
<span class="param-type">
|
|
2714
|
+
<span class="param-type">
|
|
2715
|
+
|
|
2716
|
+
Number
|
|
2717
|
+
|
|
2718
|
+
</span>
|
|
2719
|
+
|
|
2416
2720
|
|
|
2417
2721
|
|
|
2418
2722
|
|
|
@@ -2432,13 +2736,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2432
2736
|
|
|
2433
2737
|
<tr class="deep-level-1">
|
|
2434
2738
|
|
|
2435
|
-
<td class="name"
|
|
2739
|
+
<td class="name"><code>flyOverLongitude</code></td>
|
|
2436
2740
|
|
|
2437
2741
|
|
|
2438
2742
|
<td class="type">
|
|
2439
2743
|
|
|
2440
2744
|
|
|
2441
|
-
<span class="param-type">
|
|
2745
|
+
<span class="param-type">
|
|
2746
|
+
|
|
2747
|
+
Number
|
|
2748
|
+
|
|
2749
|
+
</span>
|
|
2750
|
+
|
|
2442
2751
|
|
|
2443
2752
|
|
|
2444
2753
|
|
|
@@ -2458,13 +2767,18 @@ const sceneView = new SceneViewCesium({
|
|
|
2458
2767
|
|
|
2459
2768
|
<tr class="deep-level-1">
|
|
2460
2769
|
|
|
2461
|
-
<td class="name"
|
|
2770
|
+
<td class="name"><code>flyOverLongitudeWeight</code></td>
|
|
2462
2771
|
|
|
2463
2772
|
|
|
2464
2773
|
<td class="type">
|
|
2465
2774
|
|
|
2466
2775
|
|
|
2467
|
-
<span class="param-type">
|
|
2776
|
+
<span class="param-type">
|
|
2777
|
+
|
|
2778
|
+
Number
|
|
2779
|
+
|
|
2780
|
+
</span>
|
|
2781
|
+
|
|
2468
2782
|
|
|
2469
2783
|
|
|
2470
2784
|
|
|
@@ -2726,7 +3040,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2726
3040
|
<div class='column is-5 has-text-left'>
|
|
2727
3041
|
<label>类型: </label>
|
|
2728
3042
|
|
|
2729
|
-
<span class="param-type">
|
|
3043
|
+
<span class="param-type">
|
|
3044
|
+
|
|
3045
|
+
Object
|
|
3046
|
+
|
|
3047
|
+
</span>
|
|
3048
|
+
|
|
2730
3049
|
|
|
2731
3050
|
|
|
2732
3051
|
</div>
|
|
@@ -2843,7 +3162,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2843
3162
|
<div class='column is-5 has-text-left'>
|
|
2844
3163
|
<label>类型: </label>
|
|
2845
3164
|
|
|
2846
|
-
<span class="param-type">
|
|
3165
|
+
<span class="param-type">
|
|
3166
|
+
|
|
3167
|
+
Extent
|
|
3168
|
+
|
|
3169
|
+
</span>
|
|
3170
|
+
|
|
2847
3171
|
|
|
2848
3172
|
|
|
2849
3173
|
</div>
|
|
@@ -2914,16 +3238,25 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2914
3238
|
|
|
2915
3239
|
<tr class="deep-level-0">
|
|
2916
3240
|
|
|
2917
|
-
<td class="name"
|
|
3241
|
+
<td class="name"><code>layer</code></td>
|
|
2918
3242
|
|
|
2919
3243
|
|
|
2920
3244
|
<td class="type">
|
|
2921
3245
|
|
|
2922
3246
|
|
|
2923
|
-
<span class="param-type">
|
|
3247
|
+
<span class="param-type">
|
|
3248
|
+
|
|
3249
|
+
IGSSceneLayer
|
|
3250
|
+
|
|
3251
|
+
</span>
|
|
2924
3252
|
|
|
|
2925
3253
|
|
|
2926
|
-
<span class="param-type">
|
|
3254
|
+
<span class="param-type">
|
|
3255
|
+
|
|
3256
|
+
IGSSceneSubLayer
|
|
3257
|
+
|
|
3258
|
+
</span>
|
|
3259
|
+
|
|
2927
3260
|
|
|
2928
3261
|
|
|
2929
3262
|
|
|
@@ -3011,13 +3344,26 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3011
3344
|
<div class='column is-5 has-text-left'>
|
|
3012
3345
|
<label>类型: </label>
|
|
3013
3346
|
|
|
3014
|
-
<span class="param-type">
|
|
3347
|
+
<span class="param-type">
|
|
3348
|
+
|
|
3349
|
+
Array.<<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
|
|
3350
|
+
|
|
3351
|
+
</span>
|
|
3015
3352
|
|
|
|
3016
3353
|
|
|
3017
|
-
<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>
|
|
3018
3359
|
|
|
|
3019
3360
|
|
|
3020
|
-
<span class="param-type">
|
|
3361
|
+
<span class="param-type">
|
|
3362
|
+
|
|
3363
|
+
undefined
|
|
3364
|
+
|
|
3365
|
+
</span>
|
|
3366
|
+
|
|
3021
3367
|
|
|
3022
3368
|
|
|
3023
3369
|
</div>
|
|
@@ -3133,7 +3479,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3133
3479
|
<div class='column is-5 has-text-left'>
|
|
3134
3480
|
<label>类型: </label>
|
|
3135
3481
|
|
|
3136
|
-
<span class="param-type">
|
|
3482
|
+
<span class="param-type">
|
|
3483
|
+
|
|
3484
|
+
Number
|
|
3485
|
+
|
|
3486
|
+
</span>
|
|
3487
|
+
|
|
3137
3488
|
|
|
3138
3489
|
|
|
3139
3490
|
</div>
|
|
@@ -3250,7 +3601,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3250
3601
|
<div class='column is-5 has-text-left'>
|
|
3251
3602
|
<label>类型: </label>
|
|
3252
3603
|
|
|
3253
|
-
<span class="param-type">
|
|
3604
|
+
<span class="param-type">
|
|
3605
|
+
|
|
3606
|
+
Object
|
|
3607
|
+
|
|
3608
|
+
</span>
|
|
3609
|
+
|
|
3254
3610
|
|
|
3255
3611
|
|
|
3256
3612
|
</div>
|
|
@@ -3366,7 +3722,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3366
3722
|
<div class='column is-5 has-text-left'>
|
|
3367
3723
|
<label>类型: </label>
|
|
3368
3724
|
|
|
3369
|
-
<span class="param-type">
|
|
3725
|
+
<span class="param-type">
|
|
3726
|
+
|
|
3727
|
+
Number
|
|
3728
|
+
|
|
3729
|
+
</span>
|
|
3730
|
+
|
|
3370
3731
|
|
|
3371
3732
|
|
|
3372
3733
|
</div>
|
|
@@ -3439,7 +3800,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3439
3800
|
|
|
3440
3801
|
<tr class="deep-level-0">
|
|
3441
3802
|
|
|
3442
|
-
<td class="name"
|
|
3803
|
+
<td class="name"><code>goToTarget</code></td>
|
|
3443
3804
|
|
|
3444
3805
|
|
|
3445
3806
|
<td class="type">
|
|
@@ -3460,16 +3821,25 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3460
3821
|
|
|
3461
3822
|
<tr class="deep-level-1">
|
|
3462
3823
|
|
|
3463
|
-
<td class="name"
|
|
3824
|
+
<td class="name"><code>center</code></td>
|
|
3464
3825
|
|
|
3465
3826
|
|
|
3466
3827
|
<td class="type">
|
|
3467
3828
|
|
|
3468
3829
|
|
|
3469
|
-
<span class="param-type">
|
|
3830
|
+
<span class="param-type">
|
|
3831
|
+
|
|
3832
|
+
Point
|
|
3833
|
+
|
|
3834
|
+
</span>
|
|
3470
3835
|
|
|
|
3471
3836
|
|
|
3472
|
-
<span class="param-type">
|
|
3837
|
+
<span class="param-type">
|
|
3838
|
+
|
|
3839
|
+
Array
|
|
3840
|
+
|
|
3841
|
+
</span>
|
|
3842
|
+
|
|
3473
3843
|
|
|
3474
3844
|
|
|
3475
3845
|
|
|
@@ -3489,13 +3859,18 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3489
3859
|
|
|
3490
3860
|
<tr class="deep-level-1">
|
|
3491
3861
|
|
|
3492
|
-
<td class="name"
|
|
3862
|
+
<td class="name"><code>zoom</code></td>
|
|
3493
3863
|
|
|
3494
3864
|
|
|
3495
3865
|
<td class="type">
|
|
3496
3866
|
|
|
3497
3867
|
|
|
3498
|
-
<span class="param-type">
|
|
3868
|
+
<span class="param-type">
|
|
3869
|
+
|
|
3870
|
+
Number
|
|
3871
|
+
|
|
3872
|
+
</span>
|
|
3873
|
+
|
|
3499
3874
|
|
|
3500
3875
|
|
|
3501
3876
|
|
|
@@ -3515,13 +3890,18 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3515
3890
|
|
|
3516
3891
|
<tr class="deep-level-1">
|
|
3517
3892
|
|
|
3518
|
-
<td class="name"
|
|
3893
|
+
<td class="name"><code>scale</code></td>
|
|
3519
3894
|
|
|
3520
3895
|
|
|
3521
3896
|
<td class="type">
|
|
3522
3897
|
|
|
3523
3898
|
|
|
3524
|
-
<span class="param-type">
|
|
3899
|
+
<span class="param-type">
|
|
3900
|
+
|
|
3901
|
+
Number
|
|
3902
|
+
|
|
3903
|
+
</span>
|
|
3904
|
+
|
|
3525
3905
|
|
|
3526
3906
|
|
|
3527
3907
|
|
|
@@ -3541,19 +3921,32 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3541
3921
|
|
|
3542
3922
|
<tr class="deep-level-1">
|
|
3543
3923
|
|
|
3544
|
-
<td class="name"
|
|
3924
|
+
<td class="name"><code>target</code></td>
|
|
3545
3925
|
|
|
3546
3926
|
|
|
3547
3927
|
<td class="type">
|
|
3548
3928
|
|
|
3549
3929
|
|
|
3550
|
-
<span class="param-type">
|
|
3930
|
+
<span class="param-type">
|
|
3931
|
+
|
|
3932
|
+
Geometry
|
|
3933
|
+
|
|
3934
|
+
</span>
|
|
3551
3935
|
|
|
|
3552
3936
|
|
|
3553
|
-
<span class="param-type">
|
|
3937
|
+
<span class="param-type">
|
|
3938
|
+
|
|
3939
|
+
Array.<Geometry>
|
|
3940
|
+
|
|
3941
|
+
</span>
|
|
3554
3942
|
|
|
|
3555
3943
|
|
|
3556
|
-
<span class="param-type">
|
|
3944
|
+
<span class="param-type">
|
|
3945
|
+
|
|
3946
|
+
Collection.<Geometry>
|
|
3947
|
+
|
|
3948
|
+
</span>
|
|
3949
|
+
|
|
3557
3950
|
|
|
3558
3951
|
|
|
3559
3952
|
|
|
@@ -3578,7 +3971,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3578
3971
|
|
|
3579
3972
|
<tr class="deep-level-0">
|
|
3580
3973
|
|
|
3581
|
-
<td class="name"
|
|
3974
|
+
<td class="name"><code>options</code></td>
|
|
3582
3975
|
|
|
3583
3976
|
|
|
3584
3977
|
<td class="type">
|
|
@@ -3599,13 +3992,18 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3599
3992
|
|
|
3600
3993
|
<tr class="deep-level-1">
|
|
3601
3994
|
|
|
3602
|
-
<td class="name"
|
|
3995
|
+
<td class="name"><code>animate</code></td>
|
|
3603
3996
|
|
|
3604
3997
|
|
|
3605
3998
|
<td class="type">
|
|
3606
3999
|
|
|
3607
4000
|
|
|
3608
|
-
<span class="param-type">
|
|
4001
|
+
<span class="param-type">
|
|
4002
|
+
|
|
4003
|
+
Boolean
|
|
4004
|
+
|
|
4005
|
+
</span>
|
|
4006
|
+
|
|
3609
4007
|
|
|
3610
4008
|
|
|
3611
4009
|
|
|
@@ -3627,13 +4025,18 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3627
4025
|
|
|
3628
4026
|
<tr class="deep-level-1">
|
|
3629
4027
|
|
|
3630
|
-
<td class="name"
|
|
4028
|
+
<td class="name"><code>duration</code></td>
|
|
3631
4029
|
|
|
3632
4030
|
|
|
3633
4031
|
<td class="type">
|
|
3634
4032
|
|
|
3635
4033
|
|
|
3636
|
-
<span class="param-type">
|
|
4034
|
+
<span class="param-type">
|
|
4035
|
+
|
|
4036
|
+
Number
|
|
4037
|
+
|
|
4038
|
+
</span>
|
|
4039
|
+
|
|
3637
4040
|
|
|
3638
4041
|
|
|
3639
4042
|
|
|
@@ -3841,13 +4244,18 @@ sceneView
|
|
|
3841
4244
|
|
|
3842
4245
|
<tr class="deep-level-0">
|
|
3843
4246
|
|
|
3844
|
-
<td class="name"
|
|
4247
|
+
<td class="name"><code>screenPoint</code></td>
|
|
3845
4248
|
|
|
3846
4249
|
|
|
3847
4250
|
<td class="type">
|
|
3848
4251
|
|
|
3849
4252
|
|
|
3850
|
-
<span class="param-type">
|
|
4253
|
+
<span class="param-type">
|
|
4254
|
+
|
|
4255
|
+
Object
|
|
4256
|
+
|
|
4257
|
+
</span>
|
|
4258
|
+
|
|
3851
4259
|
|
|
3852
4260
|
|
|
3853
4261
|
|
|
@@ -3935,7 +4343,12 @@ sceneView
|
|
|
3935
4343
|
<div class='column is-5 has-text-left'>
|
|
3936
4344
|
<label>类型: </label>
|
|
3937
4345
|
|
|
3938
|
-
<span class="param-type">
|
|
4346
|
+
<span class="param-type">
|
|
4347
|
+
|
|
4348
|
+
Array
|
|
4349
|
+
|
|
4350
|
+
</span>
|
|
4351
|
+
|
|
3939
4352
|
|
|
3940
4353
|
|
|
3941
4354
|
</div>
|
|
@@ -4048,13 +4461,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4048
4461
|
|
|
4049
4462
|
<tr class="deep-level-0">
|
|
4050
4463
|
|
|
4051
|
-
<td class="name"
|
|
4464
|
+
<td class="name"><code>value</code></td>
|
|
4052
4465
|
|
|
4053
4466
|
|
|
4054
4467
|
<td class="type">
|
|
4055
4468
|
|
|
4056
4469
|
|
|
4057
|
-
<span class="param-type">
|
|
4470
|
+
<span class="param-type">
|
|
4471
|
+
|
|
4472
|
+
Point
|
|
4473
|
+
|
|
4474
|
+
</span>
|
|
4475
|
+
|
|
4058
4476
|
|
|
4059
4477
|
|
|
4060
4478
|
|
|
@@ -4189,13 +4607,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4189
4607
|
|
|
4190
4608
|
<tr class="deep-level-0">
|
|
4191
4609
|
|
|
4192
|
-
<td class="name"
|
|
4610
|
+
<td class="name"><code>value</code></td>
|
|
4193
4611
|
|
|
4194
4612
|
|
|
4195
4613
|
<td class="type">
|
|
4196
4614
|
|
|
4197
4615
|
|
|
4198
|
-
<span class="param-type">
|
|
4616
|
+
<span class="param-type">
|
|
4617
|
+
|
|
4618
|
+
Extent
|
|
4619
|
+
|
|
4620
|
+
</span>
|
|
4621
|
+
|
|
4199
4622
|
|
|
4200
4623
|
|
|
4201
4624
|
|
|
@@ -4331,13 +4754,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4331
4754
|
|
|
4332
4755
|
<tr class="deep-level-0">
|
|
4333
4756
|
|
|
4334
|
-
<td class="name"
|
|
4757
|
+
<td class="name"><code>options</code></td>
|
|
4335
4758
|
|
|
4336
4759
|
|
|
4337
4760
|
<td class="type">
|
|
4338
4761
|
|
|
4339
4762
|
|
|
4340
|
-
<span class="param-type">
|
|
4763
|
+
<span class="param-type">
|
|
4764
|
+
|
|
4765
|
+
Object
|
|
4766
|
+
|
|
4767
|
+
</span>
|
|
4768
|
+
|
|
4341
4769
|
|
|
4342
4770
|
|
|
4343
4771
|
|
|
@@ -4359,13 +4787,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4359
4787
|
|
|
4360
4788
|
<tr class="deep-level-1">
|
|
4361
4789
|
|
|
4362
|
-
<td class="name"
|
|
4790
|
+
<td class="name"><code>format</code></td>
|
|
4363
4791
|
|
|
4364
4792
|
|
|
4365
4793
|
<td class="type">
|
|
4366
4794
|
|
|
4367
4795
|
|
|
4368
|
-
<span class="param-type">
|
|
4796
|
+
<span class="param-type">
|
|
4797
|
+
|
|
4798
|
+
PictureFormat
|
|
4799
|
+
|
|
4800
|
+
</span>
|
|
4801
|
+
|
|
4369
4802
|
|
|
4370
4803
|
|
|
4371
4804
|
|
|
@@ -4387,13 +4820,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4387
4820
|
|
|
4388
4821
|
<tr class="deep-level-1">
|
|
4389
4822
|
|
|
4390
|
-
<td class="name"
|
|
4823
|
+
<td class="name"><code>filename</code></td>
|
|
4391
4824
|
|
|
4392
4825
|
|
|
4393
4826
|
<td class="type">
|
|
4394
4827
|
|
|
4395
4828
|
|
|
4396
|
-
<span class="param-type">
|
|
4829
|
+
<span class="param-type">
|
|
4830
|
+
|
|
4831
|
+
String
|
|
4832
|
+
|
|
4833
|
+
</span>
|
|
4834
|
+
|
|
4397
4835
|
|
|
4398
4836
|
|
|
4399
4837
|
|
|
@@ -4415,13 +4853,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4415
4853
|
|
|
4416
4854
|
<tr class="deep-level-1">
|
|
4417
4855
|
|
|
4418
|
-
<td class="name"
|
|
4856
|
+
<td class="name"><code>width</code></td>
|
|
4419
4857
|
|
|
4420
4858
|
|
|
4421
4859
|
<td class="type">
|
|
4422
4860
|
|
|
4423
4861
|
|
|
4424
|
-
<span class="param-type">
|
|
4862
|
+
<span class="param-type">
|
|
4863
|
+
|
|
4864
|
+
Number
|
|
4865
|
+
|
|
4866
|
+
</span>
|
|
4867
|
+
|
|
4425
4868
|
|
|
4426
4869
|
|
|
4427
4870
|
|
|
@@ -4441,13 +4884,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4441
4884
|
|
|
4442
4885
|
<tr class="deep-level-1">
|
|
4443
4886
|
|
|
4444
|
-
<td class="name"
|
|
4887
|
+
<td class="name"><code>height</code></td>
|
|
4445
4888
|
|
|
4446
4889
|
|
|
4447
4890
|
<td class="type">
|
|
4448
4891
|
|
|
4449
4892
|
|
|
4450
|
-
<span class="param-type">
|
|
4893
|
+
<span class="param-type">
|
|
4894
|
+
|
|
4895
|
+
Number
|
|
4896
|
+
|
|
4897
|
+
</span>
|
|
4898
|
+
|
|
4451
4899
|
|
|
4452
4900
|
|
|
4453
4901
|
|
|
@@ -4467,13 +4915,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4467
4915
|
|
|
4468
4916
|
<tr class="deep-level-1">
|
|
4469
4917
|
|
|
4470
|
-
<td class="name"
|
|
4918
|
+
<td class="name"><code>x</code></td>
|
|
4471
4919
|
|
|
4472
4920
|
|
|
4473
4921
|
<td class="type">
|
|
4474
4922
|
|
|
4475
4923
|
|
|
4476
|
-
<span class="param-type">
|
|
4924
|
+
<span class="param-type">
|
|
4925
|
+
|
|
4926
|
+
Number
|
|
4927
|
+
|
|
4928
|
+
</span>
|
|
4929
|
+
|
|
4477
4930
|
|
|
4478
4931
|
|
|
4479
4932
|
|
|
@@ -4493,13 +4946,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4493
4946
|
|
|
4494
4947
|
<tr class="deep-level-1">
|
|
4495
4948
|
|
|
4496
|
-
<td class="name"
|
|
4949
|
+
<td class="name"><code>y</code></td>
|
|
4497
4950
|
|
|
4498
4951
|
|
|
4499
4952
|
<td class="type">
|
|
4500
4953
|
|
|
4501
4954
|
|
|
4502
|
-
<span class="param-type">
|
|
4955
|
+
<span class="param-type">
|
|
4956
|
+
|
|
4957
|
+
Number
|
|
4958
|
+
|
|
4959
|
+
</span>
|
|
4960
|
+
|
|
4503
4961
|
|
|
4504
4962
|
|
|
4505
4963
|
|
|
@@ -4519,13 +4977,18 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4519
4977
|
|
|
4520
4978
|
<tr class="deep-level-1">
|
|
4521
4979
|
|
|
4522
|
-
<td class="name"
|
|
4980
|
+
<td class="name"><code>isDownload</code></td>
|
|
4523
4981
|
|
|
4524
4982
|
|
|
4525
4983
|
<td class="type">
|
|
4526
4984
|
|
|
4527
4985
|
|
|
4528
|
-
<span class="param-type">
|
|
4986
|
+
<span class="param-type">
|
|
4987
|
+
|
|
4988
|
+
Boolean
|
|
4989
|
+
|
|
4990
|
+
</span>
|
|
4991
|
+
|
|
4529
4992
|
|
|
4530
4993
|
|
|
4531
4994
|
|
|
@@ -4622,7 +5085,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4622
5085
|
<div class='column is-5 has-text-left'>
|
|
4623
5086
|
<label>类型: </label>
|
|
4624
5087
|
|
|
4625
|
-
<span class="param-type">
|
|
5088
|
+
<span class="param-type">
|
|
5089
|
+
|
|
5090
|
+
Promise
|
|
5091
|
+
|
|
5092
|
+
</span>
|
|
5093
|
+
|
|
4626
5094
|
|
|
4627
5095
|
|
|
4628
5096
|
</div>
|
|
@@ -4771,7 +5239,12 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4771
5239
|
<div class='column is-5 has-text-left'>
|
|
4772
5240
|
<label>类型: </label>
|
|
4773
5241
|
|
|
4774
|
-
<span class="param-type">
|
|
5242
|
+
<span class="param-type">
|
|
5243
|
+
|
|
5244
|
+
Object
|
|
5245
|
+
|
|
5246
|
+
</span>
|
|
5247
|
+
|
|
4775
5248
|
|
|
4776
5249
|
|
|
4777
5250
|
</div>
|
|
@@ -4843,13 +5316,18 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4843
5316
|
|
|
4844
5317
|
<tr class="deep-level-0">
|
|
4845
5318
|
|
|
4846
|
-
<td class="name"
|
|
5319
|
+
<td class="name"><code>screenPoint</code></td>
|
|
4847
5320
|
|
|
4848
5321
|
|
|
4849
5322
|
<td class="type">
|
|
4850
5323
|
|
|
4851
5324
|
|
|
4852
|
-
<span class="param-type">
|
|
5325
|
+
<span class="param-type">
|
|
5326
|
+
|
|
5327
|
+
Object
|
|
5328
|
+
|
|
5329
|
+
</span>
|
|
5330
|
+
|
|
4853
5331
|
|
|
4854
5332
|
|
|
4855
5333
|
|
|
@@ -4937,7 +5415,12 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4937
5415
|
<div class='column is-5 has-text-left'>
|
|
4938
5416
|
<label>类型: </label>
|
|
4939
5417
|
|
|
4940
|
-
<span class="param-type">
|
|
5418
|
+
<span class="param-type">
|
|
5419
|
+
|
|
5420
|
+
Point
|
|
5421
|
+
|
|
5422
|
+
</span>
|
|
5423
|
+
|
|
4941
5424
|
|
|
4942
5425
|
|
|
4943
5426
|
</div>
|
|
@@ -5031,13 +5514,18 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5031
5514
|
|
|
5032
5515
|
<tr class="deep-level-0">
|
|
5033
5516
|
|
|
5034
|
-
<td class="name"
|
|
5517
|
+
<td class="name"><code>point</code></td>
|
|
5035
5518
|
|
|
5036
5519
|
|
|
5037
5520
|
<td class="type">
|
|
5038
5521
|
|
|
5039
5522
|
|
|
5040
|
-
<span class="param-type">
|
|
5523
|
+
<span class="param-type">
|
|
5524
|
+
|
|
5525
|
+
Point
|
|
5526
|
+
|
|
5527
|
+
</span>
|
|
5528
|
+
|
|
5041
5529
|
|
|
5042
5530
|
|
|
5043
5531
|
|
|
@@ -5125,7 +5613,12 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5125
5613
|
<div class='column is-5 has-text-left'>
|
|
5126
5614
|
<label>类型: </label>
|
|
5127
5615
|
|
|
5128
|
-
<span class="param-type">
|
|
5616
|
+
<span class="param-type">
|
|
5617
|
+
|
|
5618
|
+
Object
|
|
5619
|
+
|
|
5620
|
+
</span>
|
|
5621
|
+
|
|
5129
5622
|
|
|
5130
5623
|
|
|
5131
5624
|
</div>
|