@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>url</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
|
+
String
|
|
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>mapStyle</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>imageVersion</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
|
+
String
|
|
178
|
+
|
|
179
|
+
</span>
|
|
180
|
+
|
|
161
181
|
|
|
162
182
|
|
|
163
183
|
|
|
@@ -179,13 +199,18 @@
|
|
|
179
199
|
|
|
180
200
|
<tr class="deep-level-1">
|
|
181
201
|
|
|
182
|
-
<td class="name"
|
|
202
|
+
<td class="name"><code>tileWidth</code></td>
|
|
183
203
|
|
|
184
204
|
|
|
185
205
|
<td class="type">
|
|
186
206
|
|
|
187
207
|
|
|
188
|
-
<span class="param-type">
|
|
208
|
+
<span class="param-type">
|
|
209
|
+
|
|
210
|
+
Number
|
|
211
|
+
|
|
212
|
+
</span>
|
|
213
|
+
|
|
189
214
|
|
|
190
215
|
|
|
191
216
|
|
|
@@ -207,13 +232,18 @@
|
|
|
207
232
|
|
|
208
233
|
<tr class="deep-level-1">
|
|
209
234
|
|
|
210
|
-
<td class="name"
|
|
235
|
+
<td class="name"><code>tileHeight</code></td>
|
|
211
236
|
|
|
212
237
|
|
|
213
238
|
<td class="type">
|
|
214
239
|
|
|
215
240
|
|
|
216
|
-
<span class="param-type">
|
|
241
|
+
<span class="param-type">
|
|
242
|
+
|
|
243
|
+
Number
|
|
244
|
+
|
|
245
|
+
</span>
|
|
246
|
+
|
|
217
247
|
|
|
218
248
|
|
|
219
249
|
|
|
@@ -235,13 +265,18 @@
|
|
|
235
265
|
|
|
236
266
|
<tr class="deep-level-1">
|
|
237
267
|
|
|
238
|
-
<td class="name"
|
|
268
|
+
<td class="name"><code>minimumLevel</code></td>
|
|
239
269
|
|
|
240
270
|
|
|
241
271
|
<td class="type">
|
|
242
272
|
|
|
243
273
|
|
|
244
|
-
<span class="param-type">
|
|
274
|
+
<span class="param-type">
|
|
275
|
+
|
|
276
|
+
Number
|
|
277
|
+
|
|
278
|
+
</span>
|
|
279
|
+
|
|
245
280
|
|
|
246
281
|
|
|
247
282
|
|
|
@@ -263,13 +298,18 @@
|
|
|
263
298
|
|
|
264
299
|
<tr class="deep-level-1">
|
|
265
300
|
|
|
266
|
-
<td class="name"
|
|
301
|
+
<td class="name"><code>maximumLevel</code></td>
|
|
267
302
|
|
|
268
303
|
|
|
269
304
|
<td class="type">
|
|
270
305
|
|
|
271
306
|
|
|
272
|
-
<span class="param-type">
|
|
307
|
+
<span class="param-type">
|
|
308
|
+
|
|
309
|
+
Number
|
|
310
|
+
|
|
311
|
+
</span>
|
|
312
|
+
|
|
273
313
|
|
|
274
314
|
|
|
275
315
|
|
|
@@ -291,13 +331,18 @@
|
|
|
291
331
|
|
|
292
332
|
<tr class="deep-level-1">
|
|
293
333
|
|
|
294
|
-
<td class="name"
|
|
334
|
+
<td class="name"><code>tilingScheme</code></td>
|
|
295
335
|
|
|
296
336
|
|
|
297
337
|
<td class="type">
|
|
298
338
|
|
|
299
339
|
|
|
300
|
-
<span class="param-type">
|
|
340
|
+
<span class="param-type">
|
|
341
|
+
|
|
342
|
+
Object
|
|
343
|
+
|
|
344
|
+
</span>
|
|
345
|
+
|
|
301
346
|
|
|
302
347
|
|
|
303
348
|
|
|
@@ -317,13 +362,18 @@
|
|
|
317
362
|
|
|
318
363
|
<tr class="deep-level-1">
|
|
319
364
|
|
|
320
|
-
<td class="name"
|
|
365
|
+
<td class="name"><code>rectangle</code></td>
|
|
321
366
|
|
|
322
367
|
|
|
323
368
|
<td class="type">
|
|
324
369
|
|
|
325
370
|
|
|
326
|
-
<span class="param-type">
|
|
371
|
+
<span class="param-type">
|
|
372
|
+
|
|
373
|
+
Object
|
|
374
|
+
|
|
375
|
+
</span>
|
|
376
|
+
|
|
327
377
|
|
|
328
378
|
|
|
329
379
|
|
|
@@ -345,13 +395,18 @@
|
|
|
345
395
|
|
|
346
396
|
<tr class="deep-level-1">
|
|
347
397
|
|
|
348
|
-
<td class="name"
|
|
398
|
+
<td class="name"><code>mapgisOffset</code></td>
|
|
349
399
|
|
|
350
400
|
|
|
351
401
|
<td class="type">
|
|
352
402
|
|
|
353
403
|
|
|
354
|
-
<span class="param-type">
|
|
404
|
+
<span class="param-type">
|
|
405
|
+
|
|
406
|
+
Number
|
|
407
|
+
|
|
408
|
+
</span>
|
|
409
|
+
|
|
355
410
|
|
|
356
411
|
|
|
357
412
|
|
|
@@ -373,13 +428,18 @@
|
|
|
373
428
|
|
|
374
429
|
<tr class="deep-level-1">
|
|
375
430
|
|
|
376
|
-
<td class="name"
|
|
431
|
+
<td class="name"><code>proxy</code></td>
|
|
377
432
|
|
|
378
433
|
|
|
379
434
|
<td class="type">
|
|
380
435
|
|
|
381
436
|
|
|
382
|
-
<span class="param-type">
|
|
437
|
+
<span class="param-type">
|
|
438
|
+
|
|
439
|
+
String
|
|
440
|
+
|
|
441
|
+
</span>
|
|
442
|
+
|
|
383
443
|
|
|
384
444
|
|
|
385
445
|
|
|
@@ -399,13 +459,18 @@
|
|
|
399
459
|
|
|
400
460
|
<tr class="deep-level-1">
|
|
401
461
|
|
|
402
|
-
<td class="name"
|
|
462
|
+
<td class="name"><code>extensions</code></td>
|
|
403
463
|
|
|
404
464
|
|
|
405
465
|
<td class="type">
|
|
406
466
|
|
|
407
467
|
|
|
408
|
-
<span class="param-type">
|
|
468
|
+
<span class="param-type">
|
|
469
|
+
|
|
470
|
+
Array
|
|
471
|
+
|
|
472
|
+
</span>
|
|
473
|
+
|
|
409
474
|
|
|
410
475
|
|
|
411
476
|
|
|
@@ -425,13 +490,18 @@
|
|
|
425
490
|
|
|
426
491
|
<tr class="deep-level-1">
|
|
427
492
|
|
|
428
|
-
<td class="name"
|
|
493
|
+
<td class="name"><code>buildImageResource</code></td>
|
|
429
494
|
|
|
430
495
|
|
|
431
496
|
<td class="type">
|
|
432
497
|
|
|
433
498
|
|
|
434
|
-
<span class="param-type">
|
|
499
|
+
<span class="param-type">
|
|
500
|
+
|
|
501
|
+
function
|
|
502
|
+
|
|
503
|
+
</span>
|
|
504
|
+
|
|
435
505
|
|
|
436
506
|
|
|
437
507
|
|
|
@@ -578,11 +648,16 @@
|
|
|
578
648
|
<tbody>
|
|
579
649
|
|
|
580
650
|
<tr class="deep-level-0">
|
|
581
|
-
<td class="name"><code><a href="
|
|
651
|
+
<td class="name"><code><a href="#credit">credit</a></code></td>
|
|
582
652
|
<td class="name">
|
|
583
653
|
<code>
|
|
584
654
|
|
|
585
|
-
<span class="param-type">
|
|
655
|
+
<span class="param-type">
|
|
656
|
+
|
|
657
|
+
Credit
|
|
658
|
+
|
|
659
|
+
</span>
|
|
660
|
+
|
|
586
661
|
|
|
587
662
|
|
|
588
663
|
</code>
|
|
@@ -591,11 +666,16 @@
|
|
|
591
666
|
</tr>
|
|
592
667
|
|
|
593
668
|
<tr class="deep-level-0">
|
|
594
|
-
<td class="name"><code><a href="
|
|
669
|
+
<td class="name"><code><a href="#hasAlphaChannel">hasAlphaChannel</a></code></td>
|
|
595
670
|
<td class="name">
|
|
596
671
|
<code>
|
|
597
672
|
|
|
598
|
-
<span class="param-type">
|
|
673
|
+
<span class="param-type">
|
|
674
|
+
|
|
675
|
+
Boolean
|
|
676
|
+
|
|
677
|
+
</span>
|
|
678
|
+
|
|
599
679
|
|
|
600
680
|
|
|
601
681
|
</code>
|
|
@@ -605,11 +685,16 @@
|
|
|
605
685
|
</tr>
|
|
606
686
|
|
|
607
687
|
<tr class="deep-level-0">
|
|
608
|
-
<td class="name"><code><a href="
|
|
688
|
+
<td class="name"><code><a href="#hasAlphaChannel">hasAlphaChannel</a></code></td>
|
|
609
689
|
<td class="name">
|
|
610
690
|
<code>
|
|
611
691
|
|
|
612
|
-
<span class="param-type">
|
|
692
|
+
<span class="param-type">
|
|
693
|
+
|
|
694
|
+
Boolean
|
|
695
|
+
|
|
696
|
+
</span>
|
|
697
|
+
|
|
613
698
|
|
|
614
699
|
|
|
615
700
|
</code>
|
|
@@ -619,11 +704,16 @@
|
|
|
619
704
|
</tr>
|
|
620
705
|
|
|
621
706
|
<tr class="deep-level-0">
|
|
622
|
-
<td class="name"><code><a href="
|
|
707
|
+
<td class="name"><code><a href="#mapgisOffset">mapgisOffset</a></code></td>
|
|
623
708
|
<td class="name">
|
|
624
709
|
<code>
|
|
625
710
|
|
|
626
|
-
<span class="param-type">
|
|
711
|
+
<span class="param-type">
|
|
712
|
+
|
|
713
|
+
Number
|
|
714
|
+
|
|
715
|
+
</span>
|
|
716
|
+
|
|
627
717
|
|
|
628
718
|
|
|
629
719
|
</code>
|
|
@@ -632,11 +722,16 @@
|
|
|
632
722
|
</tr>
|
|
633
723
|
|
|
634
724
|
<tr class="deep-level-0">
|
|
635
|
-
<td class="name"><code><a href="
|
|
725
|
+
<td class="name"><code><a href="#maximumLevel">maximumLevel</a></code></td>
|
|
636
726
|
<td class="name">
|
|
637
727
|
<code>
|
|
638
728
|
|
|
639
|
-
<span class="param-type">
|
|
729
|
+
<span class="param-type">
|
|
730
|
+
|
|
731
|
+
Number
|
|
732
|
+
|
|
733
|
+
</span>
|
|
734
|
+
|
|
640
735
|
|
|
641
736
|
|
|
642
737
|
</code>
|
|
@@ -645,11 +740,16 @@
|
|
|
645
740
|
</tr>
|
|
646
741
|
|
|
647
742
|
<tr class="deep-level-0">
|
|
648
|
-
<td class="name"><code><a href="
|
|
743
|
+
<td class="name"><code><a href="#minimumLevel">minimumLevel</a></code></td>
|
|
649
744
|
<td class="name">
|
|
650
745
|
<code>
|
|
651
746
|
|
|
652
|
-
<span class="param-type">
|
|
747
|
+
<span class="param-type">
|
|
748
|
+
|
|
749
|
+
Number
|
|
750
|
+
|
|
751
|
+
</span>
|
|
752
|
+
|
|
653
753
|
|
|
654
754
|
|
|
655
755
|
</code>
|
|
@@ -658,11 +758,16 @@
|
|
|
658
758
|
</tr>
|
|
659
759
|
|
|
660
760
|
<tr class="deep-level-0">
|
|
661
|
-
<td class="name"><code><a href="
|
|
761
|
+
<td class="name"><code><a href="#proxy">proxy</a></code></td>
|
|
662
762
|
<td class="name">
|
|
663
763
|
<code>
|
|
664
764
|
|
|
665
|
-
<span class="param-type">
|
|
765
|
+
<span class="param-type">
|
|
766
|
+
|
|
767
|
+
Proxy
|
|
768
|
+
|
|
769
|
+
</span>
|
|
770
|
+
|
|
666
771
|
|
|
667
772
|
|
|
668
773
|
</code>
|
|
@@ -671,11 +776,16 @@
|
|
|
671
776
|
</tr>
|
|
672
777
|
|
|
673
778
|
<tr class="deep-level-0">
|
|
674
|
-
<td class="name"><code><a href="
|
|
779
|
+
<td class="name"><code><a href="#ready">ready</a></code></td>
|
|
675
780
|
<td class="name">
|
|
676
781
|
<code>
|
|
677
782
|
|
|
678
|
-
<span class="param-type">
|
|
783
|
+
<span class="param-type">
|
|
784
|
+
|
|
785
|
+
Boolean
|
|
786
|
+
|
|
787
|
+
</span>
|
|
788
|
+
|
|
679
789
|
|
|
680
790
|
|
|
681
791
|
</code>
|
|
@@ -684,11 +794,16 @@
|
|
|
684
794
|
</tr>
|
|
685
795
|
|
|
686
796
|
<tr class="deep-level-0">
|
|
687
|
-
<td class="name"><code><a href="
|
|
797
|
+
<td class="name"><code><a href="#rectangle">rectangle</a></code></td>
|
|
688
798
|
<td class="name">
|
|
689
799
|
<code>
|
|
690
800
|
|
|
691
|
-
<span class="param-type">
|
|
801
|
+
<span class="param-type">
|
|
802
|
+
|
|
803
|
+
Rectangle
|
|
804
|
+
|
|
805
|
+
</span>
|
|
806
|
+
|
|
692
807
|
|
|
693
808
|
|
|
694
809
|
</code>
|
|
@@ -697,11 +812,16 @@
|
|
|
697
812
|
</tr>
|
|
698
813
|
|
|
699
814
|
<tr class="deep-level-0">
|
|
700
|
-
<td class="name"><code><a href="
|
|
815
|
+
<td class="name"><code><a href="#tileHeight">tileHeight</a></code></td>
|
|
701
816
|
<td class="name">
|
|
702
817
|
<code>
|
|
703
818
|
|
|
704
|
-
<span class="param-type">
|
|
819
|
+
<span class="param-type">
|
|
820
|
+
|
|
821
|
+
Number
|
|
822
|
+
|
|
823
|
+
</span>
|
|
824
|
+
|
|
705
825
|
|
|
706
826
|
|
|
707
827
|
</code>
|
|
@@ -710,11 +830,16 @@
|
|
|
710
830
|
</tr>
|
|
711
831
|
|
|
712
832
|
<tr class="deep-level-0">
|
|
713
|
-
<td class="name"><code><a href="
|
|
833
|
+
<td class="name"><code><a href="#tileWidth">tileWidth</a></code></td>
|
|
714
834
|
<td class="name">
|
|
715
835
|
<code>
|
|
716
836
|
|
|
717
|
-
<span class="param-type">
|
|
837
|
+
<span class="param-type">
|
|
838
|
+
|
|
839
|
+
Number
|
|
840
|
+
|
|
841
|
+
</span>
|
|
842
|
+
|
|
718
843
|
|
|
719
844
|
|
|
720
845
|
</code>
|
|
@@ -723,11 +848,16 @@
|
|
|
723
848
|
</tr>
|
|
724
849
|
|
|
725
850
|
<tr class="deep-level-0">
|
|
726
|
-
<td class="name"><code><a href="
|
|
851
|
+
<td class="name"><code><a href="#tilingScheme">tilingScheme</a></code></td>
|
|
727
852
|
<td class="name">
|
|
728
853
|
<code>
|
|
729
854
|
|
|
730
|
-
<span class="param-type">
|
|
855
|
+
<span class="param-type">
|
|
856
|
+
|
|
857
|
+
TilingScheme
|
|
858
|
+
|
|
859
|
+
</span>
|
|
860
|
+
|
|
731
861
|
|
|
732
862
|
|
|
733
863
|
</code>
|
|
@@ -736,11 +866,16 @@
|
|
|
736
866
|
</tr>
|
|
737
867
|
|
|
738
868
|
<tr class="deep-level-0">
|
|
739
|
-
<td class="name"><code><a href="
|
|
869
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
740
870
|
<td class="name">
|
|
741
871
|
<code>
|
|
742
872
|
|
|
743
|
-
<span class="param-type">
|
|
873
|
+
<span class="param-type">
|
|
874
|
+
|
|
875
|
+
String
|
|
876
|
+
|
|
877
|
+
</span>
|
|
878
|
+
|
|
744
879
|
|
|
745
880
|
|
|
746
881
|
</code>
|
|
@@ -759,7 +894,12 @@
|
|
|
759
894
|
<span class="method-parameter is-pulled-right">
|
|
760
895
|
<label>类型:</label>
|
|
761
896
|
|
|
762
|
-
<span class="param-type">
|
|
897
|
+
<span class="param-type">
|
|
898
|
+
|
|
899
|
+
Credit
|
|
900
|
+
|
|
901
|
+
</span>
|
|
902
|
+
|
|
763
903
|
|
|
764
904
|
|
|
765
905
|
</span>
|
|
@@ -833,7 +973,12 @@
|
|
|
833
973
|
<span class="method-parameter is-pulled-right">
|
|
834
974
|
<label>类型:</label>
|
|
835
975
|
|
|
836
|
-
<span class="param-type">
|
|
976
|
+
<span class="param-type">
|
|
977
|
+
|
|
978
|
+
Boolean
|
|
979
|
+
|
|
980
|
+
</span>
|
|
981
|
+
|
|
837
982
|
|
|
838
983
|
|
|
839
984
|
</span>
|
|
@@ -913,7 +1058,12 @@
|
|
|
913
1058
|
<span class="method-parameter is-pulled-right">
|
|
914
1059
|
<label>类型:</label>
|
|
915
1060
|
|
|
916
|
-
<span class="param-type">
|
|
1061
|
+
<span class="param-type">
|
|
1062
|
+
|
|
1063
|
+
Boolean
|
|
1064
|
+
|
|
1065
|
+
</span>
|
|
1066
|
+
|
|
917
1067
|
|
|
918
1068
|
|
|
919
1069
|
</span>
|
|
@@ -993,7 +1143,12 @@
|
|
|
993
1143
|
<span class="method-parameter is-pulled-right">
|
|
994
1144
|
<label>类型:</label>
|
|
995
1145
|
|
|
996
|
-
<span class="param-type">
|
|
1146
|
+
<span class="param-type">
|
|
1147
|
+
|
|
1148
|
+
Number
|
|
1149
|
+
|
|
1150
|
+
</span>
|
|
1151
|
+
|
|
997
1152
|
|
|
998
1153
|
|
|
999
1154
|
</span>
|
|
@@ -1067,7 +1222,12 @@
|
|
|
1067
1222
|
<span class="method-parameter is-pulled-right">
|
|
1068
1223
|
<label>类型:</label>
|
|
1069
1224
|
|
|
1070
|
-
<span class="param-type">
|
|
1225
|
+
<span class="param-type">
|
|
1226
|
+
|
|
1227
|
+
Number
|
|
1228
|
+
|
|
1229
|
+
</span>
|
|
1230
|
+
|
|
1071
1231
|
|
|
1072
1232
|
|
|
1073
1233
|
</span>
|
|
@@ -1141,7 +1301,12 @@
|
|
|
1141
1301
|
<span class="method-parameter is-pulled-right">
|
|
1142
1302
|
<label>类型:</label>
|
|
1143
1303
|
|
|
1144
|
-
<span class="param-type">
|
|
1304
|
+
<span class="param-type">
|
|
1305
|
+
|
|
1306
|
+
Number
|
|
1307
|
+
|
|
1308
|
+
</span>
|
|
1309
|
+
|
|
1145
1310
|
|
|
1146
1311
|
|
|
1147
1312
|
</span>
|
|
@@ -1215,7 +1380,12 @@
|
|
|
1215
1380
|
<span class="method-parameter is-pulled-right">
|
|
1216
1381
|
<label>类型:</label>
|
|
1217
1382
|
|
|
1218
|
-
<span class="param-type">
|
|
1383
|
+
<span class="param-type">
|
|
1384
|
+
|
|
1385
|
+
Proxy
|
|
1386
|
+
|
|
1387
|
+
</span>
|
|
1388
|
+
|
|
1219
1389
|
|
|
1220
1390
|
|
|
1221
1391
|
</span>
|
|
@@ -1289,7 +1459,12 @@
|
|
|
1289
1459
|
<span class="method-parameter is-pulled-right">
|
|
1290
1460
|
<label>类型:</label>
|
|
1291
1461
|
|
|
1292
|
-
<span class="param-type">
|
|
1462
|
+
<span class="param-type">
|
|
1463
|
+
|
|
1464
|
+
Boolean
|
|
1465
|
+
|
|
1466
|
+
</span>
|
|
1467
|
+
|
|
1293
1468
|
|
|
1294
1469
|
|
|
1295
1470
|
</span>
|
|
@@ -1363,7 +1538,12 @@
|
|
|
1363
1538
|
<span class="method-parameter is-pulled-right">
|
|
1364
1539
|
<label>类型:</label>
|
|
1365
1540
|
|
|
1366
|
-
<span class="param-type">
|
|
1541
|
+
<span class="param-type">
|
|
1542
|
+
|
|
1543
|
+
Rectangle
|
|
1544
|
+
|
|
1545
|
+
</span>
|
|
1546
|
+
|
|
1367
1547
|
|
|
1368
1548
|
|
|
1369
1549
|
</span>
|
|
@@ -1437,7 +1617,12 @@
|
|
|
1437
1617
|
<span class="method-parameter is-pulled-right">
|
|
1438
1618
|
<label>类型:</label>
|
|
1439
1619
|
|
|
1440
|
-
<span class="param-type">
|
|
1620
|
+
<span class="param-type">
|
|
1621
|
+
|
|
1622
|
+
Number
|
|
1623
|
+
|
|
1624
|
+
</span>
|
|
1625
|
+
|
|
1441
1626
|
|
|
1442
1627
|
|
|
1443
1628
|
</span>
|
|
@@ -1511,7 +1696,12 @@
|
|
|
1511
1696
|
<span class="method-parameter is-pulled-right">
|
|
1512
1697
|
<label>类型:</label>
|
|
1513
1698
|
|
|
1514
|
-
<span class="param-type">
|
|
1699
|
+
<span class="param-type">
|
|
1700
|
+
|
|
1701
|
+
Number
|
|
1702
|
+
|
|
1703
|
+
</span>
|
|
1704
|
+
|
|
1515
1705
|
|
|
1516
1706
|
|
|
1517
1707
|
</span>
|
|
@@ -1585,7 +1775,12 @@
|
|
|
1585
1775
|
<span class="method-parameter is-pulled-right">
|
|
1586
1776
|
<label>类型:</label>
|
|
1587
1777
|
|
|
1588
|
-
<span class="param-type">
|
|
1778
|
+
<span class="param-type">
|
|
1779
|
+
|
|
1780
|
+
TilingScheme
|
|
1781
|
+
|
|
1782
|
+
</span>
|
|
1783
|
+
|
|
1589
1784
|
|
|
1590
1785
|
|
|
1591
1786
|
</span>
|
|
@@ -1659,7 +1854,12 @@
|
|
|
1659
1854
|
<span class="method-parameter is-pulled-right">
|
|
1660
1855
|
<label>类型:</label>
|
|
1661
1856
|
|
|
1662
|
-
<span class="param-type">
|
|
1857
|
+
<span class="param-type">
|
|
1858
|
+
|
|
1859
|
+
String
|
|
1860
|
+
|
|
1861
|
+
</span>
|
|
1862
|
+
|
|
1663
1863
|
|
|
1664
1864
|
|
|
1665
1865
|
</span>
|
|
@@ -1749,12 +1949,17 @@
|
|
|
1749
1949
|
<tbody>
|
|
1750
1950
|
|
|
1751
1951
|
<tr class="deep-level-0">
|
|
1752
|
-
<td class="name"><code><a href="
|
|
1952
|
+
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
1753
1953
|
<td class="name">
|
|
1754
1954
|
<code>
|
|
1755
1955
|
|
|
1756
1956
|
|
|
1757
|
-
<span class="param-type"
|
|
1957
|
+
<span class="param-type">
|
|
1958
|
+
|
|
1959
|
+
<a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a>
|
|
1960
|
+
|
|
1961
|
+
</span>
|
|
1962
|
+
|
|
1758
1963
|
|
|
1759
1964
|
|
|
1760
1965
|
|
|
@@ -1764,15 +1969,24 @@
|
|
|
1764
1969
|
</tr>
|
|
1765
1970
|
|
|
1766
1971
|
<tr class="deep-level-0">
|
|
1767
|
-
<td class="name"><code><a href="
|
|
1972
|
+
<td class="name"><code><a href="#pickFeatures">pickFeatures</a></code></td>
|
|
1768
1973
|
<td class="name">
|
|
1769
1974
|
<code>
|
|
1770
1975
|
|
|
1771
1976
|
|
|
1772
|
-
<span class="param-type">
|
|
1977
|
+
<span class="param-type">
|
|
1978
|
+
|
|
1979
|
+
Promise.<Array.<ImageryLayerFeatureInfo>>
|
|
1980
|
+
|
|
1981
|
+
</span>
|
|
1773
1982
|
|
|
|
1774
1983
|
|
|
1775
|
-
<span class="param-type">
|
|
1984
|
+
<span class="param-type">
|
|
1985
|
+
|
|
1986
|
+
undefined
|
|
1987
|
+
|
|
1988
|
+
</span>
|
|
1989
|
+
|
|
1776
1990
|
|
|
1777
1991
|
|
|
1778
1992
|
|
|
@@ -1782,12 +1996,17 @@
|
|
|
1782
1996
|
</tr>
|
|
1783
1997
|
|
|
1784
1998
|
<tr class="deep-level-0">
|
|
1785
|
-
<td class="name"><code><a href="
|
|
1999
|
+
<td class="name"><code><a href="#requestImage">requestImage</a></code></td>
|
|
1786
2000
|
<td class="name">
|
|
1787
2001
|
<code>
|
|
1788
2002
|
|
|
1789
2003
|
|
|
1790
|
-
<span class="param-type">
|
|
2004
|
+
<span class="param-type">
|
|
2005
|
+
|
|
2006
|
+
Object
|
|
2007
|
+
|
|
2008
|
+
</span>
|
|
2009
|
+
|
|
1791
2010
|
|
|
1792
2011
|
|
|
1793
2012
|
|
|
@@ -1860,13 +2079,18 @@
|
|
|
1860
2079
|
|
|
1861
2080
|
<tr class="deep-level-0">
|
|
1862
2081
|
|
|
1863
|
-
<td class="name"
|
|
2082
|
+
<td class="name"><code>url</code></td>
|
|
1864
2083
|
|
|
1865
2084
|
|
|
1866
2085
|
<td class="type">
|
|
1867
2086
|
|
|
1868
2087
|
|
|
1869
|
-
<span class="param-type">
|
|
2088
|
+
<span class="param-type">
|
|
2089
|
+
|
|
2090
|
+
String
|
|
2091
|
+
|
|
2092
|
+
</span>
|
|
2093
|
+
|
|
1870
2094
|
|
|
1871
2095
|
|
|
1872
2096
|
|
|
@@ -1884,13 +2108,18 @@
|
|
|
1884
2108
|
|
|
1885
2109
|
<tr class="deep-level-0">
|
|
1886
2110
|
|
|
1887
|
-
<td class="name"
|
|
2111
|
+
<td class="name"><code>options</code></td>
|
|
1888
2112
|
|
|
1889
2113
|
|
|
1890
2114
|
<td class="type">
|
|
1891
2115
|
|
|
1892
2116
|
|
|
1893
|
-
<span class="param-type">
|
|
2117
|
+
<span class="param-type">
|
|
2118
|
+
|
|
2119
|
+
Object
|
|
2120
|
+
|
|
2121
|
+
</span>
|
|
2122
|
+
|
|
1894
2123
|
|
|
1895
2124
|
|
|
1896
2125
|
|
|
@@ -1976,7 +2205,12 @@
|
|
|
1976
2205
|
<div class='column is-5 has-text-left'>
|
|
1977
2206
|
<label>类型: </label>
|
|
1978
2207
|
|
|
1979
|
-
<span class="param-type"
|
|
2208
|
+
<span class="param-type">
|
|
2209
|
+
|
|
2210
|
+
<a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a>
|
|
2211
|
+
|
|
2212
|
+
</span>
|
|
2213
|
+
|
|
1980
2214
|
|
|
1981
2215
|
|
|
1982
2216
|
</div>
|
|
@@ -2047,13 +2281,18 @@
|
|
|
2047
2281
|
|
|
2048
2282
|
<tr class="deep-level-0">
|
|
2049
2283
|
|
|
2050
|
-
<td class="name"
|
|
2284
|
+
<td class="name"><code>x</code></td>
|
|
2051
2285
|
|
|
2052
2286
|
|
|
2053
2287
|
<td class="type">
|
|
2054
2288
|
|
|
2055
2289
|
|
|
2056
|
-
<span class="param-type">
|
|
2290
|
+
<span class="param-type">
|
|
2291
|
+
|
|
2292
|
+
Number
|
|
2293
|
+
|
|
2294
|
+
</span>
|
|
2295
|
+
|
|
2057
2296
|
|
|
2058
2297
|
|
|
2059
2298
|
|
|
@@ -2071,13 +2310,18 @@
|
|
|
2071
2310
|
|
|
2072
2311
|
<tr class="deep-level-0">
|
|
2073
2312
|
|
|
2074
|
-
<td class="name"
|
|
2313
|
+
<td class="name"><code>y</code></td>
|
|
2075
2314
|
|
|
2076
2315
|
|
|
2077
2316
|
<td class="type">
|
|
2078
2317
|
|
|
2079
2318
|
|
|
2080
|
-
<span class="param-type">
|
|
2319
|
+
<span class="param-type">
|
|
2320
|
+
|
|
2321
|
+
Number
|
|
2322
|
+
|
|
2323
|
+
</span>
|
|
2324
|
+
|
|
2081
2325
|
|
|
2082
2326
|
|
|
2083
2327
|
|
|
@@ -2095,13 +2339,18 @@
|
|
|
2095
2339
|
|
|
2096
2340
|
<tr class="deep-level-0">
|
|
2097
2341
|
|
|
2098
|
-
<td class="name"
|
|
2342
|
+
<td class="name"><code>level</code></td>
|
|
2099
2343
|
|
|
2100
2344
|
|
|
2101
2345
|
<td class="type">
|
|
2102
2346
|
|
|
2103
2347
|
|
|
2104
|
-
<span class="param-type">
|
|
2348
|
+
<span class="param-type">
|
|
2349
|
+
|
|
2350
|
+
Number
|
|
2351
|
+
|
|
2352
|
+
</span>
|
|
2353
|
+
|
|
2105
2354
|
|
|
2106
2355
|
|
|
2107
2356
|
|
|
@@ -2190,10 +2439,19 @@
|
|
|
2190
2439
|
<div class='column is-5 has-text-left'>
|
|
2191
2440
|
<label>类型: </label>
|
|
2192
2441
|
|
|
2193
|
-
<span class="param-type">
|
|
2442
|
+
<span class="param-type">
|
|
2443
|
+
|
|
2444
|
+
Promise.<Array.<ImageryLayerFeatureInfo>>
|
|
2445
|
+
|
|
2446
|
+
</span>
|
|
2194
2447
|
|
|
|
2195
2448
|
|
|
2196
|
-
<span class="param-type">
|
|
2449
|
+
<span class="param-type">
|
|
2450
|
+
|
|
2451
|
+
undefined
|
|
2452
|
+
|
|
2453
|
+
</span>
|
|
2454
|
+
|
|
2197
2455
|
|
|
2198
2456
|
|
|
2199
2457
|
</div>
|
|
@@ -2264,13 +2522,18 @@
|
|
|
2264
2522
|
|
|
2265
2523
|
<tr class="deep-level-0">
|
|
2266
2524
|
|
|
2267
|
-
<td class="name"
|
|
2525
|
+
<td class="name"><code>x</code></td>
|
|
2268
2526
|
|
|
2269
2527
|
|
|
2270
2528
|
<td class="type">
|
|
2271
2529
|
|
|
2272
2530
|
|
|
2273
|
-
<span class="param-type">
|
|
2531
|
+
<span class="param-type">
|
|
2532
|
+
|
|
2533
|
+
Number
|
|
2534
|
+
|
|
2535
|
+
</span>
|
|
2536
|
+
|
|
2274
2537
|
|
|
2275
2538
|
|
|
2276
2539
|
|
|
@@ -2288,13 +2551,18 @@
|
|
|
2288
2551
|
|
|
2289
2552
|
<tr class="deep-level-0">
|
|
2290
2553
|
|
|
2291
|
-
<td class="name"
|
|
2554
|
+
<td class="name"><code>y</code></td>
|
|
2292
2555
|
|
|
2293
2556
|
|
|
2294
2557
|
<td class="type">
|
|
2295
2558
|
|
|
2296
2559
|
|
|
2297
|
-
<span class="param-type">
|
|
2560
|
+
<span class="param-type">
|
|
2561
|
+
|
|
2562
|
+
Number
|
|
2563
|
+
|
|
2564
|
+
</span>
|
|
2565
|
+
|
|
2298
2566
|
|
|
2299
2567
|
|
|
2300
2568
|
|
|
@@ -2312,13 +2580,18 @@
|
|
|
2312
2580
|
|
|
2313
2581
|
<tr class="deep-level-0">
|
|
2314
2582
|
|
|
2315
|
-
<td class="name"
|
|
2583
|
+
<td class="name"><code>level</code></td>
|
|
2316
2584
|
|
|
2317
2585
|
|
|
2318
2586
|
<td class="type">
|
|
2319
2587
|
|
|
2320
2588
|
|
|
2321
|
-
<span class="param-type">
|
|
2589
|
+
<span class="param-type">
|
|
2590
|
+
|
|
2591
|
+
Number
|
|
2592
|
+
|
|
2593
|
+
</span>
|
|
2594
|
+
|
|
2322
2595
|
|
|
2323
2596
|
|
|
2324
2597
|
|
|
@@ -2336,13 +2609,18 @@
|
|
|
2336
2609
|
|
|
2337
2610
|
<tr class="deep-level-0">
|
|
2338
2611
|
|
|
2339
|
-
<td class="name"
|
|
2612
|
+
<td class="name"><code>request</code></td>
|
|
2340
2613
|
|
|
2341
2614
|
|
|
2342
2615
|
<td class="type">
|
|
2343
2616
|
|
|
2344
2617
|
|
|
2345
|
-
<span class="param-type">
|
|
2618
|
+
<span class="param-type">
|
|
2619
|
+
|
|
2620
|
+
Object
|
|
2621
|
+
|
|
2622
|
+
</span>
|
|
2623
|
+
|
|
2346
2624
|
|
|
2347
2625
|
|
|
2348
2626
|
|
|
@@ -2430,7 +2708,12 @@
|
|
|
2430
2708
|
<div class='column is-5 has-text-left'>
|
|
2431
2709
|
<label>类型: </label>
|
|
2432
2710
|
|
|
2433
|
-
<span class="param-type">
|
|
2711
|
+
<span class="param-type">
|
|
2712
|
+
|
|
2713
|
+
Object
|
|
2714
|
+
|
|
2715
|
+
</span>
|
|
2716
|
+
|
|
2434
2717
|
|
|
2435
2718
|
|
|
2436
2719
|
</div>
|