@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
|
@@ -69,13 +69,18 @@
|
|
|
69
69
|
|
|
70
70
|
<tr class="deep-level-0">
|
|
71
71
|
|
|
72
|
-
<td class="name"
|
|
72
|
+
<td class="name"><code>options</code></td>
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
<td class="type">
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
<span class="param-type">
|
|
78
|
+
<span class="param-type">
|
|
79
|
+
|
|
80
|
+
Object
|
|
81
|
+
|
|
82
|
+
</span>
|
|
83
|
+
|
|
79
84
|
|
|
80
85
|
|
|
81
86
|
|
|
@@ -95,13 +100,18 @@
|
|
|
95
100
|
|
|
96
101
|
<tr class="deep-level-1">
|
|
97
102
|
|
|
98
|
-
<td class="name"
|
|
103
|
+
<td class="name"><code>showSkirt</code></td>
|
|
99
104
|
|
|
100
105
|
|
|
101
106
|
<td class="type">
|
|
102
107
|
|
|
103
108
|
|
|
104
|
-
<span class="param-type">
|
|
109
|
+
<span class="param-type">
|
|
110
|
+
|
|
111
|
+
Boolean
|
|
112
|
+
|
|
113
|
+
</span>
|
|
114
|
+
|
|
105
115
|
|
|
106
116
|
|
|
107
117
|
|
|
@@ -123,13 +133,18 @@
|
|
|
123
133
|
|
|
124
134
|
<tr class="deep-level-1">
|
|
125
135
|
|
|
126
|
-
<td class="name"
|
|
136
|
+
<td class="name"><code>range</code></td>
|
|
127
137
|
|
|
128
138
|
|
|
129
139
|
<td class="type">
|
|
130
140
|
|
|
131
141
|
|
|
132
|
-
<span class="param-type">
|
|
142
|
+
<span class="param-type">
|
|
143
|
+
|
|
144
|
+
Object
|
|
145
|
+
|
|
146
|
+
</span>
|
|
147
|
+
|
|
133
148
|
|
|
134
149
|
|
|
135
150
|
|
|
@@ -149,13 +164,18 @@
|
|
|
149
164
|
|
|
150
165
|
<tr class="deep-level-1">
|
|
151
166
|
|
|
152
|
-
<td class="name"
|
|
167
|
+
<td class="name"><code>terrainFormat</code></td>
|
|
153
168
|
|
|
154
169
|
|
|
155
170
|
<td class="type">
|
|
156
171
|
|
|
157
172
|
|
|
158
|
-
<span class="param-type">
|
|
173
|
+
<span class="param-type">
|
|
174
|
+
|
|
175
|
+
Boolean
|
|
176
|
+
|
|
177
|
+
</span>
|
|
178
|
+
|
|
159
179
|
|
|
160
180
|
|
|
161
181
|
|
|
@@ -177,13 +197,18 @@
|
|
|
177
197
|
|
|
178
198
|
<tr class="deep-level-1">
|
|
179
199
|
|
|
180
|
-
<td class="name"
|
|
200
|
+
<td class="name"><code>proxy</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
|
+
Proxy
|
|
209
|
+
|
|
210
|
+
</span>
|
|
211
|
+
|
|
187
212
|
|
|
188
213
|
|
|
189
214
|
|
|
@@ -203,13 +228,18 @@
|
|
|
203
228
|
|
|
204
229
|
<tr class="deep-level-1">
|
|
205
230
|
|
|
206
|
-
<td class="name"
|
|
231
|
+
<td class="name"><code>requestVertexNormals</code></td>
|
|
207
232
|
|
|
208
233
|
|
|
209
234
|
<td class="type">
|
|
210
235
|
|
|
211
236
|
|
|
212
|
-
<span class="param-type">
|
|
237
|
+
<span class="param-type">
|
|
238
|
+
|
|
239
|
+
Boolean
|
|
240
|
+
|
|
241
|
+
</span>
|
|
242
|
+
|
|
213
243
|
|
|
214
244
|
|
|
215
245
|
|
|
@@ -231,13 +261,18 @@
|
|
|
231
261
|
|
|
232
262
|
<tr class="deep-level-1">
|
|
233
263
|
|
|
234
|
-
<td class="name"
|
|
264
|
+
<td class="name"><code>maxLevel</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
|
|
|
@@ -361,11 +396,16 @@
|
|
|
361
396
|
<tbody>
|
|
362
397
|
|
|
363
398
|
<tr class="deep-level-0">
|
|
364
|
-
<td class="name"><code><a href="
|
|
399
|
+
<td class="name"><code><a href="#availability">availability</a></code></td>
|
|
365
400
|
<td class="name">
|
|
366
401
|
<code>
|
|
367
402
|
|
|
368
|
-
<span class="param-type">
|
|
403
|
+
<span class="param-type">
|
|
404
|
+
|
|
405
|
+
Cesium.TileAvailability
|
|
406
|
+
|
|
407
|
+
</span>
|
|
408
|
+
|
|
369
409
|
|
|
370
410
|
|
|
371
411
|
</code>
|
|
@@ -377,11 +417,16 @@ information is not available.</p></code></td>
|
|
|
377
417
|
</tr>
|
|
378
418
|
|
|
379
419
|
<tr class="deep-level-0">
|
|
380
|
-
<td class="name"><code><a href="
|
|
420
|
+
<td class="name"><code><a href="#credit">credit</a></code></td>
|
|
381
421
|
<td class="name">
|
|
382
422
|
<code>
|
|
383
423
|
|
|
384
|
-
<span class="param-type">
|
|
424
|
+
<span class="param-type">
|
|
425
|
+
|
|
426
|
+
Cesium.Credit
|
|
427
|
+
|
|
428
|
+
</span>
|
|
429
|
+
|
|
385
430
|
|
|
386
431
|
|
|
387
432
|
</code>
|
|
@@ -391,11 +436,16 @@ the source of the terrain. This function should not be called before <a class="
|
|
|
391
436
|
</tr>
|
|
392
437
|
|
|
393
438
|
<tr class="deep-level-0">
|
|
394
|
-
<td class="name"><code><a href="
|
|
439
|
+
<td class="name"><code><a href="#errorEvent">errorEvent</a></code></td>
|
|
395
440
|
<td class="name">
|
|
396
441
|
<code>
|
|
397
442
|
|
|
398
|
-
<span class="param-type">
|
|
443
|
+
<span class="param-type">
|
|
444
|
+
|
|
445
|
+
Cesium.Event
|
|
446
|
+
|
|
447
|
+
</span>
|
|
448
|
+
|
|
399
449
|
|
|
400
450
|
|
|
401
451
|
</code>
|
|
@@ -406,11 +456,16 @@ are passed an instance of <code>Cesium.TileProviderError</code>.</p></code></td>
|
|
|
406
456
|
</tr>
|
|
407
457
|
|
|
408
458
|
<tr class="deep-level-0">
|
|
409
|
-
<td class="name"><code><a href="
|
|
459
|
+
<td class="name"><code><a href="#hasMetadata">hasMetadata</a></code></td>
|
|
410
460
|
<td class="name">
|
|
411
461
|
<code>
|
|
412
462
|
|
|
413
|
-
<span class="param-type">
|
|
463
|
+
<span class="param-type">
|
|
464
|
+
|
|
465
|
+
Boolean
|
|
466
|
+
|
|
467
|
+
</span>
|
|
468
|
+
|
|
414
469
|
|
|
415
470
|
|
|
416
471
|
</code>
|
|
@@ -420,11 +475,16 @@ This function should not be called before <a class="mapgis-link-name" title="Map
|
|
|
420
475
|
</tr>
|
|
421
476
|
|
|
422
477
|
<tr class="deep-level-0">
|
|
423
|
-
<td class="name"><code><a href="
|
|
478
|
+
<td class="name"><code><a href="#hasVertexNormals">hasVertexNormals</a></code></td>
|
|
424
479
|
<td class="name">
|
|
425
480
|
<code>
|
|
426
481
|
|
|
427
|
-
<span class="param-type">
|
|
482
|
+
<span class="param-type">
|
|
483
|
+
|
|
484
|
+
Boolean
|
|
485
|
+
|
|
486
|
+
</span>
|
|
487
|
+
|
|
428
488
|
|
|
429
489
|
|
|
430
490
|
</code>
|
|
@@ -434,11 +494,16 @@ This function should not be called before <a class="mapgis-link-name" title="Map
|
|
|
434
494
|
</tr>
|
|
435
495
|
|
|
436
496
|
<tr class="deep-level-0">
|
|
437
|
-
<td class="name"><code><a href="
|
|
497
|
+
<td class="name"><code><a href="#hasWaterMask">hasWaterMask</a></code></td>
|
|
438
498
|
<td class="name">
|
|
439
499
|
<code>
|
|
440
500
|
|
|
441
|
-
<span class="param-type">
|
|
501
|
+
<span class="param-type">
|
|
502
|
+
|
|
503
|
+
Boolean
|
|
504
|
+
|
|
505
|
+
</span>
|
|
506
|
+
|
|
442
507
|
|
|
443
508
|
|
|
444
509
|
</code>
|
|
@@ -450,11 +515,16 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
450
515
|
</tr>
|
|
451
516
|
|
|
452
517
|
<tr class="deep-level-0">
|
|
453
|
-
<td class="name"><code><a href="
|
|
518
|
+
<td class="name"><code><a href="#range3D">range3D</a></code></td>
|
|
454
519
|
<td class="name">
|
|
455
520
|
<code>
|
|
456
521
|
|
|
457
|
-
<span class="param-type">
|
|
522
|
+
<span class="param-type">
|
|
523
|
+
|
|
524
|
+
Array
|
|
525
|
+
|
|
526
|
+
</span>
|
|
527
|
+
|
|
458
528
|
|
|
459
529
|
|
|
460
530
|
</code>
|
|
@@ -463,11 +533,16 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
463
533
|
</tr>
|
|
464
534
|
|
|
465
535
|
<tr class="deep-level-0">
|
|
466
|
-
<td class="name"><code><a href="
|
|
536
|
+
<td class="name"><code><a href="#ready">ready</a></code></td>
|
|
467
537
|
<td class="name">
|
|
468
538
|
<code>
|
|
469
539
|
|
|
470
|
-
<span class="param-type">
|
|
540
|
+
<span class="param-type">
|
|
541
|
+
|
|
542
|
+
Boolean
|
|
543
|
+
|
|
544
|
+
</span>
|
|
545
|
+
|
|
471
546
|
|
|
472
547
|
|
|
473
548
|
</code>
|
|
@@ -476,11 +551,16 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
476
551
|
</tr>
|
|
477
552
|
|
|
478
553
|
<tr class="deep-level-0">
|
|
479
|
-
<td class="name"><code><a href="
|
|
554
|
+
<td class="name"><code><a href="#readyPromise">readyPromise</a></code></td>
|
|
480
555
|
<td class="name">
|
|
481
556
|
<code>
|
|
482
557
|
|
|
483
|
-
<span class="param-type">
|
|
558
|
+
<span class="param-type">
|
|
559
|
+
|
|
560
|
+
Promise.<Boolean>
|
|
561
|
+
|
|
562
|
+
</span>
|
|
563
|
+
|
|
484
564
|
|
|
485
565
|
|
|
486
566
|
</code>
|
|
@@ -489,11 +569,16 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
489
569
|
</tr>
|
|
490
570
|
|
|
491
571
|
<tr class="deep-level-0">
|
|
492
|
-
<td class="name"><code><a href="
|
|
572
|
+
<td class="name"><code><a href="#requestMetadata">requestMetadata</a></code></td>
|
|
493
573
|
<td class="name">
|
|
494
574
|
<code>
|
|
495
575
|
|
|
496
|
-
<span class="param-type">
|
|
576
|
+
<span class="param-type">
|
|
577
|
+
|
|
578
|
+
Boolean
|
|
579
|
+
|
|
580
|
+
</span>
|
|
581
|
+
|
|
497
582
|
|
|
498
583
|
|
|
499
584
|
</code>
|
|
@@ -504,11 +589,16 @@ if the server provides a metadata.</p></code></td>
|
|
|
504
589
|
</tr>
|
|
505
590
|
|
|
506
591
|
<tr class="deep-level-0">
|
|
507
|
-
<td class="name"><code><a href="
|
|
592
|
+
<td class="name"><code><a href="#requestVertexNormals">requestVertexNormals</a></code></td>
|
|
508
593
|
<td class="name">
|
|
509
594
|
<code>
|
|
510
595
|
|
|
511
|
-
<span class="param-type">
|
|
596
|
+
<span class="param-type">
|
|
597
|
+
|
|
598
|
+
Boolean
|
|
599
|
+
|
|
600
|
+
</span>
|
|
601
|
+
|
|
512
602
|
|
|
513
603
|
|
|
514
604
|
</code>
|
|
@@ -519,11 +609,16 @@ if the server provides vertex normals.</p></code></td>
|
|
|
519
609
|
</tr>
|
|
520
610
|
|
|
521
611
|
<tr class="deep-level-0">
|
|
522
|
-
<td class="name"><code><a href="
|
|
612
|
+
<td class="name"><code><a href="#requestWaterMask">requestWaterMask</a></code></td>
|
|
523
613
|
<td class="name">
|
|
524
614
|
<code>
|
|
525
615
|
|
|
526
|
-
<span class="param-type">
|
|
616
|
+
<span class="param-type">
|
|
617
|
+
|
|
618
|
+
Boolean
|
|
619
|
+
|
|
620
|
+
</span>
|
|
621
|
+
|
|
527
622
|
|
|
528
623
|
|
|
529
624
|
</code>
|
|
@@ -534,11 +629,16 @@ if the server provides a watermask.</p></code></td>
|
|
|
534
629
|
</tr>
|
|
535
630
|
|
|
536
631
|
<tr class="deep-level-0">
|
|
537
|
-
<td class="name"><code><a href="
|
|
632
|
+
<td class="name"><code><a href="#show">show</a></code></td>
|
|
538
633
|
<td class="name">
|
|
539
634
|
<code>
|
|
540
635
|
|
|
541
|
-
<span class="param-type">
|
|
636
|
+
<span class="param-type">
|
|
637
|
+
|
|
638
|
+
Boolean
|
|
639
|
+
|
|
640
|
+
</span>
|
|
641
|
+
|
|
542
642
|
|
|
543
643
|
|
|
544
644
|
</code>
|
|
@@ -547,11 +647,16 @@ if the server provides a watermask.</p></code></td>
|
|
|
547
647
|
</tr>
|
|
548
648
|
|
|
549
649
|
<tr class="deep-level-0">
|
|
550
|
-
<td class="name"><code><a href="
|
|
650
|
+
<td class="name"><code><a href="#showSkirt">showSkirt</a></code></td>
|
|
551
651
|
<td class="name">
|
|
552
652
|
<code>
|
|
553
653
|
|
|
554
|
-
<span class="param-type">
|
|
654
|
+
<span class="param-type">
|
|
655
|
+
|
|
656
|
+
Boolean
|
|
657
|
+
|
|
658
|
+
</span>
|
|
659
|
+
|
|
555
660
|
|
|
556
661
|
|
|
557
662
|
</code>
|
|
@@ -560,11 +665,16 @@ if the server provides a watermask.</p></code></td>
|
|
|
560
665
|
</tr>
|
|
561
666
|
|
|
562
667
|
<tr class="deep-level-0">
|
|
563
|
-
<td class="name"><code><a href="
|
|
668
|
+
<td class="name"><code><a href="#terrainColorTblInfo">terrainColorTblInfo</a></code></td>
|
|
564
669
|
<td class="name">
|
|
565
670
|
<code>
|
|
566
671
|
|
|
567
|
-
<span class="param-type">
|
|
672
|
+
<span class="param-type">
|
|
673
|
+
|
|
674
|
+
Array
|
|
675
|
+
|
|
676
|
+
</span>
|
|
677
|
+
|
|
568
678
|
|
|
569
679
|
|
|
570
680
|
</code>
|
|
@@ -573,11 +683,16 @@ if the server provides a watermask.</p></code></td>
|
|
|
573
683
|
</tr>
|
|
574
684
|
|
|
575
685
|
<tr class="deep-level-0">
|
|
576
|
-
<td class="name"><code><a href="
|
|
686
|
+
<td class="name"><code><a href="#terrainColorTblMaxHeight">terrainColorTblMaxHeight</a></code></td>
|
|
577
687
|
<td class="name">
|
|
578
688
|
<code>
|
|
579
689
|
|
|
580
|
-
<span class="param-type">
|
|
690
|
+
<span class="param-type">
|
|
691
|
+
|
|
692
|
+
Number
|
|
693
|
+
|
|
694
|
+
</span>
|
|
695
|
+
|
|
581
696
|
|
|
582
697
|
|
|
583
698
|
</code>
|
|
@@ -586,11 +701,16 @@ if the server provides a watermask.</p></code></td>
|
|
|
586
701
|
</tr>
|
|
587
702
|
|
|
588
703
|
<tr class="deep-level-0">
|
|
589
|
-
<td class="name"><code><a href="
|
|
704
|
+
<td class="name"><code><a href="#terrainColorTblMinHeight">terrainColorTblMinHeight</a></code></td>
|
|
590
705
|
<td class="name">
|
|
591
706
|
<code>
|
|
592
707
|
|
|
593
|
-
<span class="param-type">
|
|
708
|
+
<span class="param-type">
|
|
709
|
+
|
|
710
|
+
Number
|
|
711
|
+
|
|
712
|
+
</span>
|
|
713
|
+
|
|
594
714
|
|
|
595
715
|
|
|
596
716
|
</code>
|
|
@@ -599,11 +719,16 @@ if the server provides a watermask.</p></code></td>
|
|
|
599
719
|
</tr>
|
|
600
720
|
|
|
601
721
|
<tr class="deep-level-0">
|
|
602
|
-
<td class="name"><code><a href="
|
|
722
|
+
<td class="name"><code><a href="#tilingScheme">tilingScheme</a></code></td>
|
|
603
723
|
<td class="name">
|
|
604
724
|
<code>
|
|
605
725
|
|
|
606
|
-
<span class="param-type">
|
|
726
|
+
<span class="param-type">
|
|
727
|
+
|
|
728
|
+
Cesium.GeographicTilingScheme
|
|
729
|
+
|
|
730
|
+
</span>
|
|
731
|
+
|
|
607
732
|
|
|
608
733
|
|
|
609
734
|
</code>
|
|
@@ -623,7 +748,12 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
623
748
|
<span class="method-parameter is-pulled-right">
|
|
624
749
|
<label>类型:</label>
|
|
625
750
|
|
|
626
|
-
<span class="param-type">
|
|
751
|
+
<span class="param-type">
|
|
752
|
+
|
|
753
|
+
Cesium.TileAvailability
|
|
754
|
+
|
|
755
|
+
</span>
|
|
756
|
+
|
|
627
757
|
|
|
628
758
|
|
|
629
759
|
</span>
|
|
@@ -696,7 +826,12 @@ information is not available.</p>
|
|
|
696
826
|
<span class="method-parameter is-pulled-right">
|
|
697
827
|
<label>类型:</label>
|
|
698
828
|
|
|
699
|
-
<span class="param-type">
|
|
829
|
+
<span class="param-type">
|
|
830
|
+
|
|
831
|
+
Cesium.Credit
|
|
832
|
+
|
|
833
|
+
</span>
|
|
834
|
+
|
|
700
835
|
|
|
701
836
|
|
|
702
837
|
</span>
|
|
@@ -767,7 +902,12 @@ the source of the terrain. This function should not be called before <a class="
|
|
|
767
902
|
<span class="method-parameter is-pulled-right">
|
|
768
903
|
<label>类型:</label>
|
|
769
904
|
|
|
770
|
-
<span class="param-type">
|
|
905
|
+
<span class="param-type">
|
|
906
|
+
|
|
907
|
+
Cesium.Event
|
|
908
|
+
|
|
909
|
+
</span>
|
|
910
|
+
|
|
771
911
|
|
|
772
912
|
|
|
773
913
|
</span>
|
|
@@ -839,7 +979,12 @@ are passed an instance of <code>Cesium.TileProviderError</code>.</p>
|
|
|
839
979
|
<span class="method-parameter is-pulled-right">
|
|
840
980
|
<label>类型:</label>
|
|
841
981
|
|
|
842
|
-
<span class="param-type">
|
|
982
|
+
<span class="param-type">
|
|
983
|
+
|
|
984
|
+
Boolean
|
|
985
|
+
|
|
986
|
+
</span>
|
|
987
|
+
|
|
843
988
|
|
|
844
989
|
|
|
845
990
|
</span>
|
|
@@ -910,7 +1055,12 @@ This function should not be called before <a class="mapgis-link-name" title="Map
|
|
|
910
1055
|
<span class="method-parameter is-pulled-right">
|
|
911
1056
|
<label>类型:</label>
|
|
912
1057
|
|
|
913
|
-
<span class="param-type">
|
|
1058
|
+
<span class="param-type">
|
|
1059
|
+
|
|
1060
|
+
Boolean
|
|
1061
|
+
|
|
1062
|
+
</span>
|
|
1063
|
+
|
|
914
1064
|
|
|
915
1065
|
|
|
916
1066
|
</span>
|
|
@@ -981,7 +1131,12 @@ This function should not be called before <a class="mapgis-link-name" title="Map
|
|
|
981
1131
|
<span class="method-parameter is-pulled-right">
|
|
982
1132
|
<label>类型:</label>
|
|
983
1133
|
|
|
984
|
-
<span class="param-type">
|
|
1134
|
+
<span class="param-type">
|
|
1135
|
+
|
|
1136
|
+
Boolean
|
|
1137
|
+
|
|
1138
|
+
</span>
|
|
1139
|
+
|
|
985
1140
|
|
|
986
1141
|
|
|
987
1142
|
</span>
|
|
@@ -1054,7 +1209,12 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
1054
1209
|
<span class="method-parameter is-pulled-right">
|
|
1055
1210
|
<label>类型:</label>
|
|
1056
1211
|
|
|
1057
|
-
<span class="param-type">
|
|
1212
|
+
<span class="param-type">
|
|
1213
|
+
|
|
1214
|
+
Array
|
|
1215
|
+
|
|
1216
|
+
</span>
|
|
1217
|
+
|
|
1058
1218
|
|
|
1059
1219
|
|
|
1060
1220
|
</span>
|
|
@@ -1124,7 +1284,12 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
1124
1284
|
<span class="method-parameter is-pulled-right">
|
|
1125
1285
|
<label>类型:</label>
|
|
1126
1286
|
|
|
1127
|
-
<span class="param-type">
|
|
1287
|
+
<span class="param-type">
|
|
1288
|
+
|
|
1289
|
+
Boolean
|
|
1290
|
+
|
|
1291
|
+
</span>
|
|
1292
|
+
|
|
1128
1293
|
|
|
1129
1294
|
|
|
1130
1295
|
</span>
|
|
@@ -1194,7 +1359,12 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
1194
1359
|
<span class="method-parameter is-pulled-right">
|
|
1195
1360
|
<label>类型:</label>
|
|
1196
1361
|
|
|
1197
|
-
<span class="param-type">
|
|
1362
|
+
<span class="param-type">
|
|
1363
|
+
|
|
1364
|
+
Promise.<Boolean>
|
|
1365
|
+
|
|
1366
|
+
</span>
|
|
1367
|
+
|
|
1198
1368
|
|
|
1199
1369
|
|
|
1200
1370
|
</span>
|
|
@@ -1268,7 +1438,12 @@ called before <a class="mapgis-link-name" title="MapGISTerrainProvider#ready" Ma
|
|
|
1268
1438
|
<span class="method-parameter is-pulled-right">
|
|
1269
1439
|
<label>类型:</label>
|
|
1270
1440
|
|
|
1271
|
-
<span class="param-type">
|
|
1441
|
+
<span class="param-type">
|
|
1442
|
+
|
|
1443
|
+
Boolean
|
|
1444
|
+
|
|
1445
|
+
</span>
|
|
1446
|
+
|
|
1272
1447
|
|
|
1273
1448
|
|
|
1274
1449
|
</span>
|
|
@@ -1340,7 +1515,12 @@ if the server provides a metadata.</p>
|
|
|
1340
1515
|
<span class="method-parameter is-pulled-right">
|
|
1341
1516
|
<label>类型:</label>
|
|
1342
1517
|
|
|
1343
|
-
<span class="param-type">
|
|
1518
|
+
<span class="param-type">
|
|
1519
|
+
|
|
1520
|
+
Boolean
|
|
1521
|
+
|
|
1522
|
+
</span>
|
|
1523
|
+
|
|
1344
1524
|
|
|
1345
1525
|
|
|
1346
1526
|
</span>
|
|
@@ -1412,7 +1592,12 @@ if the server provides vertex normals.</p>
|
|
|
1412
1592
|
<span class="method-parameter is-pulled-right">
|
|
1413
1593
|
<label>类型:</label>
|
|
1414
1594
|
|
|
1415
|
-
<span class="param-type">
|
|
1595
|
+
<span class="param-type">
|
|
1596
|
+
|
|
1597
|
+
Boolean
|
|
1598
|
+
|
|
1599
|
+
</span>
|
|
1600
|
+
|
|
1416
1601
|
|
|
1417
1602
|
|
|
1418
1603
|
</span>
|
|
@@ -1484,7 +1669,12 @@ if the server provides a watermask.</p>
|
|
|
1484
1669
|
<span class="method-parameter is-pulled-right">
|
|
1485
1670
|
<label>类型:</label>
|
|
1486
1671
|
|
|
1487
|
-
<span class="param-type">
|
|
1672
|
+
<span class="param-type">
|
|
1673
|
+
|
|
1674
|
+
Boolean
|
|
1675
|
+
|
|
1676
|
+
</span>
|
|
1677
|
+
|
|
1488
1678
|
|
|
1489
1679
|
|
|
1490
1680
|
</span>
|
|
@@ -1554,7 +1744,12 @@ if the server provides a watermask.</p>
|
|
|
1554
1744
|
<span class="method-parameter is-pulled-right">
|
|
1555
1745
|
<label>类型:</label>
|
|
1556
1746
|
|
|
1557
|
-
<span class="param-type">
|
|
1747
|
+
<span class="param-type">
|
|
1748
|
+
|
|
1749
|
+
Boolean
|
|
1750
|
+
|
|
1751
|
+
</span>
|
|
1752
|
+
|
|
1558
1753
|
|
|
1559
1754
|
|
|
1560
1755
|
</span>
|
|
@@ -1624,7 +1819,12 @@ if the server provides a watermask.</p>
|
|
|
1624
1819
|
<span class="method-parameter is-pulled-right">
|
|
1625
1820
|
<label>类型:</label>
|
|
1626
1821
|
|
|
1627
|
-
<span class="param-type">
|
|
1822
|
+
<span class="param-type">
|
|
1823
|
+
|
|
1824
|
+
Array
|
|
1825
|
+
|
|
1826
|
+
</span>
|
|
1827
|
+
|
|
1628
1828
|
|
|
1629
1829
|
|
|
1630
1830
|
</span>
|
|
@@ -1694,7 +1894,12 @@ if the server provides a watermask.</p>
|
|
|
1694
1894
|
<span class="method-parameter is-pulled-right">
|
|
1695
1895
|
<label>类型:</label>
|
|
1696
1896
|
|
|
1697
|
-
<span class="param-type">
|
|
1897
|
+
<span class="param-type">
|
|
1898
|
+
|
|
1899
|
+
Number
|
|
1900
|
+
|
|
1901
|
+
</span>
|
|
1902
|
+
|
|
1698
1903
|
|
|
1699
1904
|
|
|
1700
1905
|
</span>
|
|
@@ -1764,7 +1969,12 @@ if the server provides a watermask.</p>
|
|
|
1764
1969
|
<span class="method-parameter is-pulled-right">
|
|
1765
1970
|
<label>类型:</label>
|
|
1766
1971
|
|
|
1767
|
-
<span class="param-type">
|
|
1972
|
+
<span class="param-type">
|
|
1973
|
+
|
|
1974
|
+
Number
|
|
1975
|
+
|
|
1976
|
+
</span>
|
|
1977
|
+
|
|
1768
1978
|
|
|
1769
1979
|
|
|
1770
1980
|
</span>
|
|
@@ -1834,7 +2044,12 @@ if the server provides a watermask.</p>
|
|
|
1834
2044
|
<span class="method-parameter is-pulled-right">
|
|
1835
2045
|
<label>类型:</label>
|
|
1836
2046
|
|
|
1837
|
-
<span class="param-type">
|
|
2047
|
+
<span class="param-type">
|
|
2048
|
+
|
|
2049
|
+
Cesium.GeographicTilingScheme
|
|
2050
|
+
|
|
2051
|
+
</span>
|
|
2052
|
+
|
|
1838
2053
|
|
|
1839
2054
|
|
|
1840
2055
|
</span>
|
|
@@ -1921,15 +2136,24 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
1921
2136
|
<tbody>
|
|
1922
2137
|
|
|
1923
2138
|
<tr class="deep-level-0">
|
|
1924
|
-
<td class="name"><code><a href="
|
|
2139
|
+
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
1925
2140
|
<td class="name">
|
|
1926
2141
|
<code>
|
|
1927
2142
|
|
|
1928
2143
|
|
|
1929
|
-
<span class="param-type"
|
|
2144
|
+
<span class="param-type">
|
|
2145
|
+
|
|
2146
|
+
<a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
|
|
2147
|
+
|
|
2148
|
+
</span>
|
|
1930
2149
|
|
|
|
1931
2150
|
|
|
1932
|
-
<span class="param-type">
|
|
2151
|
+
<span class="param-type">
|
|
2152
|
+
|
|
2153
|
+
undefined
|
|
2154
|
+
|
|
2155
|
+
</span>
|
|
2156
|
+
|
|
1933
2157
|
|
|
1934
2158
|
|
|
1935
2159
|
|
|
@@ -1939,12 +2163,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
1939
2163
|
</tr>
|
|
1940
2164
|
|
|
1941
2165
|
<tr class="deep-level-0">
|
|
1942
|
-
<td class="name"><code><a href="
|
|
2166
|
+
<td class="name"><code><a href="#getLevelMaximumGeometricError">getLevelMaximumGeometricError</a></code></td>
|
|
1943
2167
|
<td class="name">
|
|
1944
2168
|
<code>
|
|
1945
2169
|
|
|
1946
2170
|
|
|
1947
|
-
<span class="param-type">
|
|
2171
|
+
<span class="param-type">
|
|
2172
|
+
|
|
2173
|
+
Number
|
|
2174
|
+
|
|
2175
|
+
</span>
|
|
2176
|
+
|
|
1948
2177
|
|
|
1949
2178
|
|
|
1950
2179
|
|
|
@@ -1954,12 +2183,17 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
1954
2183
|
</tr>
|
|
1955
2184
|
|
|
1956
2185
|
<tr class="deep-level-0">
|
|
1957
|
-
<td class="name"><code><a href="
|
|
2186
|
+
<td class="name"><code><a href="#getTileDataAvailable">getTileDataAvailable</a></code></td>
|
|
1958
2187
|
<td class="name">
|
|
1959
2188
|
<code>
|
|
1960
2189
|
|
|
1961
2190
|
|
|
1962
|
-
<span class="param-type">
|
|
2191
|
+
<span class="param-type">
|
|
2192
|
+
|
|
2193
|
+
Boolean
|
|
2194
|
+
|
|
2195
|
+
</span>
|
|
2196
|
+
|
|
1963
2197
|
|
|
1964
2198
|
|
|
1965
2199
|
|
|
@@ -1969,15 +2203,24 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
1969
2203
|
</tr>
|
|
1970
2204
|
|
|
1971
2205
|
<tr class="deep-level-0">
|
|
1972
|
-
<td class="name"><code><a href="
|
|
2206
|
+
<td class="name"><code><a href="#loadTileDataAvailability">loadTileDataAvailability</a></code></td>
|
|
1973
2207
|
<td class="name">
|
|
1974
2208
|
<code>
|
|
1975
2209
|
|
|
1976
2210
|
|
|
1977
|
-
<span class="param-type">
|
|
2211
|
+
<span class="param-type">
|
|
2212
|
+
|
|
2213
|
+
undefined
|
|
2214
|
+
|
|
2215
|
+
</span>
|
|
1978
2216
|
|
|
|
1979
2217
|
|
|
1980
|
-
<span class="param-type">
|
|
2218
|
+
<span class="param-type">
|
|
2219
|
+
|
|
2220
|
+
Promise.<void>
|
|
2221
|
+
|
|
2222
|
+
</span>
|
|
2223
|
+
|
|
1981
2224
|
|
|
1982
2225
|
|
|
1983
2226
|
|
|
@@ -2050,13 +2293,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2050
2293
|
|
|
2051
2294
|
<tr class="deep-level-0">
|
|
2052
2295
|
|
|
2053
|
-
<td class="name"
|
|
2296
|
+
<td class="name"><code>url</code></td>
|
|
2054
2297
|
|
|
2055
2298
|
|
|
2056
2299
|
<td class="type">
|
|
2057
2300
|
|
|
2058
2301
|
|
|
2059
|
-
<span class="param-type">
|
|
2302
|
+
<span class="param-type">
|
|
2303
|
+
|
|
2304
|
+
String
|
|
2305
|
+
|
|
2306
|
+
</span>
|
|
2307
|
+
|
|
2060
2308
|
|
|
2061
2309
|
|
|
2062
2310
|
|
|
@@ -2074,13 +2322,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2074
2322
|
|
|
2075
2323
|
<tr class="deep-level-0">
|
|
2076
2324
|
|
|
2077
|
-
<td class="name"
|
|
2325
|
+
<td class="name"><code>options</code></td>
|
|
2078
2326
|
|
|
2079
2327
|
|
|
2080
2328
|
<td class="type">
|
|
2081
2329
|
|
|
2082
2330
|
|
|
2083
|
-
<span class="param-type">
|
|
2331
|
+
<span class="param-type">
|
|
2332
|
+
|
|
2333
|
+
Object
|
|
2334
|
+
|
|
2335
|
+
</span>
|
|
2336
|
+
|
|
2084
2337
|
|
|
2085
2338
|
|
|
2086
2339
|
|
|
@@ -2166,10 +2419,19 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2166
2419
|
<div class='column is-5 has-text-left'>
|
|
2167
2420
|
<label>类型: </label>
|
|
2168
2421
|
|
|
2169
|
-
<span class="param-type"
|
|
2422
|
+
<span class="param-type">
|
|
2423
|
+
|
|
2424
|
+
<a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
|
|
2425
|
+
|
|
2426
|
+
</span>
|
|
2170
2427
|
|
|
|
2171
2428
|
|
|
2172
|
-
<span class="param-type">
|
|
2429
|
+
<span class="param-type">
|
|
2430
|
+
|
|
2431
|
+
undefined
|
|
2432
|
+
|
|
2433
|
+
</span>
|
|
2434
|
+
|
|
2173
2435
|
|
|
2174
2436
|
|
|
2175
2437
|
</div>
|
|
@@ -2247,13 +2509,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2247
2509
|
|
|
2248
2510
|
<tr class="deep-level-0">
|
|
2249
2511
|
|
|
2250
|
-
<td class="name"
|
|
2512
|
+
<td class="name"><code>level</code></td>
|
|
2251
2513
|
|
|
2252
2514
|
|
|
2253
2515
|
<td class="type">
|
|
2254
2516
|
|
|
2255
2517
|
|
|
2256
|
-
<span class="param-type">
|
|
2518
|
+
<span class="param-type">
|
|
2519
|
+
|
|
2520
|
+
Number
|
|
2521
|
+
|
|
2522
|
+
</span>
|
|
2523
|
+
|
|
2257
2524
|
|
|
2258
2525
|
|
|
2259
2526
|
|
|
@@ -2341,7 +2608,12 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2341
2608
|
<div class='column is-5 has-text-left'>
|
|
2342
2609
|
<label>类型: </label>
|
|
2343
2610
|
|
|
2344
|
-
<span class="param-type">
|
|
2611
|
+
<span class="param-type">
|
|
2612
|
+
|
|
2613
|
+
Number
|
|
2614
|
+
|
|
2615
|
+
</span>
|
|
2616
|
+
|
|
2345
2617
|
|
|
2346
2618
|
|
|
2347
2619
|
</div>
|
|
@@ -2412,13 +2684,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2412
2684
|
|
|
2413
2685
|
<tr class="deep-level-0">
|
|
2414
2686
|
|
|
2415
|
-
<td class="name"
|
|
2687
|
+
<td class="name"><code>x</code></td>
|
|
2416
2688
|
|
|
2417
2689
|
|
|
2418
2690
|
<td class="type">
|
|
2419
2691
|
|
|
2420
2692
|
|
|
2421
|
-
<span class="param-type">
|
|
2693
|
+
<span class="param-type">
|
|
2694
|
+
|
|
2695
|
+
Number
|
|
2696
|
+
|
|
2697
|
+
</span>
|
|
2698
|
+
|
|
2422
2699
|
|
|
2423
2700
|
|
|
2424
2701
|
|
|
@@ -2436,13 +2713,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2436
2713
|
|
|
2437
2714
|
<tr class="deep-level-0">
|
|
2438
2715
|
|
|
2439
|
-
<td class="name"
|
|
2716
|
+
<td class="name"><code>y</code></td>
|
|
2440
2717
|
|
|
2441
2718
|
|
|
2442
2719
|
<td class="type">
|
|
2443
2720
|
|
|
2444
2721
|
|
|
2445
|
-
<span class="param-type">
|
|
2722
|
+
<span class="param-type">
|
|
2723
|
+
|
|
2724
|
+
Number
|
|
2725
|
+
|
|
2726
|
+
</span>
|
|
2727
|
+
|
|
2446
2728
|
|
|
2447
2729
|
|
|
2448
2730
|
|
|
@@ -2460,13 +2742,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2460
2742
|
|
|
2461
2743
|
<tr class="deep-level-0">
|
|
2462
2744
|
|
|
2463
|
-
<td class="name"
|
|
2745
|
+
<td class="name"><code>level</code></td>
|
|
2464
2746
|
|
|
2465
2747
|
|
|
2466
2748
|
<td class="type">
|
|
2467
2749
|
|
|
2468
2750
|
|
|
2469
|
-
<span class="param-type">
|
|
2751
|
+
<span class="param-type">
|
|
2752
|
+
|
|
2753
|
+
Number
|
|
2754
|
+
|
|
2755
|
+
</span>
|
|
2756
|
+
|
|
2470
2757
|
|
|
2471
2758
|
|
|
2472
2759
|
|
|
@@ -2554,7 +2841,12 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2554
2841
|
<div class='column is-5 has-text-left'>
|
|
2555
2842
|
<label>类型: </label>
|
|
2556
2843
|
|
|
2557
|
-
<span class="param-type">
|
|
2844
|
+
<span class="param-type">
|
|
2845
|
+
|
|
2846
|
+
Boolean
|
|
2847
|
+
|
|
2848
|
+
</span>
|
|
2849
|
+
|
|
2558
2850
|
|
|
2559
2851
|
|
|
2560
2852
|
</div>
|
|
@@ -2625,13 +2917,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2625
2917
|
|
|
2626
2918
|
<tr class="deep-level-0">
|
|
2627
2919
|
|
|
2628
|
-
<td class="name"
|
|
2920
|
+
<td class="name"><code>x</code></td>
|
|
2629
2921
|
|
|
2630
2922
|
|
|
2631
2923
|
<td class="type">
|
|
2632
2924
|
|
|
2633
2925
|
|
|
2634
|
-
<span class="param-type">
|
|
2926
|
+
<span class="param-type">
|
|
2927
|
+
|
|
2928
|
+
Number
|
|
2929
|
+
|
|
2930
|
+
</span>
|
|
2931
|
+
|
|
2635
2932
|
|
|
2636
2933
|
|
|
2637
2934
|
|
|
@@ -2649,13 +2946,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2649
2946
|
|
|
2650
2947
|
<tr class="deep-level-0">
|
|
2651
2948
|
|
|
2652
|
-
<td class="name"
|
|
2949
|
+
<td class="name"><code>y</code></td>
|
|
2653
2950
|
|
|
2654
2951
|
|
|
2655
2952
|
<td class="type">
|
|
2656
2953
|
|
|
2657
2954
|
|
|
2658
|
-
<span class="param-type">
|
|
2955
|
+
<span class="param-type">
|
|
2956
|
+
|
|
2957
|
+
Number
|
|
2958
|
+
|
|
2959
|
+
</span>
|
|
2960
|
+
|
|
2659
2961
|
|
|
2660
2962
|
|
|
2661
2963
|
|
|
@@ -2673,13 +2975,18 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2673
2975
|
|
|
2674
2976
|
<tr class="deep-level-0">
|
|
2675
2977
|
|
|
2676
|
-
<td class="name"
|
|
2978
|
+
<td class="name"><code>level</code></td>
|
|
2677
2979
|
|
|
2678
2980
|
|
|
2679
2981
|
<td class="type">
|
|
2680
2982
|
|
|
2681
2983
|
|
|
2682
|
-
<span class="param-type">
|
|
2984
|
+
<span class="param-type">
|
|
2985
|
+
|
|
2986
|
+
Number
|
|
2987
|
+
|
|
2988
|
+
</span>
|
|
2989
|
+
|
|
2683
2990
|
|
|
2684
2991
|
|
|
2685
2992
|
|
|
@@ -2767,10 +3074,19 @@ not be called before <a class="mapgis-link-name" title="MapGISTerrainProvider#re
|
|
|
2767
3074
|
<div class='column is-5 has-text-left'>
|
|
2768
3075
|
<label>类型: </label>
|
|
2769
3076
|
|
|
2770
|
-
<span class="param-type">
|
|
3077
|
+
<span class="param-type">
|
|
3078
|
+
|
|
3079
|
+
undefined
|
|
3080
|
+
|
|
3081
|
+
</span>
|
|
2771
3082
|
|
|
|
2772
3083
|
|
|
2773
|
-
<span class="param-type">
|
|
3084
|
+
<span class="param-type">
|
|
3085
|
+
|
|
3086
|
+
Promise.<void>
|
|
3087
|
+
|
|
3088
|
+
</span>
|
|
3089
|
+
|
|
2774
3090
|
|
|
2775
3091
|
|
|
2776
3092
|
</div>
|