@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="leftRad"><code>leftRad</code></td>
209
+ <td class="name"><code>leftRad</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
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="rightRad"><code>rightRad</code></td>
236
+ <td class="name"><code>rightRad</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="traceRadius"><code>traceRadius</code></td>
263
+ <td class="name"><code>traceRadius</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="color"><code>color</code></td>
290
+ <td class="name"><code>color</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
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="isMultiFeatureOpr"><code>isMultiFeatureOpr</code></td>
317
+ <td class="name"><code>isMultiFeatureOpr</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">Boolean</span>
323
+ <span class="param-type">
324
+
325
+ Boolean
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -291,13 +341,18 @@
291
341
 
292
342
  <tr class="deep-level-1">
293
343
 
294
- <td class="name" id="inFormat"><code>inFormat</code></td>
344
+ <td class="name"><code>inFormat</code></td>
295
345
 
296
346
 
297
347
  <td class="type">
298
348
 
299
349
 
300
- <span class="param-type">String</span>
350
+ <span class="param-type">
351
+
352
+ String
353
+
354
+ </span>
355
+
301
356
 
302
357
 
303
358
 
@@ -434,7 +489,7 @@
434
489
 
435
490
 
436
491
  <ul>
437
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
492
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
438
493
  </ul>
439
494
 
440
495
 
@@ -466,11 +521,16 @@
466
521
  <tbody>
467
522
 
468
523
  <tr class="deep-level-0">
469
- <td class="name"><code><a href="WorkFlowServer600238.html#attRows">attRows</a></code></td>
524
+ <td class="name"><code><a href="#attRows">attRows</a></code></td>
470
525
  <td class="name">
471
526
  <code>
472
527
 
473
- <span class="param-type">Array</span>
528
+ <span class="param-type">
529
+
530
+ Array
531
+
532
+ </span>
533
+
474
534
 
475
535
 
476
536
  </code>
@@ -479,11 +539,16 @@
479
539
  </tr>
480
540
 
481
541
  <tr class="deep-level-0">
482
- <td class="name"><code><a href="WorkFlowServer600238.html#attRows">attRows</a></code></td>
542
+ <td class="name"><code><a href="#attRows">attRows</a></code></td>
483
543
  <td class="name">
484
544
  <code>
485
545
 
486
- <span class="param-type">Array</span>
546
+ <span class="param-type">
547
+
548
+ Array
549
+
550
+ </span>
551
+
487
552
 
488
553
 
489
554
  </code>
@@ -492,11 +557,16 @@
492
557
  </tr>
493
558
 
494
559
  <tr class="deep-level-0">
495
- <td class="name"><code><a href="WorkFlowServer600238.html#attStrct">attStrct</a></code></td>
560
+ <td class="name"><code><a href="#attStrct">attStrct</a></code></td>
496
561
  <td class="name">
497
562
  <code>
498
563
 
499
- <span class="param-type">CAttStruct</span>
564
+ <span class="param-type">
565
+
566
+ CAttStruct
567
+
568
+ </span>
569
+
500
570
 
501
571
 
502
572
  </code>
@@ -505,11 +575,16 @@
505
575
  </tr>
506
576
 
507
577
  <tr class="deep-level-0">
508
- <td class="name"><code><a href="WorkFlowServer600238.html#attStrct">attStrct</a></code></td>
578
+ <td class="name"><code><a href="#attStrct">attStrct</a></code></td>
509
579
  <td class="name">
510
580
  <code>
511
581
 
512
- <span class="param-type">CAttStruct</span>
582
+ <span class="param-type">
583
+
584
+ CAttStruct
585
+
586
+ </span>
587
+
513
588
 
514
589
 
515
590
  </code>
@@ -518,11 +593,16 @@
518
593
  </tr>
519
594
 
520
595
  <tr class="deep-level-0">
521
- <td class="name"><code><a href="WorkFlowServer600238.html#clientId">clientId</a></code></td>
596
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
522
597
  <td class="name">
523
598
  <code>
524
599
 
525
- <span class="param-type">Boolean</span>
600
+ <span class="param-type">
601
+
602
+ Boolean
603
+
604
+ </span>
605
+
526
606
 
527
607
 
528
608
  </code>
@@ -531,11 +611,16 @@
531
611
  </tr>
532
612
 
533
613
  <tr class="deep-level-0">
534
- <td class="name"><code><a href="WorkFlowServer600238.html#color">color</a></code></td>
614
+ <td class="name"><code><a href="#color">color</a></code></td>
535
615
  <td class="name">
536
616
  <code>
537
617
 
538
- <span class="param-type">Number</span>
618
+ <span class="param-type">
619
+
620
+ Number
621
+
622
+ </span>
623
+
539
624
 
540
625
 
541
626
  </code>
@@ -544,11 +629,16 @@
544
629
  </tr>
545
630
 
546
631
  <tr class="deep-level-0">
547
- <td class="name"><code><a href="WorkFlowServer600238.html#description">description</a></code></td>
632
+ <td class="name"><code><a href="#description">description</a></code></td>
548
633
  <td class="name">
549
634
  <code>
550
635
 
551
- <span class="param-type">String</span>
636
+ <span class="param-type">
637
+
638
+ String
639
+
640
+ </span>
641
+
552
642
 
553
643
 
554
644
  </code>
@@ -557,11 +647,16 @@
557
647
  </tr>
558
648
 
559
649
  <tr class="deep-level-0">
560
- <td class="name"><code><a href="WorkFlowServer600238.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
650
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
561
651
  <td class="name">
562
652
  <code>
563
653
 
564
- <span class="param-type">Boolean</span>
654
+ <span class="param-type">
655
+
656
+ Boolean
657
+
658
+ </span>
659
+
565
660
 
566
661
 
