@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="srcInfo"><code>srcInfo</code></td>
128
+ <td class="name"><code>srcInfo</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
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="desInfo"><code>desInfo</code></td>
155
+ <td class="name"><code>desInfo</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
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="idstr"><code>idstr</code></td>
182
+ <td class="name"><code>idstr</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
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="isByAtt"><code>isByAtt</code></td>
263
+ <td class="name"><code>isByAtt</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">Boolean</span>
269
+ <span class="param-type">
270
+
271
+ Boolean
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="fldName"><code>fldName</code></td>
290
+ <td class="name"><code>fldName</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
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="angleType"><code>angleType</code></td>
317
+ <td class="name"><code>angleType</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
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="isDynPrj"><code>isDynPrj</code></td>
344
+ <td class="name"><code>isDynPrj</code></td>
295
345
 
296
346
 
297
347
  <td class="type">
298
348
 
299
349
 
300
- <span class="param-type">Boolean</span>
350
+ <span class="param-type">
351
+
352
+ Boolean
353
+
354
+ </span>
355
+
301
356
 
302
357
 
303
358
 
@@ -313,13 +368,18 @@
313
368
 
314
369
  <tr class="deep-level-1">
315
370
 
316
- <td class="name" id="dynPrjRad"><code>dynPrjRad</code></td>
371
+ <td class="name"><code>dynPrjRad</code></td>
317
372
 
318
373
 
319
374
  <td class="type">
320
375
 
321
376
 
322
- <span class="param-type">Number</span>
377
+ <span class="param-type">
378
+
379
+ Number
380
+
381
+ </span>
382
+
323
383
 
324
384
 
325
385
 
@@ -335,13 +395,18 @@
335
395
 
336
396
  <tr class="deep-level-1">
337
397
 
338
- <td class="name" id="isDissolve"><code>isDissolve</code></td>
398
+ <td class="name"><code>isDissolve</code></td>
339
399
 
340
400
 
341
401
  <td class="type">
342
402
 
343
403
 
344
- <span class="param-type">Boolean</span>
404
+ <span class="param-type">
405
+
406
+ Boolean
407
+
408
+ </span>
409
+
345
410
 
346
411
 
347
412
 
@@ -357,13 +422,18 @@
357
422
 
358
423
  <tr class="deep-level-1">
359
424
 
360
- <td class="name" id="color"><code>color</code></td>
425
+ <td class="name"><code>color</code></td>
361
426
 
362
427
 
363
428
  <td class="type">
364
429
 
365
430
 
366
- <span class="param-type">Number</span>
431
+ <span class="param-type">
432
+
433
+ Number
434
+
435
+ </span>
436
+
367
437
 
368
438
 
369
439
 
@@ -379,13 +449,18 @@
379
449
 
380
450
  <tr class="deep-level-1">
381
451
 
382
- <td class="name" id="isMultiFeatureOpr"><code>isMultiFeatureOpr</code></td>
452
+ <td class="name"><code>isMultiFeatureOpr</code></td>
383
453
 
384
454
 
385
455
  <td class="type">
386
456
 
387
457
 
388
- <span class="param-type">Boolean</span>
458
+ <span class="param-type">
459
+
460
+ Boolean
461
+
462
+ </span>
463
+
389
464
 
390
465
 
391
466
 
@@ -510,7 +585,7 @@
510
585
 
511
586
 
512
587
  <ul>
513
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
588
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
514
589
  </ul>
515
590
 
516
591
 
@@ -542,11 +617,16 @@
542
617
  <tbody>
543
618
 
544
619
  <tr class="deep-level-0">
545
- <td class="name"><code><a href="WorkFlowServer600231.html#angleType">angleType</a></code></td>
620
+ <td class="name"><code><a href="#angleType">angleType</a></code></td>
546
621
  <td class="name">
547
622
  <code>
548
623
 
549
- <span class="param-type">Number</span>
624
+ <span class="param-type">
625
+
626
+ Number
627
+
628
+ </span>
629
+
550
630
 
551
631
 
552
632
  </code>
@@ -555,11 +635,16 @@
555
635
  </tr>
556
636
 
557
637
  <tr class="deep-level-0">
558
- <td class="name"><code><a href="WorkFlowServer600231.html#clientId">clientId</a></code></td>
638
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
559
639
  <td class="name">
560
640
  <code>
561
641
 
562
- <span class="param-type">Boolean</span>
642
+ <span class="param-type">
643
+
644
+ Boolean
645
+
646
+ </span>
647
+
563
648
 
564
649
 
565
650
  </code>
@@ -568,11 +653,16 @@
568
653
  </tr>
569
654
 
570
655
  <tr class="deep-level-0">
571
- <td class="name"><code><a href="WorkFlowServer600231.html#color">color</a></code></td>
656
+ <td class="name"><code><a href="#color">color</a></code></td>
572
657
  <td class="name">
573
658
  <code>
574
659
 
575
- <span class="param-type">Number</span>
660
+ <span class="param-type">
661
+
662
+ Number
663
+
664
+ </span>
665
+
576
666
 
577
667
 
578
668
  </code>
@@ -581,11 +671,16 @@
581
671
  </tr>
582
672
 
583
673
  <tr class="deep-level-0">
584
- <td class="name"><code><a href="WorkFlowServer600231.html#description">description</a></code></td>
674
+ <td class="name"><code><a href="#description">description</a></code></td>
585
675
  <td class="name">
586
676
  <code>
587
677
 
588
- <span class="param-type">String</span>
678
+ <span class="param-type">
679
+
680
+ String
681
+
682
+ </span>
683
+
589
684
 
590
685
 
591
686
  </code>
@@ -594,11 +689,16 @@
594
689
  </tr>
595
690
 
596
691
  <tr class="deep-level-0">
597
- <td class="name"><code><a href="WorkFlowServer600231.html#desInfo">desInfo</a></code></td>
692
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
598
693
  <td class="name">
599
694
  <code>
600
695
 
601
- <span class="param-type">String</span>
696
+ <span class="param-type">
697
+
698
+ String
699
+
700
+ </span>
701
+
602
702
 
603
703
 
604
704
  </code>
@@ -607,11 +707,16 @@
607
707
  </tr>
608
708
 
609
709
  <tr class="deep-level-0">
610
- <td class="name"><code><a href="WorkFlowServer600231.html#dynPrjRad">dynPrjRad</a></code></td>
710
+ <td class="name"><code><a href="#dynPrjRad">dynPrjRad</a></code></td>
611
711
  <td class="name">
