@mapgis/webclient-common 17.0.4 → 17.0.5

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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -28,175 +28,175 @@
28
28
  <td>三维体对象空间运算</td>
29
29
  <td>否</td>
30
30
  <td>是</td>
31
- <td><a href="WorkFlowServer600369.html">WorkFlowServer600369</a></td>
31
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600369.html">WorkFlowServer600369</a></td>
32
32
  </tr>
33
33
  <tr>
34
34
  <td>600368</td>
35
35
  <td>三维体对象空间关系判定</td>
36
36
  <td>否</td>
37
37
  <td>是</td>
38
- <td><a href="WorkFlowServer600368.html">WorkFlowServer600368</a></td>
38
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600368.html">WorkFlowServer600368</a></td>
39
39
  </tr>
40
40
  <tr>
41
41
  <td>600314</td>
42
42
  <td>地图打印</td>
43
43
  <td>是</td>
44
44
  <td>是</td>
45
- <td><a href="WorkFlowServer600314.html">WorkFlowServer600314</a></td>
45
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600314.html">WorkFlowServer600314</a></td>
46
46
  </tr>
47
47
  <tr>
48
48
  <td>600370</td>
49
49
  <td>栅格代数运算</td>
50
50
  <td>否</td>
51
51
  <td>是</td>
52
- <td><a href="WorkFlowServer600370.html">WorkFlowServer600370</a></td>
52
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600370.html">WorkFlowServer600370</a></td>
53
53
  </tr>
54
54
  <tr>
55
55
  <td>600340</td>
56
56
  <td>根据空间参照信息投影(sfcls/acls)</td>
57
57
  <td>否</td>
58
58
  <td>是</td>
59
- <td><a href="WorkFlowServer600340.html">WorkFlowServer600340</a></td>
59
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600340.html">WorkFlowServer600340</a></td>
60
60
  </tr>
61
61
  <tr>
62
62
  <td>600235</td>
63
63
  <td>根据参照系名称进行投影转换</td>
64
64
  <td>是</td>
65
65
  <td>是</td>
66
- <td><a href="WorkFlowServer600235.html">WorkFlowServer600235</a></td>
66
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600235.html">WorkFlowServer600235</a></td>
67
67
  </tr>
68
68
  <tr>
69
69
  <td>600235</td>
70
70
  <td>根据空间参照信息投影(sfcls/acls)</td>
71
71
  <td>是</td>
72
72
  <td>是</td>
73
- <td><a href="WorkFlowServer600235.html">WorkFlowServer600235</a></td>
73
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600235.html">WorkFlowServer600235</a></td>
74
74
  </tr>
75
75
  <tr>
76
76
  <td>600354</td>
77
77
  <td>最近设施分析</td>
78
78
  <td>是</td>
79
79
  <td>是</td>
80
- <td><a href="WorkFlowServer600354.html">WorkFlowServer600354</a></td>
80
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600354.html">WorkFlowServer600354</a></td>
81
81
  </tr>
82
82
  <tr>
83
83
  <td>600336</td>
84
84
  <td>连通与非连通分析</td>
85
85
  <td>是</td>
86
86
  <td>是</td>
87
- <td><a href="WorkFlowServer600336.html">WorkFlowServer600336</a></td>
87
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600336.html">WorkFlowServer600336</a></td>
88
88
  </tr>
89
89
  <tr>
90
90
  <td>600233</td>
91
91
  <td>路径分析</td>
92
92
  <td>是</td>
93
93
  <td>是</td>
94
- <td><a href="WorkFlowServer600233.html">WorkFlowServer600233</a></td>
94
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600233.html">WorkFlowServer600233</a></td>
95
95
  </tr>
96
96
  <tr>
97
97
  <td>600239</td>
98
98
  <td>要素缓冲分析(多圈)</td>
99
99
  <td>是</td>
100
100
  <td>是</td>