567
662
  </code>
@@ -570,11 +665,16 @@
570
665
  </tr>
571
666
 
572
667
  <tr class="deep-level-0">
573
- <td class="name"><code><a href="WorkFlowServer600238.html#flowId">flowId</a></code></td>
668
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
574
669
  <td class="name">
575
670
  <code>
576
671
 
577
- <span class="param-type">Number</span>
672
+ <span class="param-type">
673
+
674
+ Number
675
+
676
+ </span>
677
+
578
678
 
579
679
 
580
680
  </code>
@@ -583,11 +683,16 @@
583
683
  </tr>
584
684
 
585
685
  <tr class="deep-level-0">
586
- <td class="name"><code><a href="WorkFlowServer600238.html#groupName">groupName</a></code></td>
686
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
587
687
  <td class="name">
588
688
  <code>
589
689
 
590
- <span class="param-type">String</span>
690
+ <span class="param-type">
691
+
692
+ String
693
+
694
+ </span>
695
+
591
696
 
592
697
 
593
698
  </code>
@@ -596,11 +701,16 @@
596
701
  </tr>
597
702
 
598
703
  <tr class="deep-level-0">
599
- <td class="name"><code><a href="WorkFlowServer600238.html#headers">headers</a></code></td>
704
+ <td class="name"><code><a href="#headers">headers</a></code></td>
600
705
  <td class="name">
601
706
  <code>
602
707
 
603
- <span class="param-type">String</span>
708
+ <span class="param-type">
709
+
710
+ String
711
+
712
+ </span>
713
+
604
714
 
605
715
 
606
716
  </code>
@@ -609,11 +719,16 @@
609
719
  </tr>
610
720
 
611
721
  <tr class="deep-level-0">
612
- <td class="name"><code><a href="WorkFlowServer600238.html#inFormat">inFormat</a></code></td>
722
+ <td class="name"><code><a href="#inFormat">inFormat</a></code></td>
613
723
  <td class="name">
614
724
  <code>
615
725
 
616
- <span class="param-type">String</span>
726
+ <span class="param-type">
727
+
728
+ String
729
+
730
+ </span>
731
+
617
732
 
618
733
 
619
734
  </code>
@@ -622,11 +737,16 @@
622
737
  </tr>
623
738
 
624
739
  <tr class="deep-level-0">
625
- <td class="name"><code><a href="WorkFlowServer600238.html#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
740
+ <td class="name"><code><a href="#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
626
741
  <td class="name">
627
742
  <code>
628
743
 
629
- <span class="param-type">Boolean</span>
744
+ <span class="param-type">
745
+
746
+ Boolean
747
+
748
+ </span>
749
+
630
750
 
631
751
 
632
752
  </code>
@@ -635,11 +755,16 @@
635
755
  </tr>
636
756
 
637
757
  <tr class="deep-level-0">
638
- <td class="name"><code><a href="WorkFlowServer600238.html#leftRad">leftRad</a></code></td>
758
+ <td class="name"><code><a href="#leftRad">leftRad</a></code></td>
639
759
  <td class="name">
640
760
  <code>
641
761
 
642
- <span class="param-type">Number</span>
762
+ <span class="param-type">
763
+
764
+ Number
765
+
766
+ </span>
767
+
643
768
 
644
769
 
645
770
  </code>
@@ -648,11 +773,16 @@
648
773
  </tr>
649
774
 
650
775
  <tr class="deep-level-0">
651
- <td class="name"><code><a href="WorkFlowServer600238.html#requestInterceptor">requestInterceptor</a></code></td>
776
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
652
777
  <td class="name">
653
778
  <code>
654
779
 
655
- <span class="param-type">function</span>
780
+ <span class="param-type">
781
+
782
+ function
783
+
784
+ </span>
785
+
656
786
 
657
787
 
658
788
  </code>
@@ -661,11 +791,16 @@
661
791
  </tr>
662
792
 
663
793
  <tr class="deep-level-0">
664
- <td class="name"><code><a href="WorkFlowServer600238.html#requestTimeout">requestTimeout</a></code></td>
794
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
665
795
  <td class="name">
666
796
  <code>
667
797
 
668
- <span class="param-type">String</span>
798
+ <span class="param-type">
799
+
800
+ String
801
+
802
+ </span>
803
+
669
804
 
670
805
 
671
806
  </code>
@@ -674,11 +809,16 @@
674
809
  </tr>
675
810
 
676
811
  <tr class="deep-level-0">
677
- <td class="name"><code><a href="WorkFlowServer600238.html#responseInterceptor">responseInterceptor</a></code></td>
812
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
678
813
  <td class="name">
679
814
  <code>
680
815
 
681
- <span class="param-type">function</span>
816
+ <span class="param-type">
817
+
818
+ function
819
+
820
+ </span>
821
+
682
822
 
683
823
 
684
824
  </code>
@@ -687,11 +827,16 @@
687
827
  </tr>
688
828
 
689
829
  <tr class="deep-level-0">
690
- <td class="name"><code><a href="WorkFlowServer600238.html#rightRad">rightRad</a></code></td>
830
+ <td class="name"><code><a href="#rightRad">rightRad</a></code></td>
691
831
  <td class="name">
692
832
  <code>
693
833
 
694
- <span class="param-type">Number</span>
834
+ <span class="param-type">
835
+
836
+ Number
837
+
838
+ </span>
839
+
695
840
 
696
841
 
697
842
  </code>
@@ -700,11 +845,16 @@
700
845
  </tr>
701
846
 
702
847
  <tr class="deep-level-0">
703
- <td class="name"><code><a href="WorkFlowServer600238.html#tokenAttachType">tokenAttachType</a></code></td>
848
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
704
849
  <td class="name">
705
850
  <code>
706
851
 
