@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
@@ -750,6 +750,24 @@ const renderer = new ClassBreakRenderer({
750
750
  <td class="name"><code><p>classBreakInfos 分段参数</p></code></td>
751
751
  </tr>
752
752
 
753
+ <tr class="deep-level-0">
754
+ <td class="name"><code><a href="#deconflictionStrategy">deconflictionStrategy</a></code></td>
755
+ <td class="name">
756
+ <code>
757
+
758
+ <span class="param-type">
759
+
760
+ String
761
+
762
+ </span>
763
+
764
+
765
+
766
+ </code>
767
+ </td>
768
+ <td class="name"><code><p>聚类冲突策略,默认为'none'。'none'表示不设置冲突解决策略,'static'表示采用默认的冲突解决策略。</p></code></td>
769
+ </tr>
770
+
753
771
  <tr class="deep-level-0">
754
772
  <td class="name"><code><a href="#defaultDescription">defaultDescription</a></code></td>
755
773
  <td class="name">
@@ -841,7 +859,7 @@ const renderer = new ClassBreakRenderer({
841
859
  </tr>
842
860
 
843
861
  <tr class="deep-level-0">
844
- <td class="name"><code><a href="#type">type</a></code></td>
862
+ <td class="name"><code><a href="#id">id</a></code></td>
845
863
  <td class="name">
846
864
  <code>
847
865
 
@@ -855,7 +873,25 @@ const renderer = new ClassBreakRenderer({
855
873
 
856
874
  </code>
857
875
  </td>
858
- <td class="name"><code></code></td>
876
+ <td class="name"><code><p>渲染器id</p></code></td>
877
+ </tr>
878
+
879
+ <tr class="deep-level-0">
880
+ <td class="name"><code><a href="#minHybridClusterCount">minHybridClusterCount</a></code></td>
881
+ <td class="name">
882
+ <code>
883
+
884
+ <span class="param-type">
885
+
886
+ Number
887
+
888
+ </span>
889
+
890
+
891
+
892
+ </code>
893
+ </td>
894
+ <td class="name"><code><p>最小混合聚合数量。大于等于此值进行混合聚类,小于此值则优先以分组类型聚类。</p></code></td>
859
895
  </tr>
860
896
 
861
897
  <tr class="deep-level-0">
@@ -894,6 +930,42 @@ const renderer = new ClassBreakRenderer({
894
930
  <td class="name"><code><p>字段表达式</p></code></td>
895
931
  </tr>
896
932
 
933
+ <tr class="deep-level-0">
934
+ <td class="name"><code><a href="#valueExpression">valueExpression</a></code></td>
935
+ <td class="name">
936
+ <code>
937
+
938
+ <span class="param-type">
939
+
940
+ String
941
+
942
+ </span>
943
+
944
+
945
+
946
+ </code>
947
+ </td>
948
+ <td class="name"><code><p>字段表达式,默认取'$cluster_count',默认表示按聚类簇上点的数量作为分段的依据</p></code></td>
949
+ </tr>
950
+
951
+ <tr class="deep-level-0">
952
+ <td class="name"><code><a href="#valueExpressionTitle">valueExpressionTitle</a></code></td>
953
+ <td class="name">
954
+ <code>
955
+
956
+ <span class="param-type">
957
+
958
+ String
959
+
960
+ </span>
961
+
962
+
963
+
964
+ </code>
965
+ </td>
966
+ <td class="name"><code><p>字段表达式描述</p></code></td>
967
+ </tr>
968
+
897
969
  <tr class="deep-level-0">
898
970
  <td class="name"><code><a href="#valueExpressionTitle">valueExpressionTitle</a></code></td>
899
971
  <td class="name">
@@ -992,6 +1064,81 @@ const renderer = new ClassBreakRenderer({
992
1064
 
993
1065
 
994
1066
 
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ </dl>
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+ </div>
1085
+
1086
+ <div class="member">
1087
+
1088
+ <span class="method-parameter is-pulled-right">
1089
+ <label>类型:</label>
1090
+
1091
+ <span class="param-type">
1092
+
1093
+ String
1094
+
1095
+ </span>
1096
+
1097
+
1098
+
1099
+ </span>
1100
+
1101
+ <h4 class="name" id="deconflictionStrategy">
1102
+ <a class="href-link" href="#deconflictionStrategy">#</a>
1103
+
1104
+ <span class="code-name">
1105
+ deconflictionStrategy
1106
+ </span>
1107
+
1108
+ </h4>
1109
+
1110
+
1111
+
1112
+
1113
+ <div class="description">
1114
+ <p>聚类冲突策略,默认为'none'。'none'表示不设置冲突解决策略,'static'表示采用默认的冲突解决策略。</p>
1115
+ </div>
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+ <dl class="details">
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
995
1142
 
996
1143
 
997
1144
 
@@ -1401,11 +1548,95 @@ const renderer = new ClassBreakRenderer({
1401
1548
 
1402
1549
  </span>
1403
1550
 
1404
- <h4 class="name" id="type">
1405
- <a class="href-link" href="#type">#</a>
1551
+ <h4 class="name" id="id">
1552
+ <a class="href-link" href="#id">#</a>
1553
+
1554
+
1555
+ <span class='tag'>readonly</span>
1556
+
1406
1557
 
1407
1558
  <span class="code-name">
1408
- type
1559
+ id
1560
+ </span>
1561
+
1562
+ </h4>
1563
+
1564
+
1565
+
1566
+
1567
+ <div class="description">
1568
+ <p>渲染器id</p>
1569
+ </div>
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+ <dl class="details">
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+ <dt class="inherited-from">Inherited From:</dt>
1583
+ <dd class="inherited-from"><ul class="dummy"><li>
1584
+ <a goto="id" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#id" BaseRenderer.html#id>BaseRenderer#id</a>
1585
+ </li></ul></dd>
1586
+
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+ </dl>
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+ </div>
1619
+
1620
+ <div class="member">
1621
+
1622
+ <span class="method-parameter is-pulled-right">
1623
+ <label>类型:</label>
1624
+
1625
+ <span class="param-type">
1626
+
1627
+ Number
1628
+
1629
+ </span>
1630
+
1631
+
1632
+
1633
+ </span>
1634
+
1635
+ <h4 class="name" id="minHybridClusterCount">
1636
+ <a class="href-link" href="#minHybridClusterCount">#</a>
1637
+
1638
+ <span class="code-name">
1639
+ minHybridClusterCount
1409
1640
  </span>
1410
1641
 
1411
1642
  </h4>
@@ -1413,6 +1644,10 @@ const renderer = new ClassBreakRenderer({
1413
1644
 
1414
1645
 
1415
1646
 
1647
+ <div class="description">
1648
+ <p>最小混合聚合数量。大于等于此值进行混合聚类,小于此值则优先以分组类型聚类。</p>
1649
+ </div>
1650
+
1416
1651
 
1417
1652
 
1418
1653
 
@@ -1501,6 +1736,11 @@ const renderer = new ClassBreakRenderer({
1501
1736
 
1502
1737
 
1503
1738
 
1739
+ <dt class="tag-overrides">Overrides:</dt>
1740
+ <dd class="tag-overrides"><ul class="dummy"><li>
1741
+ <a class="mapgis-link-name" title="BaseRenderer#type" BaseRenderer.html#type>BaseRenderer#type</a>
1742
+ </li></ul></dd>
1743
+
1504
1744
 
1505
1745
 
1506
1746
 
@@ -1588,6 +1828,156 @@ const renderer = new ClassBreakRenderer({
1588
1828
 
1589
1829
 
1590
1830
 
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+ </dl>
1843
+
1844
+
1845
+
1846
+
1847
+
1848
+ </div>
1849
+
1850
+ <div class="member">
1851
+
1852
+ <span class="method-parameter is-pulled-right">
1853
+ <label>类型:</label>
1854
+
1855
+ <span class="param-type">
1856
+
1857
+ String
1858
+
1859
+ </span>
1860
+
1861
+
1862
+
1863
+ </span>
1864
+
1865
+ <h4 class="name" id="valueExpression">
1866
+ <a class="href-link" href="#valueExpression">#</a>
1867
+
1868
+ <span class="code-name">
1869
+ valueExpression
1870
+ </span>
1871
+
1872
+ </h4>
1873
+
1874
+
1875
+
1876
+
1877
+ <div class="description">
1878
+ <p>字段表达式,默认取'$cluster_count',默认表示按聚类簇上点的数量作为分段的依据</p>
1879
+ </div>
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+ <dl class="details">
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+ </dl>
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+ </div>
1924
+
1925
+ <div class="member">
1926
+
1927
+ <span class="method-parameter is-pulled-right">
1928
+ <label>类型:</label>
1929
+
1930
+ <span class="param-type">
1931
+
1932
+ String
1933
+
1934
+ </span>
1935
+
1936
+
1937
+
1938
+ </span>
1939
+
1940
+ <h4 class="name" id="valueExpressionTitle">
1941
+ <a class="href-link" href="#valueExpressionTitle">#</a>
1942
+
1943
+ <span class="code-name">
1944
+ valueExpressionTitle
1945
+ </span>
1946
+
1947
+ </h4>
1948
+
1949
+
1950
+
1951
+
1952
+ <div class="description">
1953
+ <p>字段表达式描述</p>
1954
+ </div>
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+ <dl class="details">
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1591
1981
 
1592
1982
 
1593
1983