101
- <td><a href="WorkFlowServer600239.html">WorkFlowServer600239</a></td>
101
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600239.html">WorkFlowServer600239</a></td>
102
102
  </tr>
103
103
  <tr>
104
104
  <td>600238</td>
105
105
  <td>要素缓冲分析(单圈)</td>
106
106
  <td>是</td>
107
107
  <td>是</td>
108
- <td><a href="WorkFlowServer600238.html">WorkFlowServer600238</a></td>
108
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600238.html">WorkFlowServer600238</a></td>
109
109
  </tr>
110
110
  <tr>
111
111
  <td>600232</td>
112
112
  <td>类缓冲分析(多圈)</td>
113
113
  <td>是</td>
114
114
  <td>是</td>
115
- <td><a href="WorkFlowServer600232.html">WorkFlowServer600232</a></td>
115
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600232.html">WorkFlowServer600232</a></td>
116
116
  </tr>
117
117
  <tr>
118
118
  <td>600232</td>
119
119
  <td>类缓冲分析(多圈)</td>
120
120
  <td>是</td>
121
121
  <td>是</td>
122
- <td><a href="WorkFlowServer600232.html">WorkFlowServer600232</a></td>
122
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600232.html">WorkFlowServer600232</a></td>
123
123
  </tr>
124
124
  <tr>
125
125
  <td>600231</td>
126
126
  <td>类缓冲分析(单圈)</td>
127
127
  <td>是</td>
128
128
  <td>是</td>
129
- <td><a href="WorkFlowServer600231.html">WorkFlowServer600231</a></td>
129
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600231.html">WorkFlowServer600231</a></td>
130
130
  </tr>
131
131
  <tr>
132
132
  <td>600231</td>
133
133
  <td>类缓冲分析(单圈)</td>
134
134
  <td>是</td>
135
135
  <td>是</td>
136
- <td><a href="WorkFlowServer600231.html">WorkFlowServer600231</a></td>
136
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600231.html">WorkFlowServer600231</a></td>
137
137
  </tr>
138
138
  <tr>
139
139
  <td>600230</td>
140
140
  <td>图层裁剪(sfcls/acls)</td>
141
141
  <td>是</td>
142
142
  <td>是</td>
143
- <td><a href="WorkFlowServer600230.html">WorkFlowServer600230</a></td>
143
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600230.html">WorkFlowServer600230</a></td>
144
144
  </tr>
145
145
  <tr>
146
146
  <td>600229</td>
147
147
  <td>圆裁剪(sfcls)</td>
148
148
  <td>是</td>
149
149
  <td>是</td>
150
- <td><a href="WorkFlowServer600229.html">WorkFlowServer600229</a></td>
150
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600229.html">WorkFlowServer600229</a></td>
151
151
  </tr>
152
152
  <tr>
153
153
  <td>600228</td>
154
154
  <td>多边形裁剪(sfcls)</td>
155
155
  <td>是</td>
156
156
  <td>是</td>
157
- <td><a href="WorkFlowServer600228.html">WorkFlowServer600228</a></td>
157
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600228.html">WorkFlowServer600228</a></td>
158
158
  </tr>
159
159
  <tr>
160
160
  <td>600334</td>
161
161
  <td>高性能图层叠加分析(新)</td>
162
162
  <td>是</td>
163
163
  <td>是</td>
164
- <td><a href="WorkFlowServer600334.html">WorkFlowServer600334</a></td>
164
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600334.html">WorkFlowServer600334</a></td>
165
165
  </tr>
166
166
  <tr>
167
167
  <td>600309</td>
168
168
  <td>根据FID进行要素叠加分析</td>
169
169
  <td>是</td>
170
170
  <td>是</td>
171
- <td><a href="WorkFlowServer600309.html">WorkFlowServer600309</a></td>
171
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600309.html">WorkFlowServer600309</a></td>
172
172
  </tr>
173
173
  <tr>
174
174
  <td>600308</td>
175
175
  <td>要素与图层叠加分析</td>
176
176
  <td>是</td>
