@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="layerURLStr"><code>layerURLStr</code></td>
128
+ <td class="name"><code>layerURLStr</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="imageFilePath"><code>imageFilePath</code></td>
155
+ <td class="name"><code>imageFilePath</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="dpi"><code>dpi</code></td>
182
+ <td class="name"><code>dpi</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">Number</span>
188
+ <span class="param-type">
189
+
190
+ Number
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="colorMode"><code>colorMode</code></td>
209
+ <td class="name"><code>colorMode</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="mapRectStr"><code>mapRectStr</code></td>
236
+ <td class="name"><code>mapRectStr</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">String</span>
242
+ <span class="param-type">
243
+
244
+ String
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="layoutWidth"><code>layoutWidth</code></td>
263
+ <td class="name"><code>layoutWidth</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="layoutHeight"><code>layoutHeight</code></td>
290
+ <td class="name"><code>layoutHeight</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="pageWidth"><code>pageWidth</code></td>
317
+ <td class="name"><code>pageWidth</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="pageHeight"><code>pageHeight</code></td>
344
+ <td class="name"><code>pageHeight</code></td>
295
345
 
296
346
 
297
347
  <td class="type">
298
348
 
299
349
 
300
- <span class="param-type">Number</span>
350
+ <span class="param-type">
351
+
352
+ Number
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="sOrig"><code>sOrig</code></td>
371
+ <td class="name"><code>sOrig</code></td>
317
372
 
318
373
 
319
374
  <td class="type">
320
375
 
321
376
 
322
- <span class="param-type">Boolean</span>
377
+ <span class="param-type">
378
+
379
+ Boolean
380
+
381
+ </span>
382
+
323
383
 
324
384
 
325
385
 
@@ -441,7 +501,7 @@
441
501
 
442
502
 
443
503
  <ul>
444
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
504
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
445
505
  </ul>
446
506
 
447
507
 
@@ -473,11 +533,16 @@
473
533
  <tbody>
474
534
 
475
535
  <tr class="deep-level-0">
476
- <td class="name"><code><a href="WorkFlowServer600314.html#clientId">clientId</a></code></td>
536
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
477
537
  <td class="name">
478
538
  <code>
479
539
 
480
- <span class="param-type">Boolean</span>
540
+ <span class="param-type">
541
+
542
+ Boolean
543
+
544
+ </span>
545
+
481
546
 
482
547
 
483
548
  </code>
@@ -486,11 +551,16 @@
486
551
  </tr>
487
552
 
488
553
  <tr class="deep-level-0">
489
- <td class="name"><code><a href="WorkFlowServer600314.html#colorMode">colorMode</a></code></td>
554
+ <td class="name"><code><a href="#colorMode">colorMode</a></code></td>
490
555
  <td class="name">
491
556
  <code>
492
557
 
493
- <span class="param-type">Number</span>
558
+ <span class="param-type">
559
+
560
+ Number
561
+
562
+ </span>
563
+
494
564
 
495
565
 
496
566
  </code>
@@ -499,11 +569,16 @@
499
569
  </tr>
500
570
 
501
571
  <tr class="deep-level-0">
502
- <td class="name"><code><a href="WorkFlowServer600314.html#description">description</a></code></td>
572
+ <td class="name"><code><a href="#description">description</a></code></td>
503
573
  <td class="name">
504
574
  <code>
505
575
 
506
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
581
+
507
582
 
508
583
 
509
584
  </code>
@@ -512,11 +587,16 @@
512
587
  </tr>
513
588
 
514
589
  <tr class="deep-level-0">
515
- <td class="name"><code><a href="WorkFlowServer600314.html#dpi">dpi</a></code></td>
590
+ <td class="name"><code><a href="#dpi">dpi</a></code></td>
516
591
  <td class="name">
517
592
  <code>
518
593
 
519
- <span class="param-type">Number</span>
594
+ <span class="param-type">
595
+
596
+ Number
597
+
598
+ </span>
599
+
520
600
 
521
601
 
522
602
  </code>
@@ -525,11 +605,16 @@
525
605
  </tr>
526
606
 
527
607
  <tr class="deep-level-0">
528
- <td class="name"><code><a href="WorkFlowServer600314.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
608
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
529
609
  <td class="name">
530
610
  <code>
531
611
 
532
- <span class="param-type">Boolean</span>
612
+ <span class="param-type">
613
+
614
+ Boolean
615
+
616
+ </span>
617
+
533
618
 
534
619
 
535
620
  </code>
@@ -538,11 +623,16 @@
538
623
  </tr>
539
624
 
540
625
  <tr class="deep-level-0">
541
- <td class="name"><code><a href="WorkFlowServer600314.html#flowId">flowId</a></code></td>
626
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
542
627
  <td class="name">
543
628
  <code>
544
629
 
545
- <span class="param-type">Number</span>
630
+ <span class="param-type">
631
+
632
+ Number
633
+
634
+ </span>
635
+
546
636
 
547
637
 
548
638
  </code>
@@ -551,11 +641,16 @@
551
641
  </tr>
552
642
 
553
643
  <tr class="deep-level-0">
554
- <td class="name"><code><a href="WorkFlowServer600314.html#groupName">groupName</a></code></td>
644
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
555
645
  <td class="name">
556
646
  <code>
557
647
 
558
- <span class="param-type">String</span>
648
+ <span class="param-type">
649
+
650
+ String
651
+
652
+ </span>
653
+
559
654
 
560
655
 
561
656
  </code>
@@ -564,11 +659,16 @@
564
659
  </tr>
565
660
 
566
661
  <tr class="deep-level-0">
567
- <td class="name"><code><a href="WorkFlowServer600314.html#headers">headers</a></code></td>
662
+ <td class="name"><code><a href="#headers">headers</a></code></td>
568
663
  <td class="name">
569
664
  <code>