612
712
  <code>
613
713
 
614
- <span class="param-type">Number</span>
714
+ <span class="param-type">
715
+
716
+ Number
717
+
718
+ </span>
719
+
615
720
 
616
721
 
617
722
  </code>
@@ -620,11 +725,16 @@
620
725
  </tr>
621
726
 
622
727
  <tr class="deep-level-0">
623
- <td class="name"><code><a href="WorkFlowServer600231.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
728
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
624
729
  <td class="name">
625
730
  <code>
626
731
 
627
- <span class="param-type">Boolean</span>
732
+ <span class="param-type">
733
+
734
+ Boolean
735
+
736
+ </span>
737
+
628
738
 
629
739
 
630
740
  </code>
@@ -633,11 +743,16 @@
633
743
  </tr>
634
744
 
635
745
  <tr class="deep-level-0">
636
- <td class="name"><code><a href="WorkFlowServer600231.html#fldName">fldName</a></code></td>
746
+ <td class="name"><code><a href="#fldName">fldName</a></code></td>
637
747
  <td class="name">
638
748
  <code>
639
749
 
640
- <span class="param-type">String</span>
750
+ <span class="param-type">
751
+
752
+ String
753
+
754
+ </span>
755
+
641
756
 
642
757
 
643
758
  </code>
@@ -646,11 +761,16 @@
646
761
  </tr>
647
762
 
648
763
  <tr class="deep-level-0">
649
- <td class="name"><code><a href="WorkFlowServer600231.html#flowId">flowId</a></code></td>
764
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
650
765
  <td class="name">
651
766
  <code>
652
767
 
653
- <span class="param-type">Number</span>
768
+ <span class="param-type">
769
+
770
+ Number
771
+
772
+ </span>
773
+
654
774
 
655
775
 
656
776
  </code>
@@ -659,11 +779,16 @@
659
779
  </tr>
660
780
 
661
781
  <tr class="deep-level-0">
662
- <td class="name"><code><a href="WorkFlowServer600231.html#groupName">groupName</a></code></td>
782
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
663
783
  <td class="name">
664
784
  <code>
665
785
 
666
- <span class="param-type">String</span>
786
+ <span class="param-type">
787
+
788
+ String
789
+
790
+ </span>
791
+
667
792
 
668
793
 
669
794
  </code>
@@ -672,11 +797,16 @@
672
797
  </tr>
673
798
 
674
799
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="WorkFlowServer600231.html#headers">headers</a></code></td>
800
+ <td class="name"><code><a href="#headers">headers</a></code></td>
676
801
  <td class="name">
677
802
  <code>
678
803
 
679
- <span class="param-type">String</span>
804
+ <span class="param-type">
805
+
806
+ String
807
+
808
+ </span>
809
+
680
810
 
681
811
 
682
812
  </code>
@@ -685,11 +815,16 @@
685
815
  </tr>
686
816
 
687
817
  <tr class="deep-level-0">
688
- <td class="name"><code><a href="WorkFlowServer600231.html#idstr">idstr</a></code></td>
818
+ <td class="name"><code><a href="#idstr">idstr</a></code></td>
689
819
  <td class="name">
690
820
  <code>
691
821
 
692
- <span class="param-type">String</span>
822
+ <span class="param-type">
823
+
824
+ String
825
+
826
+ </span>
827
+
693
828
 
694
829
 
695
830
  </code>
@@ -698,11 +833,16 @@
698
833
  </tr>
699
834
 
700
835
  <tr class="deep-level-0">
701
- <td class="name"><code><a href="WorkFlowServer600231.html#isByAtt">isByAtt</a></code></td>
836
+ <td class="name"><code><a href="#isByAtt">isByAtt</a></code></td>
702
837
  <td class="name">
703
838
  <code>
704
839
 
705
- <span class="param-type">Boolean</span>
840
+ <span class="param-type">
841
+
842
+ Boolean
843
+
844
+ </span>
845
+
706
846
 
707
847
 
708
848
  </code>
@@ -711,11 +851,16 @@
711
851
  </tr>
712
852
 
713
853
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="WorkFlowServer600231.html#isDissolve">isDissolve</a></code></td>
854
+ <td class="name"><code><a href="#isDissolve">isDissolve</a></code></td>
715
855
  <td class="name">
716
856
  <code>
717
857
 
718
- <span class="param-type">Boolean</span>
858
+ <span class="param-type">
859
+
860
+ Boolean
861
+
862
+ </span>
863
+
719
864
 
720
865
 
721
866
  </code>
@@ -724,11 +869,16 @@
724
869
  </tr>
725
870
 
726
871
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="WorkFlowServer600231.html#isDynPrj">isDynPrj</a></code></td>
872
+ <td class="name"><code><a href="#isDynPrj">isDynPrj</a></code></td>
728
873
  <td class="name">
729
874
  <code>
730
875
 
731
- <span class="param-type">Boolean</span>
876
+ <span class="param-type">
877
+
878
+ Boolean
879
+
880
+ </span>
881
+
732
882
 
733
883
 
734
884
  </code>
@@ -737,11 +887,16 @@
737
887
  </tr>
738
888
 
739
889
  <tr class="deep-level-0">
740
- <td class="name"><code><a href="WorkFlowServer600231.html#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
890
+ <td class="name"><code><a href="#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
741
891
  <td class="name">
742
892
  <code>
743
893
 
744
- <span class="param-type">Boolean</span>
894
+ <span class="param-type">
895
+
896
+ Boolean
897
+
898
+ </span>
899
+
745
900
 
746
901
 
747
902
  </code>
@@ -750,11 +905,16 @@
750
905
  </tr>
751
906
 
752
907
  <tr class="deep-level-0">
753
- <td class="name"><code><a href="WorkFlowServer600231.html#leftRad">leftRad</a></code></td>
908
+ <td class="name"><code><a href="#leftRad">leftRad</a></code></td>
754
909
  <td class="name">
755
910
  <code>
756
911
 
757
- <span class="param-type">Number</span>
912
+ <span class="param-type">
913
+
914
+ Number
915
+
916
+ </span>
917
+
758
918
 
759
919
 
760
920
  </code>
@@ -763,11 +923,16 @@
763
923
  </tr>
764
924
 
765
925
  <tr class="deep-level-0">