177
177
  <td>是</td>
178
- <td><a href="WorkFlowServer600308.html">WorkFlowServer600308</a></td>
178
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600308.html">WorkFlowServer600308</a></td>
179
179
  </tr>
180
180
  <tr>
181
181
  <td>600307</td>
182
182
  <td>要素叠加分析</td>
183
183
  <td>是</td>
184
184
  <td>是</td>
185
- <td><a href="WorkFlowServer600307.html">WorkFlowServer600307</a></td>
185
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600307.html">WorkFlowServer600307</a></td>
186
186
  </tr>
187
187
  <tr>
188
188
  <td>600237</td>
189
189
  <td>多边形叠加分析</td>
190
190
  <td>是</td>
191
191
  <td>是</td>
192
- <td><a href="WorkFlowServer600237.html">WorkFlowServer600237</a></td>
192
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600237.html">WorkFlowServer600237</a></td>
193
193
  </tr>
194
194
  <tr>
195
195
  <td>600227</td>
196
196
  <td>图层叠加分析</td>
197
197
  <td>是</td>
198
198
  <td>是</td>
199
- <td><a href="WorkFlowServer600227.html">WorkFlowServer600227</a></td>
199
+ <td><a onclick="getTypeHTML(event)" link="WorkFlowServer600227.html">WorkFlowServer600227</a></td>
200
200
  </tr>
201
201
  </tbody>
202
202
  </table>
@@ -27,43 +27,43 @@
27
27
  <td>简单渲染器</td>
28
28
  <td>SimpleRenderer</td>
29
29
  <td>用于统一专题图的渲染</td>
30
- <td><a href="SimpleRenderer.html">SimpleRenderer</a></td>
30
+ <td><a onclick="getTypeHTML(event)" link="SimpleRenderer.html">SimpleRenderer</a></td>
31
31
  </tr>
32
32
  <tr>
33
33
  <td>分段渲染器</td>
34
34
  <td>ClassBreakRenderer</td>
35
35
  <td>用于分段专题图的渲染</td>
36
- <td><a href="ClassBreakRenderer.html">ClassBreakRenderer</a></td>
36
+ <td><a onclick="getTypeHTML(event)" link="ClassBreakRenderer.html">ClassBreakRenderer</a></td>
37
37
  </tr>
38
38
  <tr>
39
39
  <td>单值渲染器</td>
40
40
  <td>UniqueValueRenderer</td>
41
41
  <td>用于单值专题图的渲染</td>
42
- <td><a href="UniqueValueRenderer.html">UniqueValueRenderer</a></td>
42
+ <td><a onclick="getTypeHTML(event)" link="UniqueValueRenderer.html">UniqueValueRenderer</a></td>
43
43
  </tr>
44
44
  <tr>
45
45
  <td>随机渲染器</td>
46
46
  <td>RandomRenderer</td>
47
47
  <td>用于随机专题图的渲染</td>
48
- <td><a href="RandomRenderer.html">RandomRenderer</a></td>
48
+ <td><a onclick="getTypeHTML(event)" link="RandomRenderer.html">RandomRenderer</a></td>
49
49
  </tr>
50
50
  <tr>
51
51
  <td>等级符号渲染器</td>
52
52
  <td>RankRenderer</td>
53
53
  <td>用于等级符号专题图的渲染</td>
54
- <td><a href="RankRenderer.html">RankRenderer</a></td>
54
+ <td><a onclick="getTypeHTML(event)" link="RankRenderer.html">RankRenderer</a></td>
55
55
  </tr>
56
56
  <tr>
57
57
  <td>聚类渲染器</td>
58
58
  <td>ClusterRenderer</td>
59
59
  <td>用于聚类图的渲染</td>
60
- <td><a href="ClusterRenderer.html">ClusterRenderer</a></td>
60
+ <td><a onclick="getTypeHTML(event)" link="ClusterRenderer.html">ClusterRenderer</a></td>
61
61
  </tr>