707
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
852
+ <span class="param-type">
853
+
854
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
855
+
856
+ </span>
857
+
708
858
 
709
859
 
710
860
  </code>
@@ -713,11 +863,16 @@
713
863
  </tr>
714
864
 
715
865
  <tr class="deep-level-0">
716
- <td class="name"><code><a href="WorkFlowServer600238.html#tokenKey">tokenKey</a></code></td>
866
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
717
867
  <td class="name">
718
868
  <code>
719
869
 
720
- <span class="param-type">String</span>
870
+ <span class="param-type">
871
+
872
+ String
873
+
874
+ </span>
875
+
721
876
 
722
877
 
723
878
  </code>
@@ -726,11 +881,16 @@
726
881
  </tr>
727
882
 
728
883
  <tr class="deep-level-0">
729
- <td class="name"><code><a href="WorkFlowServer600238.html#tokenValue">tokenValue</a></code></td>
884
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
730
885
  <td class="name">
731
886
  <code>
732
887
 
733
- <span class="param-type">String</span>
888
+ <span class="param-type">
889
+
890
+ String
891
+
892
+ </span>
893
+
734
894
 
735
895
 
736
896
  </code>
@@ -739,11 +899,16 @@
739
899
  </tr>
740
900
 
741
901
  <tr class="deep-level-0">
742
- <td class="name"><code><a href="WorkFlowServer600238.html#traceRadius">traceRadius</a></code></td>
902
+ <td class="name"><code><a href="#traceRadius">traceRadius</a></code></td>
743
903
  <td class="name">
744
904
  <code>
745
905
 
746
- <span class="param-type">Number</span>
906
+ <span class="param-type">
907
+
908
+ Number
909
+
910
+ </span>
911
+
747
912
 
748
913
 
749
914
  </code>
@@ -752,11 +917,16 @@
752
917
  </tr>
753
918
 
754
919
  <tr class="deep-level-0">
755
- <td class="name"><code><a href="WorkFlowServer600238.html#url">url</a></code></td>
920
+ <td class="name"><code><a href="#url">url</a></code></td>
756
921
  <td class="name">
757
922
  <code>
758
923
 
759
- <span class="param-type">String</span>
924
+ <span class="param-type">
925
+
926
+ String
927
+
928
+ </span>
929
+
760
930
 
761
931
 
762
932
  </code>
@@ -775,7 +945,12 @@
775
945
  <span class="method-parameter is-pulled-right">
776
946
  <label>类型:</label>
777
947
 
778
- <span class="param-type">Array</span>
948
+ <span class="param-type">
949
+
950
+ Array
951
+
952
+ </span>
953
+
779
954
 
780
955
 
781
956
  </span>
@@ -845,7 +1020,12 @@
845
1020
  <span class="method-parameter is-pulled-right">
846
1021
  <label>类型:</label>
847
1022
 
848
- <span class="param-type">Array</span>
1023
+ <span class="param-type">
1024
+
1025
+ Array
1026
+
1027
+ </span>
1028
+
849
1029
 
850
1030
 
851
1031
  </span>
@@ -915,7 +1095,12 @@
915
1095
  <span class="method-parameter is-pulled-right">
916
1096
  <label>类型:</label>
917
1097
 
918
- <span class="param-type">CAttStruct</span>
1098
+ <span class="param-type">
1099
+
1100
+ CAttStruct
1101
+
1102
+ </span>
1103
+
919
1104
 
920
1105
 
921
1106
  </span>
@@ -985,7 +1170,12 @@
985
1170
  <span class="method-parameter is-pulled-right">
986
1171
  <label>类型:</label>
987
1172
 
988
- <span class="param-type">CAttStruct</span>
1173
+ <span class="param-type">
1174
+
1175
+ CAttStruct
1176
+
1177
+ </span>
1178
+
989
1179
 
990
1180
 
991
1181
  </span>
@@ -1055,7 +1245,12 @@
1055
1245
  <span class="method-parameter is-pulled-right">
1056
1246
  <label>类型:</label>
1057
1247
 
1058
- <span class="param-type">Boolean</span>
1248
+ <span class="param-type">
1249
+
1250
+ Boolean
1251
+
1252
+ </span>
1253
+
1059
1254
 
1060
1255
 
1061
1256
  </span>
@@ -1089,7 +1284,7 @@
1089
1284
 
1090
1285
  <dt class="inherited-from">Inherited From:</dt>
1091
1286
  <dd class="inherited-from"><ul class="dummy"><li>
1092
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1287
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1093
1288
  </li></ul></dd>
1094
1289
 
1095
1290
 
@@ -1130,7 +1325,12 @@
1130
1325
  <span class="method-parameter is-pulled-right">
1131
1326
  <label>类型:</label>
1132
1327
 
1133
- <span class="param-type">Number</span>
1328
+ <span class="param-type">
1329
+
1330
+ Number
1331
+
1332
+ </span>
1333
+
1134
1334
 
1135
1335
 
1136
1336
  </span>
@@ -1200,7 +1400,12 @@
1200
1400
  <span class="method-parameter is-pulled-right">
1201
1401
  <label>类型:</label>
1202
1402
 
1203
- <span class="param-type">String</span>
1403
+ <span class="param-type">
1404
+
1405
+ String
1406
+
1407
+ </span>
1408
+
1204
1409
 
1205
1410
 
1206
1411
  </span>
@@ -1274,7 +1479,12 @@
1274
1479
  <span class="method-parameter is-pulled-right">
1275
1480
  <label>类型:</label>
1276
1481
 
1277
- <span class="param-type">Boolean</span>
1482
+ <span class="param-type">
1483
+
1484
+ Boolean
1485
+
1486
+ </span>
1487
+
1278
1488
 
1279
1489
 
1280
1490
  </span>