570
665
 
571
- <span class="param-type">String</span>
666
+ <span class="param-type">
667
+
668
+ String
669
+
670
+ </span>
671
+
572
672
 
573
673
 
574
674
  </code>
@@ -577,11 +677,16 @@
577
677
  </tr>
578
678
 
579
679
  <tr class="deep-level-0">
580
- <td class="name"><code><a href="WorkFlowServer600314.html#imageFilePath">imageFilePath</a></code></td>
680
+ <td class="name"><code><a href="#imageFilePath">imageFilePath</a></code></td>
581
681
  <td class="name">
582
682
  <code>
583
683
 
584
- <span class="param-type">String</span>
684
+ <span class="param-type">
685
+
686
+ String
687
+
688
+ </span>
689
+
585
690
 
586
691
 
587
692
  </code>
@@ -590,11 +695,16 @@
590
695
  </tr>
591
696
 
592
697
  <tr class="deep-level-0">
593
- <td class="name"><code><a href="WorkFlowServer600314.html#layerURLStr">layerURLStr</a></code></td>
698
+ <td class="name"><code><a href="#layerURLStr">layerURLStr</a></code></td>
594
699
  <td class="name">
595
700
  <code>
596
701
 
597
- <span class="param-type">String</span>
702
+ <span class="param-type">
703
+
704
+ String
705
+
706
+ </span>
707
+
598
708
 
599
709
 
600
710
  </code>
@@ -603,11 +713,16 @@
603
713
  </tr>
604
714
 
605
715
  <tr class="deep-level-0">
606
- <td class="name"><code><a href="WorkFlowServer600314.html#layoutHeight">layoutHeight</a></code></td>
716
+ <td class="name"><code><a href="#layoutHeight">layoutHeight</a></code></td>
607
717
  <td class="name">
608
718
  <code>
609
719
 
610
- <span class="param-type">Number</span>
720
+ <span class="param-type">
721
+
722
+ Number
723
+
724
+ </span>
725
+
611
726
 
612
727
 
613
728
  </code>
@@ -616,11 +731,16 @@
616
731
  </tr>
617
732
 
618
733
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="WorkFlowServer600314.html#layoutWidth">layoutWidth</a></code></td>
734
+ <td class="name"><code><a href="#layoutWidth">layoutWidth</a></code></td>
620
735
  <td class="name">
621
736
  <code>
622
737
 
623
- <span class="param-type">Number</span>
738
+ <span class="param-type">
739
+
740
+ Number
741
+
742
+ </span>
743
+
624
744
 
625
745
 
626
746
  </code>
@@ -629,11 +749,16 @@
629
749
  </tr>
630
750
 
631
751
  <tr class="deep-level-0">
632
- <td class="name"><code><a href="WorkFlowServer600314.html#mapRectStr">mapRectStr</a></code></td>
752
+ <td class="name"><code><a href="#mapRectStr">mapRectStr</a></code></td>
633
753
  <td class="name">
634
754
  <code>
635
755
 
636
- <span class="param-type">String</span>
756
+ <span class="param-type">
757
+
758
+ String
759
+
760
+ </span>
761
+
637
762
 
638
763
 
639
764
  </code>
@@ -642,11 +767,16 @@
642
767
  </tr>
643
768
 
644
769
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="WorkFlowServer600314.html#pageHeight">pageHeight</a></code></td>
770
+ <td class="name"><code><a href="#pageHeight">pageHeight</a></code></td>
646
771
  <td class="name">
647
772
  <code>
648
773
 
649
- <span class="param-type">Number</span>
774
+ <span class="param-type">
775
+
776
+ Number
777
+
778
+ </span>
779
+
650
780
 
651
781
 
652
782
  </code>
@@ -655,11 +785,16 @@
655
785
  </tr>
656
786
 
657
787
  <tr class="deep-level-0">
658
- <td class="name"><code><a href="WorkFlowServer600314.html#pageWidth">pageWidth</a></code></td>
788
+ <td class="name"><code><a href="#pageWidth">pageWidth</a></code></td>
659
789
  <td class="name">
660
790
  <code>
661
791
 
662
- <span class="param-type">Number</span>
792
+ <span class="param-type">
793
+
794
+ Number
795
+
796
+ </span>
797
+
663
798
 
664
799
 
665
800
  </code>
@@ -668,11 +803,16 @@
668
803
  </tr>
669
804
 
670
805
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="WorkFlowServer600314.html#requestInterceptor">requestInterceptor</a></code></td>
806
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
672
807
  <td class="name">
673
808
  <code>
674
809
 
675
- <span class="param-type">function</span>
810
+ <span class="param-type">
811
+
812
+ function
813
+
814
+ </span>
815
+
676
816
 
677
817
 
678
818
  </code>
@@ -681,11 +821,16 @@
681
821
  </tr>
682
822
 
683
823
  <tr class="deep-level-0">
684
- <td class="name"><code><a href="WorkFlowServer600314.html#requestTimeout">requestTimeout</a></code></td>
824
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
685
825
  <td class="name">
686
826
  <code>
687
827
 
688
- <span class="param-type">String</span>
828
+ <span class="param-type">
829
+
830
+ String
831
+
832
+ </span>
833
+
689
834
 
690
835
 
691
836
  </code>
@@ -694,11 +839,16 @@
694
839
  </tr>
695
840
 
696
841
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="WorkFlowServer600314.html#responseInterceptor">responseInterceptor</a></code></td>
842
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
698
843
  <td class="name">
699
844
  <code>
700
845
 
701
- <span class="param-type">function</span>
846
+ <span class="param-type">
847
+
848
+ function
849
+
850
+ </span>
851
+
702
852
 
703
853
 
704
854
  </code>
@@ -707,11 +857,16 @@
707
857
  </tr>
708
858
 
709
859
  <tr class="deep-level-0">