62
62
  <tr>
63
63
  <td>热力图渲染器</td>
64
64
  <td>HeatmapRenderer</td>
65
65
  <td>用于热力图的渲染</td>
66
- <td><a href="HeatmapRenderer.html">HeatmapRenderer</a></td>
66
+ <td><a onclick="getTypeHTML(event)" link="HeatmapRenderer.html">HeatmapRenderer</a></td>
67
67
  </tr>
68
68
  </tbody>
69
69
  </table>
@@ -26,57 +26,57 @@
26
26
  <tr>
27
27
  <td>简单标注符号</td>
28
28
  <td>SimpleMarkerSymbol</td>
29
- <td><a href="SimpleMarkerSymbol.html">SimpleMarkerSymbol</a></td>
29
+ <td><a onclick="getTypeHTML(event)" link="SimpleMarkerSymbol.html">SimpleMarkerSymbol</a></td>
30
30
  </tr>
31
31
  <tr>
32
32
  <td>图片标注符号</td>
33
33
  <td>PictureMarkerSymbol</td>
34
- <td><a href="PictureMarkerSymbol.html">PictureMarkerSymbol</a></td>
34
+ <td><a onclick="getTypeHTML(event)" link="PictureMarkerSymbol.html">PictureMarkerSymbol</a></td>
35
35
  </tr>
36
36
  <tr>
37
37
  <td>简单线符号</td>
38
38
  <td>SimpleLineSymbol</td>
39
- <td><a href="SimpleLineSymbol.html">SimpleLineSymbol</a></td>
39
+ <td><a onclick="getTypeHTML(event)" link="SimpleLineSymbol.html">SimpleLineSymbol</a></td>
40
40
  </tr>
41
41
  <tr>
42
42
  <td>简单填充符号</td>
43
43
  <td>SimpleFillSymbol</td>
44
- <td><a href="SimpleFillSymbol.html">SimpleFillSymbol</a></td>
44
+ <td><a onclick="getTypeHTML(event)" link="SimpleFillSymbol.html">SimpleFillSymbol</a></td>
45
45
  </tr>
46
46
  <tr>
47
47
  <td>图片填充符号</td>
48
48
  <td>PictureFillSymbol</td>
49
- <td><a href="PictureFillSymbol.html">PictureFillSymbol</a></td>
49
+ <td><a onclick="getTypeHTML(event)" link="PictureFillSymbol.html">PictureFillSymbol</a></td>
50
50
  </tr>
51
51
  <tr>
52
52
  <td>文本符号</td>
53
53
  <td>TextSymbol</td>
54
- <td><a href="TextSymbol.html">TextSymbol</a></td>
54
+ <td><a onclick="getTypeHTML(event)" link="TextSymbol.html">TextSymbol</a></td>
55
55
  </tr>
56
56
  <tr>
57
57
  <td>MapGIS文本符号</td>
58
58
  <td>MapGISTextSymbol</td>
59
- <td><a href="MapGISTextSymbol.html">MapGISTextSymbol</a></td>
59
+ <td><a onclick="getTypeHTML(event)" link="MapGISTextSymbol.html">MapGISTextSymbol</a></td>
60
60
  </tr>
61
61
  <tr>
62
62
  <td>三维点符号</td>
63
63
  <td>PointSymbol3D</td>
64
- <td><a href="PointSymbol3D.html">PointSymbol3D</a></td>
64
+ <td><a onclick="getTypeHTML(event)" link="PointSymbol3D.html">PointSymbol3D</a></td>
65
65
  </tr>
66
66
  <tr>
67
67
  <td>三维线符号</td>
68
68
  <td>LineSymbol3D</td>
69
- <td><a href="LineSymbol3D.html">LineSymbol3D</a></td>
69
+ <td><a onclick="getTypeHTML(event)" link="LineSymbol3D.html">LineSymbol3D</a></td>
70
70
  </tr>
71
71
  <tr>
