@mapgis/webclient-common 17.0.7 → 17.2.0

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.
Files changed (105) hide show
  1. package/README.md +9 -44
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/webclient-common-es6.min.js +16 -5
  4. package/documention/ArcGISMapImageSubLayer.html +311 -7
  5. package/documention/ArcGISMapServer.html +404 -0
  6. package/documention/ArcGISTileLayer.html +116 -8
  7. package/documention/BaseRenderer.html +239 -0
  8. package/documention/BaseServer.html +1 -1
  9. package/documention/BaseView.html +457 -2
  10. package/documention/Callout3D.html +107 -0
  11. package/documention/Cesium3DTilesCacheLayer.html +131 -85
  12. package/documention/Circle.html +103 -0
  13. package/documention/ClassBreakInfo.html +0 -217
  14. package/documention/ClassBreakRenderer.html +395 -5
  15. package/documention/ClusterRenderer.html +245 -5
  16. package/documention/Extent.html +103 -0
  17. package/documention/ExtrudeSymbol3DLayer.html +107 -0
  18. package/documention/FeatureLayer.html +116 -8
  19. package/documention/FillSymbol.html +107 -0
  20. package/documention/FillSymbol3DLayer.html +107 -0
  21. package/documention/Font.html +3 -3
  22. package/documention/GeoJSONLayer.html +116 -8
  23. package/documention/Geometry.html +131 -0
  24. package/documention/GraphicsLayer.html +116 -8
  25. package/documention/GroupLayer.html +118 -10
  26. package/documention/HeatmapRenderer.html +107 -0
  27. package/documention/IGSMapImageSubLayer.html +304 -0
  28. package/documention/IGSSceneSubLayer.html +213 -33
  29. package/documention/IGSTileLayer.html +116 -8
  30. package/documention/IGSVectorTileLayer.html +198 -14
  31. package/documention/IconSymbol3DLayer.html +107 -0
  32. package/documention/LabelClass.html +7 -2
  33. package/documention/Layer.html +244 -9
  34. package/documention/LineCallout3D.html +107 -0
  35. package/documention/LineString.html +103 -0
  36. package/documention/LineSymbol.html +107 -0
  37. package/documention/LineSymbol3DLayer.html +107 -0
  38. package/documention/M3DModelCacheLayer.html +121 -67
  39. package/documention/M3DServer.html +1 -1
  40. package/documention/Map.html +28 -1
  41. package/documention/MapGISTextSymbol.html +107 -0
  42. package/documention/MapImageLayer.html +527 -16
  43. package/documention/MapView.html +203 -2
  44. package/documention/MarkerSymbol.html +107 -0
  45. package/documention/MultiLineString.html +103 -0
  46. package/documention/MultiPoint.html +103 -0
  47. package/documention/MultiPolygon.html +103 -0
  48. package/documention/OGCLayer.html +116 -8
  49. package/documention/ObjectSymbol3DLayer.html +107 -0
  50. package/documention/OverlayLayer.html +116 -8
  51. package/documention/PathSymbol3DLayer.html +107 -0
  52. package/documention/PictureFillSymbol.html +168 -7
  53. package/documention/PoiServer.html +1 -1
  54. package/documention/Point.html +103 -0
  55. package/documention/PointSymbol3D.html +1 -1
  56. package/documention/Polygon.html +103 -0
  57. package/documention/Projection.html +421 -0
  58. package/documention/RandomRenderer.html +107 -0
  59. package/documention/RankRenderer.html +107 -0
  60. package/documention/RootServer.html +1 -1
  61. package/documention/SceneLayer.html +116 -8
  62. package/documention/SceneView.html +10164 -130
  63. package/documention/SimpleFillSymbol.html +107 -0
  64. package/documention/SimpleRenderer.html +107 -0
  65. package/documention/SketchBaseDrawTool.html +181 -3
  66. package/documention/SketchCircleDrawTool.html +159 -3
  67. package/documention/SketchEditor.html +1 -1
  68. package/documention/SketchEditorCesium.html +1 -1
  69. package/documention/SketchExtentDrawTool.html +159 -3
  70. package/documention/SketchFreehandPolygonDrawTool.html +159 -3
  71. package/documention/SketchFreehandPolylineDrawTool.html +159 -3
  72. package/documention/SketchPointDrawTool.html +159 -3
  73. package/documention/SketchPolygonDrawTool.html +318 -6
  74. package/documention/SketchPolylineDrawTool.html +318 -6
  75. package/documention/SubLayer.html +296 -26
  76. package/documention/Symbol.html +133 -0
  77. package/documention/Symbol3DLayer.html +107 -0
  78. package/documention/Symbol3DVerticalOffset.html +107 -0
  79. package/documention/TerrainCacheLayer.html +132 -164
  80. package/documention/TextSymbol.html +107 -0
  81. package/documention/TextSymbol3DLayer.html +107 -0
  82. package/documention/ThemeServer.html +1 -1
  83. package/documention/TileLayer.html +116 -8
  84. package/documention/TileServer.html +1 -1
  85. package/documention/UniqueValueInfo.html +0 -217
  86. package/documention/UniqueValueRenderer.html +107 -0
  87. package/documention/UnknownLayer.html +116 -8
  88. package/documention/VectorTileLayer.html +116 -8
  89. package/documention/VectorTileSubLayer.html +304 -0
  90. package/documention/WFSLayer.html +116 -8
  91. package/documention/WMSLayer.html +116 -8
  92. package/documention/WMSServer.html +1 -1
  93. package/documention/WMSSubLayer.html +218 -7
  94. package/documention/WMTSLayer.html +116 -8
  95. package/documention/WMTSServer.html +1 -1
  96. package/documention/WMTSSubLayer.html +116 -8
  97. package/documention/WaterSymbol3DLayer.html +107 -0
  98. package/documention/WebTileLayer.html +116 -8
  99. package/documention/global.html +454 -4
  100. package/documention/index.html +47 -44
  101. package/documention/scripts/sideBar.js +16 -2
  102. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
  103. package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
  104. package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
  105. package/package.json +13 -13