710
- <td class="name"><code><a href="WorkFlowServer600314.html#sOrig">sOrig</a></code></td>
860
+ <td class="name"><code><a href="#sOrig">sOrig</a></code></td>
711
861
  <td class="name">
712
862
  <code>
713
863
 
714
- <span class="param-type">Boolean</span>
864
+ <span class="param-type">
865
+
866
+ Boolean
867
+
868
+ </span>
869
+
715
870
 
716
871
 
717
872
  </code>
@@ -720,11 +875,16 @@
720
875
  </tr>
721
876
 
722
877
  <tr class="deep-level-0">
723
- <td class="name"><code><a href="WorkFlowServer600314.html#tokenAttachType">tokenAttachType</a></code></td>
878
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
724
879
  <td class="name">
725
880
  <code>
726
881
 
727
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
882
+ <span class="param-type">
883
+
884
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
885
+
886
+ </span>
887
+
728
888
 
729
889
 
730
890
  </code>
@@ -733,11 +893,16 @@
733
893
  </tr>
734
894
 
735
895
  <tr class="deep-level-0">
736
- <td class="name"><code><a href="WorkFlowServer600314.html#tokenKey">tokenKey</a></code></td>
896
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
737
897
  <td class="name">
738
898
  <code>
739
899
 
740
- <span class="param-type">String</span>
900
+ <span class="param-type">
901
+
902
+ String
903
+
904
+ </span>
905
+
741
906
 
742
907
 
743
908
  </code>
@@ -746,11 +911,16 @@
746
911
  </tr>
747
912
 
748
913
  <tr class="deep-level-0">
749
- <td class="name"><code><a href="WorkFlowServer600314.html#tokenValue">tokenValue</a></code></td>
914
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
750
915
  <td class="name">
751
916
  <code>
752
917
 
753
- <span class="param-type">String</span>
918
+ <span class="param-type">
919
+
920
+ String
921
+
922
+ </span>
923
+
754
924
 
755
925
 
756
926
  </code>
@@ -759,11 +929,16 @@
759
929
  </tr>
760
930
 
761
931
  <tr class="deep-level-0">
762
- <td class="name"><code><a href="WorkFlowServer600314.html#url">url</a></code></td>
932
+ <td class="name"><code><a href="#url">url</a></code></td>
763
933
  <td class="name">
764
934
  <code>
765
935
 
766
- <span class="param-type">String</span>
936
+ <span class="param-type">
937
+
938
+ String
939
+
940
+ </span>
941
+
767
942
 
768
943
 
769
944
  </code>
@@ -782,7 +957,12 @@
782
957
  <span class="method-parameter is-pulled-right">
783
958
  <label>类型:</label>
784
959
 
785
- <span class="param-type">Boolean</span>
960
+ <span class="param-type">
961
+
962
+ Boolean
963
+
964
+ </span>
965
+
786
966
 
787
967
 
788
968
  </span>
@@ -816,7 +996,7 @@
816
996
 
817
997
  <dt class="inherited-from">Inherited From:</dt>
818
998
  <dd class="inherited-from"><ul class="dummy"><li>
819
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
999
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
820
1000
  </li></ul></dd>
821
1001
 
822
1002
 
@@ -857,7 +1037,12 @@
857
1037
  <span class="method-parameter is-pulled-right">
858
1038
  <label>类型:</label>
859
1039
 
860
- <span class="param-type">Number</span>
1040
+ <span class="param-type">
1041
+
1042
+ Number
1043
+
1044
+ </span>
1045
+
861
1046
 
862
1047
 
863
1048
  </span>
@@ -927,7 +1112,12 @@
927
1112
  <span class="method-parameter is-pulled-right">
928
1113
  <label>类型:</label>
929
1114
 
930
- <span class="param-type">String</span>
1115
+ <span class="param-type">
1116
+
1117
+ String
1118
+
1119
+ </span>
1120
+
931
1121
 
932
1122
 
933
1123
  </span>
@@ -1001,7 +1191,12 @@
1001
1191
  <span class="method-parameter is-pulled-right">
1002
1192
  <label>类型:</label>
1003
1193
 
1004
- <span class="param-type">Number</span>
1194
+ <span class="param-type">
1195
+
1196
+ Number
1197
+
1198
+ </span>
1199
+
1005
1200
 
1006
1201
 
1007
1202
  </span>
@@ -1071,7 +1266,12 @@
1071
1266
  <span class="method-parameter is-pulled-right">
1072
1267
  <label>类型:</label>
1073
1268
 
1074
- <span class="param-type">Boolean</span>
1269
+ <span class="param-type">
1270
+
1271
+ Boolean
1272
+
1273
+ </span>
1274
+
1075
1275
 
1076
1276
 
1077
1277
  </span>
@@ -1105,7 +1305,7 @@
1105
1305
 
1106
1306
  <dt class="inherited-from">Inherited From:</dt>
1107
1307
  <dd class="inherited-from"><ul class="dummy"><li>
1108
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1308
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1109
1309
  </li></ul></dd>
1110
1310
 
1111
1311
 
@@ -1167,7 +1367,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1167
1367
  <span class="method-parameter is-pulled-right">
1168
1368
  <label>类型:</label>
1169
1369
 
1170
- <span class="param-type">Number</span>
1370
+ <span class="param-type">
1371
+
1372
+ Number
1373
+
1374
+ </span>
1375
+
1171
1376
 
1172
1377
 
1173
1378
  </span>
@@ -1241,7 +1446,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1241
1446
  <span class="method-parameter is-pulled-right">
1242
1447
  <label>类型:</label>
1243
1448
 
1244
- <span class="param-type">String</span>
1449
+ <span class="param-type">
1450
+
1451
+ String
1452
+
1453
+ </span>
1454
+
1245
1455
 
1246
1456
 
1247
1457
  </span>