766
- <td class="name"><code><a href="WorkFlowServer600231.html#requestInterceptor">requestInterceptor</a></code></td>
926
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
767
927
  <td class="name">
768
928
  <code>
769
929
 
770
- <span class="param-type">function</span>
930
+ <span class="param-type">
931
+
932
+ function
933
+
934
+ </span>
935
+
771
936
 
772
937
 
773
938
  </code>
@@ -776,11 +941,16 @@
776
941
  </tr>
777
942
 
778
943
  <tr class="deep-level-0">
779
- <td class="name"><code><a href="WorkFlowServer600231.html#requestTimeout">requestTimeout</a></code></td>
944
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
780
945
  <td class="name">
781
946
  <code>
782
947
 
783
- <span class="param-type">String</span>
948
+ <span class="param-type">
949
+
950
+ String
951
+
952
+ </span>
953
+
784
954
 
785
955
 
786
956
  </code>
@@ -789,11 +959,16 @@
789
959
  </tr>
790
960
 
791
961
  <tr class="deep-level-0">
792
- <td class="name"><code><a href="WorkFlowServer600231.html#responseInterceptor">responseInterceptor</a></code></td>
962
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
793
963
  <td class="name">
794
964
  <code>
795
965
 
796
- <span class="param-type">function</span>
966
+ <span class="param-type">
967
+
968
+ function
969
+
970
+ </span>
971
+
797
972
 
798
973
 
799
974
  </code>
@@ -802,11 +977,16 @@
802
977
  </tr>
803
978
 
804
979
  <tr class="deep-level-0">
805
- <td class="name"><code><a href="WorkFlowServer600231.html#rightRad">rightRad</a></code></td>
980
+ <td class="name"><code><a href="#rightRad">rightRad</a></code></td>
806
981
  <td class="name">
807
982
  <code>
808
983
 
809
- <span class="param-type">Number</span>
984
+ <span class="param-type">
985
+
986
+ Number
987
+
988
+ </span>
989
+
810
990
 
811
991
 
812
992
  </code>
@@ -815,11 +995,16 @@
815
995
  </tr>
816
996
 
817
997
  <tr class="deep-level-0">
818
- <td class="name"><code><a href="WorkFlowServer600231.html#srcInfo">srcInfo</a></code></td>
998
+ <td class="name"><code><a href="#srcInfo">srcInfo</a></code></td>
819
999
  <td class="name">
820
1000
  <code>
821
1001
 
822
- <span class="param-type">String</span>
1002
+ <span class="param-type">
1003
+
1004
+ String
1005
+
1006
+ </span>
1007
+
823
1008
 
824
1009
 
825
1010
  </code>
@@ -828,11 +1013,16 @@
828
1013
  </tr>
829
1014
 
830
1015
  <tr class="deep-level-0">
831
- <td class="name"><code><a href="WorkFlowServer600231.html#tokenAttachType">tokenAttachType</a></code></td>
1016
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
832
1017
  <td class="name">
833
1018
  <code>
834
1019
 
835
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1020
+ <span class="param-type">
1021
+
1022
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1023
+
1024
+ </span>
1025
+
836
1026
 
837
1027
 
838
1028
  </code>
@@ -841,11 +1031,16 @@
841
1031
  </tr>
842
1032
 
843
1033
  <tr class="deep-level-0">
844
- <td class="name"><code><a href="WorkFlowServer600231.html#tokenKey">tokenKey</a></code></td>
1034
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
845
1035
  <td class="name">
846
1036
  <code>
847
1037
 
848
- <span class="param-type">String</span>
1038
+ <span class="param-type">
1039
+
1040
+ String
1041
+
1042
+ </span>
1043
+
849
1044
 
850
1045
 
851
1046
  </code>
@@ -854,11 +1049,16 @@
854
1049
  </tr>
855
1050
 
856
1051
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="WorkFlowServer600231.html#tokenValue">tokenValue</a></code></td>
1052
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
858
1053
  <td class="name">
859
1054
  <code>
860
1055
 
861
- <span class="param-type">String</span>
1056
+ <span class="param-type">
1057
+
1058
+ String
1059
+
1060
+ </span>
1061
+
862
1062
 
863
1063
 
864
1064
  </code>
@@ -867,11 +1067,16 @@
867
1067
  </tr>
868
1068
 
869
1069
  <tr class="deep-level-0">
870
- <td class="name"><code><a href="WorkFlowServer600231.html#url">url</a></code></td>
1070
+ <td class="name"><code><a href="#url">url</a></code></td>
871
1071
  <td class="name">
872
1072
  <code>
873
1073
 
874
- <span class="param-type">String</span>
1074
+ <span class="param-type">
1075
+
1076
+ String
1077
+
1078
+ </span>
1079
+
875
1080
 
876
1081
 
877
1082
  </code>
@@ -890,7 +1095,12 @@
890
1095
  <span class="method-parameter is-pulled-right">
891
1096
  <label>类型:</label>
892
1097
 
893
- <span class="param-type">Number</span>
1098
+ <span class="param-type">
1099
+
1100
+ Number
1101
+
1102
+ </span>
1103
+
894
1104
 
895
1105
 
896
1106
  </span>
@@ -960,7 +1170,12 @@
960
1170
  <span class="method-parameter is-pulled-right">
961
1171
  <label>类型:</label>
962
1172
 
963
- <span class="param-type">Boolean</span>
1173
+ <span class="param-type">
1174
+
1175
+ Boolean
1176
+
1177
+ </span>
1178
+
964
1179
 
965
1180
 
966
1181
  </span>
@@ -994,7 +1209,7 @@
994
1209
 
995
1210
  <dt class="inherited-from">Inherited From:</dt>
996
1211
  <dd class="inherited-from"><ul class="dummy"><li>
997
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1212
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
998
1213
  </li></ul></dd>
999
1214
 
1000
1215
 
@@ -1035,7 +1250,12 @@
1035
1250
  <span class="method-parameter is-pulled-right">
1036
1251
  <label>类型:</label>
1037
1252
 
1038
- <span class="param-type">Number</span>
1253
+ <span class="param-type">
1254
+
1255
+ Number
1256
+
1257
+ </span>
1258
+
1039
1259
 
1040
1260
 
1041
1261
  </span>
@@ -1105,7 +1325,12 @@
1105
1325
  <span class="method-parameter is-pulled-right">
1106
1326
  <label>类型:</label>
1107
1327
 
