@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
@@ -362,7 +362,7 @@
362
362
 
363
363
  </code>
364
364
  </td>
365
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
365
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
366
366
  </tr>
367
367
 
368
368
  <tr class="deep-level-0">
@@ -380,7 +380,7 @@
380
380
 
381
381
  </code>
382
382
  </td>
383
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
383
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
384
384
  </tr>
385
385
 
386
386
  <tr class="deep-level-0">
@@ -426,7 +426,7 @@
426
426
 
427
427
  <span class="param-type">
428
428
 
429
- String
429
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
430
430
 
431
431
  </span>
432
432
 
@@ -560,7 +560,7 @@
560
560
 
561
561
  </code>
562
562
  </td>
563
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
563
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
564
564
  </tr>
565
565
 
566
566
  <tr class="deep-level-0">
@@ -599,6 +599,24 @@
599
599
  <td class="name"><code><p>图层名称</p></code></td>
600
600
  </tr>
601
601
 
602
+ <tr class="deep-level-0">
603
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
604
+ <td class="name">
605
+ <code>
606
+
607
+ <span class="param-type">
608
+
609
+ String
610
+
611
+ </span>
612
+
613
+
614
+
615
+ </code>
616
+ </td>
617
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
618
+ </tr>
619
+
602
620
  <tr class="deep-level-0">
603
621
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
604
622
  <td class="name">
@@ -891,7 +909,7 @@
891
909
 
892
910
 
893
911
  <div class="description">
894
- <p>初始化图层的额外参数</p>
912
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
895
913
  </div>
896
914
 
897
915
 
@@ -928,6 +946,11 @@
928
946
 
929
947
 
930
948
 
949
+ <dt class="tag-default">Default Value:</dt>
950
+ <dd class="tag-default"><ul class="dummy">
951
+ <li>{}</li>
952
+ </ul></dd>
953
+
931
954
 
932
955
 
933
956
 
@@ -971,7 +994,7 @@
971
994
 
972
995
 
973
996
  <div class="description">
974
- <p>存储额外参数的属性</p>
997
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
975
998
  </div>
976
999
 
977
1000
 
@@ -1008,6 +1031,11 @@
1008
1031
 
1009
1032
 
1010
1033
 
1034
+ <dt class="tag-default">Default Value:</dt>
1035
+ <dd class="tag-default"><ul class="dummy">
1036
+ <li>{}</li>
1037
+ </ul></dd>
1038
+
1011
1039
 
1012
1040
 
1013
1041
 
@@ -1194,7 +1222,7 @@
1194
1222
 
1195
1223
  <span class="param-type">
1196
1224
 
1197
- String
1225
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1198
1226
 
1199
1227
  </span>
1200
1228
 
@@ -1807,7 +1835,7 @@
1807
1835
 
1808
1836
 
1809
1837
  <div class="description">
1810
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
1838
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
1811
1839
  </div>
1812
1840
 
1813
1841
 
@@ -2005,6 +2033,86 @@
2005
2033
 
2006
2034
 
2007
2035
 
2036
+
2037
+
2038
+
2039
+
2040
+
2041
+
2042
+ </dl>
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+ </div>
2049
+
2050
+ <div class="member">
2051
+
2052
+ <span class="method-parameter is-pulled-right">
2053
+ <label>类型:</label>
2054
+
2055
+ <span class="param-type">
2056
+
2057
+ String
2058
+
2059
+ </span>
2060
+
2061
+
2062
+
2063
+ </span>
2064
+
2065
+ <h4 class="name" id="tokenAttachType">
2066
+ <a class="href-link" href="#tokenAttachType">#</a>
2067
+
2068
+ <span class="code-name">
2069
+ tokenAttachType
2070
+ </span>
2071
+
2072
+ </h4>
2073
+
2074
+
2075
+
2076
+
2077
+ <div class="description">
2078
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2079
+ </div>
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+ <dl class="details">
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+ <dt class="inherited-from">Inherited From:</dt>
2093
+ <dd class="inherited-from"><ul class="dummy"><li>
2094
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2095
+ </li></ul></dd>
2096
+
2097
+
2098
+
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+
2110
+
2111
+
2112
+
2113
+
2114
+
2115
+
2008
2116
 
2009
2117
 
2010
2118