@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
|
@@ -149,12 +149,17 @@
|
|
|
149
149
|
<tbody>
|
|
150
150
|
|
|
151
151
|
<tr class="deep-level-0">
|
|
152
|
-
<td class="name"><code><a href="
|
|
152
|
+
<td class="name"><code><a href="#toPrimitive">toPrimitive</a></code></td>
|
|
153
153
|
<td class="name">
|
|
154
154
|
<code>
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
<span class="param-type">
|
|
157
|
+
<span class="param-type">
|
|
158
|
+
|
|
159
|
+
Array
|
|
160
|
+
|
|
161
|
+
</span>
|
|
162
|
+
|
|
158
163
|
|
|
159
164
|
|
|
160
165
|
|
|
@@ -225,16 +230,25 @@
|
|
|
225
230
|
|
|
226
231
|
<tr class="deep-level-0">
|
|
227
232
|
|
|
228
|
-
<td class="name"
|
|
233
|
+
<td class="name"><code>feature</code></td>
|
|
229
234
|
|
|
230
235
|
|
|
231
236
|
<td class="type">
|
|
232
237
|
|
|
233
238
|
|
|
234
|
-
<span class="param-type">
|
|
239
|
+
<span class="param-type">
|
|
240
|
+
|
|
241
|
+
Feature
|
|
242
|
+
|
|
243
|
+
</span>
|
|
235
244
|
|
|
|
236
245
|
|
|
237
|
-
<span class="param-type">
|
|
246
|
+
<span class="param-type">
|
|
247
|
+
|
|
248
|
+
Array.<Feature>
|
|
249
|
+
|
|
250
|
+
</span>
|
|
251
|
+
|
|
238
252
|
|
|
239
253
|
|
|
240
254
|
|
|
@@ -322,7 +336,12 @@
|
|
|
322
336
|
<div class='column is-5 has-text-left'>
|
|
323
337
|
<label>类型: </label>
|
|
324
338
|
|
|
325
|
-
<span class="param-type">
|
|
339
|
+
<span class="param-type">
|
|
340
|
+
|
|
341
|
+
Array
|
|
342
|
+
|
|
343
|
+
</span>
|
|
344
|
+
|
|
326
345
|
|
|
327
346
|
|
|
328
347
|
</div>
|
package/documention/HashMap.html
CHANGED
|
@@ -164,11 +164,16 @@
|
|
|
164
164
|
<tbody>
|
|
165
165
|
|
|
166
166
|
<tr class="deep-level-0">
|
|
167
|
-
<td class="name"><code><a href="
|
|
167
|
+
<td class="name"><code><a href="#length">length</a></code></td>
|
|
168
168
|
<td class="name">
|
|
169
169
|
<code>
|
|
170
170
|
|
|
171
|
-
<span class="param-type">
|
|
171
|
+
<span class="param-type">
|
|
172
|
+
|
|
173
|
+
Number
|
|
174
|
+
|
|
175
|
+
</span>
|
|
176
|
+
|
|
172
177
|
|
|
173
178
|
|
|
174
179
|
</code>
|
|
@@ -187,7 +192,12 @@
|
|
|
187
192
|
<span class="method-parameter is-pulled-right">
|
|
188
193
|
<label>类型:</label>
|
|
189
194
|
|
|
190
|
-
<span class="param-type">
|
|
195
|
+
<span class="param-type">
|
|
196
|
+
|
|
197
|
+
Number
|
|
198
|
+
|
|
199
|
+
</span>
|
|
200
|
+
|
|
191
201
|
|
|
192
202
|
|
|
193
203
|
</span>
|
|
@@ -277,7 +287,7 @@
|
|
|
277
287
|
<tbody>
|
|
278
288
|
|
|
279
289
|
<tr class="deep-level-0">
|
|
280
|
-
<td class="name"><code><a href="
|
|
290
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
281
291
|
<td class="name">
|
|
282
292
|
<code>
|
|
283
293
|
|
|
@@ -287,12 +297,17 @@
|
|
|
287
297
|
</tr>
|
|
288
298
|
|
|
289
299
|
<tr class="deep-level-0">
|
|
290
|
-
<td class="name"><code><a href="
|
|
300
|
+
<td class="name"><code><a href="#containsKey">containsKey</a></code></td>
|
|
291
301
|
<td class="name">
|
|
292
302
|
<code>
|
|
293
303
|
|
|
294
304
|
|
|
295
|
-
<span class="param-type">
|
|
305
|
+
<span class="param-type">
|
|
306
|
+
|
|
307
|
+
Boolean
|
|
308
|
+
|
|
309
|
+
</span>
|
|
310
|
+
|
|
296
311
|
|
|
297
312
|
|
|
298
313
|
|
|
@@ -302,12 +317,17 @@
|
|
|
302
317
|
</tr>
|
|
303
318
|
|
|
304
319
|
<tr class="deep-level-0">
|
|
305
|
-
<td class="name"><code><a href="
|
|
320
|
+
<td class="name"><code><a href="#containsValue">containsValue</a></code></td>
|
|
306
321
|
<td class="name">
|
|
307
322
|
<code>
|
|
308
323
|
|
|
309
324
|
|
|
310
|
-
<span class="param-type">
|
|
325
|
+
<span class="param-type">
|
|
326
|
+
|
|
327
|
+
Boolean
|
|
328
|
+
|
|
329
|
+
</span>
|
|
330
|
+
|
|
311
331
|
|
|
312
332
|
|
|
313
333
|
|
|
@@ -317,12 +337,17 @@
|
|
|
317
337
|
</tr>
|
|
318
338
|
|
|
319
339
|
<tr class="deep-level-0">
|
|
320
|
-
<td class="name"><code><a href="
|
|
340
|
+
<td class="name"><code><a href="#get">get</a></code></td>
|
|
321
341
|
<td class="name">
|
|
322
342
|
<code>
|
|
323
343
|
|
|
324
344
|
|
|
325
|
-
<span class="param-type">
|
|
345
|
+
<span class="param-type">
|
|
346
|
+
|
|
347
|
+
Object
|
|
348
|
+
|
|
349
|
+
</span>
|
|
350
|
+
|
|
326
351
|
|
|
327
352
|
|
|
328
353
|
|
|
@@ -332,12 +357,17 @@
|
|
|
332
357
|
</tr>
|
|
333
358
|
|
|
334
359
|
<tr class="deep-level-0">
|
|
335
|
-
<td class="name"><code><a href="
|
|
360
|
+
<td class="name"><code><a href="#isEmpty">isEmpty</a></code></td>
|
|
336
361
|
<td class="name">
|
|
337
362
|
<code>
|
|
338
363
|
|
|
339
364
|
|
|
340
|
-
<span class="param-type">
|
|
365
|
+
<span class="param-type">
|
|
366
|
+
|
|
367
|
+
Boolean
|
|
368
|
+
|
|
369
|
+
</span>
|
|
370
|
+
|
|
341
371
|
|
|
342
372
|
|
|
343
373
|
|
|
@@ -347,12 +377,17 @@
|
|
|
347
377
|
</tr>
|
|
348
378
|
|
|
349
379
|
<tr class="deep-level-0">
|
|
350
|
-
<td class="name"><code><a href="
|
|
380
|
+
<td class="name"><code><a href="#keySet">keySet</a></code></td>
|
|
351
381
|
<td class="name">
|
|
352
382
|
<code>
|
|
353
383
|
|
|
354
384
|
|
|
355
|
-
<span class="param-type">
|
|
385
|
+
<span class="param-type">
|
|
386
|
+
|
|
387
|
+
Array.<Object>
|
|
388
|
+
|
|
389
|
+
</span>
|
|
390
|
+
|
|
356
391
|
|
|
357
392
|
|
|
358
393
|
|
|
@@ -362,7 +397,7 @@
|
|
|
362
397
|
</tr>
|
|
363
398
|
|
|
364
399
|
<tr class="deep-level-0">
|
|
365
|
-
<td class="name"><code><a href="
|
|
400
|
+
<td class="name"><code><a href="#put">put</a></code></td>
|
|
366
401
|
<td class="name">
|
|
367
402
|
<code>
|
|
368
403
|
|
|
@@ -372,7 +407,7 @@
|
|
|
372
407
|
</tr>
|
|
373
408
|
|
|
374
409
|
<tr class="deep-level-0">
|
|
375
|
-
<td class="name"><code><a href="
|
|
410
|
+
<td class="name"><code><a href="#remove">remove</a></code></td>
|
|
376
411
|
<td class="name">
|
|
377
412
|
<code>
|
|
378
413
|
|
|
@@ -382,12 +417,17 @@
|
|
|
382
417
|
</tr>
|
|
383
418
|
|
|
384
419
|
<tr class="deep-level-0">
|
|
385
|
-
<td class="name"><code><a href="
|
|
420
|
+
<td class="name"><code><a href="#size">size</a></code></td>
|
|
386
421
|
<td class="name">
|
|
387
422
|
<code>
|
|
388
423
|
|
|
389
424
|
|
|
390
|
-
<span class="param-type">
|
|
425
|
+
<span class="param-type">
|
|
426
|
+
|
|
427
|
+
Number
|
|
428
|
+
|
|
429
|
+
</span>
|
|
430
|
+
|
|
391
431
|
|
|
392
432
|
|
|
393
433
|
|
|
@@ -397,12 +437,17 @@
|
|
|
397
437
|
</tr>
|
|
398
438
|
|
|
399
439
|
<tr class="deep-level-0">
|
|
400
|
-
<td class="name"><code><a href="
|
|
440
|
+
<td class="name"><code><a href="#values">values</a></code></td>
|
|
401
441
|
<td class="name">
|
|
402
442
|
<code>
|
|
403
443
|
|
|
404
444
|
|
|
405
|
-
<span class="param-type">
|
|
445
|
+
<span class="param-type">
|
|
446
|
+
|
|
447
|
+
Array.<Object>
|
|
448
|
+
|
|
449
|
+
</span>
|
|
450
|
+
|
|
406
451
|
|
|
407
452
|
|
|
408
453
|
|
|
@@ -603,7 +648,12 @@
|
|
|
603
648
|
<div class='column is-5 has-text-left'>
|
|
604
649
|
<label>类型: </label>
|
|
605
650
|
|
|
606
|
-
<span class="param-type">
|
|
651
|
+
<span class="param-type">
|
|
652
|
+
|
|
653
|
+
Boolean
|
|
654
|
+
|
|
655
|
+
</span>
|
|
656
|
+
|
|
607
657
|
|
|
608
658
|
|
|
609
659
|
</div>
|
|
@@ -717,7 +767,12 @@
|
|
|
717
767
|
<div class='column is-5 has-text-left'>
|
|
718
768
|
<label>类型: </label>
|
|
719
769
|
|
|
720
|
-
<span class="param-type">
|
|
770
|
+
<span class="param-type">
|
|
771
|
+
|
|
772
|
+
Boolean
|
|
773
|
+
|
|
774
|
+
</span>
|
|
775
|
+
|
|
721
776
|
|
|
722
777
|
|
|
723
778
|
</div>
|
|
@@ -833,7 +888,12 @@
|
|
|
833
888
|
<div class='column is-5 has-text-left'>
|
|
834
889
|
<label>类型: </label>
|
|
835
890
|
|
|
836
|
-
<span class="param-type">
|
|
891
|
+
<span class="param-type">
|
|
892
|
+
|
|
893
|
+
Object
|
|
894
|
+
|
|
895
|
+
</span>
|
|
896
|
+
|
|
837
897
|
|
|
838
898
|
|
|
839
899
|
</div>
|
|
@@ -947,7 +1007,12 @@
|
|
|
947
1007
|
<div class='column is-5 has-text-left'>
|
|
948
1008
|
<label>类型: </label>
|
|
949
1009
|
|
|
950
|
-
<span class="param-type">
|
|
1010
|
+
<span class="param-type">
|
|
1011
|
+
|
|
1012
|
+
Boolean
|
|
1013
|
+
|
|
1014
|
+
</span>
|
|
1015
|
+
|
|
951
1016
|
|
|
952
1017
|
|
|
953
1018
|
</div>
|
|
@@ -1063,7 +1128,12 @@
|
|
|
1063
1128
|
<div class='column is-5 has-text-left'>
|
|
1064
1129
|
<label>类型: </label>
|
|
1065
1130
|
|
|
1066
|
-
<span class="param-type">
|
|
1131
|
+
<span class="param-type">
|
|
1132
|
+
|
|
1133
|
+
Array.<Object>
|
|
1134
|
+
|
|
1135
|
+
</span>
|
|
1136
|
+
|
|
1067
1137
|
|
|
1068
1138
|
|
|
1069
1139
|
</div>
|
|
@@ -1361,7 +1431,12 @@
|
|
|
1361
1431
|
<div class='column is-5 has-text-left'>
|
|
1362
1432
|
<label>类型: </label>
|
|
1363
1433
|
|
|
1364
|
-
<span class="param-type">
|
|
1434
|
+
<span class="param-type">
|
|
1435
|
+
|
|
1436
|
+
Number
|
|
1437
|
+
|
|
1438
|
+
</span>
|
|
1439
|
+
|
|
1365
1440
|
|
|
1366
1441
|
|
|
1367
1442
|
</div>
|
|
@@ -1477,7 +1552,12 @@
|
|
|
1477
1552
|
<div class='column is-5 has-text-left'>
|
|
1478
1553
|
<label>类型: </label>
|
|
1479
1554
|
|
|
1480
|
-
<span class="param-type">
|
|
1555
|
+
<span class="param-type">
|
|
1556
|
+
|
|
1557
|
+
Array.<Object>
|
|
1558
|
+
|
|
1559
|
+
</span>
|
|
1560
|
+
|
|
1481
1561
|
|
|
1482
1562
|
|
|
1483
1563
|
</div>
|
|
@@ -149,12 +149,17 @@
|
|
|
149
149
|
<tbody>
|
|
150
150
|
|
|
151
151
|
<tr class="deep-level-0">
|
|
152
|
-
<td class="name"><code><a href="
|
|
152
|
+
<td class="name"><code><a href="#toPrimitive">toPrimitive</a></code></td>
|
|
153
153
|
<td class="name">
|
|
154
154
|
<code>
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
<span class="param-type">
|
|
157
|
+
<span class="param-type">
|
|
158
|
+
|
|
159
|
+
Array
|
|
160
|
+
|
|
161
|
+
</span>
|
|
162
|
+
|
|
158
163
|
|
|
159
164
|
|
|
160
165
|
|
|
@@ -225,16 +230,25 @@
|
|
|
225
230
|
|
|
226
231
|
<tr class="deep-level-0">
|
|
227
232
|
|
|
228
|
-
<td class="name"
|
|
233
|
+
<td class="name"><code>feature</code></td>
|
|
229
234
|
|
|
230
235
|
|
|
231
236
|
<td class="type">
|
|
232
237
|
|
|
233
238
|
|
|
234
|
-
<span class="param-type">
|
|
239
|
+
<span class="param-type">
|
|
240
|
+
|
|
241
|
+
Feature
|
|
242
|
+
|
|
243
|
+
</span>
|
|
235
244
|
|
|
|
236
245
|
|
|
237
|
-
<span class="param-type">
|
|
246
|
+
<span class="param-type">
|
|
247
|
+
|
|
248
|
+
Array.<Feature>
|
|
249
|
+
|
|
250
|
+
</span>
|
|
251
|
+
|
|
238
252
|
|
|
239
253
|
|
|
240
254
|
|
|
@@ -322,7 +336,12 @@
|
|
|
322
336
|
<div class='column is-5 has-text-left'>
|
|
323
337
|
<label>类型: </label>
|
|
324
338
|
|
|
325
|
-
<span class="param-type">
|
|
339
|
+
<span class="param-type">
|
|
340
|
+
|
|
341
|
+
Array
|
|
342
|
+
|
|
343
|
+
</span>
|
|
344
|
+
|
|
326
345
|
|
|
327
346
|
|
|
328
347
|
</div>
|