1108
- <span class="param-type">String</span>
1328
+ <span class="param-type">
1329
+
1330
+ String
1331
+
1332
+ </span>
1333
+
1109
1334
 
1110
1335
 
1111
1336
  </span>
@@ -1179,7 +1404,12 @@
1179
1404
  <span class="method-parameter is-pulled-right">
1180
1405
  <label>类型:</label>
1181
1406
 
1182
- <span class="param-type">String</span>
1407
+ <span class="param-type">
1408
+
1409
+ String
1410
+
1411
+ </span>
1412
+
1183
1413
 
1184
1414
 
1185
1415
  </span>
@@ -1249,7 +1479,12 @@
1249
1479
  <span class="method-parameter is-pulled-right">
1250
1480
  <label>类型:</label>
1251
1481
 
1252
- <span class="param-type">Number</span>
1482
+ <span class="param-type">
1483
+
1484
+ Number
1485
+
1486
+ </span>
1487
+
1253
1488
 
1254
1489
 
1255
1490
  </span>
@@ -1319,7 +1554,12 @@
1319
1554
  <span class="method-parameter is-pulled-right">
1320
1555
  <label>类型:</label>
1321
1556
 
1322
- <span class="param-type">Boolean</span>
1557
+ <span class="param-type">
1558
+
1559
+ Boolean
1560
+
1561
+ </span>
1562
+
1323
1563
 
1324
1564
 
1325
1565
  </span>
@@ -1353,7 +1593,7 @@
1353
1593
 
1354
1594
  <dt class="inherited-from">Inherited From:</dt>
1355
1595
  <dd class="inherited-from"><ul class="dummy"><li>
1356
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1596
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1357
1597
  </li></ul></dd>
1358
1598
 
1359
1599
 
@@ -1415,7 +1655,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1415
1655
  <span class="method-parameter is-pulled-right">
1416
1656
  <label>类型:</label>
1417
1657
 
1418
- <span class="param-type">String</span>
1658
+ <span class="param-type">
1659
+
1660
+ String
1661
+
1662
+ </span>
1663
+
1419
1664
 
1420
1665
 
1421
1666
  </span>
@@ -1485,7 +1730,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1485
1730
  <span class="method-parameter is-pulled-right">
1486
1731
  <label>类型:</label>
1487
1732
 
1488
- <span class="param-type">Number</span>
1733
+ <span class="param-type">
1734
+
1735
+ Number
1736
+
1737
+ </span>
1738
+
1489
1739
 
1490
1740
 
1491
1741
  </span>
@@ -1559,7 +1809,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1559
1809
  <span class="method-parameter is-pulled-right">
1560
1810
  <label>类型:</label>
1561
1811
 
1562
- <span class="param-type">String</span>
1812
+ <span class="param-type">
1813
+
1814
+ String
1815
+
1816
+ </span>
1817
+
1563
1818
 
1564
1819
 
1565
1820
  </span>
@@ -1633,7 +1888,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1633
1888
  <span class="method-parameter is-pulled-right">
1634
1889
  <label>类型:</label>
1635
1890
 
1636
- <span class="param-type">String</span>
1891
+ <span class="param-type">
1892
+
1893
+ String
1894
+
1895
+ </span>
1896
+
1637
1897
 
1638
1898
 
1639
1899
  </span>
@@ -1667,7 +1927,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1667
1927
 
1668
1928
  <dt class="inherited-from">Inherited From:</dt>
1669
1929
  <dd class="inherited-from"><ul class="dummy"><li>
1670
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1930
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1671
1931
  </li></ul></dd>
1672
1932
 
1673
1933
 
@@ -1730,7 +1990,12 @@ BaseServer.headers.token = '新token';</code></pre>
1730
1990
  <span class="method-parameter is-pulled-right">
1731
1991
  <label>类型:</label>
1732
1992
 
1733
- <span class="param-type">String</span>
1993
+ <span class="param-type">
1994
+
1995
+ String
1996
+
1997
+ </span>
1998
+
1734
1999
 
1735
2000
 
1736
2001
  </span>
@@ -1800,7 +2065,12 @@ BaseServer.headers.token = '新token';</code></pre>
1800
2065
  <span class="method-parameter is-pulled-right">
1801
2066
  <label>类型:</label>
1802
2067
 
1803
- <span class="param-type">Boolean</span>
2068
+ <span class="param-type">
2069
+
2070
+ Boolean
2071
+
2072
+ </span>
2073
+
1804
2074
 
1805
2075
 
1806
2076
  </span>
@@ -1870,7 +2140,12 @@ BaseServer.headers.token = '新token';</code></pre>
1870
2140
  <span class="method-parameter is-pulled-right">
1871
2141
  <label>类型:</label>
1872
2142
 
1873
- <span class="param-type">Boolean</span>
2143
+ <span class="param-type">
2144
+
2145
+ Boolean
2146
+
2147
+ </span>
2148
+
1874
2149
 
1875
2150
 
1876
2151
  </span>
@@ -1940,7 +2215,12 @@ BaseServer.headers.token = '新token';</code></pre>
1940
2215
  <span class="method-parameter is-pulled-right">
1941
2216
  <label>类型:</label>
1942
2217
 
1943
- <span class="param-type">Boolean</span>
2218
+ <span class="param-type">
2219
+
2220
+ Boolean
2221
+
2222
+ </span>
2223
+
1944
2224
 
1945
2225
 
1946
2226
  </span>
@@ -2010,7 +2290,12 @@ BaseServer.headers.token = '新token';</code></pre>
2010
2290
  <span class="method-parameter is-pulled-right">
2011
2291
  <label>类型:</label>
2012
2292
 
2013
- <span class="param-type">Boolean</span>
2293
+ <span class="param-type">
2294
+
2295
+ Boolean
2296
+
2297
+ </span>
2298
+
2014
2299
 
2015
2300
 
2016
2301
  </span>
@@ -2080,7 +2365,12 @@ BaseServer.headers.token = '新token';</code></pre>
2080
2365
  <span class="method-parameter is-pulled-right">
2081
2366
  <label>类型:</label>
2082
2367
 
2083
- <span class="param-type">Number</span>
2368
+ <span class="param-type">
2369
+
2370
+ Number
2371
+
2372
+ </span>
2373
+
2084
2374
 
2085
2375
 
2086
2376
  </span>