@@ -1308,7 +1518,7 @@
1308
1518
 
1309
1519
  <dt class="inherited-from">Inherited From:</dt>
1310
1520
  <dd class="inherited-from"><ul class="dummy"><li>
1311
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1521
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1312
1522
  </li></ul></dd>
1313
1523
 
1314
1524
 
@@ -1370,7 +1580,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1370
1580
  <span class="method-parameter is-pulled-right">
1371
1581
  <label>类型:</label>
1372
1582
 
1373
- <span class="param-type">Number</span>
1583
+ <span class="param-type">
1584
+
1585
+ Number
1586
+
1587
+ </span>
1588
+
1374
1589
 
1375
1590
 
1376
1591
  </span>
@@ -1444,7 +1659,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1444
1659
  <span class="method-parameter is-pulled-right">
1445
1660
  <label>类型:</label>
1446
1661
 
1447
- <span class="param-type">String</span>
1662
+ <span class="param-type">
1663
+
1664
+ String
1665
+
1666
+ </span>
1667
+
1448
1668
 
1449
1669
 
1450
1670
  </span>
@@ -1518,7 +1738,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1518
1738
  <span class="method-parameter is-pulled-right">
1519
1739
  <label>类型:</label>
1520
1740
 
1521
- <span class="param-type">String</span>
1741
+ <span class="param-type">
1742
+
1743
+ String
1744
+
1745
+ </span>
1746
+
1522
1747
 
1523
1748
 
1524
1749
  </span>
@@ -1552,7 +1777,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1552
1777
 
1553
1778
  <dt class="inherited-from">Inherited From:</dt>
1554
1779
  <dd class="inherited-from"><ul class="dummy"><li>
1555
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1780
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1556
1781
  </li></ul></dd>
1557
1782
 
1558
1783
 
@@ -1615,7 +1840,12 @@ BaseServer.headers.token = '新token';</code></pre>
1615
1840
  <span class="method-parameter is-pulled-right">
1616
1841
  <label>类型:</label>
1617
1842
 
1618
- <span class="param-type">String</span>
1843
+ <span class="param-type">
1844
+
1845
+ String
1846
+
1847
+ </span>
1848
+
1619
1849
 
1620
1850
 
1621
1851
  </span>
@@ -1685,7 +1915,12 @@ BaseServer.headers.token = '新token';</code></pre>
1685
1915
  <span class="method-parameter is-pulled-right">
1686
1916
  <label>类型:</label>
1687
1917
 
1688
- <span class="param-type">Boolean</span>
1918
+ <span class="param-type">
1919
+
1920
+ Boolean
1921
+
1922
+ </span>
1923
+
1689
1924
 
1690
1925
 
1691
1926
  </span>
@@ -1755,7 +1990,12 @@ BaseServer.headers.token = '新token';</code></pre>
1755
1990
  <span class="method-parameter is-pulled-right">
1756
1991
  <label>类型:</label>
1757
1992
 
1758
- <span class="param-type">Number</span>
1993
+ <span class="param-type">
1994
+
1995
+ Number
1996
+
1997
+ </span>
1998
+
1759
1999
 
1760
2000
 
1761
2001
  </span>
@@ -1825,7 +2065,12 @@ BaseServer.headers.token = '新token';</code></pre>
1825
2065
  <span class="method-parameter is-pulled-right">
1826
2066
  <label>类型:</label>
1827
2067
 
1828
- <span class="param-type">function</span>
2068
+ <span class="param-type">
2069
+
2070
+ function
2071
+
2072
+ </span>
2073
+
1829
2074
 
1830
2075
 
1831
2076
  </span>
@@ -1859,7 +2104,7 @@ BaseServer.headers.token = '新token';</code></pre>
1859
2104
 
1860
2105
  <dt class="inherited-from">Inherited From:</dt>
1861
2106
  <dd class="inherited-from"><ul class="dummy"><li>
1862
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2107
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1863
2108
  </li></ul></dd>
1864
2109
 
1865
2110
 
@@ -1928,7 +2173,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1928
2173
  <span class="method-parameter is-pulled-right">
1929
2174
  <label>类型:</label>
1930
2175
 
1931
- <span class="param-type">String</span>
2176
+ <span class="param-type">
2177
+
2178
+ String
2179
+
2180
+ </span>
2181
+
1932
2182
 
1933
2183
 
1934
2184
  </span>
@@ -1962,7 +2212,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1962
2212
 
1963
2213
  <dt class="inherited-from">Inherited From:</dt>
1964
2214
  <dd class="inherited-from"><ul class="dummy"><li>
1965
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2215
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1966
2216
  </li></ul></dd>
1967
2217
 
1968
2218
 
@@ -2021,7 +2271,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
2021
2271
  <span class="method-parameter is-pulled-right">
2022
2272
  <label>类型:</label>
2023
2273
 
2024
- <span class="param-type">function</span>
2274
+ <span class="param-type">
2275
+
2276
+ function
2277
+
2278
+ </span>
2279
+
2025
2280
 
2026
2281
 
2027
2282
  </span>
@@ -2055,7 +2310,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2055
2310
 
2056
2311
  <dt class="inherited-from">Inherited From:</dt>
2057
2312
  <dd class="inherited-from"><ul class="dummy"><li>
2058
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2313
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2059
2314
  </li></ul></dd>
2060
2315
 
2061
2316
 
@@ -2126,7 +2381,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2126
2381
  <span class="method-parameter is-pulled-right">
2127
2382
  <label>类型:</label>
2128
2383
 
2129
- <span class="param-type">Number</span>
2384
+ <span class="param-type">
2385
+
2386
+ Number
2387
+
2388
+ </span>
2389
+
2130
2390
 
2131
2391
 
2132
2392
  </span>
