@mapgis/webclient-common 17.2.0 → 17.2.2

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 (161) hide show
  1. package/README.md +21 -3
  2. package/dist/es5/webclient-common.min.js +5 -5
  3. package/dist/webclient-common-es6.min.js +6 -6
  4. package/documention/AddressServer.html +12 -12
  5. package/documention/ArcGISFeatureServer.html +10 -10
  6. package/documention/ArcGISGeometryServer.html +10 -10
  7. package/documention/ArcGISMapImageLayer.html +10 -10
  8. package/documention/ArcGISMapServer.html +10 -10
  9. package/documention/ArcGISTileLayer.html +5 -5
  10. package/documention/ArcGISVectorTileLayer.html +7 -7
  11. package/documention/ArcGISVectorTileServer.html +10 -10
  12. package/documention/BaseScene.html +7577 -0
  13. package/documention/BaseServer.html +10 -10
  14. package/documention/BaseView.html +1 -1
  15. package/documention/Basemap.html +3 -3
  16. package/documention/Cesium3DTilesCacheLayer.html +38 -112
  17. package/documention/Cesium3DTilesServer.html +11 -11
  18. package/documention/Circle.html +7 -7
  19. package/documention/ClassBreakRenderer.html +18 -18
  20. package/documention/ClusterRenderer.html +2 -2
  21. package/documention/Collection.html +198 -4
  22. package/documention/Config.html +4 -4
  23. package/documention/Extent.html +15 -15
  24. package/documention/ExtrudeSymbol3DLayer.html +2 -2
  25. package/documention/Feature.html +7 -7
  26. package/documention/FeatureServer.html +27 -27
  27. package/documention/FeatureSet.html +7 -7
  28. package/documention/FillSymbol3DLayer.html +2 -2
  29. package/documention/Font.html +1 -1
  30. package/documention/GeoJSONLayer.html +26 -26
  31. package/documention/Geometry.html +7 -7
  32. package/documention/GeometryEngine.html +79 -79
  33. package/documention/GeometryServer.html +30 -30
  34. package/documention/GraphicsLayer.html +31 -31
  35. package/documention/GroupLayer.html +2 -2
  36. package/documention/IGSFeatureLayer.html +25 -25
  37. package/documention/IGSMapImageLayer.html +47 -49
  38. package/documention/IGSMapImageSubLayer.html +3 -3
  39. package/documention/IGSSceneLayer.html +11 -11
  40. package/documention/IGSTileLayer.html +10 -11
  41. package/documention/IGSVectorTileLayer.html +33 -63
  42. package/documention/IGSVectorTileSubLayer.html +5 -4
  43. package/documention/ISScene.html +1336 -0
  44. package/documention/ISSceneLayer.html +2028 -0
  45. package/documention/ISSceneServer.html +2234 -0
  46. package/documention/ISSceneSubLayer.html +3356 -0
  47. package/documention/IconSymbol3DLayer.html +4 -4
  48. package/documention/ImageServer.html +11 -11
  49. package/documention/LabelClass.html +3 -3
  50. package/documention/LabelSymbol3D.html +2 -2
  51. package/documention/LineString.html +10 -10
  52. package/documention/LineSymbol3D.html +2 -2
  53. package/documention/LineSymbol3DLayer.html +2 -2
  54. package/documention/M3DModelCacheLayer.html +12 -12
  55. package/documention/M3DServer.html +11 -11
  56. package/documention/Map.html +4 -4
  57. package/documention/MapGISTextSymbol.html +3 -3
  58. package/documention/MapServer.html +14 -14
  59. package/documention/MapView.html +1 -1
  60. package/documention/MultiLineString.html +13 -13
  61. package/documention/MultiPoint.html +10 -10
  62. package/documention/MultiPolygon.html +9 -9
  63. package/documention/ObjectSymbol3DLayer.html +4 -4
  64. package/documention/OutStatistic.html +1 -1
  65. package/documention/PathSymbol3DLayer.html +2 -2
  66. package/documention/PictureFillSymbol.html +1 -1
  67. package/documention/PictureMarkerSymbol.html +3 -3
  68. package/documention/PlotServer.html +10 -10
  69. package/documention/PoiServer.html +11 -11
  70. package/documention/Point.html +12 -12
  71. package/documention/PointSymbol3D.html +3 -3
  72. package/documention/Polygon.html +14 -14
  73. package/documention/PolygonSymbol3D.html +2 -2
  74. package/documention/Projection.html +8 -8
  75. package/documention/RandomRenderer.html +1 -1
  76. package/documention/RankRenderer.html +2 -2
  77. package/documention/ResourceServer.html +150 -150
  78. package/documention/RootServer.html +11 -11
  79. package/documention/S3MTilesCacheLayer.html +7726 -0
  80. package/documention/SceneServer.html +16 -16
  81. package/documention/SceneView.html +1 -1
  82. package/documention/SecurityServer.html +12 -12
  83. package/documention/SimpleFillSymbol.html +3 -3
  84. package/documention/SimpleLineSymbol.html +3 -3
  85. package/documention/SimpleMarkerSymbol.html +3 -3
  86. package/documention/SimpleRenderer.html +9 -9
  87. package/documention/SizeVariable.html +1 -1
  88. package/documention/SketchEditor.html +1 -1
  89. package/documention/SpatialReference.html +1 -1
  90. package/documention/Symbol.html +1 -1
  91. package/documention/TerrainCacheLayer.html +1 -1
  92. package/documention/TerrainServer.html +11 -11
  93. package/documention/TextSymbol.html +4 -4
  94. package/documention/TextSymbol3DLayer.html +2 -2
  95. package/documention/ThemeServer.html +12 -12
  96. package/documention/TileServer.html +11 -11
  97. package/documention/UniqueValueRenderer.html +18 -18
  98. package/documention/VectorTileLayer.html +1 -1
  99. package/documention/VectorTileServer.html +11 -11
  100. package/documention/WCSServer.html +10 -10
  101. package/documention/WFSLayer.html +24 -24
  102. package/documention/WFSServer.html +11 -11
  103. package/documention/WMSLayer.html +15 -15
  104. package/documention/WMSServer.html +11 -11
  105. package/documention/WMTSLayer.html +10 -10
  106. package/documention/WMTSServer.html +11 -11
  107. package/documention/WPSServer.html +10 -10
  108. package/documention/WebTileLayer.html +5 -5
  109. package/documention/WorkFlowServer.html +12 -12
  110. package/documention/WorkFlowServer600227.html +12 -12
  111. package/documention/WorkFlowServer600228.html +13 -13
  112. package/documention/WorkFlowServer600229.html +12 -12
  113. package/documention/WorkFlowServer600230.html +12 -12
  114. package/documention/WorkFlowServer600231.html +12 -12
  115. package/documention/WorkFlowServer600232.html +13 -13
  116. package/documention/WorkFlowServer600233.html +14 -14
  117. package/documention/WorkFlowServer600235.html +12 -12
  118. package/documention/WorkFlowServer600237.html +13 -13
  119. package/documention/WorkFlowServer600238.html +15 -15
  120. package/documention/WorkFlowServer600239.html +16 -16
  121. package/documention/WorkFlowServer600307.html +14 -14
  122. package/documention/WorkFlowServer600308.html +2 -2
  123. package/documention/WorkFlowServer600309.html +12 -12
  124. package/documention/WorkFlowServer600314.html +12 -12
  125. package/documention/WorkFlowServer600334.html +12 -12
  126. package/documention/WorkFlowServer600336.html +12 -12
  127. package/documention/WorkFlowServer600340.html +12 -12
  128. package/documention/WorkFlowServer600354.html +12 -12
  129. package/documention/WorkFlowServer600368.html +12 -12
  130. package/documention/WorkFlowServer600369.html +12 -12
  131. package/documention/WorkFlowServer600370.html +12 -12
  132. package/documention/global.html +344 -1644
  133. package/documention/index.html +40 -37
  134. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
  135. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
  136. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
  137. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
  138. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
  139. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
  140. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
  141. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
  142. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
  143. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
  144. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
  145. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
  146. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
  147. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
  148. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
  149. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
  150. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
  151. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
  152. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
  153. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
  154. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
  155. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
  156. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
  157. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
  158. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
  159. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
  160. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
  161. package/package.json +2 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.