@@ -2150,7 +2440,12 @@ BaseServer.headers.token = '新token';</code></pre>
2150
2440
  <span class="method-parameter is-pulled-right">
2151
2441
  <label>类型:</label>
2152
2442
 
2153
- <span class="param-type">function</span>
2443
+ <span class="param-type">
2444
+
2445
+ function
2446
+
2447
+ </span>
2448
+
2154
2449
 
2155
2450
 
2156
2451
  </span>
@@ -2184,7 +2479,7 @@ BaseServer.headers.token = '新token';</code></pre>
2184
2479
 
2185
2480
  <dt class="inherited-from">Inherited From:</dt>
2186
2481
  <dd class="inherited-from"><ul class="dummy"><li>
2187
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2482
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2188
2483
  </li></ul></dd>
2189
2484
 
2190
2485
 
@@ -2253,7 +2548,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2253
2548
  <span class="method-parameter is-pulled-right">
2254
2549
  <label>类型:</label>
2255
2550
 
2256
- <span class="param-type">String</span>
2551
+ <span class="param-type">
2552
+
2553
+ String
2554
+
2555
+ </span>
2556
+
2257
2557
 
2258
2558
 
2259
2559
  </span>
@@ -2287,7 +2587,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2287
2587
 
2288
2588
  <dt class="inherited-from">Inherited From:</dt>
2289
2589
  <dd class="inherited-from"><ul class="dummy"><li>
2290
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2590
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2291
2591
  </li></ul></dd>
2292
2592
 
2293
2593
 
@@ -2346,7 +2646,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
2346
2646
  <span class="method-parameter is-pulled-right">
2347
2647
  <label>类型:</label>
2348
2648
 
2349
- <span class="param-type">function</span>
2649
+ <span class="param-type">
2650
+
2651
+ function
2652
+
2653
+ </span>
2654
+
2350
2655
 
2351
2656
 
2352
2657
  </span>
@@ -2380,7 +2685,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2380
2685
 
2381
2686
  <dt class="inherited-from">Inherited From:</dt>
2382
2687
  <dd class="inherited-from"><ul class="dummy"><li>
2383
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2688
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2384
2689
  </li></ul></dd>
2385
2690
 
2386
2691
 
@@ -2451,7 +2756,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2451
2756
  <span class="method-parameter is-pulled-right">
2452
2757
  <label>类型:</label>
2453
2758
 
2454
- <span class="param-type">Number</span>
2759
+ <span class="param-type">
2760
+
2761
+ Number
2762
+
2763
+ </span>
2764
+
2455
2765
 
2456
2766
 
2457
2767
  </span>
@@ -2521,7 +2831,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2521
2831
  <span class="method-parameter is-pulled-right">
2522
2832
  <label>类型:</label>
2523
2833
 
2524
- <span class="param-type">String</span>
2834
+ <span class="param-type">
2835
+
2836
+ String
2837
+
2838
+ </span>
2839
+
2525
2840
 
2526
2841
 
2527
2842
  </span>
@@ -2591,7 +2906,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2591
2906
  <span class="method-parameter is-pulled-right">
2592
2907
  <label>类型:</label>
2593
2908
 
2594
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2909
+ <span class="param-type">
2910
+
2911
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2912
+
2913
+ </span>
2914
+
2595
2915
 
2596
2916
 
2597
2917
  </span>
@@ -2625,7 +2945,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2625
2945
 
2626
2946
  <dt class="inherited-from">Inherited From:</dt>
2627
2947
  <dd class="inherited-from"><ul class="dummy"><li>
2628
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2948
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2629
2949
  </li></ul></dd>
2630
2950
 
2631
2951
 
@@ -2688,7 +3008,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2688
3008
  <span class="method-parameter is-pulled-right">
2689
3009
  <label>类型:</label>
2690
3010
 
2691
- <span class="param-type">String</span>
3011
+ <span class="param-type">
3012
+
3013
+ String
3014
+
3015
+ </span>
3016
+
2692
3017
 
2693
3018
 
2694
3019
  </span>
@@ -2722,7 +3047,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2722
3047
 
2723
3048
  <dt class="inherited-from">Inherited From:</dt>
2724
3049
  <dd class="inherited-from"><ul class="dummy"><li>
2725
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
3050
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2726
3051
  </li></ul></dd>
2727
3052
 
2728
3053
 
@@ -2780,7 +3105,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2780
3105
  <span class="method-parameter is-pulled-right">
2781
3106
  <label>类型:</label>
2782
3107
 
2783
- <span class="param-type">String</span>
3108
+ <span class="param-type">
3109
+
3110
+ String
3111
+
3112
+ </span>
3113
+
2784
3114
 
2785
3115
 
2786
3116
  </span>
@@ -2814,7 +3144,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2814
3144
 
2815
3145
  <dt class="inherited-from">Inherited From:</dt>
2816
3146
  <dd class="inherited-from"><ul class="dummy"><li>
2817
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
3147
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2818
3148
  </li></ul></dd>
2819
3149
 
2820
3150
 
@@ -2872,7 +3202,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2872
3202
  <span class="method-parameter is-pulled-right">
2873
3203
  <label>类型:</label>
2874
3204
 
2875
- <span class="param-type">String</span>
3205
+ <span class="param-type">
3206
+
3207
+ String
3208
+
3209
+ </span>
3210
+
2876
3211
 
2877
3212
 
2878
3213
  </span>
@@ -2963,12 +3298,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2963
3298
  <tbody>
2964
3299
 
2965
3300
  <tr class="deep-level-0">
2966
- <td class="name"><code><a href="WorkFlowServer600231.html#execute">execute</a></code></td>
3301
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2967
3302
  <td class="name">
2968
3303
  <code>
2969
3304
 
2970
3305
 
2971
- <span class="param-type">Promise.&lt;Object></span>
3306
+ <span class="param-type">
3307
+
3308
+ Promise.&lt;Object>
3309
+
3310
+ </span>
3311
+
2972
3312
 
2973
3313
 
2974
3314
 
@@ -2978,7 +3318,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2978
3318
  </tr>
2979
3319
 
2980
3320
  <tr class="deep-level-0">
2981
- <td class="name"><code><a href="WorkFlowServer600231.html#queryServerInfo">queryServerInfo</a></code></td>
3321
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2982
3322
  <td class="name">
2983
3323
  <code>
2984
3324
 
@@ -2988,12 +3328,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2988
3328
  </tr>
2989
3329
 