72
72
  <td>三维体符号</td>
73
73
  <td>PolygonSymbol3D</td>
74
- <td><a href="PolygonSymbol3D.html">PolygonSymbol3D</a></td>
74
+ <td><a onclick="getTypeHTML(event)" link="PolygonSymbol3D.html">PolygonSymbol3D</a></td>
75
75
  </tr>
76
76
  <tr>
77
77
  <td>注记三维符号</td>
78
78
  <td>LabelSymbol3D</td>
79
- <td><a href="LabelSymbol3D.html">LabelSymbol3D</a></td>
79
+ <td><a onclick="getTypeHTML(event)" link="LabelSymbol3D.html">LabelSymbol3D</a></td>
80
80
  </tr>
81
81
  </tbody>
82
82
  </table>
@@ -249,7 +249,7 @@
249
249
  </table>
250
250
  <h4>各符号属性在引擎上的限制</h4>
251
251
  <ul>
252
- <li><a href="SimpleMarkerSymbol.html">SimpleMarkerSymbol</a></li>
252
+ <li><a onclick="getTypeHTML(event)" link="SimpleMarkerSymbol.html">SimpleMarkerSymbol</a></li>
253
253
  </ul>
254
254
  <table>
255
255
  <thead>
@@ -388,7 +388,7 @@
388
388
  </tbody>
389
389
  </table>
390
390
  <ul>
391
- <li><a href="PictureMarkerSymbol.html">PictureMarkerSymbol</a></li>
391
+ <li><a onclick="getTypeHTML(event)" link="PictureMarkerSymbol.html">PictureMarkerSymbol</a></li>
392
392
  </ul>
393
393
  <table>
394
394
  <thead>
@@ -501,7 +501,7 @@
501
501
  </tbody>
502
502
  </table>
503
503
  <ul>
504
- <li><a href="SimpleLineSymbol.html">SimpleLineSymbol</a></li>
504
+ <li><a onclick="getTypeHTML(event)" link="SimpleLineSymbol.html">SimpleLineSymbol</a></li>
505
505
  </ul>
506
506
  <table>
507
507
  <thead>
@@ -627,7 +627,7 @@
627
627
  </tbody>
628
628
  </table>
629
629
  <ul>
630
- <li><a href="SimpleFillSymbol.html">SimpleFillSymbol</a></li>
630
+ <li><a onclick="getTypeHTML(event)" link="SimpleFillSymbol.html">SimpleFillSymbol</a></li>
631
631
  </ul>
632
632
  <table>
633
633
  <thead>
@@ -701,7 +701,7 @@
701
701
  </tbody>
702
702
  </table>
703
703
  <ul>
704
- <li><a href="PictureFillSymbol.html">PictureFillSymbol</a></li>
704
+ <li><a onclick="getTypeHTML(event)" link="PictureFillSymbol.html">PictureFillSymbol</a></li>
705
705
  </ul>
706
706
  <table>
707
707
  <thead>
@@ -853,7 +853,7 @@
853
853
  </tbody>
854
854
  </table>
855
855
  <ul>
856
- <li><a href="TextSymbol.html">TextSymbol</a></li>
856
+ <li><a onclick="getTypeHTML(event)" link="TextSymbol.html">TextSymbol</a></li>
857
857
  </ul>
858
858
  <table>
859
859
  <thead>
@@ -1109,7 +1109,7 @@
1109
1109
  </tbody>
1110
1110
  </table>
1111
1111
  <ul>
1112
- <li><a href="MapGISTextSymbol.html">MapGISTextSymbol</a></li>
1112
+ <li><a onclick="getTypeHTML(event)" link="MapGISTextSymbol.html">MapGISTextSymbol</a></li>
1113
1113
  </ul>
1114
1114
  <table>
1115
1115
  <thead>
@@ -1340,7 +1340,7 @@
1340
1340
  </table>
1341
1341
  <p>三维符号图层</p>
1342
1342
  <ul>
