@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
@@ -550,7 +550,7 @@
550
550
 
551
551
  </code>
552
552
  </td>
553
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
553
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
554
554
  </tr>
555
555
 
556
556
  <tr class="deep-level-0">
@@ -568,7 +568,7 @@
568
568
 
569
569
  </code>
570
570
  </td>
571
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
571
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
572
572
  </tr>
573
573
 
574
574
  <tr class="deep-level-0">
@@ -614,7 +614,7 @@
614
614
 
615
615
  <span class="param-type">
616
616
 
617
- String
617
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
618
618
 
619
619
  </span>
620
620
 
@@ -784,7 +784,7 @@
784
784
 
785
785
  </code>
786
786
  </td>
787
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
787
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
788
788
  </tr>
789
789
 
790
790
  <tr class="deep-level-0">
@@ -931,6 +931,24 @@
931
931
  <td class="name"><code><p>图层名称</p></code></td>
932
932
  </tr>
933
933
 
934
+ <tr class="deep-level-0">
935
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
936
+ <td class="name">
937
+ <code>
938
+
939
+ <span class="param-type">
940
+
941
+ String
942
+
943
+ </span>
944
+
945
+
946
+
947
+ </code>
948
+ </td>
949
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
950
+ </tr>
951
+
934
952
  <tr class="deep-level-0">
935
953
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
936
954
  <td class="name">
@@ -1201,7 +1219,7 @@
1201
1219
 
1202
1220
 
1203
1221
  <div class="description">
1204
- <p>初始化图层的额外参数</p>
1222
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1205
1223
  </div>
1206
1224
 
1207
1225
 
@@ -1238,6 +1256,11 @@
1238
1256
 
1239
1257
 
1240
1258
 
1259
+ <dt class="tag-default">Default Value:</dt>
1260
+ <dd class="tag-default"><ul class="dummy">
1261
+ <li>{}</li>
1262
+ </ul></dd>
1263
+
1241
1264
 
1242
1265
 
1243
1266
 
@@ -1281,7 +1304,7 @@
1281
1304
 
1282
1305
 
1283
1306
  <div class="description">
1284
- <p>存储额外参数的属性</p>
1307
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1285
1308
  </div>
1286
1309
 
1287
1310
 
@@ -1318,6 +1341,11 @@
1318
1341
 
1319
1342
 
1320
1343
 
1344
+ <dt class="tag-default">Default Value:</dt>
1345
+ <dd class="tag-default"><ul class="dummy">
1346
+ <li>{}</li>
1347
+ </ul></dd>
1348
+
1321
1349
 
1322
1350
 
1323
1351
 
@@ -1500,7 +1528,7 @@
1500
1528
 
1501
1529
  <span class="param-type">
1502
1530
 
1503
- String
1531
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1504
1532
 
1505
1533
  </span>
1506
1534
 
@@ -2263,7 +2291,7 @@
2263
2291
 
2264
2292
 
2265
2293
  <div class="description">
2266
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2294
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2267
2295
  </div>
2268
2296
 
2269
2297
 
@@ -2911,6 +2939,86 @@
2911
2939
 
2912
2940
 
2913
2941
 
2942
+
2943
+
2944
+
2945
+
2946
+
2947
+
2948
+ </dl>
2949
+
2950
+
2951
+
2952
+
2953
+
2954
+ </div>
2955
+
2956
+ <div class="member">
2957
+
2958
+ <span class="method-parameter is-pulled-right">
2959
+ <label>类型:</label>
2960
+
2961
+ <span class="param-type">
2962
+
2963
+ String
2964
+
2965
+ </span>
2966
+
2967
+
2968
+
2969
+ </span>
2970
+
2971
+ <h4 class="name" id="tokenAttachType">
2972
+ <a class="href-link" href="#tokenAttachType">#</a>
2973
+
2974
+ <span class="code-name">
2975
+ tokenAttachType
2976
+ </span>
2977
+
2978
+ </h4>
2979
+
2980
+
2981
+
2982
+
2983
+ <div class="description">
2984
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2985
+ </div>
2986
+
2987
+
2988
+
2989
+
2990
+
2991
+ <dl class="details">
2992
+
2993
+
2994
+
2995
+
2996
+
2997
+
2998
+ <dt class="inherited-from">Inherited From:</dt>
2999
+ <dd class="inherited-from"><ul class="dummy"><li>
3000
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
3001
+ </li></ul></dd>
3002
+
3003
+
3004
+
3005
+
3006
+
3007
+
3008
+
3009
+
3010
+
3011
+
3012
+
3013
+
3014
+
3015
+
3016
+
3017
+
3018
+
3019
+
3020
+
3021
+
2914
3022
 
2915
3023
 
2916
3024
 
@@ -387,6 +387,24 @@
387
387
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
388
388
  </tr>
389
389
 
390
+ <tr class="deep-level-0">
391
+ <td class="name"><code><a href="#id">id</a></code></td>
392
+ <td class="name">
393
+ <code>
394
+
395
+ <span class="param-type">
396
+
397
+ String
398
+
399
+ </span>
400
+
401
+
402
+
403
+ </code>
404
+ </td>
405
+ <td class="name"><code><p>符号id</p></code></td>
406
+ </tr>
407
+
390
408
  <tr class="deep-level-0">
391
409
  <td class="name"><code><a href="#type">type</a></code></td>
392
410
  <td class="name">
@@ -610,6 +628,95 @@
610
628
 
611
629
 
612
630
 