2990
3330
  <tr class="deep-level-0">
2991
- <td class="name"><code><a href="WorkFlowServer600231.html#queryTaskResult">queryTaskResult</a></code></td>
3331
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2992
3332
  <td class="name">
2993
3333
  <code>
2994
3334
 
2995
3335
 
2996
- <span class="param-type">Promise.&lt;String></span>
3336
+ <span class="param-type">
3337
+
3338
+ Promise.&lt;String>
3339
+
3340
+ </span>
3341
+
2997
3342
 
2998
3343
 
2999
3344
 
@@ -3003,12 +3348,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3003
3348
  </tr>
3004
3349
 
3005
3350
  <tr class="deep-level-0">
3006
- <td class="name"><code><a href="WorkFlowServer600231.html#queryTaskStatus">queryTaskStatus</a></code></td>
3351
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
3007
3352
  <td class="name">
3008
3353
  <code>
3009
3354
 
3010
3355
 
3011
- <span class="param-type">Promise.&lt;String></span>
3356
+ <span class="param-type">
3357
+
3358
+ Promise.&lt;String>
3359
+
3360
+ </span>
3361
+
3012
3362
 
3013
3363
 
3014
3364
 
@@ -3018,12 +3368,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3018
3368
  </tr>
3019
3369
 
3020
3370
  <tr class="deep-level-0">
3021
- <td class="name"><code><a href="WorkFlowServer600231.html#submit">submit</a></code></td>
3371
+ <td class="name"><code><a href="#submit">submit</a></code></td>
3022
3372
  <td class="name">
3023
3373
  <code>
3024
3374
 
3025
3375
 
3026
- <span class="param-type">Promise.&lt;String></span>
3376
+ <span class="param-type">
3377
+
3378
+ Promise.&lt;String>
3379
+
3380
+ </span>
3381
+
3027
3382
 
3028
3383
 
3029
3384
 
@@ -3092,13 +3447,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3092
3447
 
3093
3448
  <tr class="deep-level-0">
3094
3449
 
3095
- <td class="name" id="options"><code>options</code></td>
3450
+ <td class="name"><code>options</code></td>
3096
3451
 
3097
3452
 
3098
3453
  <td class="type">
3099
3454
 
3100
3455
 
3101
- <span class="param-type">Object</span>
3456
+ <span class="param-type">
3457
+
3458
+ Object
3459
+
3460
+ </span>
3461
+
3102
3462
 
3103
3463
 
3104
3464
 
@@ -3118,13 +3478,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3118
3478
 
3119
3479
  <tr class="deep-level-1">
3120
3480
 
3121
- <td class="name" id="headers"><code>headers</code></td>
3481
+ <td class="name"><code>headers</code></td>
3122
3482
 
3123
3483
 
3124
3484
  <td class="type">
3125
3485
 
3126
3486
 
3127
- <span class="param-type">String</span>
3487
+ <span class="param-type">
3488
+
3489
+ String
3490
+
3491
+ </span>
3492
+
3128
3493
 
3129
3494
 
3130
3495
 
@@ -3144,13 +3509,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3144
3509
 
3145
3510
  <tr class="deep-level-1">
3146
3511
 
3147
- <td class="name" id="method"><code>method</code></td>
3512
+ <td class="name"><code>method</code></td>
3148
3513
 
3149
3514
 
3150
3515
  <td class="type">
3151
3516
 
3152
3517
 
3153
- <span class="param-type">String</span>
3518
+ <span class="param-type">
3519
+
3520
+ String
3521
+
3522
+ </span>
3523
+
3154
3524
 
3155
3525
 
3156
3526
 
@@ -3172,13 +3542,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3172
3542
 
3173
3543
  <tr class="deep-level-1">
3174
3544
 
3175
- <td class="name" id="success"><code>success</code></td>
3545
+ <td class="name"><code>success</code></td>
3176
3546
 
3177
3547
 
3178
3548
  <td class="type">
3179
3549
 
3180
3550
 
3181
- <span class="param-type">function</span>
3551
+ <span class="param-type">
3552
+
3553
+ function
3554
+
3555
+ </span>
3556
+
3182
3557
 
3183
3558
 
3184
3559
 
@@ -3198,13 +3573,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3198
3573
 
3199
3574
  <tr class="deep-level-1">
3200
3575
 
3201
- <td class="name" id="failure"><code>failure</code></td>
3576
+ <td class="name"><code>failure</code></td>
3202
3577
 
3203
3578
 
3204
3579
  <td class="type">
3205
3580
 
3206
3581
 
3207
- <span class="param-type">function</span>
3582
+ <span class="param-type">
3583
+
3584
+ function
3585
+
3586
+ </span>
3587
+
3208
3588
 
3209
3589
 
3210
3590
 
@@ -3243,7 +3623,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3243
3623
 
3244
3624
  <dt class="inherited-from">Inherited From:</dt>
3245
3625
  <dd class="inherited-from"><ul class="dummy"><li>
3246
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3626
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3247
3627
  </li></ul></dd>
3248
3628
 
3249
3629
 
@@ -3302,7 +3682,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3302
3682
  <div class='column is-5 has-text-left'>
3303
3683
  <label>类型: </label>
3304
3684
 
3305
- <span class="param-type">Promise.&lt;Object></span>
3685
+ <span class="param-type">
3686
+
3687
+ Promise.&lt;Object>
3688
+
3689
+ </span>
3690
+
3306
3691
 
3307
3692
 
3308
3693
  </div>
@@ -3387,7 +3772,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3387
3772
 
3388
3773
  <tr class="deep-level-0">
3389
3774
 
3390
- <td class="name" id="options"><code>options</code></td>
3775
+ <td class="name"><code>options</code></td>
3391
3776
 
3392
3777
 
3393
3778
  <td class="type">
@@ -3408,13 +3793,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3408
3793
 
3409
3794
  <tr class="deep-level-1">
3410
3795
 
3411
- <td class="name" id="success"><code>success</code></td>
3796
+ <td class="name"><code>success</code></td>
3412
3797
 
3413
3798
 
3414
3799
  <td class="type">
3415
3800
 
3416
3801
 
3417
- <span class="param-type">function</span>
3802
+ <span class="param-type">
3803
+
3804
+ function
3805
+
3806
+ </span>
3807
+
3418
3808
 
3419
3809
 
3420
3810
 
@@ -3436,13 +3826,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3436
3826
 