@@ -294,6 +294,72 @@
294
294
 
295
295
 
296
296
 
297
+ <tr class="deep-level-1">
298
+
299
+ <td class="name"><code>tokenAttachType</code></td>
300
+
301
+
302
+ <td class="type">
303
+
304
+
305
+ <span class="param-type">
306
+
307
+ String
308
+
309
+ </span>
310
+
311
+
312
+
313
+
314
+ </td>
315
+
316
+
317
+ <td class="default">
318
+
319
+ TokenAttachType.normal
320
+
321
+ </td>
322
+
323
+
324
+ <td class="description last"><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></td>
325
+ </tr>
326
+
327
+
328
+
329
+
330
+ <tr class="deep-level-1">
331
+
332
+ <td class="name"><code>extendOptions</code></td>
333
+
334
+
335
+ <td class="type">
336
+
337
+
338
+ <span class="param-type">
339
+
340
+ Object
341
+
342
+ </span>
343
+
344
+
345
+
346
+
347
+ </td>
348
+
349
+
350
+ <td class="default">
351
+
352
+ {}
353
+
354
+ </td>
355
+
356
+
357
+ <td class="description last"><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></td>
358
+ </tr>
359
+
360
+
361
+
362
+
297
363
  <tr class="deep-level-1">
298
364
 
299
365
  <td class="name"><code>extendProps</code></td>
@@ -311,6 +377,72 @@
311
377
 
312
378
 
313
379
 