@@ -2196,7 +2456,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2196
2456
  <span class="method-parameter is-pulled-right">
2197
2457
  <label>类型:</label>
2198
2458
 
2199
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2459
+ <span class="param-type">
2460
+
2461
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2462
+
2463
+ </span>
2464
+
2200
2465
 
2201
2466
 
2202
2467
  </span>
@@ -2230,7 +2495,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2230
2495
 
2231
2496
  <dt class="inherited-from">Inherited From:</dt>
2232
2497
  <dd class="inherited-from"><ul class="dummy"><li>
2233
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2498
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2234
2499
  </li></ul></dd>
2235
2500
 
2236
2501
 
@@ -2293,7 +2558,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2293
2558
  <span class="method-parameter is-pulled-right">
2294
2559
  <label>类型:</label>
2295
2560
 
2296
- <span class="param-type">String</span>
2561
+ <span class="param-type">
2562
+
2563
+ String
2564
+
2565
+ </span>
2566
+
2297
2567
 
2298
2568
 
2299
2569
  </span>
@@ -2327,7 +2597,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2327
2597
 
2328
2598
  <dt class="inherited-from">Inherited From:</dt>
2329
2599
  <dd class="inherited-from"><ul class="dummy"><li>
2330
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2600
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2331
2601
  </li></ul></dd>
2332
2602
 
2333
2603
 
@@ -2385,7 +2655,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2385
2655
  <span class="method-parameter is-pulled-right">
2386
2656
  <label>类型:</label>
2387
2657
 
2388
- <span class="param-type">String</span>
2658
+ <span class="param-type">
2659
+
2660
+ String
2661
+
2662
+ </span>
2663
+
2389
2664
 
2390
2665
 
2391
2666
  </span>
@@ -2419,7 +2694,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2419
2694
 
2420
2695
  <dt class="inherited-from">Inherited From:</dt>
2421
2696
  <dd class="inherited-from"><ul class="dummy"><li>
2422
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2697
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2423
2698
  </li></ul></dd>
2424
2699
 
2425
2700
 
@@ -2477,7 +2752,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2477
2752
  <span class="method-parameter is-pulled-right">
2478
2753
  <label>类型:</label>
2479
2754
 
2480
- <span class="param-type">Number</span>
2755
+ <span class="param-type">
2756
+
2757
+ Number
2758
+
2759
+ </span>
2760
+
2481
2761
 
2482
2762
 
2483
2763
  </span>
@@ -2547,7 +2827,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2547
2827
  <span class="method-parameter is-pulled-right">
2548
2828
  <label>类型:</label>
2549
2829
 
2550
- <span class="param-type">String</span>
2830
+ <span class="param-type">
2831
+
2832
+ String
2833
+
2834
+ </span>
2835
+
2551
2836
 
2552
2837
 
2553
2838
  </span>
@@ -2638,12 +2923,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2638
2923
  <tbody>
2639
2924
 
2640
2925
  <tr class="deep-level-0">
2641
- <td class="name"><code><a href="WorkFlowServer600238.html#execute">execute</a></code></td>
2926
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2642
2927
  <td class="name">
2643
2928
  <code>
2644
2929
 
2645
2930
 
2646
- <span class="param-type">Promise.&lt;Object></span>
2931
+ <span class="param-type">
2932
+
2933
+ Promise.&lt;Object>
2934
+
2935
+ </span>
2936
+
2647
2937
 
2648
2938
 
2649
2939
 
@@ -2653,7 +2943,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2653
2943
  </tr>
2654
2944
 
2655
2945
  <tr class="deep-level-0">
2656
- <td class="name"><code><a href="WorkFlowServer600238.html#queryServerInfo">queryServerInfo</a></code></td>
2946
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2657
2947
  <td class="name">
2658
2948
  <code>
2659
2949
 
@@ -2663,12 +2953,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2663
2953
  </tr>
2664
2954
 
2665
2955
  <tr class="deep-level-0">
2666
- <td class="name"><code><a href="WorkFlowServer600238.html#queryTaskResult">queryTaskResult</a></code></td>
2956
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2667
2957
  <td class="name">
2668
2958
  <code>
2669
2959
 
2670
2960
 
2671
- <span class="param-type">Promise.&lt;String></span>
2961
+ <span class="param-type">
2962
+
2963
+ Promise.&lt;String>
2964
+
2965
+ </span>
2966
+
2672
2967
 
2673
2968
 
2674
2969
 
@@ -2678,12 +2973,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2678
2973
  </tr>
2679
2974
 
2680
2975
  <tr class="deep-level-0">
2681
- <td class="name"><code><a href="WorkFlowServer600238.html#queryTaskStatus">queryTaskStatus</a></code></td>
2976
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2682
2977
  <td class="name">
2683
2978
  <code>
2684
2979
 
2685
2980
 
2686
- <span class="param-type">Promise.&lt;String></span>
2981
+ <span class="param-type">
2982
+
2983
+ Promise.&lt;String>
2984
+
2985
+ </span>
2986
+
2687
2987
 
2688
2988
 
2689
2989
 
@@ -2693,12 +2993,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2693
2993
  </tr>
2694
2994
 
2695
2995
  <tr class="deep-level-0">
2696
- <td class="name"><code><a href="WorkFlowServer600238.html#submit">submit</a></code></td>
2996
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2697
2997
  <td class="name">
2698
2998
  <code>
2699
2999
 
2700
3000
 
2701
- <span class="param-type">Promise.&lt;String></span>
3001
+ <span class="param-type">
3002
+
3003
+ Promise.&lt;String>
3004
+
3005
+ </span>
3006
+
2702
3007
 
2703
3008
 
2704
3009
 
@@ -2767,13 +3072,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2767
3072
 
2768
3073
  <tr class="deep-level-0">