@@ -1315,7 +1525,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1315
1525
  <span class="method-parameter is-pulled-right">
1316
1526
  <label>类型:</label>
1317
1527
 
1318
- <span class="param-type">String</span>
1528
+ <span class="param-type">
1529
+
1530
+ String
1531
+
1532
+ </span>
1533
+
1319
1534
 
1320
1535
 
1321
1536
  </span>
@@ -1349,7 +1564,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1349
1564
 
1350
1565
  <dt class="inherited-from">Inherited From:</dt>
1351
1566
  <dd class="inherited-from"><ul class="dummy"><li>
1352
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1567
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1353
1568
  </li></ul></dd>
1354
1569
 
1355
1570
 
@@ -1412,7 +1627,12 @@ BaseServer.headers.token = '新token';</code></pre>
1412
1627
  <span class="method-parameter is-pulled-right">
1413
1628
  <label>类型:</label>
1414
1629
 
1415
- <span class="param-type">String</span>
1630
+ <span class="param-type">
1631
+
1632
+ String
1633
+
1634
+ </span>
1635
+
1416
1636
 
1417
1637
 
1418
1638
  </span>
@@ -1482,7 +1702,12 @@ BaseServer.headers.token = '新token';</code></pre>
1482
1702
  <span class="method-parameter is-pulled-right">
1483
1703
  <label>类型:</label>
1484
1704
 
1485
- <span class="param-type">String</span>
1705
+ <span class="param-type">
1706
+
1707
+ String
1708
+
1709
+ </span>
1710
+
1486
1711
 
1487
1712
 
1488
1713
  </span>
@@ -1552,7 +1777,12 @@ BaseServer.headers.token = '新token';</code></pre>
1552
1777
  <span class="method-parameter is-pulled-right">
1553
1778
  <label>类型:</label>
1554
1779
 
1555
- <span class="param-type">Number</span>
1780
+ <span class="param-type">
1781
+
1782
+ Number
1783
+
1784
+ </span>
1785
+
1556
1786
 
1557
1787
 
1558
1788
  </span>
@@ -1622,7 +1852,12 @@ BaseServer.headers.token = '新token';</code></pre>
1622
1852
  <span class="method-parameter is-pulled-right">
1623
1853
  <label>类型:</label>
1624
1854
 
1625
- <span class="param-type">Number</span>
1855
+ <span class="param-type">
1856
+
1857
+ Number
1858
+
1859
+ </span>
1860
+
1626
1861
 
1627
1862
 
1628
1863
  </span>
@@ -1692,7 +1927,12 @@ BaseServer.headers.token = '新token';</code></pre>
1692
1927
  <span class="method-parameter is-pulled-right">
1693
1928
  <label>类型:</label>
1694
1929
 
1695
- <span class="param-type">String</span>
1930
+ <span class="param-type">
1931
+
1932
+ String
1933
+
1934
+ </span>
1935
+
1696
1936
 
1697
1937
 
1698
1938
  </span>
@@ -1762,7 +2002,12 @@ BaseServer.headers.token = '新token';</code></pre>
1762
2002
  <span class="method-parameter is-pulled-right">
1763
2003
  <label>类型:</label>
1764
2004
 
1765
- <span class="param-type">Number</span>
2005
+ <span class="param-type">
2006
+
2007
+ Number
2008
+
2009
+ </span>
2010
+
1766
2011
 
1767
2012
 
1768
2013
  </span>
@@ -1832,7 +2077,12 @@ BaseServer.headers.token = '新token';</code></pre>
1832
2077
  <span class="method-parameter is-pulled-right">
1833
2078
  <label>类型:</label>
1834
2079
 
1835
- <span class="param-type">Number</span>
2080
+ <span class="param-type">
2081
+
2082
+ Number
2083
+
2084
+ </span>
2085
+
1836
2086
 
1837
2087
 
1838
2088
  </span>
@@ -1902,7 +2152,12 @@ BaseServer.headers.token = '新token';</code></pre>
1902
2152
  <span class="method-parameter is-pulled-right">
1903
2153
  <label>类型:</label>
1904
2154
 
1905
- <span class="param-type">function</span>
2155
+ <span class="param-type">
2156
+
2157
+ function
2158
+
2159
+ </span>
2160
+
1906
2161
 
1907
2162
 
1908
2163
  </span>
@@ -1936,7 +2191,7 @@ BaseServer.headers.token = '新token';</code></pre>
1936
2191
 
1937
2192
  <dt class="inherited-from">Inherited From:</dt>
1938
2193
  <dd class="inherited-from"><ul class="dummy"><li>
1939
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2194
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1940
2195
  </li></ul></dd>
1941
2196
 
1942
2197
 
@@ -2005,7 +2260,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2005
2260
  <span class="method-parameter is-pulled-right">
2006
2261
  <label>类型:</label>
2007
2262
 
2008
- <span class="param-type">String</span>
2263
+ <span class="param-type">
2264
+
2265
+ String
2266
+
2267
+ </span>
2268
+
2009
2269
 
2010
2270
 
2011
2271
  </span>
@@ -2039,7 +2299,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2039
2299
 
2040
2300
  <dt class="inherited-from">Inherited From:</dt>
2041
2301
  <dd class="inherited-from"><ul class="dummy"><li>
2042
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2302
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2043
2303
  </li></ul></dd>
2044
2304
 
2045
2305
 
@@ -2098,7 +2358,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
2098
2358
  <span class="method-parameter is-pulled-right">
2099
2359
  <label>类型:</label>
2100
2360
 
2101
- <span class="param-type">function</span>
2361
+ <span class="param-type">
2362
+
2363
+ function
2364
+
2365
+ </span>
2366
+
2102
2367
 
2103
2368
 
2104
2369
  </span>
@@ -2132,7 +2397,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2132
2397
 