380
+ </td>
381
+
382
+
383
+ <td class="default">
384
+
385
+ {}
386
+
387
+ </td>
388
+
389
+
390
+ <td class="description last"><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></td>
391
+ </tr>
392
+
393
+
394
+
395
+
396
+ <tr class="deep-level-1">
397
+
398
+ <td class="name"><code>headers</code></td>
399
+
400
+
401
+ <td class="type">
402
+
403
+
404
+ <span class="param-type">
405
+
406
+ Object
407
+
408
+ </span>
409
+
410
+
411
+
412
+
413
+ </td>
414
+
415
+
416
+ <td class="default">
417
+
418
+ {}
419
+
420
+ </td>
421
+
422
+
423
+ <td class="description last"><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></td>
424
+ </tr>
425
+
426
+
427
+
428
+
429
+ <tr class="deep-level-1">
430
+
431
+ <td class="name"><code>httpMethod</code></td>
432
+
433
+
434
+ <td class="type">
435
+
436
+
437
+ <span class="param-type">
438
+
439
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
440
+
441
+ </span>
442
+
443
+
444
+
445
+
314
446
  </td>
315
447
 
316
448
 
@@ -319,7 +451,7 @@
319
451
  </td>
320
452
 
321
453
 
322
- <td class="description last"><p>存储额外参数的属性</p></td>
454
+ <td class="description last"><p>http请求方式</p></td>
323
455
  </tr>
324
456
 
325
457
 
@@ -511,7 +643,7 @@
511
643
 
512
644
  </code>
513
645
  </td>
514
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
646
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
515
647
  </tr>
516
648
 
517
649
  <tr class="deep-level-0">
@@ -529,7 +661,7 @@
529
661
 
530
662
  </code>
531
663
  </td>
532
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
664
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
533
665
  </tr>
534
666
 
535
667
  <tr class="deep-level-0">
@@ -575,7 +707,7 @@
575
707
 
576
708
  <span class="param-type">
577
709
 
578
- String
710
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
579
711
 
580
712
  </span>
581
713
 
@@ -709,7 +841,7 @@
709
841
 
710
842
  </code>
711
843
  </td>
712
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
844
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
713
845
  </tr>
714
846
 
715
847
  <tr class="deep-level-0">
@@ -784,6 +916,24 @@
784
916
  <td class="name"><code><p>图层名称</p></code></td>
785
917
  </tr>
786
918
 
919
+ <tr class="deep-level-0">
920
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
921
+ <td class="name">
922
+ <code>
923
+
924
+ <span class="param-type">
925
+
926
+ String
927
+
928
+ </span>
929
+
930
+
931
+
932
+ </code>
933
+ </td>
934
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
935
+ </tr>
936
+
787
937
  <tr class="deep-level-0">
788
938
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
789
939
  <td class="name">
@@ -1048,7 +1198,7 @@
1048
1198
 
1049
1199
 
1050
1200
  <div class="description">
1051
- <p>初始化图层的额外参数</p>
1201
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1052
1202
  </div>
1053
1203
 
1054
1204
 
@@ -1079,6 +1229,11 @@
1079
1229
 
1080
1230
 
1081
1231
 
1232
+
1233
+ <dt class="tag-default">Default Value:</dt>
1234
+ <dd class="tag-default"><ul class="dummy">
1235
+ <li>{}</li>
1236
+ </ul></dd>
1082
1237
 
1083
1238
 
1084
1239
 
@@ -1123,7 +1278,7 @@
1123
1278
 
1124
1279
 
1125
1280
  <div class="description">
1126
- <p>存储额外参数的属性</p>
1281
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1127
1282
  </div>
1128
1283
 
1129
1284
 
@@ -1154,6 +1309,11 @@
1154
1309
 
1155
1310
 
1156
1311
 
1312
+
1313
+ <dt class="tag-default">Default Value:</dt>
1314
+ <dd class="tag-default"><ul class="dummy">
1315
+ <li>{}</li>
1316
+ </ul></dd>
1157
1317
 
1158
1318
 
1159
1319
 
@@ -1331,7 +1491,7 @@
1331
1491
 
1332
1492
  <span class="param-type">
1333
1493
 
1334
- String
1494
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1335
1495
 
1336
1496
  </span>
1337
1497
 
@@ -1909,7 +2069,7 @@
1909
2069
 
1910
2070
 