3437
3827
  <tr class="deep-level-1">
3438
3828
 
3439
- <td class="name" id="failure"><code>failure</code></td>
3829
+ <td class="name"><code>failure</code></td>
3440
3830
 
3441
3831
 
3442
3832
  <td class="type">
3443
3833
 
3444
3834
 
3445
- <span class="param-type">function</span>
3835
+ <span class="param-type">
3836
+
3837
+ function
3838
+
3839
+ </span>
3840
+
3446
3841
 
3447
3842
 
3448
3843
 
@@ -3483,7 +3878,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3483
3878
 
3484
3879
  <dt class="inherited-from">Inherited From:</dt>
3485
3880
  <dd class="inherited-from"><ul class="dummy"><li>
3486
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3881
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3487
3882
  </li></ul></dd>
3488
3883
 
3489
3884
 
@@ -3620,13 +4015,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3620
4015
 
3621
4016
  <tr class="deep-level-0">
3622
4017
 
3623
- <td class="name" id="options"><code>options</code></td>
4018
+ <td class="name"><code>options</code></td>
3624
4019
 
3625
4020
 
3626
4021
  <td class="type">
3627
4022
 
3628
4023
 
3629
- <span class="param-type">Object</span>
4024
+ <span class="param-type">
4025
+
4026
+ Object
4027
+
4028
+ </span>
4029
+
3630
4030
 
3631
4031
 
3632
4032
 
@@ -3646,13 +4046,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3646
4046
 
3647
4047
  <tr class="deep-level-1">
3648
4048
 
3649
- <td class="name" id="taskId"><code>taskId</code></td>
4049
+ <td class="name"><code>taskId</code></td>
3650
4050
 
3651
4051
 
3652
4052
  <td class="type">
3653
4053
 
3654
4054
 
3655
- <span class="param-type">String</span>
4055
+ <span class="param-type">
4056
+
4057
+ String
4058
+
4059
+ </span>
4060
+
3656
4061
 
3657
4062
 
3658
4063
 
@@ -3672,13 +4077,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3672
4077
 
3673
4078
  <tr class="deep-level-1">
3674
4079
 
3675
- <td class="name" id="headers"><code>headers</code></td>
4080
+ <td class="name"><code>headers</code></td>
3676
4081
 
3677
4082
 
3678
4083
  <td class="type">
3679
4084
 
3680
4085
 
3681
- <span class="param-type">String</span>
4086
+ <span class="param-type">
4087
+
4088
+ String
4089
+
4090
+ </span>
4091
+
3682
4092
 
3683
4093
 
3684
4094
 
@@ -3698,13 +4108,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3698
4108
 
3699
4109
  <tr class="deep-level-1">
3700
4110
 
3701
- <td class="name" id="method"><code>method</code></td>
4111
+ <td class="name"><code>method</code></td>
3702
4112
 
3703
4113
 
3704
4114
  <td class="type">
3705
4115
 
3706
4116
 
3707
- <span class="param-type">String</span>
4117
+ <span class="param-type">
4118
+
4119
+ String
4120
+
4121
+ </span>
4122
+
3708
4123
 
3709
4124
 
3710
4125
 
@@ -3726,13 +4141,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3726
4141
 
3727
4142
  <tr class="deep-level-1">
3728
4143
 
3729
- <td class="name" id="success"><code>success</code></td>
4144
+ <td class="name"><code>success</code></td>
3730
4145
 
3731
4146
 
3732
4147
  <td class="type">
3733
4148
 
3734
4149
 
3735
- <span class="param-type">function</span>
4150
+ <span class="param-type">
4151
+
4152
+ function
4153
+
4154
+ </span>
4155
+
3736
4156
 
3737
4157
 
3738
4158
 
@@ -3752,13 +4172,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3752
4172
 
3753
4173
  <tr class="deep-level-1">
3754
4174
 
3755
- <td class="name" id="failure"><code>failure</code></td>
4175
+ <td class="name"><code>failure</code></td>
3756
4176
 
3757
4177
 
3758
4178
  <td class="type">
3759
4179
 
3760
4180
 
3761
- <span class="param-type">function</span>
4181
+ <span class="param-type">
4182
+
4183
+ function
4184
+
4185
+ </span>
4186
+
3762
4187
 
3763
4188
 
3764
4189
 
@@ -3797,7 +4222,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3797
4222
 
3798
4223
  <dt class="inherited-from">Inherited From:</dt>
3799
4224
  <dd class="inherited-from"><ul class="dummy"><li>
3800
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
4225
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3801
4226
  </li></ul></dd>
3802
4227
 
3803
4228
 
@@ -3856,7 +4281,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3856
4281
  <div class='column is-5 has-text-left'>
3857
4282
  <label>类型: </label>
3858
4283
 
3859
- <span class="param-type">Promise.&lt;String></span>
4284
+ <span class="param-type">
4285
+
4286
+ Promise.&lt;String>
4287
+
4288
+ </span>
4289
+
3860
4290
 
3861
4291
 
3862
4292
  </div>
@@ -3941,13 +4371,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3941
4371
 
3942
4372
  <tr class="deep-level-0">
3943
4373
 
3944
- <td class="name" id="options"><code>options</code></td>
4374
+ <td class="name"><code>options</code></td>
3945
4375
 
3946
4376
 
3947
4377
  <td class="type">
3948
4378
 
3949
4379
 
3950
- <span class="param-type">Object</span>
4380
+ <span class="param-type">
4381
+
4382
+ Object
4383
+
4384
+ </span>
4385
+
3951
4386
 
3952
4387
 
3953
4388
 
@@ -3967,13 +4402,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3967
4402
 
3968
4403
  <tr class="deep-level-1">
3969
4404
 
3970
- <td class="name" id="taskId"><code>taskId</code></td>
4405
+ <td class="name"><code>taskId</code></td>
3971
4406
 
3972
4407
 
3973
4408
  <td class="type">
3974
4409
 
3975
4410
 
3976
- <span class="param-type">String</span>
4411
+ <span class="param-type">
4412
+
4413
+ String
4414
+
4415
+ </span>
4416
+
3977
4417
 
3978
4418
 
3979
4419
 
@@ -3993,13 +4433,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3993
4433
 
3994
4434
  <tr class="deep-level-1">
3995
4435
 
3996
- <td class="name" id="headers"><code>headers</code></td>
4436
+ <td class="name"><code>headers</code></td>
3997
4437
 