2769
3074
 
2770
- <td class="name" id="options"><code>options</code></td>
3075
+ <td class="name"><code>options</code></td>
2771
3076
 
2772
3077
 
2773
3078
  <td class="type">
2774
3079
 
2775
3080
 
2776
- <span class="param-type">Object</span>
3081
+ <span class="param-type">
3082
+
3083
+ Object
3084
+
3085
+ </span>
3086
+
2777
3087
 
2778
3088
 
2779
3089
 
@@ -2793,13 +3103,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2793
3103
 
2794
3104
  <tr class="deep-level-1">
2795
3105
 
2796
- <td class="name" id="headers"><code>headers</code></td>
3106
+ <td class="name"><code>headers</code></td>
2797
3107
 
2798
3108
 
2799
3109
  <td class="type">
2800
3110
 
2801
3111
 
2802
- <span class="param-type">String</span>
3112
+ <span class="param-type">
3113
+
3114
+ String
3115
+
3116
+ </span>
3117
+
2803
3118
 
2804
3119
 
2805
3120
 
@@ -2819,13 +3134,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2819
3134
 
2820
3135
  <tr class="deep-level-1">
2821
3136
 
2822
- <td class="name" id="method"><code>method</code></td>
3137
+ <td class="name"><code>method</code></td>
2823
3138
 
2824
3139
 
2825
3140
  <td class="type">
2826
3141
 
2827
3142
 
2828
- <span class="param-type">String</span>
3143
+ <span class="param-type">
3144
+
3145
+ String
3146
+
3147
+ </span>
3148
+
2829
3149
 
2830
3150
 
2831
3151
 
@@ -2847,13 +3167,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2847
3167
 
2848
3168
  <tr class="deep-level-1">
2849
3169
 
2850
- <td class="name" id="success"><code>success</code></td>
3170
+ <td class="name"><code>success</code></td>
2851
3171
 
2852
3172
 
2853
3173
  <td class="type">
2854
3174
 
2855
3175
 
2856
- <span class="param-type">function</span>
3176
+ <span class="param-type">
3177
+
3178
+ function
3179
+
3180
+ </span>
3181
+
2857
3182
 
2858
3183
 
2859
3184
 
@@ -2873,13 +3198,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2873
3198
 
2874
3199
  <tr class="deep-level-1">
2875
3200
 
2876
- <td class="name" id="failure"><code>failure</code></td>
3201
+ <td class="name"><code>failure</code></td>
2877
3202
 
2878
3203
 
2879
3204
  <td class="type">
2880
3205
 
2881
3206
 
2882
- <span class="param-type">function</span>
3207
+ <span class="param-type">
3208
+
3209
+ function
3210
+
3211
+ </span>
3212
+
2883
3213
 
2884
3214
 
2885
3215
 
@@ -2918,7 +3248,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2918
3248
 
2919
3249
  <dt class="inherited-from">Inherited From:</dt>
2920
3250
  <dd class="inherited-from"><ul class="dummy"><li>
2921
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3251
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2922
3252
  </li></ul></dd>
2923
3253
 
2924
3254
 
@@ -2977,7 +3307,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2977
3307
  <div class='column is-5 has-text-left'>
2978
3308
  <label>类型: </label>
2979
3309
 
2980
- <span class="param-type">Promise.&lt;Object></span>
3310
+ <span class="param-type">
3311
+
3312
+ Promise.&lt;Object>
3313
+
3314
+ </span>
3315
+
2981
3316
 
2982
3317
 
2983
3318
  </div>
@@ -3062,7 +3397,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3062
3397
 
3063
3398
  <tr class="deep-level-0">
3064
3399
 
3065
- <td class="name" id="options"><code>options</code></td>
3400
+ <td class="name"><code>options</code></td>
3066
3401
 
3067
3402
 
3068
3403
  <td class="type">
@@ -3083,13 +3418,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3083
3418
 
3084
3419
  <tr class="deep-level-1">
3085
3420
 
3086
- <td class="name" id="success"><code>success</code></td>
3421
+ <td class="name"><code>success</code></td>
3087
3422
 
3088
3423
 
3089
3424
  <td class="type">
3090
3425
 
3091
3426
 
3092
- <span class="param-type">function</span>
3427
+ <span class="param-type">
3428
+
3429
+ function
3430
+
3431
+ </span>
3432
+
3093
3433
 
3094
3434
 
3095
3435
 
@@ -3111,13 +3451,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3111
3451
 
3112
3452
  <tr class="deep-level-1">
3113
3453
 
3114
- <td class="name" id="failure"><code>failure</code></td>
3454
+ <td class="name"><code>failure</code></td>
3115
3455
 
3116
3456
 
3117
3457
  <td class="type">
3118
3458
 
3119
3459
 
3120
- <span class="param-type">function</span>
3460
+ <span class="param-type">
3461
+
3462
+ function
3463
+
3464
+ </span>
3465
+
3121
3466
 
3122
3467
 
3123
3468
 
@@ -3158,7 +3503,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3158
3503
 
3159
3504
  <dt class="inherited-from">Inherited From:</dt>
3160
3505
  <dd class="inherited-from"><ul class="dummy"><li>
3161
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3506
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3162
3507
  </li></ul></dd>
3163
3508
 
3164
3509
 
@@ -3295,13 +3640,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3295
3640
 
3296
3641
  <tr class="deep-level-0">
3297
3642
 
3298
- <td class="name" id="options"><code>options</code></td>
3643
+ <td class="name"><code>options</code></td>
3299
3644
 
3300
3645
 
3301
3646
  <td class="type">
3302
3647
 
3303
3648
 
3304
- <span class="param-type">Object</span>
3649
+ <span class="param-type">
3650
+
3651
+ Object
3652
+
3653
+ </span>
3654
+
3305
3655
 