1911
2071
  <div class="description">
1912
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2072
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
1913
2073
  </div>
1914
2074
 
1915
2075
 
@@ -2237,6 +2397,81 @@
2237
2397
 
2238
2398
 
2239
2399
 
2400
+
2401
+
2402
+
2403
+
2404
+
2405
+
2406
+
2407
+
2408
+
2409
+
2410
+
2411
+ </dl>
2412
+
2413
+
2414
+
2415
+
2416
+
2417
+ </div>
2418
+
2419
+ <div class="member">
2420
+
2421
+ <span class="method-parameter is-pulled-right">
2422
+ <label>类型:</label>
2423
+
2424
+ <span class="param-type">
2425
+
2426
+ String
2427
+
2428
+ </span>
2429
+
2430
+
2431
+
2432
+ </span>
2433
+
2434
+ <h4 class="name" id="tokenAttachType">
2435
+ <a class="href-link" href="#tokenAttachType">#</a>
2436
+
2437
+ <span class="code-name">
2438
+ tokenAttachType
2439
+ </span>
2440
+
2441
+ </h4>
2442
+
2443
+
2444
+
2445
+
2446
+ <div class="description">
2447
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2448
+ </div>
2449
+
2450
+
2451
+
2452
+
2453
+
2454
+ <dl class="details">
2455
+
2456
+
2457
+
2458
+
2459
+
2460
+
2461
+
2462
+
2463
+
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+
2471
+
2472
+
2473
+
2474
+
2240
2475
 
2241
2476
 
2242
2477
 
@@ -350,6 +350,24 @@
350
350
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
351
351
  </tr>
352
352
 
353
+ <tr class="deep-level-0">
354
+ <td class="name"><code><a href="#id">id</a></code></td>
355
+ <td class="name">
356
+ <code>
357
+
358
+ <span class="param-type">
359
+
360
+ String
361
+
362
+ </span>
363
+
364
+
365
+
366
+ </code>
367
+ </td>
368
+ <td class="name"><code><p>符号id</p></code></td>
369
+ </tr>
370
+
353
371
  <tr class="deep-level-0">
354
372
  <td class="name"><code><a href="#maxWorldLength">maxWorldLength</a></code></td>
355
373
  <td class="name">
@@ -666,6 +684,95 @@
666
684
 
667
685
 
668
686
 
687
+ <dt class="tag-default">Default Value:</dt>
688
+ <dd class="tag-default"><ul class="dummy">
689
+ <li>{}</li>
690
+ </ul></dd>
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+ </dl>
700
+
701
+
702
+
703
+
704
+
705
+ </div>
706
+
707
+ <div class="member">
708
+
709
+ <span class="method-parameter is-pulled-right">
710
+ <label>类型:</label>
711
+
712
+ <span class="param-type">
713
+
714
+ String
715
+
716
+ </span>
717
+
718
+
719
+
720
+ </span>
721
+
722
+ <h4 class="name" id="id">
723
+ <a class="href-link" href="#id">#</a>
724
+
725
+
726
+ <span class='tag'>readonly</span>
727
+
728
+
729
+ <span class="code-name">
730
+ id
731
+ </span>
732
+
733
+ </h4>
734
+
735
+
736
+
737
+
738
+ <div class="description">
739
+ <p>符号id</p>
740
+ </div>
741
+
742
+
743
+
744
+
745
+
746
+ <dl class="details">
747
+
748
+
749
+
750
+
751
+
752
+
753
+ <dt class="inherited-from">Inherited From:</dt>
754
+ <dd class="inherited-from"><ul class="dummy"><li>
755
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
756
+ </li></ul></dd>
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
669
776
 
670
777
 
671
778
 