2133
2398
  <dt class="inherited-from">Inherited From:</dt>
2134
2399
  <dd class="inherited-from"><ul class="dummy"><li>
2135
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2400
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2136
2401
  </li></ul></dd>
2137
2402
 
2138
2403
 
@@ -2203,7 +2468,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2203
2468
  <span class="method-parameter is-pulled-right">
2204
2469
  <label>类型:</label>
2205
2470
 
2206
- <span class="param-type">Boolean</span>
2471
+ <span class="param-type">
2472
+
2473
+ Boolean
2474
+
2475
+ </span>
2476
+
2207
2477
 
2208
2478
 
2209
2479
  </span>
@@ -2273,7 +2543,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2273
2543
  <span class="method-parameter is-pulled-right">
2274
2544
  <label>类型:</label>
2275
2545
 
2276
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2546
+ <span class="param-type">
2547
+
2548
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2549
+
2550
+ </span>
2551
+
2277
2552
 
2278
2553
 
2279
2554
  </span>
@@ -2307,7 +2582,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2307
2582
 
2308
2583
  <dt class="inherited-from">Inherited From:</dt>
2309
2584
  <dd class="inherited-from"><ul class="dummy"><li>
2310
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2585
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2311
2586
  </li></ul></dd>
2312
2587
 
2313
2588
 
@@ -2370,7 +2645,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2370
2645
  <span class="method-parameter is-pulled-right">
2371
2646
  <label>类型:</label>
2372
2647
 
2373
- <span class="param-type">String</span>
2648
+ <span class="param-type">
2649
+
2650
+ String
2651
+
2652
+ </span>
2653
+
2374
2654
 
2375
2655
 
2376
2656
  </span>
@@ -2404,7 +2684,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2404
2684
 
2405
2685
  <dt class="inherited-from">Inherited From:</dt>
2406
2686
  <dd class="inherited-from"><ul class="dummy"><li>
2407
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2687
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2408
2688
  </li></ul></dd>
2409
2689
 
2410
2690
 
@@ -2462,7 +2742,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2462
2742
  <span class="method-parameter is-pulled-right">
2463
2743
  <label>类型:</label>
2464
2744
 
2465
- <span class="param-type">String</span>
2745
+ <span class="param-type">
2746
+
2747
+ String
2748
+
2749
+ </span>
2750
+
2466
2751
 
2467
2752
 
2468
2753
  </span>
@@ -2496,7 +2781,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2496
2781
 
2497
2782
  <dt class="inherited-from">Inherited From:</dt>
2498
2783
  <dd class="inherited-from"><ul class="dummy"><li>
2499
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2784
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2500
2785
  </li></ul></dd>
2501
2786
 
2502
2787
 
@@ -2554,7 +2839,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2554
2839
  <span class="method-parameter is-pulled-right">
2555
2840
  <label>类型:</label>
2556
2841
 
2557
- <span class="param-type">String</span>
2842
+ <span class="param-type">
2843
+
2844
+ String
2845
+
2846
+ </span>
2847
+
2558
2848
 
2559
2849
 
2560
2850
  </span>
@@ -2645,12 +2935,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2645
2935
  <tbody>
2646
2936
 
2647
2937
  <tr class="deep-level-0">
2648
- <td class="name"><code><a href="WorkFlowServer600314.html#execute">execute</a></code></td>
2938
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2649
2939
  <td class="name">
2650
2940
  <code>
2651
2941
 
2652
2942
 
2653
- <span class="param-type">Promise.&lt;Object></span>
2943
+ <span class="param-type">
2944
+
2945
+ Promise.&lt;Object>
2946
+
2947
+ </span>
2948
+
2654
2949
 
2655
2950
 
2656
2951
 
@@ -2660,7 +2955,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2660
2955
  </tr>
2661
2956
 
2662
2957
  <tr class="deep-level-0">
2663
- <td class="name"><code><a href="WorkFlowServer600314.html#queryServerInfo">queryServerInfo</a></code></td>
2958
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2664
2959
  <td class="name">
2665
2960
  <code>
2666
2961
 
@@ -2670,12 +2965,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2670
2965
  </tr>
2671
2966
 
2672
2967
  <tr class="deep-level-0">
2673
- <td class="name"><code><a href="WorkFlowServer600314.html#queryTaskResult">queryTaskResult</a></code></td>
2968
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2674
2969
  <td class="name">
2675
2970
  <code>
2676
2971
 
2677
2972
 
2678
- <span class="param-type">Promise.&lt;String></span>
2973
+ <span class="param-type">
2974
+
2975
+ Promise.&lt;String>
2976
+
2977
+ </span>
2978
+
2679
2979
 
2680
2980
 
2681
2981
 
@@ -2685,12 +2985,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2685
2985
  </tr>
2686
2986
 
2687
2987
  <tr class="deep-level-0">
2688
- <td class="name"><code><a href="WorkFlowServer600314.html#queryTaskStatus">queryTaskStatus</a></code></td>
2988
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2689
2989
  <td class="name">
2690
2990
  <code>
2691
2991
 
2692
2992
 
2693
- <span class="param-type">Promise.&lt;String></span>
2993
+ <span class="param-type">
2994
+
2995
+ Promise.&lt;String>
2996
+
2997
+ </span>
2998
+
2694
2999
 
2695
3000
 
2696
3001
 
@@ -2700,12 +3005,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2700
3005
  </tr>
2701
3006
 
2702
3007
  <tr class="deep-level-0">
2703
- <td class="name"><code><a href="WorkFlowServer600314.html#submit">submit</a></code></td>
3008
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2704
3009
  <td class="name">
2705
3010
  <code>
2706
3011
 
2707
3012
 
2708
- <span class="param-type">Promise.&lt;String></span>
3013
+ <span class="param-type">
3014
+
3015
+ Promise.&lt;String>
3016
+
3017
+ </span>
3018
+
2709
3019
 