3306
3656
 
3307
3657
 
@@ -3321,13 +3671,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3321
3671
 
3322
3672
  <tr class="deep-level-1">
3323
3673
 
3324
- <td class="name" id="taskId"><code>taskId</code></td>
3674
+ <td class="name"><code>taskId</code></td>
3325
3675
 
3326
3676
 
3327
3677
  <td class="type">
3328
3678
 
3329
3679
 
3330
- <span class="param-type">String</span>
3680
+ <span class="param-type">
3681
+
3682
+ String
3683
+
3684
+ </span>
3685
+
3331
3686
 
3332
3687
 
3333
3688
 
@@ -3347,13 +3702,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3347
3702
 
3348
3703
  <tr class="deep-level-1">
3349
3704
 
3350
- <td class="name" id="headers"><code>headers</code></td>
3705
+ <td class="name"><code>headers</code></td>
3351
3706
 
3352
3707
 
3353
3708
  <td class="type">
3354
3709
 
3355
3710
 
3356
- <span class="param-type">String</span>
3711
+ <span class="param-type">
3712
+
3713
+ String
3714
+
3715
+ </span>
3716
+
3357
3717
 
3358
3718
 
3359
3719
 
@@ -3373,13 +3733,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3733
 
3374
3734
  <tr class="deep-level-1">
3375
3735
 
3376
- <td class="name" id="method"><code>method</code></td>
3736
+ <td class="name"><code>method</code></td>
3377
3737
 
3378
3738
 
3379
3739
  <td class="type">
3380
3740
 
3381
3741
 
3382
- <span class="param-type">String</span>
3742
+ <span class="param-type">
3743
+
3744
+ String
3745
+
3746
+ </span>
3747
+
3383
3748
 
3384
3749
 
3385
3750
 
@@ -3401,13 +3766,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3401
3766
 
3402
3767
  <tr class="deep-level-1">
3403
3768
 
3404
- <td class="name" id="success"><code>success</code></td>
3769
+ <td class="name"><code>success</code></td>
3405
3770
 
3406
3771
 
3407
3772
  <td class="type">
3408
3773
 
3409
3774
 
3410
- <span class="param-type">function</span>
3775
+ <span class="param-type">
3776
+
3777
+ function
3778
+
3779
+ </span>
3780
+
3411
3781
 
3412
3782
 
3413
3783
 
@@ -3427,13 +3797,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3427
3797
 
3428
3798
  <tr class="deep-level-1">
3429
3799
 
3430
- <td class="name" id="failure"><code>failure</code></td>
3800
+ <td class="name"><code>failure</code></td>
3431
3801
 
3432
3802
 
3433
3803
  <td class="type">
3434
3804
 
3435
3805
 
3436
- <span class="param-type">function</span>
3806
+ <span class="param-type">
3807
+
3808
+ function
3809
+
3810
+ </span>
3811
+
3437
3812
 
3438
3813
 
3439
3814
 
@@ -3472,7 +3847,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3472
3847
 
3473
3848
  <dt class="inherited-from">Inherited From:</dt>
3474
3849
  <dd class="inherited-from"><ul class="dummy"><li>
3475
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3850
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3476
3851
  </li></ul></dd>
3477
3852
 
3478
3853
 
@@ -3531,7 +3906,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3531
3906
  <div class='column is-5 has-text-left'>
3532
3907
  <label>类型: </label>
3533
3908
 
3534
- <span class="param-type">Promise.&lt;String></span>
3909
+ <span class="param-type">
3910
+
3911
+ Promise.&lt;String>
3912
+
3913
+ </span>
3914
+
3535
3915
 
3536
3916
 
3537
3917
  </div>
@@ -3616,13 +3996,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3616
3996
 
3617
3997
  <tr class="deep-level-0">
3618
3998
 
3619
- <td class="name" id="options"><code>options</code></td>
3999
+ <td class="name"><code>options</code></td>
3620
4000
 
3621
4001
 
3622
4002
  <td class="type">
3623
4003
 
3624
4004
 
3625
- <span class="param-type">Object</span>
4005
+ <span class="param-type">
4006
+
4007
+ Object
4008
+
4009
+ </span>
4010
+
3626
4011
 
3627
4012
 
3628
4013
 
@@ -3642,13 +4027,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3642
4027
 
3643
4028
  <tr class="deep-level-1">
3644
4029
 
3645
- <td class="name" id="taskId"><code>taskId</code></td>
4030
+ <td class="name"><code>taskId</code></td>
3646
4031
 
3647
4032
 
3648
4033
  <td class="type">
3649
4034
 
3650
4035
 
3651
- <span class="param-type">String</span>
4036
+ <span class="param-type">
4037
+
4038
+ String
4039
+
4040
+ </span>
4041
+
3652
4042
 
3653
4043
 
3654
4044
 
@@ -3668,13 +4058,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3668
4058
 
3669
4059
  <tr class="deep-level-1">
3670
4060
 
3671
- <td class="name" id="headers"><code>headers</code></td>
4061
+ <td class="name"><code>headers</code></td>
3672
4062
 
3673
4063
 
3674
4064
  <td class="type">
3675
4065
 
3676
4066
 
3677
- <span class="param-type">String</span>
4067
+ <span class="param-type">
4068
+
4069
+ String
4070
+
4071
+ </span>
4072
+
3678
4073
 
3679
4074
 
3680
4075
 
@@ -3694,13 +4089,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3694
4089
 
3695
4090
  <tr class="deep-level-1">
3696
4091
 
3697
- <td class="name" id="method"><code>method</code></td>
4092
+ <td class="name"><code>method</code></td>
3698
4093
 
3699
4094
 
3700
4095
  <td class="type">
3701
4096
 