@@ -357,6 +357,24 @@ new LineString({
357
357
  <td class="name"><code><p>几何点的坐标数组</p></code></td>
358
358
  </tr>
359
359
 
360
+ <tr class="deep-level-0">
361
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
362
+ <td class="name">
363
+ <code>
364
+
365
+ <span class="param-type">
366
+
367
+ Object
368
+
369
+ </span>
370
+
371
+
372
+
373
+ </code>
374
+ </td>
375
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
376
+ </tr>
377
+
360
378
  <tr class="deep-level-0">
361
379
  <td class="name"><code><a href="#extent">extent</a></code></td>
362
380
  <td class="name">
@@ -494,6 +512,91 @@ new LineString({
494
512
 
495
513
 
496
514
 
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+ </dl>
524
+
525
+
526
+
527
+
528
+
529
+ </div>
530
+
531
+ <div class="member">
532
+
533
+ <span class="method-parameter is-pulled-right">
534
+ <label>类型:</label>
535
+
536
+ <span class="param-type">
537
+
538
+ Object
539
+
540
+ </span>
541
+
542
+
543
+
544
+ </span>
545
+
546
+ <h4 class="name" id="extendOptions">
547
+ <a class="href-link" href="#extendOptions">#</a>
548
+
549
+ <span class="code-name">
550
+ extendOptions
551
+ </span>
552
+
553
+ </h4>
554
+
555
+
556
+
557
+
558
+ <div class="description">
559
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
560
+ </div>
561
+
562
+
563
+
564
+
565
+
566
+ <dl class="details">
567
+
568
+
569
+
570
+
571
+
572
+
573
+ <dt class="inherited-from">Inherited From:</dt>
574
+ <dd class="inherited-from"><ul class="dummy"><li>
575
+ <a goto="extendOptions" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#extendOptions" Geometry.html#extendOptions>Geometry#extendOptions</a>
576
+ </li></ul></dd>
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+ <dt class="tag-default">Default Value:</dt>
597
+ <dd class="tag-default"><ul class="dummy">
598
+ <li>{}</li>
599
+ </ul></dd>
497
600
 
498
601
 
499
602
 
@@ -285,6 +285,24 @@
285
285
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
286
286
  </tr>
287
287
 
288
+ <tr class="deep-level-0">
289
+ <td class="name"><code><a href="#id">id</a></code></td>
290
+ <td class="name">
291
+ <code>
292
+
293
+ <span class="param-type">
294
+
295
+ String
296
+
297
+ </span>
298
+
299
+
300
+
301
+ </code>
302
+ </td>
303
+ <td class="name"><code><p>符号id</p></code></td>
304
+ </tr>
305
+
288
306
  <tr class="deep-level-0">
289
307
  <td class="name"><code><a href="#type">type</a></code></td>
290
308
  <td class="name">
@@ -472,6 +490,95 @@
472
490
 
473
491
 
474
492
 
493
+ <dt class="tag-default">Default Value:</dt>
494
+ <dd class="tag-default"><ul class="dummy">
495
+ <li>{}</li>
496
+ </ul></dd>
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+ </dl>
506
+
507
+
508
+
509
+
510
+
511
+ </div>
512
+
513
+ <div class="member">
514
+
515
+ <span class="method-parameter is-pulled-right">
516
+ <label>类型:</label>
517
+
518
+ <span class="param-type">
519
+
520
+ String
521
+
522
+ </span>
523
+
524
+
525
+
526
+ </span>
527
+
528
+ <h4 class="name" id="id">
529
+ <a class="href-link" href="#id">#</a>
530
+
531
+
532
+ <span class='tag'>readonly</span>
533
+
534
+
535
+ <span class="code-name">
536
+ id
537
+ </span>
538
+
539
+ </h4>
540
+
541
+
542
+
543
+
544
+ <div class="description">
545
+ <p>符号id</p>
546
+ </div>
547
+
548
+
549
+
550
+
551
+
552
+ <dl class="details">
553
+
554
+
555
+
556
+
557
+
558
+
559
+ <dt class="inherited-from">Inherited From:</dt>
560
+ <dd class="inherited-from"><ul class="dummy"><li>
561
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
562
+ </li></ul></dd>
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
475
582
 
476
583
 
477
584