2710
3020
 
2711
3021
 
@@ -2774,13 +3084,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2774
3084
 
2775
3085
  <tr class="deep-level-0">
2776
3086
 
2777
- <td class="name" id="options"><code>options</code></td>
3087
+ <td class="name"><code>options</code></td>
2778
3088
 
2779
3089
 
2780
3090
  <td class="type">
2781
3091
 
2782
3092
 
2783
- <span class="param-type">Object</span>
3093
+ <span class="param-type">
3094
+
3095
+ Object
3096
+
3097
+ </span>
3098
+
2784
3099
 
2785
3100
 
2786
3101
 
@@ -2800,13 +3115,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2800
3115
 
2801
3116
  <tr class="deep-level-1">
2802
3117
 
2803
- <td class="name" id="headers"><code>headers</code></td>
3118
+ <td class="name"><code>headers</code></td>
2804
3119
 
2805
3120
 
2806
3121
  <td class="type">
2807
3122
 
2808
3123
 
2809
- <span class="param-type">String</span>
3124
+ <span class="param-type">
3125
+
3126
+ String
3127
+
3128
+ </span>
3129
+
2810
3130
 
2811
3131
 
2812
3132
 
@@ -2826,13 +3146,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2826
3146
 
2827
3147
  <tr class="deep-level-1">
2828
3148
 
2829
- <td class="name" id="method"><code>method</code></td>
3149
+ <td class="name"><code>method</code></td>
2830
3150
 
2831
3151
 
2832
3152
  <td class="type">
2833
3153
 
2834
3154
 
2835
- <span class="param-type">String</span>
3155
+ <span class="param-type">
3156
+
3157
+ String
3158
+
3159
+ </span>
3160
+
2836
3161
 
2837
3162
 
2838
3163
 
@@ -2854,13 +3179,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2854
3179
 
2855
3180
  <tr class="deep-level-1">
2856
3181
 
2857
- <td class="name" id="success"><code>success</code></td>
3182
+ <td class="name"><code>success</code></td>
2858
3183
 
2859
3184
 
2860
3185
  <td class="type">
2861
3186
 
2862
3187
 
2863
- <span class="param-type">function</span>
3188
+ <span class="param-type">
3189
+
3190
+ function
3191
+
3192
+ </span>
3193
+
2864
3194
 
2865
3195
 
2866
3196
 
@@ -2880,13 +3210,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2880
3210
 
2881
3211
  <tr class="deep-level-1">
2882
3212
 
2883
- <td class="name" id="failure"><code>failure</code></td>
3213
+ <td class="name"><code>failure</code></td>
2884
3214
 
2885
3215
 
2886
3216
  <td class="type">
2887
3217
 
2888
3218
 
2889
- <span class="param-type">function</span>
3219
+ <span class="param-type">
3220
+
3221
+ function
3222
+
3223
+ </span>
3224
+
2890
3225
 
2891
3226
 
2892
3227
 
@@ -2925,7 +3260,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2925
3260
 
2926
3261
  <dt class="inherited-from">Inherited From:</dt>
2927
3262
  <dd class="inherited-from"><ul class="dummy"><li>
2928
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3263
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2929
3264
  </li></ul></dd>
2930
3265
 
2931
3266
 
@@ -2984,7 +3319,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2984
3319
  <div class='column is-5 has-text-left'>
2985
3320
  <label>类型: </label>
2986
3321
 
2987
- <span class="param-type">Promise.&lt;Object></span>
3322
+ <span class="param-type">
3323
+
3324
+ Promise.&lt;Object>
3325
+
3326
+ </span>
3327
+
2988
3328
 
2989
3329
 
2990
3330
  </div>
@@ -3069,7 +3409,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3069
3409
 
3070
3410
  <tr class="deep-level-0">
3071
3411
 
3072
- <td class="name" id="options"><code>options</code></td>
3412
+ <td class="name"><code>options</code></td>
3073
3413
 
3074
3414
 
3075
3415
  <td class="type">
@@ -3090,13 +3430,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3090
3430
 
3091
3431
  <tr class="deep-level-1">
3092
3432
 
3093
- <td class="name" id="success"><code>success</code></td>
3433
+ <td class="name"><code>success</code></td>
3094
3434
 
3095
3435
 
3096
3436
  <td class="type">
3097
3437
 
3098
3438
 
3099
- <span class="param-type">function</span>
3439
+ <span class="param-type">
3440
+
3441
+ function
3442
+
3443
+ </span>
3444
+
3100
3445
 
3101
3446
 
3102
3447
 
@@ -3118,13 +3463,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3118
3463
 
3119
3464
  <tr class="deep-level-1">
3120
3465
 
3121
- <td class="name" id="failure"><code>failure</code></td>
3466
+ <td class="name"><code>failure</code></td>
3122
3467
 
3123
3468
 
3124
3469
  <td class="type">
3125
3470
 
3126
3471
 
3127
- <span class="param-type">function</span>
3472
+ <span class="param-type">
3473
+
3474
+ function
3475
+
3476
+ </span>
3477
+
3128
3478
 
3129
3479
 
3130
3480
 
@@ -3165,7 +3515,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3165
3515
 
3166
3516
  <dt class="inherited-from">Inherited From:</dt>
3167
3517
  <dd class="inherited-from"><ul class="dummy"><li>
3168
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3518
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3169
3519
  </li></ul></dd>
3170
3520
 
3171
3521
 
@@ -3302,13 +3652,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3302
3652
 
3303
3653
  <tr class="deep-level-0">
3304
3654
 
3305
- <td class="name" id="options"><code>options</code></td>
3655
+ <td class="name"><code>options</code></td>
3306
3656
 
3307
3657
 
3308
3658
  <td class="type">
3309
3659
 
3310
3660
 