3702
4097
 
3703
- <span class="param-type">String</span>
4098
+ <span class="param-type">
4099
+
4100
+ String
4101
+
4102
+ </span>
4103
+
3704
4104
 
3705
4105
 
3706
4106
 
@@ -3722,13 +4122,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3722
4122
 
3723
4123
  <tr class="deep-level-1">
3724
4124
 
3725
- <td class="name" id="success"><code>success</code></td>
4125
+ <td class="name"><code>success</code></td>
3726
4126
 
3727
4127
 
3728
4128
  <td class="type">
3729
4129
 
3730
4130
 
3731
- <span class="param-type">function</span>
4131
+ <span class="param-type">
4132
+
4133
+ function
4134
+
4135
+ </span>
4136
+
3732
4137
 
3733
4138
 
3734
4139
 
@@ -3748,13 +4153,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3748
4153
 
3749
4154
  <tr class="deep-level-1">
3750
4155
 
3751
- <td class="name" id="failure"><code>failure</code></td>
4156
+ <td class="name"><code>failure</code></td>
3752
4157
 
3753
4158
 
3754
4159
  <td class="type">
3755
4160
 
3756
4161
 
3757
- <span class="param-type">function</span>
4162
+ <span class="param-type">
4163
+
4164
+ function
4165
+
4166
+ </span>
4167
+
3758
4168
 
3759
4169
 
3760
4170
 
@@ -3793,7 +4203,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3793
4203
 
3794
4204
  <dt class="inherited-from">Inherited From:</dt>
3795
4205
  <dd class="inherited-from"><ul class="dummy"><li>
3796
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4206
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3797
4207
  </li></ul></dd>
3798
4208
 
3799
4209
 
@@ -3852,7 +4262,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3852
4262
  <div class='column is-5 has-text-left'>
3853
4263
  <label>类型: </label>
3854
4264
 
3855
- <span class="param-type">Promise.&lt;String></span>
4265
+ <span class="param-type">
4266
+
4267
+ Promise.&lt;String>
4268
+
4269
+ </span>
4270
+
3856
4271
 
3857
4272
 
3858
4273
  </div>
@@ -3937,13 +4352,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3937
4352
 
3938
4353
  <tr class="deep-level-0">
3939
4354
 
3940
- <td class="name" id="options"><code>options</code></td>
4355
+ <td class="name"><code>options</code></td>
3941
4356
 
3942
4357
 
3943
4358
  <td class="type">
3944
4359
 
3945
4360
 
3946
- <span class="param-type">Object</span>
4361
+ <span class="param-type">
4362
+
4363
+ Object
4364
+
4365
+ </span>
4366
+
3947
4367
 
3948
4368
 
3949
4369
 
@@ -3963,13 +4383,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3963
4383
 
3964
4384
  <tr class="deep-level-1">
3965
4385
 
3966
- <td class="name" id="headers"><code>headers</code></td>
4386
+ <td class="name"><code>headers</code></td>
3967
4387
 
3968
4388
 
3969
4389
  <td class="type">
3970
4390
 
3971
4391
 
3972
- <span class="param-type">String</span>
4392
+ <span class="param-type">
4393
+
4394
+ String
4395
+
4396
+ </span>
4397
+
3973
4398
 
3974
4399
 
3975
4400
 
@@ -3989,13 +4414,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3989
4414
 
3990
4415
  <tr class="deep-level-1">
3991
4416
 
3992
- <td class="name" id="method"><code>method</code></td>
4417
+ <td class="name"><code>method</code></td>
3993
4418
 
3994
4419
 
3995
4420
  <td class="type">
3996
4421
 
3997
4422
 
3998
- <span class="param-type">String</span>
4423
+ <span class="param-type">
4424
+
4425
+ String
4426
+
4427
+ </span>
4428
+
3999
4429
 
4000
4430
 
4001
4431
 
@@ -4017,13 +4447,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4017
4447
 
4018
4448
  <tr class="deep-level-1">
4019
4449
 
4020
- <td class="name" id="success"><code>success</code></td>
4450
+ <td class="name"><code>success</code></td>
4021
4451
 
4022
4452
 
4023
4453
  <td class="type">
4024
4454
 
4025
4455
 
4026
- <span class="param-type">function</span>
4456
+ <span class="param-type">
4457
+
4458
+ function
4459
+
4460
+ </span>
4461
+
4027
4462
 
4028
4463
 
4029
4464
 
@@ -4043,13 +4478,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4043
4478
 
4044
4479
  <tr class="deep-level-1">
4045
4480
 
4046
- <td class="name" id="failure"><code>failure</code></td>
4481
+ <td class="name"><code>failure</code></td>
4047
4482
 
4048
4483
 
4049
4484
  <td class="type">
4050
4485
 
4051
4486
 
4052
- <span class="param-type">function</span>
4487
+ <span class="param-type">
4488
+
4489
+ function
4490
+
4491
+ </span>
4492
+
4053
4493
 
4054
4494
 
4055
4495
 
@@ -4088,7 +4528,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4088
4528
 
4089
4529
  <dt class="inherited-from">Inherited From:</dt>
4090
4530
  <dd class="inherited-from"><ul class="dummy"><li>
4091
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4531
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4092
4532
  </li></ul></dd>
4093
4533
 
4094
4534
 
@@ -4154,7 +4594,12 @@ console.log(&quot;submit: &quot;, res);
4154
4594
  <div class='column is-5 has-text-left'>
4155
4595
  <label>类型: </label>
4156
4596
 
4157
- <span class="param-type">Promise.&lt;String></span>
4597
+ <span class="param-type">
4598
+
4599
+ Promise.&lt;String>
4600
+
4601
+ </span>
4602
+
4158
4603
 
4159
4604
 
4160
4605
  </div>