3998
4438
 
3999
4439
  <td class="type">
4000
4440
 
4001
4441
 
4002
- <span class="param-type">String</span>
4442
+ <span class="param-type">
4443
+
4444
+ String
4445
+
4446
+ </span>
4447
+
4003
4448
 
4004
4449
 
4005
4450
 
@@ -4019,13 +4464,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4019
4464
 
4020
4465
  <tr class="deep-level-1">
4021
4466
 
4022
- <td class="name" id="method"><code>method</code></td>
4467
+ <td class="name"><code>method</code></td>
4023
4468
 
4024
4469
 
4025
4470
  <td class="type">
4026
4471
 
4027
4472
 
4028
- <span class="param-type">String</span>
4473
+ <span class="param-type">
4474
+
4475
+ String
4476
+
4477
+ </span>
4478
+
4029
4479
 
4030
4480
 
4031
4481
 
@@ -4047,13 +4497,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4047
4497
 
4048
4498
  <tr class="deep-level-1">
4049
4499
 
4050
- <td class="name" id="success"><code>success</code></td>
4500
+ <td class="name"><code>success</code></td>
4051
4501
 
4052
4502
 
4053
4503
  <td class="type">
4054
4504
 
4055
4505
 
4056
- <span class="param-type">function</span>
4506
+ <span class="param-type">
4507
+
4508
+ function
4509
+
4510
+ </span>
4511
+
4057
4512
 
4058
4513
 
4059
4514
 
@@ -4073,13 +4528,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4073
4528
 
4074
4529
  <tr class="deep-level-1">
4075
4530
 
4076
- <td class="name" id="failure"><code>failure</code></td>
4531
+ <td class="name"><code>failure</code></td>
4077
4532
 
4078
4533
 
4079
4534
  <td class="type">
4080
4535
 
4081
4536
 
4082
- <span class="param-type">function</span>
4537
+ <span class="param-type">
4538
+
4539
+ function
4540
+
4541
+ </span>
4542
+
4083
4543
 
4084
4544
 
4085
4545
 
@@ -4118,7 +4578,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4118
4578
 
4119
4579
  <dt class="inherited-from">Inherited From:</dt>
4120
4580
  <dd class="inherited-from"><ul class="dummy"><li>
4121
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4581
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4122
4582
  </li></ul></dd>
4123
4583
 
4124
4584
 
@@ -4177,7 +4637,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
4177
4637
  <div class='column is-5 has-text-left'>
4178
4638
  <label>类型: </label>
4179
4639
 
4180
- <span class="param-type">Promise.&lt;String></span>
4640
+ <span class="param-type">
4641
+
4642
+ Promise.&lt;String>
4643
+
4644
+ </span>
4645
+
4181
4646
 
4182
4647
 
4183
4648
  </div>
@@ -4262,13 +4727,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4262
4727
 
4263
4728
  <tr class="deep-level-0">
4264
4729
 
4265
- <td class="name" id="options"><code>options</code></td>
4730
+ <td class="name"><code>options</code></td>
4266
4731
 
4267
4732
 
4268
4733
  <td class="type">
4269
4734
 
4270
4735
 
4271
- <span class="param-type">Object</span>
4736
+ <span class="param-type">
4737
+
4738
+ Object
4739
+
4740
+ </span>
4741
+
4272
4742
 
4273
4743
 
4274
4744
 
@@ -4288,13 +4758,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4288
4758
 
4289
4759
  <tr class="deep-level-1">
4290
4760
 
4291
- <td class="name" id="headers"><code>headers</code></td>
4761
+ <td class="name"><code>headers</code></td>
4292
4762
 
4293
4763
 
4294
4764
  <td class="type">
4295
4765
 
4296
4766
 
4297
- <span class="param-type">String</span>
4767
+ <span class="param-type">
4768
+
4769
+ String
4770
+
4771
+ </span>
4772
+
4298
4773
 
4299
4774
 
4300
4775
 
@@ -4314,13 +4789,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4314
4789
 
4315
4790
  <tr class="deep-level-1">
4316
4791
 
4317
- <td class="name" id="method"><code>method</code></td>
4792
+ <td class="name"><code>method</code></td>
4318
4793
 
4319
4794
 
4320
4795
  <td class="type">
4321
4796
 
4322
4797
 
4323
- <span class="param-type">String</span>
4798
+ <span class="param-type">
4799
+
4800
+ String
4801
+
4802
+ </span>
4803
+
4324
4804
 
4325
4805
 
4326
4806
 
@@ -4342,13 +4822,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4342
4822
 
4343
4823
  <tr class="deep-level-1">
4344
4824
 
4345
- <td class="name" id="success"><code>success</code></td>
4825
+ <td class="name"><code>success</code></td>
4346
4826
 
4347
4827
 
4348
4828
  <td class="type">
4349
4829
 
4350
4830
 
4351
- <span class="param-type">function</span>
4831
+ <span class="param-type">
4832
+
4833
+ function
4834
+
4835
+ </span>
4836
+
4352
4837
 
4353
4838
 
4354
4839
 
@@ -4368,13 +4853,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4368
4853
 
4369
4854
  <tr class="deep-level-1">
4370
4855
 
4371
- <td class="name" id="failure"><code>failure</code></td>
4856
+ <td class="name"><code>failure</code></td>
4372
4857
 
4373
4858
 
4374
4859
  <td class="type">
4375
4860
 
4376
4861
 
4377
- <span class="param-type">function</span>
4862
+ <span class="param-type">
4863
+
4864
+ function
4865
+
4866
+ </span>
4867
+
4378
4868
 
4379
4869
 
4380
4870
 
@@ -4413,7 +4903,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4413
4903
 
4414
4904
  <dt class="inherited-from">Inherited From:</dt>
4415
4905
  <dd class="inherited-from"><ul class="dummy"><li>
4416
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4906
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4417
4907
  </li></ul></dd>
4418
4908
 
4419
4909
 
@@ -4479,7 +4969,12 @@ console.log(&quot;submit: &quot;, res);
4479
4969
  <div class='column is-5 has-text-left'>
4480
4970
  <label>类型: </label>
4481
4971
 
4482
- <span class="param-type">Promise.&lt;String></span>
4972
+ <span class="param-type">
4973
+
4974
+ Promise.&lt;String>
4975
+
4976
+ </span>
4977
+
4483
4978
 
4484
4979
 
4485
4980
  </div>