3311
- <span class="param-type">Object</span>
3661
+ <span class="param-type">
3662
+
3663
+ Object
3664
+
3665
+ </span>
3666
+
3312
3667
 
3313
3668
 
3314
3669
 
@@ -3328,13 +3683,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3328
3683
 
3329
3684
  <tr class="deep-level-1">
3330
3685
 
3331
- <td class="name" id="taskId"><code>taskId</code></td>
3686
+ <td class="name"><code>taskId</code></td>
3332
3687
 
3333
3688
 
3334
3689
  <td class="type">
3335
3690
 
3336
3691
 
3337
- <span class="param-type">String</span>
3692
+ <span class="param-type">
3693
+
3694
+ String
3695
+
3696
+ </span>
3697
+
3338
3698
 
3339
3699
 
3340
3700
 
@@ -3354,13 +3714,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3354
3714
 
3355
3715
  <tr class="deep-level-1">
3356
3716
 
3357
- <td class="name" id="headers"><code>headers</code></td>
3717
+ <td class="name"><code>headers</code></td>
3358
3718
 
3359
3719
 
3360
3720
  <td class="type">
3361
3721
 
3362
3722
 
3363
- <span class="param-type">String</span>
3723
+ <span class="param-type">
3724
+
3725
+ String
3726
+
3727
+ </span>
3728
+
3364
3729
 
3365
3730
 
3366
3731
 
@@ -3380,13 +3745,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3380
3745
 
3381
3746
  <tr class="deep-level-1">
3382
3747
 
3383
- <td class="name" id="method"><code>method</code></td>
3748
+ <td class="name"><code>method</code></td>
3384
3749
 
3385
3750
 
3386
3751
  <td class="type">
3387
3752
 
3388
3753
 
3389
- <span class="param-type">String</span>
3754
+ <span class="param-type">
3755
+
3756
+ String
3757
+
3758
+ </span>
3759
+
3390
3760
 
3391
3761
 
3392
3762
 
@@ -3408,13 +3778,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3408
3778
 
3409
3779
  <tr class="deep-level-1">
3410
3780
 
3411
- <td class="name" id="success"><code>success</code></td>
3781
+ <td class="name"><code>success</code></td>
3412
3782
 
3413
3783
 
3414
3784
  <td class="type">
3415
3785
 
3416
3786
 
3417
- <span class="param-type">function</span>
3787
+ <span class="param-type">
3788
+
3789
+ function
3790
+
3791
+ </span>
3792
+
3418
3793
 
3419
3794
 
3420
3795
 
@@ -3434,13 +3809,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3434
3809
 
3435
3810
  <tr class="deep-level-1">
3436
3811
 
3437
- <td class="name" id="failure"><code>failure</code></td>
3812
+ <td class="name"><code>failure</code></td>
3438
3813
 
3439
3814
 
3440
3815
  <td class="type">
3441
3816
 
3442
3817
 
3443
- <span class="param-type">function</span>
3818
+ <span class="param-type">
3819
+
3820
+ function
3821
+
3822
+ </span>
3823
+
3444
3824
 
3445
3825
 
3446
3826
 
@@ -3479,7 +3859,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3479
3859
 
3480
3860
  <dt class="inherited-from">Inherited From:</dt>
3481
3861
  <dd class="inherited-from"><ul class="dummy"><li>
3482
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3862
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3483
3863
  </li></ul></dd>
3484
3864
 
3485
3865
 
@@ -3538,7 +3918,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3538
3918
  <div class='column is-5 has-text-left'>
3539
3919
  <label>类型: </label>
3540
3920
 
3541
- <span class="param-type">Promise.&lt;String></span>
3921
+ <span class="param-type">
3922
+
3923
+ Promise.&lt;String>
3924
+
3925
+ </span>
3926
+
3542
3927
 
3543
3928
 
3544
3929
  </div>
@@ -3623,13 +4008,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3623
4008
 
3624
4009
  <tr class="deep-level-0">
3625
4010
 
3626
- <td class="name" id="options"><code>options</code></td>
4011
+ <td class="name"><code>options</code></td>
3627
4012
 
3628
4013
 
3629
4014
  <td class="type">
3630
4015
 
3631
4016
 
3632
- <span class="param-type">Object</span>
4017
+ <span class="param-type">
4018
+
4019
+ Object
4020
+
4021
+ </span>
4022
+
3633
4023
 
3634
4024
 
3635
4025
 
@@ -3649,13 +4039,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3649
4039
 
3650
4040
  <tr class="deep-level-1">
3651
4041
 
3652
- <td class="name" id="taskId"><code>taskId</code></td>
4042
+ <td class="name"><code>taskId</code></td>
3653
4043
 
3654
4044
 
3655
4045
  <td class="type">
3656
4046
 
3657
4047
 
3658
- <span class="param-type">String</span>
4048
+ <span class="param-type">
4049
+
4050
+ String
4051
+
4052
+ </span>
4053
+
3659
4054
 
3660
4055
 
3661
4056
 
@@ -3675,13 +4070,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3675
4070
 
3676
4071
  <tr class="deep-level-1">
3677
4072
 
3678
- <td class="name" id="headers"><code>headers</code></td>
4073
+ <td class="name"><code>headers</code></td>
3679
4074
 
3680
4075
 
3681
4076
  <td class="type">
3682
4077
 
3683
4078
 
3684
- <span class="param-type">String</span>
4079
+ <span class="param-type">
4080
+
4081
+ String
4082
+
4083
+ </span>
4084
+
3685
4085
 
3686
4086
 
3687
4087
 
@@ -3701,13 +4101,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3701
4101
 
3702
4102
  <tr class="deep-level-1">
3703
4103
 
3704
- <td class="name" id="method"><code>method</code></td>
4104
+ <td class="name"><code>method</code></td>
3705
4105
 
3706
4106
 
