@mapgis/webclient-common 17.0.2 → 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 (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -115,13 +125,18 @@
115
125
 
116
126
  <tr class="deep-level-1">
117
127
 
118
- <td class="name" id="geometrys"><code>geometrys</code></td>
128
+ <td class="name"><code>geometrys</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
134
+ <span class="param-type">
135
+
136
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="attStrct"><code>attStrct</code></td>
155
+ <td class="name"><code>attStrct</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">CAttStruct</span>
161
+ <span class="param-type">
162
+
163
+ CAttStruct
164
+
165
+ </span>
166
+
147
167
 
148
168
 
149
169
 
@@ -159,13 +179,18 @@
159
179
 
160
180
  <tr class="deep-level-1">
161
181
 
162
- <td class="name" id="attRows"><code>attRows</code></td>
182
+ <td class="name"><code>attRows</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">Array.&lt;CAttDataRow></span>
188
+ <span class="param-type">
189
+
190
+ Array.&lt;CAttDataRow>
191
+
192
+ </span>
193
+
169
194
 
170
195
 
171
196
 
@@ -181,13 +206,18 @@
181
206
 
182
207
  <tr class="deep-level-1">
183
208
 
184
- <td class="name" id="radiusStr"><code>radiusStr</code></td>
209
+ <td class="name"><code>radiusStr</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
220
+
191
221
 
192
222
 
193
223
 
@@ -203,13 +233,18 @@
203
233
 
204
234
  <tr class="deep-level-1">
205
235
 
206
- <td class="name" id="traceRadius"><code>traceRadius</code></td>
236
+ <td class="name"><code>traceRadius</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
245
+
246
+ </span>
247
+
213
248
 
214
249
 
215
250
 
@@ -225,13 +260,18 @@
225
260
 
226
261
  <tr class="deep-level-1">
227
262
 
228
- <td class="name" id="color"><code>color</code></td>
263
+ <td class="name"><code>color</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
272
+
273
+ </span>
274
+
235
275
 
236
276
 
237
277
 
@@ -247,13 +287,18 @@
247
287
 
248
288
  <tr class="deep-level-1">
249
289
 
250
- <td class="name" id="isMultiFeatureOpr"><code>isMultiFeatureOpr</code></td>
290
+ <td class="name"><code>isMultiFeatureOpr</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">Boolean</span>
296
+ <span class="param-type">
297
+
298
+ Boolean
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -269,13 +314,18 @@
269
314
 
270
315
  <tr class="deep-level-1">
271
316
 
272
- <td class="name" id="inFormat"><code>inFormat</code></td>
317
+ <td class="name"><code>inFormat</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -417,7 +467,7 @@
417
467
 
418
468
 
419
469
  <ul>
420
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
470
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
421
471
  </ul>
422
472
 
423
473
 
@@ -449,11 +499,16 @@
449
499
  <tbody>
450
500
 
451
501
  <tr class="deep-level-0">
452
- <td class="name"><code><a href="WorkFlowServer600239.html#clientId">clientId</a></code></td>
502
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
453
503
  <td class="name">
454
504
  <code>
455
505
 
456
- <span class="param-type">Boolean</span>
506
+ <span class="param-type">
507
+
508
+ Boolean
509
+
510
+ </span>
511
+
457
512
 
458
513
 
459
514
  </code>
@@ -462,11 +517,16 @@
462
517
  </tr>
463
518
 
464
519
  <tr class="deep-level-0">
465
- <td class="name"><code><a href="WorkFlowServer600239.html#color">color</a></code></td>
520
+ <td class="name"><code><a href="#color">color</a></code></td>
466
521
  <td class="name">
467
522
  <code>
468
523
 
469
- <span class="param-type">Number</span>
524
+ <span class="param-type">
525
+
526
+ Number
527
+
528
+ </span>
529
+
470
530
 
471
531
 
472
532
  </code>
@@ -475,11 +535,16 @@
475
535
  </tr>
476
536
 
477
537
  <tr class="deep-level-0">
478
- <td class="name"><code><a href="WorkFlowServer600239.html#description">description</a></code></td>
538
+ <td class="name"><code><a href="#description">description</a></code></td>
479
539
  <td class="name">
480
540
  <code>
481
541
 
482
- <span class="param-type">String</span>
542
+ <span class="param-type">
543
+
544
+ String
545
+
546
+ </span>
547
+
483
548
 
484
549
 
485
550
  </code>
@@ -488,11 +553,16 @@
488
553
  </tr>
489
554
 
490
555
  <tr class="deep-level-0">
491
- <td class="name"><code><a href="WorkFlowServer600239.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
556
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
492
557
  <td class="name">
493
558
  <code>
494
559
 
495
- <span class="param-type">Boolean</span>
560
+ <span class="param-type">
561
+
562
+ Boolean
563
+
564
+ </span>
565
+
496
566
 
497
567
 
498
568
  </code>
@@ -501,11 +571,16 @@
501
571
  </tr>
502
572
 
503
573
  <tr class="deep-level-0">
504
- <td class="name"><code><a href="WorkFlowServer600239.html#flowId">flowId</a></code></td>
574
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
505
575
  <td class="name">
506
576
  <code>
507
577
 
508
- <span class="param-type">Number</span>
578
+ <span class="param-type">
579
+
580
+ Number
581
+
582
+ </span>
583
+
509
584
 
510
585
 
511
586
  </code>
@@ -514,11 +589,16 @@
514
589
  </tr>
515
590
 
516
591
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="WorkFlowServer600239.html#groupName">groupName</a></code></td>
592
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
518
593
  <td class="name">
519
594
  <code>
520
595
 
521
- <span class="param-type">String</span>
596
+ <span class="param-type">
597
+
598
+ String
599
+
600
+ </span>
601
+
522
602
 
523
603
 
524
604
  </code>
@@ -527,11 +607,16 @@
527
607
  </tr>
528
608
 
529
609
  <tr class="deep-level-0">
530
- <td class="name"><code><a href="WorkFlowServer600239.html#headers">headers</a></code></td>
610
+ <td class="name"><code><a href="#headers">headers</a></code></td>
531
611
  <td class="name">
532
612
  <code>
533
613
 
534
- <span class="param-type">String</span>
614
+ <span class="param-type">
615
+
616
+ String
617
+
618
+ </span>
619
+
535
620
 
536
621
 
537
622
  </code>
@@ -540,11 +625,16 @@
540
625
  </tr>
541
626
 
542
627
  <tr class="deep-level-0">
543
- <td class="name"><code><a href="WorkFlowServer600239.html#inFormat">inFormat</a></code></td>
628
+ <td class="name"><code><a href="#inFormat">inFormat</a></code></td>
544
629
  <td class="name">
545
630
  <code>
546
631
 
547
- <span class="param-type">String</span>
632
+ <span class="param-type">
633
+
634
+ String
635
+
636
+ </span>
637
+
548
638
 
549
639
 
550
640
  </code>
@@ -553,11 +643,16 @@
553
643
  </tr>
554
644
 
555
645
  <tr class="deep-level-0">
556
- <td class="name"><code><a href="WorkFlowServer600239.html#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
646
+ <td class="name"><code><a href="#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
557
647
  <td class="name">
558
648
  <code>
559
649
 
560
- <span class="param-type">Boolean</span>
650
+ <span class="param-type">
651
+
652
+ Boolean
653
+
654
+ </span>
655
+
561
656
 
562
657
 
563
658
  </code>
@@ -566,11 +661,16 @@
566
661
  </tr>
567
662
 
568
663
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="WorkFlowServer600239.html#radiusStr">radiusStr</a></code></td>
664
+ <td class="name"><code><a href="#radiusStr">radiusStr</a></code></td>
570
665
  <td class="name">
571
666
  <code>
572
667
 
573
- <span class="param-type">String</span>
668
+ <span class="param-type">
669
+
670
+ String
671
+
672
+ </span>
673
+
574
674
 
575
675
 
576
676
  </code>
@@ -579,11 +679,16 @@
579
679
  </tr>
580
680
 
581
681
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="WorkFlowServer600239.html#requestInterceptor">requestInterceptor</a></code></td>
682
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
583
683
  <td class="name">
584
684
  <code>
585
685
 
586
- <span class="param-type">function</span>
686
+ <span class="param-type">
687
+
688
+ function
689
+
690
+ </span>
691
+
587
692
 
588
693
 
589
694
  </code>
@@ -592,11 +697,16 @@
592
697
  </tr>
593
698
 
594
699
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="WorkFlowServer600239.html#requestTimeout">requestTimeout</a></code></td>
700
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
596
701
  <td class="name">
597
702
  <code>
598
703
 
599
- <span class="param-type">String</span>
704
+ <span class="param-type">
705
+
706
+ String
707
+
708
+ </span>
709
+
600
710
 
601
711
 
602
712
  </code>
@@ -605,11 +715,16 @@
605
715
  </tr>
606
716
 
607
717
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="WorkFlowServer600239.html#responseInterceptor">responseInterceptor</a></code></td>
718
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
609
719
  <td class="name">
610
720
  <code>
611
721
 
612
- <span class="param-type">function</span>
722
+ <span class="param-type">
723
+
724
+ function
725
+
726
+ </span>
727
+
613
728
 
614
729
 
615
730
  </code>
@@ -618,11 +733,16 @@
618
733
  </tr>
619
734
 
620
735
  <tr class="deep-level-0">
621
- <td class="name"><code><a href="WorkFlowServer600239.html#tokenAttachType">tokenAttachType</a></code></td>
736
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
622
737
  <td class="name">
623
738
  <code>
624
739
 
625
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
740
+ <span class="param-type">
741
+
742
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
743
+
744
+ </span>
745
+
626
746
 
627
747
 
628
748
  </code>
@@ -631,11 +751,16 @@
631
751
  </tr>
632
752
 
633
753
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="WorkFlowServer600239.html#tokenKey">tokenKey</a></code></td>
754
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
635
755
  <td class="name">
636
756
  <code>
637
757
 
638
- <span class="param-type">String</span>
758
+ <span class="param-type">
759
+
760
+ String
761
+
762
+ </span>
763
+
639
764
 
640
765
 
641
766
  </code>
@@ -644,11 +769,16 @@
644
769
  </tr>
645
770
 
646
771
  <tr class="deep-level-0">
647
- <td class="name"><code><a href="WorkFlowServer600239.html#tokenValue">tokenValue</a></code></td>
772
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
648
773
  <td class="name">
649
774
  <code>
650
775
 
651
- <span class="param-type">String</span>
776
+ <span class="param-type">
777
+
778
+ String
779
+
780
+ </span>
781
+
652
782
 
653
783
 
654
784
  </code>
@@ -657,11 +787,16 @@
657
787
  </tr>
658
788
 
659
789
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="WorkFlowServer600239.html#traceRadius">traceRadius</a></code></td>
790
+ <td class="name"><code><a href="#traceRadius">traceRadius</a></code></td>
661
791
  <td class="name">
662
792
  <code>
663
793
 
664
- <span class="param-type">Number</span>
794
+ <span class="param-type">
795
+
796
+ Number
797
+
798
+ </span>
799
+
665
800
 
666
801
 
667
802
  </code>
@@ -670,11 +805,16 @@
670
805
  </tr>
671
806
 
672
807
  <tr class="deep-level-0">
673
- <td class="name"><code><a href="WorkFlowServer600239.html#url">url</a></code></td>
808
+ <td class="name"><code><a href="#url">url</a></code></td>
674
809
  <td class="name">
675
810
  <code>
676
811
 
677
- <span class="param-type">String</span>
812
+ <span class="param-type">
813
+
814
+ String
815
+
816
+ </span>
817
+
678
818
 
679
819
 
680
820
  </code>
@@ -693,7 +833,12 @@
693
833
  <span class="method-parameter is-pulled-right">
694
834
  <label>类型:</label>
695
835
 
696
- <span class="param-type">Boolean</span>
836
+ <span class="param-type">
837
+
838
+ Boolean
839
+
840
+ </span>
841
+
697
842
 
698
843
 
699
844
  </span>
@@ -727,7 +872,7 @@
727
872
 
728
873
  <dt class="inherited-from">Inherited From:</dt>
729
874
  <dd class="inherited-from"><ul class="dummy"><li>
730
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
875
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
731
876
  </li></ul></dd>
732
877
 
733
878
 
@@ -768,7 +913,12 @@
768
913
  <span class="method-parameter is-pulled-right">
769
914
  <label>类型:</label>
770
915
 
771
- <span class="param-type">Number</span>
916
+ <span class="param-type">
917
+
918
+ Number
919
+
920
+ </span>
921
+
772
922
 
773
923
 
774
924
  </span>
@@ -838,7 +988,12 @@
838
988
  <span class="method-parameter is-pulled-right">
839
989
  <label>类型:</label>
840
990
 
841
- <span class="param-type">String</span>
991
+ <span class="param-type">
992
+
993
+ String
994
+
995
+ </span>
996
+
842
997
 
843
998
 
844
999
  </span>
@@ -912,7 +1067,12 @@
912
1067
  <span class="method-parameter is-pulled-right">
913
1068
  <label>类型:</label>
914
1069
 
915
- <span class="param-type">Boolean</span>
1070
+ <span class="param-type">
1071
+
1072
+ Boolean
1073
+
1074
+ </span>
1075
+
916
1076
 
917
1077
 
918
1078
  </span>
@@ -946,7 +1106,7 @@
946
1106
 
947
1107
  <dt class="inherited-from">Inherited From:</dt>
948
1108
  <dd class="inherited-from"><ul class="dummy"><li>
949
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1109
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
950
1110
  </li></ul></dd>
951
1111
 
952
1112
 
@@ -1008,7 +1168,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1008
1168
  <span class="method-parameter is-pulled-right">
1009
1169
  <label>类型:</label>
1010
1170
 
1011
- <span class="param-type">Number</span>
1171
+ <span class="param-type">
1172
+
1173
+ Number
1174
+
1175
+ </span>
1176
+
1012
1177
 
1013
1178
 
1014
1179
  </span>
@@ -1082,7 +1247,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1082
1247
  <span class="method-parameter is-pulled-right">
1083
1248
  <label>类型:</label>
1084
1249
 
1085
- <span class="param-type">String</span>
1250
+ <span class="param-type">
1251
+
1252
+ String
1253
+
1254
+ </span>
1255
+
1086
1256
 
1087
1257
 
1088
1258
  </span>
@@ -1156,7 +1326,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1156
1326
  <span class="method-parameter is-pulled-right">
1157
1327
  <label>类型:</label>
1158
1328
 
1159
- <span class="param-type">String</span>
1329
+ <span class="param-type">
1330
+
1331
+ String
1332
+
1333
+ </span>
1334
+
1160
1335
 
1161
1336
 
1162
1337
  </span>
@@ -1190,7 +1365,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1190
1365
 
1191
1366
  <dt class="inherited-from">Inherited From:</dt>
1192
1367
  <dd class="inherited-from"><ul class="dummy"><li>
1193
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1368
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1194
1369
  </li></ul></dd>
1195
1370
 
1196
1371
 
@@ -1253,7 +1428,12 @@ BaseServer.headers.token = '新token';</code></pre>
1253
1428
  <span class="method-parameter is-pulled-right">
1254
1429
  <label>类型:</label>
1255
1430
 
1256
- <span class="param-type">String</span>
1431
+ <span class="param-type">
1432
+
1433
+ String
1434
+
1435
+ </span>
1436
+
1257
1437
 
1258
1438
 
1259
1439
  </span>
@@ -1323,7 +1503,12 @@ BaseServer.headers.token = '新token';</code></pre>
1323
1503
  <span class="method-parameter is-pulled-right">
1324
1504
  <label>类型:</label>
1325
1505
 
1326
- <span class="param-type">Boolean</span>
1506
+ <span class="param-type">
1507
+
1508
+ Boolean
1509
+
1510
+ </span>
1511
+
1327
1512
 
1328
1513
 
1329
1514
  </span>
@@ -1393,7 +1578,12 @@ BaseServer.headers.token = '新token';</code></pre>
1393
1578
  <span class="method-parameter is-pulled-right">
1394
1579
  <label>类型:</label>
1395
1580
 
1396
- <span class="param-type">String</span>
1581
+ <span class="param-type">
1582
+
1583
+ String
1584
+
1585
+ </span>
1586
+
1397
1587
 
1398
1588
 
1399
1589
  </span>
@@ -1463,7 +1653,12 @@ BaseServer.headers.token = '新token';</code></pre>
1463
1653
  <span class="method-parameter is-pulled-right">
1464
1654
  <label>类型:</label>
1465
1655
 
1466
- <span class="param-type">function</span>
1656
+ <span class="param-type">
1657
+
1658
+ function
1659
+
1660
+ </span>
1661
+
1467
1662
 
1468
1663
 
1469
1664
  </span>
@@ -1497,7 +1692,7 @@ BaseServer.headers.token = '新token';</code></pre>
1497
1692
 
1498
1693
  <dt class="inherited-from">Inherited From:</dt>
1499
1694
  <dd class="inherited-from"><ul class="dummy"><li>
1500
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1695
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1501
1696
  </li></ul></dd>
1502
1697
 
1503
1698
 
@@ -1566,7 +1761,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1566
1761
  <span class="method-parameter is-pulled-right">
1567
1762
  <label>类型:</label>
1568
1763
 
1569
- <span class="param-type">String</span>
1764
+ <span class="param-type">
1765
+
1766
+ String
1767
+
1768
+ </span>
1769
+
1570
1770
 
1571
1771
 
1572
1772
  </span>
@@ -1600,7 +1800,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1600
1800
 
1601
1801
  <dt class="inherited-from">Inherited From:</dt>
1602
1802
  <dd class="inherited-from"><ul class="dummy"><li>
1603
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1803
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1604
1804
  </li></ul></dd>
1605
1805
 
1606
1806
 
@@ -1659,7 +1859,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1659
1859
  <span class="method-parameter is-pulled-right">
1660
1860
  <label>类型:</label>
1661
1861
 
1662
- <span class="param-type">function</span>
1862
+ <span class="param-type">
1863
+
1864
+ function
1865
+
1866
+ </span>
1867
+
1663
1868
 
1664
1869
 
1665
1870
  </span>
@@ -1693,7 +1898,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1693
1898
 
1694
1899
  <dt class="inherited-from">Inherited From:</dt>
1695
1900
  <dd class="inherited-from"><ul class="dummy"><li>
1696
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1901
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1697
1902
  </li></ul></dd>
1698
1903
 
1699
1904
 
@@ -1764,7 +1969,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1764
1969
  <span class="method-parameter is-pulled-right">
1765
1970
  <label>类型:</label>
1766
1971
 
1767
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1972
+ <span class="param-type">
1973
+
1974
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1975
+
1976
+ </span>
1977
+
1768
1978
 
1769
1979
 
1770
1980
  </span>
@@ -1798,7 +2008,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1798
2008
 
1799
2009
  <dt class="inherited-from">Inherited From:</dt>
1800
2010
  <dd class="inherited-from"><ul class="dummy"><li>
1801
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2011
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1802
2012
  </li></ul></dd>
1803
2013
 
1804
2014
 
@@ -1861,7 +2071,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1861
2071
  <span class="method-parameter is-pulled-right">
1862
2072
  <label>类型:</label>
1863
2073
 
1864
- <span class="param-type">String</span>
2074
+ <span class="param-type">
2075
+
2076
+ String
2077
+
2078
+ </span>
2079
+
1865
2080
 
1866
2081
 
1867
2082
  </span>
@@ -1895,7 +2110,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1895
2110
 
1896
2111
  <dt class="inherited-from">Inherited From:</dt>
1897
2112
  <dd class="inherited-from"><ul class="dummy"><li>
1898
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2113
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1899
2114
  </li></ul></dd>
1900
2115
 
1901
2116
 
@@ -1953,7 +2168,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1953
2168
  <span class="method-parameter is-pulled-right">
1954
2169
  <label>类型:</label>
1955
2170
 
1956
- <span class="param-type">String</span>
2171
+ <span class="param-type">
2172
+
2173
+ String
2174
+
2175
+ </span>
2176
+
1957
2177
 
1958
2178
 
1959
2179
  </span>
@@ -1987,7 +2207,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1987
2207
 
1988
2208
  <dt class="inherited-from">Inherited From:</dt>
1989
2209
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2210
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1991
2211
  </li></ul></dd>
1992
2212
 
1993
2213
 
@@ -2045,7 +2265,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2045
2265
  <span class="method-parameter is-pulled-right">
2046
2266
  <label>类型:</label>
2047
2267
 
2048
- <span class="param-type">Number</span>
2268
+ <span class="param-type">
2269
+
2270
+ Number
2271
+
2272
+ </span>
2273
+
2049
2274
 
2050
2275
 
2051
2276
  </span>
@@ -2115,7 +2340,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2115
2340
  <span class="method-parameter is-pulled-right">
2116
2341
  <label>类型:</label>
2117
2342
 
2118
- <span class="param-type">String</span>
2343
+ <span class="param-type">
2344
+
2345
+ String
2346
+
2347
+ </span>
2348
+
2119
2349
 
2120
2350
 
2121
2351
  </span>
@@ -2206,12 +2436,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2206
2436
  <tbody>
2207
2437
 
2208
2438
  <tr class="deep-level-0">
2209
- <td class="name"><code><a href="WorkFlowServer600239.html#execute">execute</a></code></td>
2439
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2210
2440
  <td class="name">
2211
2441
  <code>
2212
2442
 
2213
2443
 
2214
- <span class="param-type">Promise.&lt;Object></span>
2444
+ <span class="param-type">
2445
+
2446
+ Promise.&lt;Object>
2447
+
2448
+ </span>
2449
+
2215
2450
 
2216
2451
 
2217
2452
 
@@ -2221,7 +2456,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2221
2456
  </tr>
2222
2457
 
2223
2458
  <tr class="deep-level-0">
2224
- <td class="name"><code><a href="WorkFlowServer600239.html#queryServerInfo">queryServerInfo</a></code></td>
2459
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2225
2460
  <td class="name">
2226
2461
  <code>
2227
2462
 
@@ -2231,12 +2466,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2231
2466
  </tr>
2232
2467
 
2233
2468
  <tr class="deep-level-0">
2234
- <td class="name"><code><a href="WorkFlowServer600239.html#queryTaskResult">queryTaskResult</a></code></td>
2469
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2235
2470
  <td class="name">
2236
2471
  <code>
2237
2472
 
2238
2473
 
2239
- <span class="param-type">Promise.&lt;String></span>
2474
+ <span class="param-type">
2475
+
2476
+ Promise.&lt;String>
2477
+
2478
+ </span>
2479
+
2240
2480
 
2241
2481
 
2242
2482
 
@@ -2246,12 +2486,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2246
2486
  </tr>
2247
2487
 
2248
2488
  <tr class="deep-level-0">
2249
- <td class="name"><code><a href="WorkFlowServer600239.html#queryTaskStatus">queryTaskStatus</a></code></td>
2489
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2250
2490
  <td class="name">
2251
2491
  <code>
2252
2492
 
2253
2493
 
2254
- <span class="param-type">Promise.&lt;String></span>
2494
+ <span class="param-type">
2495
+
2496
+ Promise.&lt;String>
2497
+
2498
+ </span>
2499
+
2255
2500
 
2256
2501
 
2257
2502
 
@@ -2261,12 +2506,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2261
2506
  </tr>
2262
2507
 
2263
2508
  <tr class="deep-level-0">
2264
- <td class="name"><code><a href="WorkFlowServer600239.html#submit">submit</a></code></td>
2509
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2265
2510
  <td class="name">
2266
2511
  <code>
2267
2512
 
2268
2513
 
2269
- <span class="param-type">Promise.&lt;String></span>
2514
+ <span class="param-type">
2515
+
2516
+ Promise.&lt;String>
2517
+
2518
+ </span>
2519
+
2270
2520
 
2271
2521
 
2272
2522
 
@@ -2335,13 +2585,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2335
2585
 
2336
2586
  <tr class="deep-level-0">
2337
2587
 
2338
- <td class="name" id="options"><code>options</code></td>
2588
+ <td class="name"><code>options</code></td>
2339
2589
 
2340
2590
 
2341
2591
  <td class="type">
2342
2592
 
2343
2593
 
2344
- <span class="param-type">Object</span>
2594
+ <span class="param-type">
2595
+
2596
+ Object
2597
+
2598
+ </span>
2599
+
2345
2600
 
2346
2601
 
2347
2602
 
@@ -2361,13 +2616,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2361
2616
 
2362
2617
  <tr class="deep-level-1">
2363
2618
 
2364
- <td class="name" id="headers"><code>headers</code></td>
2619
+ <td class="name"><code>headers</code></td>
2365
2620
 
2366
2621
 
2367
2622
  <td class="type">
2368
2623
 
2369
2624
 
2370
- <span class="param-type">String</span>
2625
+ <span class="param-type">
2626
+
2627
+ String
2628
+
2629
+ </span>
2630
+
2371
2631
 
2372
2632
 
2373
2633
 
@@ -2387,13 +2647,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2387
2647
 
2388
2648
  <tr class="deep-level-1">
2389
2649
 
2390
- <td class="name" id="method"><code>method</code></td>
2650
+ <td class="name"><code>method</code></td>
2391
2651
 
2392
2652
 
2393
2653
  <td class="type">
2394
2654
 
2395
2655
 
2396
- <span class="param-type">String</span>
2656
+ <span class="param-type">
2657
+
2658
+ String
2659
+
2660
+ </span>
2661
+
2397
2662
 
2398
2663
 
2399
2664
 
@@ -2415,13 +2680,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2415
2680
 
2416
2681
  <tr class="deep-level-1">
2417
2682
 
2418
- <td class="name" id="success"><code>success</code></td>
2683
+ <td class="name"><code>success</code></td>
2419
2684
 
2420
2685
 
2421
2686
  <td class="type">
2422
2687
 
2423
2688
 
2424
- <span class="param-type">function</span>
2689
+ <span class="param-type">
2690
+
2691
+ function
2692
+
2693
+ </span>
2694
+
2425
2695
 
2426
2696
 
2427
2697
 
@@ -2441,13 +2711,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2441
2711
 
2442
2712
  <tr class="deep-level-1">
2443
2713
 
2444
- <td class="name" id="failure"><code>failure</code></td>
2714
+ <td class="name"><code>failure</code></td>
2445
2715
 
2446
2716
 
2447
2717
  <td class="type">
2448
2718
 
2449
2719
 
2450
- <span class="param-type">function</span>
2720
+ <span class="param-type">
2721
+
2722
+ function
2723
+
2724
+ </span>
2725
+
2451
2726
 
2452
2727
 
2453
2728
 
@@ -2486,7 +2761,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2486
2761
 
2487
2762
  <dt class="inherited-from">Inherited From:</dt>
2488
2763
  <dd class="inherited-from"><ul class="dummy"><li>
2489
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2764
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2490
2765
  </li></ul></dd>
2491
2766
 
2492
2767
 
@@ -2545,7 +2820,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2545
2820
  <div class='column is-5 has-text-left'>
2546
2821
  <label>类型: </label>
2547
2822
 
2548
- <span class="param-type">Promise.&lt;Object></span>
2823
+ <span class="param-type">
2824
+
2825
+ Promise.&lt;Object>
2826
+
2827
+ </span>
2828
+
2549
2829
 
2550
2830
 
2551
2831
  </div>
@@ -2630,7 +2910,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2630
2910
 
2631
2911
  <tr class="deep-level-0">
2632
2912
 
2633
- <td class="name" id="options"><code>options</code></td>
2913
+ <td class="name"><code>options</code></td>
2634
2914
 
2635
2915
 
2636
2916
  <td class="type">
@@ -2651,13 +2931,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2651
2931
 
2652
2932
  <tr class="deep-level-1">
2653
2933
 
2654
- <td class="name" id="success"><code>success</code></td>
2934
+ <td class="name"><code>success</code></td>
2655
2935
 
2656
2936
 
2657
2937
  <td class="type">
2658
2938
 
2659
2939
 
2660
- <span class="param-type">function</span>
2940
+ <span class="param-type">
2941
+
2942
+ function
2943
+
2944
+ </span>
2945
+
2661
2946
 
2662
2947
 
2663
2948
 
@@ -2679,13 +2964,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2679
2964
 
2680
2965
  <tr class="deep-level-1">
2681
2966
 
2682
- <td class="name" id="failure"><code>failure</code></td>
2967
+ <td class="name"><code>failure</code></td>
2683
2968
 
2684
2969
 
2685
2970
  <td class="type">
2686
2971
 
2687
2972
 
2688
- <span class="param-type">function</span>
2973
+ <span class="param-type">
2974
+
2975
+ function
2976
+
2977
+ </span>
2978
+
2689
2979
 
2690
2980
 
2691
2981
 
@@ -2726,7 +3016,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2726
3016
 
2727
3017
  <dt class="inherited-from">Inherited From:</dt>
2728
3018
  <dd class="inherited-from"><ul class="dummy"><li>
2729
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3019
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2730
3020
  </li></ul></dd>
2731
3021
 
2732
3022
 
@@ -2863,13 +3153,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2863
3153
 
2864
3154
  <tr class="deep-level-0">
2865
3155
 
2866
- <td class="name" id="options"><code>options</code></td>
3156
+ <td class="name"><code>options</code></td>
2867
3157
 
2868
3158
 
2869
3159
  <td class="type">
2870
3160
 
2871
3161
 
2872
- <span class="param-type">Object</span>
3162
+ <span class="param-type">
3163
+
3164
+ Object
3165
+
3166
+ </span>
3167
+
2873
3168
 
2874
3169
 
2875
3170
 
@@ -2889,13 +3184,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2889
3184
 
2890
3185
  <tr class="deep-level-1">
2891
3186
 
2892
- <td class="name" id="taskId"><code>taskId</code></td>
3187
+ <td class="name"><code>taskId</code></td>
2893
3188
 
2894
3189
 
2895
3190
  <td class="type">
2896
3191
 
2897
3192
 
2898
- <span class="param-type">String</span>
3193
+ <span class="param-type">
3194
+
3195
+ String
3196
+
3197
+ </span>
3198
+
2899
3199
 
2900
3200
 
2901
3201
 
@@ -2915,13 +3215,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2915
3215
 
2916
3216
  <tr class="deep-level-1">
2917
3217
 
2918
- <td class="name" id="headers"><code>headers</code></td>
3218
+ <td class="name"><code>headers</code></td>
2919
3219
 
2920
3220
 
2921
3221
  <td class="type">
2922
3222
 
2923
3223
 
2924
- <span class="param-type">String</span>
3224
+ <span class="param-type">
3225
+
3226
+ String
3227
+
3228
+ </span>
3229
+
2925
3230
 
2926
3231
 
2927
3232
 
@@ -2941,13 +3246,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2941
3246
 
2942
3247
  <tr class="deep-level-1">
2943
3248
 
2944
- <td class="name" id="method"><code>method</code></td>
3249
+ <td class="name"><code>method</code></td>
2945
3250
 
2946
3251
 
2947
3252
  <td class="type">
2948
3253
 
2949
3254
 
2950
- <span class="param-type">String</span>
3255
+ <span class="param-type">
3256
+
3257
+ String
3258
+
3259
+ </span>
3260
+
2951
3261
 
2952
3262
 
2953
3263
 
@@ -2969,13 +3279,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2969
3279
 
2970
3280
  <tr class="deep-level-1">
2971
3281
 
2972
- <td class="name" id="success"><code>success</code></td>
3282
+ <td class="name"><code>success</code></td>
2973
3283
 
2974
3284
 
2975
3285
  <td class="type">
2976
3286
 
2977
3287
 
2978
- <span class="param-type">function</span>
3288
+ <span class="param-type">
3289
+
3290
+ function
3291
+
3292
+ </span>
3293
+
2979
3294
 
2980
3295
 
2981
3296
 
@@ -2995,13 +3310,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2995
3310
 
2996
3311
  <tr class="deep-level-1">
2997
3312
 
2998
- <td class="name" id="failure"><code>failure</code></td>
3313
+ <td class="name"><code>failure</code></td>
2999
3314
 
3000
3315
 
3001
3316
  <td class="type">
3002
3317
 
3003
3318
 
3004
- <span class="param-type">function</span>
3319
+ <span class="param-type">
3320
+
3321
+ function
3322
+
3323
+ </span>
3324
+
3005
3325
 
3006
3326
 
3007
3327
 
@@ -3040,7 +3360,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3040
3360
 
3041
3361
  <dt class="inherited-from">Inherited From:</dt>
3042
3362
  <dd class="inherited-from"><ul class="dummy"><li>
3043
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3363
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3044
3364
  </li></ul></dd>
3045
3365
 
3046
3366
 
@@ -3099,7 +3419,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3099
3419
  <div class='column is-5 has-text-left'>
3100
3420
  <label>类型: </label>
3101
3421
 
3102
- <span class="param-type">Promise.&lt;String></span>
3422
+ <span class="param-type">
3423
+
3424
+ Promise.&lt;String>
3425
+
3426
+ </span>
3427
+
3103
3428
 
3104
3429
 
3105
3430
  </div>
@@ -3184,13 +3509,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3184
3509
 
3185
3510
  <tr class="deep-level-0">
3186
3511
 
3187
- <td class="name" id="options"><code>options</code></td>
3512
+ <td class="name"><code>options</code></td>
3188
3513
 
3189
3514
 
3190
3515
  <td class="type">
3191
3516
 
3192
3517
 
3193
- <span class="param-type">Object</span>
3518
+ <span class="param-type">
3519
+
3520
+ Object
3521
+
3522
+ </span>
3523
+
3194
3524
 
3195
3525
 
3196
3526
 
@@ -3210,13 +3540,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3210
3540
 
3211
3541
  <tr class="deep-level-1">
3212
3542
 
3213
- <td class="name" id="taskId"><code>taskId</code></td>
3543
+ <td class="name"><code>taskId</code></td>
3214
3544
 
3215
3545
 
3216
3546
  <td class="type">
3217
3547
 
3218
3548
 
3219
- <span class="param-type">String</span>
3549
+ <span class="param-type">
3550
+
3551
+ String
3552
+
3553
+ </span>
3554
+
3220
3555
 
3221
3556
 
3222
3557
 
@@ -3236,13 +3571,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3236
3571
 
3237
3572
  <tr class="deep-level-1">
3238
3573
 
3239
- <td class="name" id="headers"><code>headers</code></td>
3574
+ <td class="name"><code>headers</code></td>
3240
3575
 
3241
3576
 
3242
3577
  <td class="type">
3243
3578
 
3244
3579
 
3245
- <span class="param-type">String</span>
3580
+ <span class="param-type">
3581
+
3582
+ String
3583
+
3584
+ </span>
3585
+
3246
3586
 
3247
3587
 
3248
3588
 
@@ -3262,13 +3602,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3262
3602
 
3263
3603
  <tr class="deep-level-1">
3264
3604
 
3265
- <td class="name" id="method"><code>method</code></td>
3605
+ <td class="name"><code>method</code></td>
3266
3606
 
3267
3607
 
3268
3608
  <td class="type">
3269
3609
 
3270
3610
 
3271
- <span class="param-type">String</span>
3611
+ <span class="param-type">
3612
+
3613
+ String
3614
+
3615
+ </span>
3616
+
3272
3617
 
3273
3618
 
3274
3619
 
@@ -3290,13 +3635,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3290
3635
 
3291
3636
  <tr class="deep-level-1">
3292
3637
 
3293
- <td class="name" id="success"><code>success</code></td>
3638
+ <td class="name"><code>success</code></td>
3294
3639
 
3295
3640
 
3296
3641
  <td class="type">
3297
3642
 
3298
3643
 
3299
- <span class="param-type">function</span>
3644
+ <span class="param-type">
3645
+
3646
+ function
3647
+
3648
+ </span>
3649
+
3300
3650
 
3301
3651
 
3302
3652
 
@@ -3316,13 +3666,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3316
3666
 
3317
3667
  <tr class="deep-level-1">
3318
3668
 
3319
- <td class="name" id="failure"><code>failure</code></td>
3669
+ <td class="name"><code>failure</code></td>
3320
3670
 
3321
3671
 
3322
3672
  <td class="type">
3323
3673
 
3324
3674
 
3325
- <span class="param-type">function</span>
3675
+ <span class="param-type">
3676
+
3677
+ function
3678
+
3679
+ </span>
3680
+
3326
3681
 
3327
3682
 
3328
3683
 
@@ -3361,7 +3716,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3361
3716
 
3362
3717
  <dt class="inherited-from">Inherited From:</dt>
3363
3718
  <dd class="inherited-from"><ul class="dummy"><li>
3364
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3719
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3365
3720
  </li></ul></dd>
3366
3721
 
3367
3722
 
@@ -3420,7 +3775,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3420
3775
  <div class='column is-5 has-text-left'>
3421
3776
  <label>类型: </label>
3422
3777
 
3423
- <span class="param-type">Promise.&lt;String></span>
3778
+ <span class="param-type">
3779
+
3780
+ Promise.&lt;String>
3781
+
3782
+ </span>
3783
+
3424
3784
 
3425
3785
 
3426
3786
  </div>
@@ -3505,13 +3865,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3505
3865
 
3506
3866
  <tr class="deep-level-0">
3507
3867
 
3508
- <td class="name" id="options"><code>options</code></td>
3868
+ <td class="name"><code>options</code></td>
3509
3869
 
3510
3870
 
3511
3871
  <td class="type">
3512
3872
 
3513
3873
 
3514
- <span class="param-type">Object</span>
3874
+ <span class="param-type">
3875
+
3876
+ Object
3877
+
3878
+ </span>
3879
+
3515
3880
 
3516
3881
 
3517
3882
 
@@ -3531,13 +3896,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3531
3896
 
3532
3897
  <tr class="deep-level-1">
3533
3898
 
3534
- <td class="name" id="headers"><code>headers</code></td>
3899
+ <td class="name"><code>headers</code></td>
3535
3900
 
3536
3901
 
3537
3902
  <td class="type">
3538
3903
 
3539
3904
 
3540
- <span class="param-type">String</span>
3905
+ <span class="param-type">
3906
+
3907
+ String
3908
+
3909
+ </span>
3910
+
3541
3911
 
3542
3912
 
3543
3913
 
@@ -3557,13 +3927,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3557
3927
 
3558
3928
  <tr class="deep-level-1">
3559
3929
 
3560
- <td class="name" id="method"><code>method</code></td>
3930
+ <td class="name"><code>method</code></td>
3561
3931
 
3562
3932
 
3563
3933
  <td class="type">
3564
3934
 
3565
3935
 
3566
- <span class="param-type">String</span>
3936
+ <span class="param-type">
3937
+
3938
+ String
3939
+
3940
+ </span>
3941
+
3567
3942
 
3568
3943
 
3569
3944
 
@@ -3585,13 +3960,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3585
3960
 
3586
3961
  <tr class="deep-level-1">
3587
3962
 
3588
- <td class="name" id="success"><code>success</code></td>
3963
+ <td class="name"><code>success</code></td>
3589
3964
 
3590
3965
 
3591
3966
  <td class="type">
3592
3967
 
3593
3968
 
3594
- <span class="param-type">function</span>
3969
+ <span class="param-type">
3970
+
3971
+ function
3972
+
3973
+ </span>
3974
+
3595
3975
 
3596
3976
 
3597
3977
 
@@ -3611,13 +3991,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3611
3991
 
3612
3992
  <tr class="deep-level-1">
3613
3993
 
3614
- <td class="name" id="failure"><code>failure</code></td>
3994
+ <td class="name"><code>failure</code></td>
3615
3995
 
3616
3996
 
3617
3997
  <td class="type">
3618
3998
 
3619
3999
 
3620
- <span class="param-type">function</span>
4000
+ <span class="param-type">
4001
+
4002
+ function
4003
+
4004
+ </span>
4005
+
3621
4006
 
3622
4007
 
3623
4008
 
@@ -3656,7 +4041,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3656
4041
 
3657
4042
  <dt class="inherited-from">Inherited From:</dt>
3658
4043
  <dd class="inherited-from"><ul class="dummy"><li>
3659
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4044
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3660
4045
  </li></ul></dd>
3661
4046
 
3662
4047
 
@@ -3722,7 +4107,12 @@ console.log(&quot;submit: &quot;, res);
3722
4107
  <div class='column is-5 has-text-left'>
3723
4108
  <label>类型: </label>
3724
4109
 
3725
- <span class="param-type">Promise.&lt;String></span>
4110
+ <span class="param-type">
4111
+
4112
+ Promise.&lt;String>
4113
+
4114
+ </span>
4115
+
3726
4116
 
3727
4117
 
3728
4118
  </div>