1343
- <li><a href="IconSymbol3DLayer.html">IconSymbol3DLayer</a></li>
1343
+ <li><a onclick="getTypeHTML(event)" link="IconSymbol3DLayer.html">IconSymbol3DLayer</a></li>
1344
1344
  </ul>
1345
1345
  <table>
1346
1346
  <thead>
@@ -1453,7 +1453,7 @@
1453
1453
  </tbody>
1454
1454
  </table>
1455
1455
  <ul>
1456
- <li><a href="ObjectSymbol3DLayer.html">ObjectSymbol3DLayer</a></li>
1456
+ <li><a onclick="getTypeHTML(event)" link="ObjectSymbol3DLayer.html">ObjectSymbol3DLayer</a></li>
1457
1457
  </ul>
1458
1458
  <table>
1459
1459
  <thead>
@@ -1618,7 +1618,7 @@
1618
1618
  </tbody>
1619
1619
  </table>
1620
1620
  <ul>
1621
- <li><a href="LineSymbol3DLayer.html">LineSymbol3DLayer</a></li>
1621
+ <li><a onclick="getTypeHTML(event)" link="LineSymbol3DLayer.html">LineSymbol3DLayer</a></li>
1622
1622
  </ul>
1623
1623
  <table>
1624
1624
  <thead>
@@ -1718,7 +1718,7 @@
1718
1718
  </tbody>
1719
1719
  </table>
1720
1720
  <ul>
1721
- <li><a href="PathSymbol3DLayer.html">PathSymbol3DLayer</a></li>
1721
+ <li><a onclick="getTypeHTML(event)" link="PathSymbol3DLayer.html">PathSymbol3DLayer</a></li>
1722
1722
  </ul>
1723
1723
  <table>
1724
1724
  <thead>
@@ -1883,7 +1883,7 @@
1883
1883
  </tbody>
1884
1884
  </table>
1885
1885
  <ul>
1886
- <li><a href="FillSymbol3DLayer.html">FillSymbol3DLayer</a></li>
1886
+ <li><a onclick="getTypeHTML(event)" link="FillSymbol3DLayer.html">FillSymbol3DLayer</a></li>
1887
1887
  </ul>
1888
1888
  <table>
1889
1889
  <thead>
@@ -1957,7 +1957,7 @@
1957
1957
  </tbody>
1958
1958
  </table>
1959
1959
  <ul>
1960
- <li><a href="WaterSymbol3DLayer.html">WaterSymbol3DLayer</a></li>
1960
+ <li><a onclick="getTypeHTML(event)" link="WaterSymbol3DLayer.html">WaterSymbol3DLayer</a></li>
1961
1961
  </ul>
1962
1962
  <table>
1963
1963
  <thead>
@@ -1992,7 +1992,7 @@
1992
1992
  </tbody>
1993
1993
  </table>
1994
1994
  <ul>
1995
- <li><a href="ExtrudeSymbol3DLayer.html">ExtrudeSymbol3DLayer</a></li>
1995
+ <li><a onclick="getTypeHTML(event)" link="ExtrudeSymbol3DLayer.html">ExtrudeSymbol3DLayer</a></li>
1996
1996
  </ul>
1997
1997
  <table>
1998
1998
  <thead>
@@ -2066,7 +2066,7 @@
2066
2066
  </tbody>
2067
2067
  </table>
2068
2068
  <ul>
2069
- <li><a href="TextSymbol3DLayer.html">TextSymbol3DLayer</a></li>
2069
+ <li><a onclick="getTypeHTML(event)" link="TextSymbol3DLayer.html">TextSymbol3DLayer</a></li>
2070
2070
  </ul>
2071
2071
  <table>
2072
2072
  <thead>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-common",
3
- "version":"17.0.4",
3
+ "version":"17.0.5",
4
4
  "description": "mapgis ES6 format for igserver",
5
5
  "main": "dist/webclient-common-es6.min.js",
6
6
  "scripts": {},