3707
4107
  <td class="type">
3708
4108
 
3709
4109
 
3710
- <span class="param-type">String</span>
4110
+ <span class="param-type">
4111
+
4112
+ String
4113
+
4114
+ </span>
4115
+
3711
4116
 
3712
4117
 
3713
4118
 
@@ -3729,13 +4134,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3729
4134
 
3730
4135
  <tr class="deep-level-1">
3731
4136
 
3732
- <td class="name" id="success"><code>success</code></td>
4137
+ <td class="name"><code>success</code></td>
3733
4138
 
3734
4139
 
3735
4140
  <td class="type">
3736
4141
 
3737
4142
 
3738
- <span class="param-type">function</span>
4143
+ <span class="param-type">
4144
+
4145
+ function
4146
+
4147
+ </span>
4148
+
3739
4149
 
3740
4150
 
3741
4151
 
@@ -3755,13 +4165,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3755
4165
 
3756
4166
  <tr class="deep-level-1">
3757
4167
 
3758
- <td class="name" id="failure"><code>failure</code></td>
4168
+ <td class="name"><code>failure</code></td>
3759
4169
 
3760
4170
 
3761
4171
  <td class="type">
3762
4172
 
3763
4173
 
3764
- <span class="param-type">function</span>
4174
+ <span class="param-type">
4175
+
4176
+ function
4177
+
4178
+ </span>
4179
+
3765
4180
 
3766
4181
 
3767
4182
 
@@ -3800,7 +4215,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3800
4215
 
3801
4216
  <dt class="inherited-from">Inherited From:</dt>
3802
4217
  <dd class="inherited-from"><ul class="dummy"><li>
3803
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4218
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3804
4219
  </li></ul></dd>
3805
4220
 
3806
4221
 
@@ -3859,7 +4274,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3859
4274
  <div class='column is-5 has-text-left'>
3860
4275
  <label>类型: </label>
3861
4276
 
3862
- <span class="param-type">Promise.&lt;String></span>
4277
+ <span class="param-type">
4278
+
4279
+ Promise.&lt;String>
4280
+
4281
+ </span>
4282
+
3863
4283
 
3864
4284
 
3865
4285
  </div>
@@ -3944,13 +4364,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3944
4364
 
3945
4365
  <tr class="deep-level-0">
3946
4366
 
3947
- <td class="name" id="options"><code>options</code></td>
4367
+ <td class="name"><code>options</code></td>
3948
4368
 
3949
4369
 
3950
4370
  <td class="type">
3951
4371
 
3952
4372
 
3953
- <span class="param-type">Object</span>
4373
+ <span class="param-type">
4374
+
4375
+ Object
4376
+
4377
+ </span>
4378
+
3954
4379
 
3955
4380
 
3956
4381
 
@@ -3970,13 +4395,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3970
4395
 
3971
4396
  <tr class="deep-level-1">
3972
4397
 
3973
- <td class="name" id="headers"><code>headers</code></td>
4398
+ <td class="name"><code>headers</code></td>
3974
4399
 
3975
4400
 
3976
4401
  <td class="type">
3977
4402
 
3978
4403
 
3979
- <span class="param-type">String</span>
4404
+ <span class="param-type">
4405
+
4406
+ String
4407
+
4408
+ </span>
4409
+
3980
4410
 
3981
4411
 
3982
4412
 
@@ -3996,13 +4426,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3996
4426
 
3997
4427
  <tr class="deep-level-1">
3998
4428
 
3999
- <td class="name" id="method"><code>method</code></td>
4429
+ <td class="name"><code>method</code></td>
4000
4430
 
4001
4431
 
4002
4432
  <td class="type">
4003
4433
 
4004
4434
 
4005
- <span class="param-type">String</span>
4435
+ <span class="param-type">
4436
+
4437
+ String
4438
+
4439
+ </span>
4440
+
4006
4441
 
4007
4442
 
4008
4443
 
@@ -4024,13 +4459,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4024
4459
 
4025
4460
  <tr class="deep-level-1">
4026
4461
 
4027
- <td class="name" id="success"><code>success</code></td>
4462
+ <td class="name"><code>success</code></td>
4028
4463
 
4029
4464
 
4030
4465
  <td class="type">
4031
4466
 
4032
4467
 
4033
- <span class="param-type">function</span>
4468
+ <span class="param-type">
4469
+
4470
+ function
4471
+
4472
+ </span>
4473
+
4034
4474
 
4035
4475
 
4036
4476
 
@@ -4050,13 +4490,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4050
4490
 
4051
4491
  <tr class="deep-level-1">
4052
4492
 
4053
- <td class="name" id="failure"><code>failure</code></td>
4493
+ <td class="name"><code>failure</code></td>
4054
4494
 
4055
4495
 
4056
4496
  <td class="type">
4057
4497
 
4058
4498
 
4059
- <span class="param-type">function</span>
4499
+ <span class="param-type">
4500
+
4501
+ function
4502
+
4503
+ </span>
4504
+
4060
4505
 
4061
4506
 
4062
4507
 
@@ -4095,7 +4540,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4095
4540
 
4096
4541
  <dt class="inherited-from">Inherited From:</dt>
4097
4542
  <dd class="inherited-from"><ul class="dummy"><li>
4098
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4543
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4099
4544
  </li></ul></dd>
4100
4545
 
4101
4546
 
@@ -4161,7 +4606,12 @@ console.log(&quot;submit: &quot;, res);
4161
4606
  <div class='column is-5 has-text-left'>
4162
4607
  <label>类型: </label>
4163
4608
 
4164
- <span class="param-type">Promise.&lt;String></span>
4609
+ <span class="param-type">
4610
+
4611
+ Promise.&lt;String>
4612
+
4613
+ </span>
4614
+
4165
4615
 
4166
4616
 
4167
4617
  </div>