631
+ <dt class="tag-default">Default Value:</dt>
632
+ <dd class="tag-default"><ul class="dummy">
633
+ <li>{}</li>
634
+ </ul></dd>
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+ </dl>
644
+
645
+
646
+
647
+
648
+
649
+ </div>
650
+
651
+ <div class="member">
652
+
653
+ <span class="method-parameter is-pulled-right">
654
+ <label>类型:</label>
655
+
656
+ <span class="param-type">
657
+
658
+ String
659
+
660
+ </span>
661
+
662
+
663
+
664
+ </span>
665
+
666
+ <h4 class="name" id="id">
667
+ <a class="href-link" href="#id">#</a>
668
+
669
+
670
+ <span class='tag'>readonly</span>
671
+
672
+
673
+ <span class="code-name">
674
+ id
675
+ </span>
676
+
677
+ </h4>
678
+
679
+
680
+
681
+
682
+ <div class="description">
683
+ <p>符号id</p>
684
+ </div>
685
+
686
+
687
+
688
+
689
+
690
+ <dl class="details">
691
+
692
+
693
+
694
+
695
+
696
+
697
+ <dt class="inherited-from">Inherited From:</dt>
698
+ <dd class="inherited-from"><ul class="dummy"><li>
699
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
700
+ </li></ul></dd>
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
613
720
 
614
721
 
615
722
 
@@ -877,7 +877,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
877
877
 
878
878
  </code>
879
879
  </td>
880
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
880
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
881
881
  </tr>
882
882
 
883
883
  <tr class="deep-level-0">
@@ -895,7 +895,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
895
895
 
896
896
  </code>
897
897
  </td>
898
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
898
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
899
899
  </tr>
900
900
 
901
901
  <tr class="deep-level-0">
@@ -959,7 +959,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
959
959
 
960
960
  <span class="param-type">
961
961
 
962
- String
962
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
963
963
 
964
964
  </span>
965
965
 
@@ -1093,7 +1093,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1093
1093
 
1094
1094
  </code>
1095
1095
  </td>
1096
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
1096
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
1097
1097
  </tr>
1098
1098
 
1099
1099
  <tr class="deep-level-0">
@@ -1186,6 +1186,24 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1186
1186
  <td class="name"><code><p>图层名称</p></code></td>
1187
1187
  </tr>
1188
1188
 
1189
+ <tr class="deep-level-0">
1190
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
1191
+ <td class="name">
1192
+ <code>
1193
+
1194
+ <span class="param-type">
1195
+
1196
+ String
1197
+
1198
+ </span>
1199
+
1200
+
1201
+
1202
+ </code>
1203
+ </td>
1204
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
1205
+ </tr>
1206
+
1189
1207
  <tr class="deep-level-0">
1190
1208
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1191
1209
  <td class="name">
@@ -1460,7 +1478,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1460
1478
 
1461
1479
 
1462
1480
  <div class="description">
1463
- <p>初始化图层的额外参数</p>
1481
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1464
1482
  </div>
1465
1483
 
1466
1484
 
@@ -1497,6 +1515,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1497
1515
 
1498
1516
 
1499
1517
 
1518
+ <dt class="tag-default">Default Value:</dt>
1519
+ <dd class="tag-default"><ul class="dummy">
1520
+ <li>{}</li>
1521
+ </ul></dd>
1522
+
1500
1523
 
1501
1524
 
1502
1525
 
@@ -1540,7 +1563,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1540
1563
 
1541
1564
 
1542
1565
  <div class="description">
1543
- <p>存储额外参数的属性</p>
1566
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1544
1567
  </div>
1545
1568
 
1546
1569
 
@@ -1577,6 +1600,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1577
1600
 
1578
1601
 
1579
1602
 
1603
+ <dt class="tag-default">Default Value:</dt>
1604
+ <dd class="tag-default"><ul class="dummy">
1605
+ <li>{}</li>
1606
+ </ul></dd>
1607
+
1580
1608
 
1581
1609
 
1582
1610
 
@@ -1843,7 +1871,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1843
1871
 
1844
1872
  <span class="param-type">
1845
1873
 
1846
- String
1874
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1847
1875
 
1848
1876
  </span>
1849
1877
 
@@ -2456,7 +2484,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2456
2484
 
2457
2485
 
2458
2486
  <div class="description">
2459
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2487
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2460
2488
  </div>
2461
2489
 
2462
2490
 
@@ -2879,6 +2907,86 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2879
2907
 
2880
2908
 
2881
2909
 
2910
+
2911
+
2912
+
2913
+
2914
+
2915
+
2916
+ </dl>
2917
+
2918
+
2919
+
2920
+
2921
+
2922
+ </div>
2923
+
2924
+ <div class="member">
2925
+
2926
+ <span class="method-parameter is-pulled-right">
2927
+ <label>类型:</label>
2928
+
2929
+ <span class="param-type">
2930
+
2931
+ String
2932
+
2933
+ </span>
2934
+
2935
+
2936
+
2937
+ </span>
2938
+
2939
+ <h4 class="name" id="tokenAttachType">
2940
+ <a class="href-link" href="#tokenAttachType">#</a>
2941
+
2942
+ <span class="code-name">
2943
+ tokenAttachType
2944
+ </span>
2945
+
2946
+ </h4>
2947
+
2948
+
2949
+
2950
+
2951
+ <div class="description">
2952
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2953
+ </div>
2954
+
2955
+
2956
+
2957
+
2958
+
2959
+ <dl class="details">
2960
+
2961
+
2962
+
2963
+
2964
+
2965
+
2966
+ <dt class="inherited-from">Inherited From:</dt>
2967
+ <dd class="inherited-from"><ul class="dummy"><li>
2968
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2969
+ </li></ul></dd>
2970
+
2971
+
2972
+
2973
+
2974
+
2975
+
2976
+
2977
+
2978
+
2979
+
2980
+
2981
+
2982
+
2983
+
2984
+
2985
+
2986
+
2987
+
2988
+
2989
+
2882
2990
 
2883
2991
 
2884
2992