@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="clsName"><code>clsName</code></td>
128
+ <td class="name"><code>clsName</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="desClsName"><code>desClsName</code></td>
155
+ <td class="name"><code>desClsName</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="crsName"><code>crsName</code></td>
182
+ <td class="name"><code>crsName</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
 
@@ -280,7 +305,7 @@
280
305
 
281
306
 
282
307
  <ul>
283
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
308
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
284
309
  </ul>
285
310
 
286
311
 
@@ -312,11 +337,16 @@
312
337
  <tbody>
313
338
 
314
339
  <tr class="deep-level-0">
315
- <td class="name"><code><a href="WorkFlowServer600235.html#clientId">clientId</a></code></td>
340
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
316
341
  <td class="name">
317
342
  <code>
318
343
 
319
- <span class="param-type">Boolean</span>
344
+ <span class="param-type">
345
+
346
+ Boolean
347
+
348
+ </span>
349
+
320
350
 
321
351
 
322
352
  </code>
@@ -325,11 +355,16 @@
325
355
  </tr>
326
356
 
327
357
  <tr class="deep-level-0">
328
- <td class="name"><code><a href="WorkFlowServer600235.html#clsName">clsName</a></code></td>
358
+ <td class="name"><code><a href="#clsName">clsName</a></code></td>
329
359
  <td class="name">
330
360
  <code>
331
361
 
332
- <span class="param-type">String</span>
362
+ <span class="param-type">
363
+
364
+ String
365
+
366
+ </span>
367
+
333
368
 
334
369
 
335
370
  </code>
@@ -338,11 +373,16 @@
338
373
  </tr>
339
374
 
340
375
  <tr class="deep-level-0">
341
- <td class="name"><code><a href="WorkFlowServer600235.html#crsName">crsName</a></code></td>
376
+ <td class="name"><code><a href="#crsName">crsName</a></code></td>
342
377
  <td class="name">
343
378
  <code>
344
379
 
345
- <span class="param-type">String</span>
380
+ <span class="param-type">
381
+
382
+ String
383
+
384
+ </span>
385
+
346
386
 
347
387
 
348
388
  </code>
@@ -351,11 +391,16 @@
351
391
  </tr>
352
392
 
353
393
  <tr class="deep-level-0">
354
- <td class="name"><code><a href="WorkFlowServer600235.html#desClsName">desClsName</a></code></td>
394
+ <td class="name"><code><a href="#desClsName">desClsName</a></code></td>
355
395
  <td class="name">
356
396
  <code>
357
397
 
358
- <span class="param-type">String</span>
398
+ <span class="param-type">
399
+
400
+ String
401
+
402
+ </span>
403
+
359
404
 
360
405
 
361
406
  </code>
@@ -364,11 +409,16 @@
364
409
  </tr>
365
410
 
366
411
  <tr class="deep-level-0">
367
- <td class="name"><code><a href="WorkFlowServer600235.html#description">description</a></code></td>
412
+ <td class="name"><code><a href="#description">description</a></code></td>
368
413
  <td class="name">
369
414
  <code>
370
415
 
371
- <span class="param-type">String</span>
416
+ <span class="param-type">
417
+
418
+ String
419
+
420
+ </span>
421
+
372
422
 
373
423
 
374
424
  </code>
@@ -377,11 +427,16 @@
377
427
  </tr>
378
428
 
379
429
  <tr class="deep-level-0">
380
- <td class="name"><code><a href="WorkFlowServer600235.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
430
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
381
431
  <td class="name">
382
432
  <code>
383
433
 
384
- <span class="param-type">Boolean</span>
434
+ <span class="param-type">
435
+
436
+ Boolean
437
+
438
+ </span>
439
+
385
440
 
386
441
 
387
442
  </code>
@@ -390,11 +445,16 @@
390
445
  </tr>
391
446
 
392
447
  <tr class="deep-level-0">
393
- <td class="name"><code><a href="WorkFlowServer600235.html#flowId">flowId</a></code></td>
448
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
394
449
  <td class="name">
395
450
  <code>
396
451
 
397
- <span class="param-type">Number</span>
452
+ <span class="param-type">
453
+
454
+ Number
455
+
456
+ </span>
457
+
398
458
 
399
459
 
400
460
  </code>
@@ -403,11 +463,16 @@
403
463
  </tr>
404
464
 
405
465
  <tr class="deep-level-0">
406
- <td class="name"><code><a href="WorkFlowServer600235.html#groupName">groupName</a></code></td>
466
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
407
467
  <td class="name">
408
468
  <code>
409
469
 
410
- <span class="param-type">String</span>
470
+ <span class="param-type">
471
+
472
+ String
473
+
474
+ </span>
475
+
411
476
 
412
477
 
413
478
  </code>
@@ -416,11 +481,16 @@
416
481
  </tr>
417
482
 
418
483
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="WorkFlowServer600235.html#headers">headers</a></code></td>
484
+ <td class="name"><code><a href="#headers">headers</a></code></td>
420
485
  <td class="name">
421
486
  <code>
422
487
 
423
- <span class="param-type">String</span>
488
+ <span class="param-type">
489
+
490
+ String
491
+
492
+ </span>
493
+
424
494
 
425
495
 
426
496
  </code>
@@ -429,11 +499,16 @@
429
499
  </tr>
430
500
 
431
501
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="WorkFlowServer600235.html#requestInterceptor">requestInterceptor</a></code></td>
502
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
433
503
  <td class="name">
434
504
  <code>
435
505
 
436
- <span class="param-type">function</span>
506
+ <span class="param-type">
507
+
508
+ function
509
+
510
+ </span>
511
+
437
512
 
438
513
 
439
514
  </code>
@@ -442,11 +517,16 @@
442
517
  </tr>
443
518
 
444
519
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="WorkFlowServer600235.html#requestTimeout">requestTimeout</a></code></td>
520
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
446
521
  <td class="name">
447
522
  <code>
448
523
 
449
- <span class="param-type">String</span>
524
+ <span class="param-type">
525
+
526
+ String
527
+
528
+ </span>
529
+
450
530
 
451
531
 
452
532
  </code>
@@ -455,11 +535,16 @@
455
535
  </tr>
456
536
 
457
537
  <tr class="deep-level-0">
458
- <td class="name"><code><a href="WorkFlowServer600235.html#responseInterceptor">responseInterceptor</a></code></td>
538
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
459
539
  <td class="name">
460
540
  <code>
461
541
 
462
- <span class="param-type">function</span>
542
+ <span class="param-type">
543
+
544
+ function
545
+
546
+ </span>
547
+
463
548
 
464
549
 
465
550
  </code>
@@ -468,11 +553,16 @@
468
553
  </tr>
469
554
 
470
555
  <tr class="deep-level-0">
471
- <td class="name"><code><a href="WorkFlowServer600235.html#tokenAttachType">tokenAttachType</a></code></td>
556
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
472
557
  <td class="name">
473
558
  <code>
474
559
 
475
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
560
+ <span class="param-type">
561
+
562
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
563
+
564
+ </span>
565
+
476
566
 
477
567
 
478
568
  </code>
@@ -481,11 +571,16 @@
481
571
  </tr>
482
572
 
483
573
  <tr class="deep-level-0">
484
- <td class="name"><code><a href="WorkFlowServer600235.html#tokenKey">tokenKey</a></code></td>
574
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
485
575
  <td class="name">
486
576
  <code>
487
577
 
488
- <span class="param-type">String</span>
578
+ <span class="param-type">
579
+
580
+ String
581
+
582
+ </span>
583
+
489
584
 
490
585
 
491
586
  </code>
@@ -494,11 +589,16 @@
494
589
  </tr>
495
590
 
496
591
  <tr class="deep-level-0">
497
- <td class="name"><code><a href="WorkFlowServer600235.html#tokenValue">tokenValue</a></code></td>
592
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
498
593
  <td class="name">
499
594
  <code>
500
595
 
501
- <span class="param-type">String</span>
596
+ <span class="param-type">
597
+
598
+ String
599
+
600
+ </span>
601
+
502
602
 
503
603
 
504
604
  </code>
@@ -507,11 +607,16 @@
507
607
  </tr>
508
608
 
509
609
  <tr class="deep-level-0">
510
- <td class="name"><code><a href="WorkFlowServer600235.html#url">url</a></code></td>
610
+ <td class="name"><code><a href="#url">url</a></code></td>
511
611
  <td class="name">
512
612
  <code>
513
613
 
514
- <span class="param-type">String</span>
614
+ <span class="param-type">
615
+
616
+ String
617
+
618
+ </span>
619
+
515
620
 
516
621
 
517
622
  </code>
@@ -530,7 +635,12 @@
530
635
  <span class="method-parameter is-pulled-right">
531
636
  <label>类型:</label>
532
637
 
533
- <span class="param-type">Boolean</span>
638
+ <span class="param-type">
639
+
640
+ Boolean
641
+
642
+ </span>
643
+
534
644
 
535
645
 
536
646
  </span>
@@ -564,7 +674,7 @@
564
674
 
565
675
  <dt class="inherited-from">Inherited From:</dt>
566
676
  <dd class="inherited-from"><ul class="dummy"><li>
567
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
677
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
568
678
  </li></ul></dd>
569
679
 
570
680
 
@@ -605,7 +715,12 @@
605
715
  <span class="method-parameter is-pulled-right">
606
716
  <label>类型:</label>
607
717
 
608
- <span class="param-type">String</span>
718
+ <span class="param-type">
719
+
720
+ String
721
+
722
+ </span>
723
+
609
724
 
610
725
 
611
726
  </span>
@@ -675,7 +790,12 @@
675
790
  <span class="method-parameter is-pulled-right">
676
791
  <label>类型:</label>
677
792
 
678
- <span class="param-type">String</span>
793
+ <span class="param-type">
794
+
795
+ String
796
+
797
+ </span>
798
+
679
799
 
680
800
 
681
801
  </span>
@@ -745,7 +865,12 @@
745
865
  <span class="method-parameter is-pulled-right">
746
866
  <label>类型:</label>
747
867
 
748
- <span class="param-type">String</span>
868
+ <span class="param-type">
869
+
870
+ String
871
+
872
+ </span>
873
+
749
874
 
750
875
 
751
876
  </span>
@@ -815,7 +940,12 @@
815
940
  <span class="method-parameter is-pulled-right">
816
941
  <label>类型:</label>
817
942
 
818
- <span class="param-type">String</span>
943
+ <span class="param-type">
944
+
945
+ String
946
+
947
+ </span>
948
+
819
949
 
820
950
 
821
951
  </span>
@@ -889,7 +1019,12 @@
889
1019
  <span class="method-parameter is-pulled-right">
890
1020
  <label>类型:</label>
891
1021
 
892
- <span class="param-type">Boolean</span>
1022
+ <span class="param-type">
1023
+
1024
+ Boolean
1025
+
1026
+ </span>
1027
+
893
1028
 
894
1029
 
895
1030
  </span>
@@ -923,7 +1058,7 @@
923
1058
 
924
1059
  <dt class="inherited-from">Inherited From:</dt>
925
1060
  <dd class="inherited-from"><ul class="dummy"><li>
926
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1061
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
927
1062
  </li></ul></dd>
928
1063
 
929
1064
 
@@ -985,7 +1120,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
985
1120
  <span class="method-parameter is-pulled-right">
986
1121
  <label>类型:</label>
987
1122
 
988
- <span class="param-type">Number</span>
1123
+ <span class="param-type">
1124
+
1125
+ Number
1126
+
1127
+ </span>
1128
+
989
1129
 
990
1130
 
991
1131
  </span>
@@ -1059,7 +1199,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1059
1199
  <span class="method-parameter is-pulled-right">
1060
1200
  <label>类型:</label>
1061
1201
 
1062
- <span class="param-type">String</span>
1202
+ <span class="param-type">
1203
+
1204
+ String
1205
+
1206
+ </span>
1207
+
1063
1208
 
1064
1209
 
1065
1210
  </span>
@@ -1133,7 +1278,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1133
1278
  <span class="method-parameter is-pulled-right">
1134
1279
  <label>类型:</label>
1135
1280
 
1136
- <span class="param-type">String</span>
1281
+ <span class="param-type">
1282
+
1283
+ String
1284
+
1285
+ </span>
1286
+
1137
1287
 
1138
1288
 
1139
1289
  </span>
@@ -1167,7 +1317,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1167
1317
 
1168
1318
  <dt class="inherited-from">Inherited From:</dt>
1169
1319
  <dd class="inherited-from"><ul class="dummy"><li>
1170
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1320
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1171
1321
  </li></ul></dd>
1172
1322
 
1173
1323
 
@@ -1230,7 +1380,12 @@ BaseServer.headers.token = '新token';</code></pre>
1230
1380
  <span class="method-parameter is-pulled-right">
1231
1381
  <label>类型:</label>
1232
1382
 
1233
- <span class="param-type">function</span>
1383
+ <span class="param-type">
1384
+
1385
+ function
1386
+
1387
+ </span>
1388
+
1234
1389
 
1235
1390
 
1236
1391
  </span>
@@ -1264,7 +1419,7 @@ BaseServer.headers.token = '新token';</code></pre>
1264
1419
 
1265
1420
  <dt class="inherited-from">Inherited From:</dt>
1266
1421
  <dd class="inherited-from"><ul class="dummy"><li>
1267
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1422
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1268
1423
  </li></ul></dd>
1269
1424
 
1270
1425
 
@@ -1333,7 +1488,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1333
1488
  <span class="method-parameter is-pulled-right">
1334
1489
  <label>类型:</label>
1335
1490
 
1336
- <span class="param-type">String</span>
1491
+ <span class="param-type">
1492
+
1493
+ String
1494
+
1495
+ </span>
1496
+
1337
1497
 
1338
1498
 
1339
1499
  </span>
@@ -1367,7 +1527,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1367
1527
 
1368
1528
  <dt class="inherited-from">Inherited From:</dt>
1369
1529
  <dd class="inherited-from"><ul class="dummy"><li>
1370
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1530
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1371
1531
  </li></ul></dd>
1372
1532
 
1373
1533
 
@@ -1426,7 +1586,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1426
1586
  <span class="method-parameter is-pulled-right">
1427
1587
  <label>类型:</label>
1428
1588
 
1429
- <span class="param-type">function</span>
1589
+ <span class="param-type">
1590
+
1591
+ function
1592
+
1593
+ </span>
1594
+
1430
1595
 
1431
1596
 
1432
1597
  </span>
@@ -1460,7 +1625,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1460
1625
 
1461
1626
  <dt class="inherited-from">Inherited From:</dt>
1462
1627
  <dd class="inherited-from"><ul class="dummy"><li>
1463
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1628
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1464
1629
  </li></ul></dd>
1465
1630
 
1466
1631
 
@@ -1531,7 +1696,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1531
1696
  <span class="method-parameter is-pulled-right">
1532
1697
  <label>类型:</label>
1533
1698
 
1534
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1699
+ <span class="param-type">
1700
+
1701
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1702
+
1703
+ </span>
1704
+
1535
1705
 
1536
1706
 
1537
1707
  </span>
@@ -1565,7 +1735,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1565
1735
 
1566
1736
  <dt class="inherited-from">Inherited From:</dt>
1567
1737
  <dd class="inherited-from"><ul class="dummy"><li>
1568
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1738
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1569
1739
  </li></ul></dd>
1570
1740
 
1571
1741
 
@@ -1628,7 +1798,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1628
1798
  <span class="method-parameter is-pulled-right">
1629
1799
  <label>类型:</label>
1630
1800
 
1631
- <span class="param-type">String</span>
1801
+ <span class="param-type">
1802
+
1803
+ String
1804
+
1805
+ </span>
1806
+
1632
1807
 
1633
1808
 
1634
1809
  </span>
@@ -1662,7 +1837,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1662
1837
 
1663
1838
  <dt class="inherited-from">Inherited From:</dt>
1664
1839
  <dd class="inherited-from"><ul class="dummy"><li>
1665
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1840
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1666
1841
  </li></ul></dd>
1667
1842
 
1668
1843
 
@@ -1720,7 +1895,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1720
1895
  <span class="method-parameter is-pulled-right">
1721
1896
  <label>类型:</label>
1722
1897
 
1723
- <span class="param-type">String</span>
1898
+ <span class="param-type">
1899
+
1900
+ String
1901
+
1902
+ </span>
1903
+
1724
1904
 
1725
1905
 
1726
1906
  </span>
@@ -1754,7 +1934,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1754
1934
 
1755
1935
  <dt class="inherited-from">Inherited From:</dt>
1756
1936
  <dd class="inherited-from"><ul class="dummy"><li>
1757
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1937
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1758
1938
  </li></ul></dd>
1759
1939
 
1760
1940
 
@@ -1812,7 +1992,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1812
1992
  <span class="method-parameter is-pulled-right">
1813
1993
  <label>类型:</label>
1814
1994
 
1815
- <span class="param-type">String</span>
1995
+ <span class="param-type">
1996
+
1997
+ String
1998
+
1999
+ </span>
2000
+
1816
2001
 
1817
2002
 
1818
2003
  </span>
@@ -1903,12 +2088,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
1903
2088
  <tbody>
1904
2089
 
1905
2090
  <tr class="deep-level-0">
1906
- <td class="name"><code><a href="WorkFlowServer600235.html#execute">execute</a></code></td>
2091
+ <td class="name"><code><a href="#execute">execute</a></code></td>
1907
2092
  <td class="name">
1908
2093
  <code>
1909
2094
 
1910
2095
 
1911
- <span class="param-type">Promise.&lt;Object></span>
2096
+ <span class="param-type">
2097
+
2098
+ Promise.&lt;Object>
2099
+
2100
+ </span>
2101
+
1912
2102
 
1913
2103
 
1914
2104
 
@@ -1918,7 +2108,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1918
2108
  </tr>
1919
2109
 
1920
2110
  <tr class="deep-level-0">
1921
- <td class="name"><code><a href="WorkFlowServer600235.html#queryServerInfo">queryServerInfo</a></code></td>
2111
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1922
2112
  <td class="name">
1923
2113
  <code>
1924
2114
 
@@ -1928,12 +2118,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
1928
2118
  </tr>
1929
2119
 
1930
2120
  <tr class="deep-level-0">
1931
- <td class="name"><code><a href="WorkFlowServer600235.html#queryTaskResult">queryTaskResult</a></code></td>
2121
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
1932
2122
  <td class="name">
1933
2123
  <code>
1934
2124
 
1935
2125
 
1936
- <span class="param-type">Promise.&lt;String></span>
2126
+ <span class="param-type">
2127
+
2128
+ Promise.&lt;String>
2129
+
2130
+ </span>
2131
+
1937
2132
 
1938
2133
 
1939
2134
 
@@ -1943,12 +2138,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
1943
2138
  </tr>
1944
2139
 
1945
2140
  <tr class="deep-level-0">
1946
- <td class="name"><code><a href="WorkFlowServer600235.html#queryTaskStatus">queryTaskStatus</a></code></td>
2141
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
1947
2142
  <td class="name">
1948
2143
  <code>
1949
2144
 
1950
2145
 
1951
- <span class="param-type">Promise.&lt;String></span>
2146
+ <span class="param-type">
2147
+
2148
+ Promise.&lt;String>
2149
+
2150
+ </span>
2151
+
1952
2152
 
1953
2153
 
1954
2154
 
@@ -1958,12 +2158,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
1958
2158
  </tr>
1959
2159
 
1960
2160
  <tr class="deep-level-0">
1961
- <td class="name"><code><a href="WorkFlowServer600235.html#submit">submit</a></code></td>
2161
+ <td class="name"><code><a href="#submit">submit</a></code></td>
1962
2162
  <td class="name">
1963
2163
  <code>
1964
2164
 
1965
2165
 
1966
- <span class="param-type">Promise.&lt;String></span>
2166
+ <span class="param-type">
2167
+
2168
+ Promise.&lt;String>
2169
+
2170
+ </span>
2171
+
1967
2172
 
1968
2173
 
1969
2174
 
@@ -2032,13 +2237,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2032
2237
 
2033
2238
  <tr class="deep-level-0">
2034
2239
 
2035
- <td class="name" id="options"><code>options</code></td>
2240
+ <td class="name"><code>options</code></td>
2036
2241
 
2037
2242
 
2038
2243
  <td class="type">
2039
2244
 
2040
2245
 
2041
- <span class="param-type">Object</span>
2246
+ <span class="param-type">
2247
+
2248
+ Object
2249
+
2250
+ </span>
2251
+
2042
2252
 
2043
2253
 
2044
2254
 
@@ -2058,13 +2268,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2058
2268
 
2059
2269
  <tr class="deep-level-1">
2060
2270
 
2061
- <td class="name" id="headers"><code>headers</code></td>
2271
+ <td class="name"><code>headers</code></td>
2062
2272
 
2063
2273
 
2064
2274
  <td class="type">
2065
2275
 
2066
2276
 
2067
- <span class="param-type">String</span>
2277
+ <span class="param-type">
2278
+
2279
+ String
2280
+
2281
+ </span>
2282
+
2068
2283
 
2069
2284
 
2070
2285
 
@@ -2084,13 +2299,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2084
2299
 
2085
2300
  <tr class="deep-level-1">
2086
2301
 
2087
- <td class="name" id="method"><code>method</code></td>
2302
+ <td class="name"><code>method</code></td>
2088
2303
 
2089
2304
 
2090
2305
  <td class="type">
2091
2306
 
2092
2307
 
2093
- <span class="param-type">String</span>
2308
+ <span class="param-type">
2309
+
2310
+ String
2311
+
2312
+ </span>
2313
+
2094
2314
 
2095
2315
 
2096
2316
 
@@ -2112,13 +2332,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2112
2332
 
2113
2333
  <tr class="deep-level-1">
2114
2334
 
2115
- <td class="name" id="success"><code>success</code></td>
2335
+ <td class="name"><code>success</code></td>
2116
2336
 
2117
2337
 
2118
2338
  <td class="type">
2119
2339
 
2120
2340
 
2121
- <span class="param-type">function</span>
2341
+ <span class="param-type">
2342
+
2343
+ function
2344
+
2345
+ </span>
2346
+
2122
2347
 
2123
2348
 
2124
2349
 
@@ -2138,13 +2363,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2138
2363
 
2139
2364
  <tr class="deep-level-1">
2140
2365
 
2141
- <td class="name" id="failure"><code>failure</code></td>
2366
+ <td class="name"><code>failure</code></td>
2142
2367
 
2143
2368
 
2144
2369
  <td class="type">
2145
2370
 
2146
2371
 
2147
- <span class="param-type">function</span>
2372
+ <span class="param-type">
2373
+
2374
+ function
2375
+
2376
+ </span>
2377
+
2148
2378
 
2149
2379
 
2150
2380
 
@@ -2183,7 +2413,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2183
2413
 
2184
2414
  <dt class="inherited-from">Inherited From:</dt>
2185
2415
  <dd class="inherited-from"><ul class="dummy"><li>
2186
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2416
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2187
2417
  </li></ul></dd>
2188
2418
 
2189
2419
 
@@ -2242,7 +2472,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2242
2472
  <div class='column is-5 has-text-left'>
2243
2473
  <label>类型: </label>
2244
2474
 
2245
- <span class="param-type">Promise.&lt;Object></span>
2475
+ <span class="param-type">
2476
+
2477
+ Promise.&lt;Object>
2478
+
2479
+ </span>
2480
+
2246
2481
 
2247
2482
 
2248
2483
  </div>
@@ -2327,7 +2562,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2327
2562
 
2328
2563
  <tr class="deep-level-0">
2329
2564
 
2330
- <td class="name" id="options"><code>options</code></td>
2565
+ <td class="name"><code>options</code></td>
2331
2566
 
2332
2567
 
2333
2568
  <td class="type">
@@ -2348,13 +2583,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2348
2583
 
2349
2584
  <tr class="deep-level-1">
2350
2585
 
2351
- <td class="name" id="success"><code>success</code></td>
2586
+ <td class="name"><code>success</code></td>
2352
2587
 
2353
2588
 
2354
2589
  <td class="type">
2355
2590
 
2356
2591
 
2357
- <span class="param-type">function</span>
2592
+ <span class="param-type">
2593
+
2594
+ function
2595
+
2596
+ </span>
2597
+
2358
2598
 
2359
2599
 
2360
2600
 
@@ -2376,13 +2616,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2376
2616
 
2377
2617
  <tr class="deep-level-1">
2378
2618
 
2379
- <td class="name" id="failure"><code>failure</code></td>
2619
+ <td class="name"><code>failure</code></td>
2380
2620
 
2381
2621
 
2382
2622
  <td class="type">
2383
2623
 
2384
2624
 
2385
- <span class="param-type">function</span>
2625
+ <span class="param-type">
2626
+
2627
+ function
2628
+
2629
+ </span>
2630
+
2386
2631
 
2387
2632
 
2388
2633
 
@@ -2423,7 +2668,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2423
2668
 
2424
2669
  <dt class="inherited-from">Inherited From:</dt>
2425
2670
  <dd class="inherited-from"><ul class="dummy"><li>
2426
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2671
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2427
2672
  </li></ul></dd>
2428
2673
 
2429
2674
 
@@ -2560,13 +2805,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2560
2805
 
2561
2806
  <tr class="deep-level-0">
2562
2807
 
2563
- <td class="name" id="options"><code>options</code></td>
2808
+ <td class="name"><code>options</code></td>
2564
2809
 
2565
2810
 
2566
2811
  <td class="type">
2567
2812
 
2568
2813
 
2569
- <span class="param-type">Object</span>
2814
+ <span class="param-type">
2815
+
2816
+ Object
2817
+
2818
+ </span>
2819
+
2570
2820
 
2571
2821
 
2572
2822
 
@@ -2586,13 +2836,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2586
2836
 
2587
2837
  <tr class="deep-level-1">
2588
2838
 
2589
- <td class="name" id="taskId"><code>taskId</code></td>
2839
+ <td class="name"><code>taskId</code></td>
2590
2840
 
2591
2841
 
2592
2842
  <td class="type">
2593
2843
 
2594
2844
 
2595
- <span class="param-type">String</span>
2845
+ <span class="param-type">
2846
+
2847
+ String
2848
+
2849
+ </span>
2850
+
2596
2851
 
2597
2852
 
2598
2853
 
@@ -2612,13 +2867,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2612
2867
 
2613
2868
  <tr class="deep-level-1">
2614
2869
 
2615
- <td class="name" id="headers"><code>headers</code></td>
2870
+ <td class="name"><code>headers</code></td>
2616
2871
 
2617
2872
 
2618
2873
  <td class="type">
2619
2874
 
2620
2875
 
2621
- <span class="param-type">String</span>
2876
+ <span class="param-type">
2877
+
2878
+ String
2879
+
2880
+ </span>
2881
+
2622
2882
 
2623
2883
 
2624
2884
 
@@ -2638,13 +2898,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2638
2898
 
2639
2899
  <tr class="deep-level-1">
2640
2900
 
2641
- <td class="name" id="method"><code>method</code></td>
2901
+ <td class="name"><code>method</code></td>
2642
2902
 
2643
2903
 
2644
2904
  <td class="type">
2645
2905
 
2646
2906
 
2647
- <span class="param-type">String</span>
2907
+ <span class="param-type">
2908
+
2909
+ String
2910
+
2911
+ </span>
2912
+
2648
2913
 
2649
2914
 
2650
2915
 
@@ -2666,13 +2931,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2666
2931
 
2667
2932
  <tr class="deep-level-1">
2668
2933
 
2669
- <td class="name" id="success"><code>success</code></td>
2934
+ <td class="name"><code>success</code></td>
2670
2935
 
2671
2936
 
2672
2937
  <td class="type">
2673
2938
 
2674
2939
 
2675
- <span class="param-type">function</span>
2940
+ <span class="param-type">
2941
+
2942
+ function
2943
+
2944
+ </span>
2945
+
2676
2946
 
2677
2947
 
2678
2948
 
@@ -2692,13 +2962,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2692
2962
 
2693
2963
  <tr class="deep-level-1">
2694
2964
 
2695
- <td class="name" id="failure"><code>failure</code></td>
2965
+ <td class="name"><code>failure</code></td>
2696
2966
 
2697
2967
 
2698
2968
  <td class="type">
2699
2969
 
2700
2970
 
2701
- <span class="param-type">function</span>
2971
+ <span class="param-type">
2972
+
2973
+ function
2974
+
2975
+ </span>
2976
+
2702
2977
 
2703
2978
 
2704
2979
 
@@ -2737,7 +3012,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2737
3012
 
2738
3013
  <dt class="inherited-from">Inherited From:</dt>
2739
3014
  <dd class="inherited-from"><ul class="dummy"><li>
2740
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3015
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
2741
3016
  </li></ul></dd>
2742
3017
 
2743
3018
 
@@ -2796,7 +3071,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2796
3071
  <div class='column is-5 has-text-left'>
2797
3072
  <label>类型: </label>
2798
3073
 
2799
- <span class="param-type">Promise.&lt;String></span>
3074
+ <span class="param-type">
3075
+
3076
+ Promise.&lt;String>
3077
+
3078
+ </span>
3079
+
2800
3080
 
2801
3081
 
2802
3082
  </div>
@@ -2881,13 +3161,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2881
3161
 
2882
3162
  <tr class="deep-level-0">
2883
3163
 
2884
- <td class="name" id="options"><code>options</code></td>
3164
+ <td class="name"><code>options</code></td>
2885
3165
 
2886
3166
 
2887
3167
  <td class="type">
2888
3168
 
2889
3169
 
2890
- <span class="param-type">Object</span>
3170
+ <span class="param-type">
3171
+
3172
+ Object
3173
+
3174
+ </span>
3175
+
2891
3176
 
2892
3177
 
2893
3178
 
@@ -2907,13 +3192,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2907
3192
 
2908
3193
  <tr class="deep-level-1">
2909
3194
 
2910
- <td class="name" id="taskId"><code>taskId</code></td>
3195
+ <td class="name"><code>taskId</code></td>
2911
3196
 
2912
3197
 
2913
3198
  <td class="type">
2914
3199
 
2915
3200
 
2916
- <span class="param-type">String</span>
3201
+ <span class="param-type">
3202
+
3203
+ String
3204
+
3205
+ </span>
3206
+
2917
3207
 
2918
3208
 
2919
3209
 
@@ -2933,13 +3223,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2933
3223
 
2934
3224
  <tr class="deep-level-1">
2935
3225
 
2936
- <td class="name" id="headers"><code>headers</code></td>
3226
+ <td class="name"><code>headers</code></td>
2937
3227
 
2938
3228
 
2939
3229
  <td class="type">
2940
3230
 
2941
3231
 
2942
- <span class="param-type">String</span>
3232
+ <span class="param-type">
3233
+
3234
+ String
3235
+
3236
+ </span>
3237
+
2943
3238
 
2944
3239
 
2945
3240
 
@@ -2959,13 +3254,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2959
3254
 
2960
3255
  <tr class="deep-level-1">
2961
3256
 
2962
- <td class="name" id="method"><code>method</code></td>
3257
+ <td class="name"><code>method</code></td>
2963
3258
 
2964
3259
 
2965
3260
  <td class="type">
2966
3261
 
2967
3262
 
2968
- <span class="param-type">String</span>
3263
+ <span class="param-type">
3264
+
3265
+ String
3266
+
3267
+ </span>
3268
+
2969
3269
 
2970
3270
 
2971
3271
 
@@ -2987,13 +3287,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2987
3287
 
2988
3288
  <tr class="deep-level-1">
2989
3289
 
2990
- <td class="name" id="success"><code>success</code></td>
3290
+ <td class="name"><code>success</code></td>
2991
3291
 
2992
3292
 
2993
3293
  <td class="type">
2994
3294
 
2995
3295
 
2996
- <span class="param-type">function</span>
3296
+ <span class="param-type">
3297
+
3298
+ function
3299
+
3300
+ </span>
3301
+
2997
3302
 
2998
3303
 
2999
3304
 
@@ -3013,13 +3318,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3013
3318
 
3014
3319
  <tr class="deep-level-1">
3015
3320
 
3016
- <td class="name" id="failure"><code>failure</code></td>
3321
+ <td class="name"><code>failure</code></td>
3017
3322
 
3018
3323
 
3019
3324
  <td class="type">
3020
3325
 
3021
3326
 
3022
- <span class="param-type">function</span>
3327
+ <span class="param-type">
3328
+
3329
+ function
3330
+
3331
+ </span>
3332
+
3023
3333
 
3024
3334
 
3025
3335
 
@@ -3058,7 +3368,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3058
3368
 
3059
3369
  <dt class="inherited-from">Inherited From:</dt>
3060
3370
  <dd class="inherited-from"><ul class="dummy"><li>
3061
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3371
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3062
3372
  </li></ul></dd>
3063
3373
 
3064
3374
 
@@ -3117,7 +3427,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3117
3427
  <div class='column is-5 has-text-left'>
3118
3428
  <label>类型: </label>
3119
3429
 
3120
- <span class="param-type">Promise.&lt;String></span>
3430
+ <span class="param-type">
3431
+
3432
+ Promise.&lt;String>
3433
+
3434
+ </span>
3435
+
3121
3436
 
3122
3437
 
3123
3438
  </div>
@@ -3202,13 +3517,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3202
3517
 
3203
3518
  <tr class="deep-level-0">
3204
3519
 
3205
- <td class="name" id="options"><code>options</code></td>
3520
+ <td class="name"><code>options</code></td>
3206
3521
 
3207
3522
 
3208
3523
  <td class="type">
3209
3524
 
3210
3525
 
3211
- <span class="param-type">Object</span>
3526
+ <span class="param-type">
3527
+
3528
+ Object
3529
+
3530
+ </span>
3531
+
3212
3532
 
3213
3533
 
3214
3534
 
@@ -3228,13 +3548,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3228
3548
 
3229
3549
  <tr class="deep-level-1">
3230
3550
 
3231
- <td class="name" id="headers"><code>headers</code></td>
3551
+ <td class="name"><code>headers</code></td>
3232
3552
 
3233
3553
 
3234
3554
  <td class="type">
3235
3555
 
3236
3556
 
3237
- <span class="param-type">String</span>
3557
+ <span class="param-type">
3558
+
3559
+ String
3560
+
3561
+ </span>
3562
+
3238
3563
 
3239
3564
 
3240
3565
 
@@ -3254,13 +3579,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3254
3579
 
3255
3580
  <tr class="deep-level-1">
3256
3581
 
3257
- <td class="name" id="method"><code>method</code></td>
3582
+ <td class="name"><code>method</code></td>
3258
3583
 
3259
3584
 
3260
3585
  <td class="type">
3261
3586
 
3262
3587
 
3263
- <span class="param-type">String</span>
3588
+ <span class="param-type">
3589
+
3590
+ String
3591
+
3592
+ </span>
3593
+
3264
3594
 
3265
3595
 
3266
3596
 
@@ -3282,13 +3612,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3282
3612
 
3283
3613
  <tr class="deep-level-1">
3284
3614
 
3285
- <td class="name" id="success"><code>success</code></td>
3615
+ <td class="name"><code>success</code></td>
3286
3616
 
3287
3617
 
3288
3618
  <td class="type">
3289
3619
 
3290
3620
 
3291
- <span class="param-type">function</span>
3621
+ <span class="param-type">
3622
+
3623
+ function
3624
+
3625
+ </span>
3626
+
3292
3627
 
3293
3628
 
3294
3629
 
@@ -3308,13 +3643,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3308
3643
 
3309
3644
  <tr class="deep-level-1">
3310
3645
 
3311
- <td class="name" id="failure"><code>failure</code></td>
3646
+ <td class="name"><code>failure</code></td>
3312
3647
 
3313
3648
 
3314
3649
  <td class="type">
3315
3650
 
3316
3651
 
3317
- <span class="param-type">function</span>
3652
+ <span class="param-type">
3653
+
3654
+ function
3655
+
3656
+ </span>
3657
+
3318
3658
 
3319
3659
 
3320
3660
 
@@ -3353,7 +3693,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3353
3693
 
3354
3694
  <dt class="inherited-from">Inherited From:</dt>
3355
3695
  <dd class="inherited-from"><ul class="dummy"><li>
3356
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3696
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3357
3697
  </li></ul></dd>
3358
3698
 
3359
3699
 
@@ -3419,7 +3759,12 @@ console.log(&quot;submit: &quot;, res);
3419
3759
  <div class='column is-5 has-text-left'>
3420
3760
  <label>类型: </label>
3421
3761
 
3422
- <span class="param-type">Promise.&lt;String></span>
3762
+ <span class="param-type">
3763
+
3764
+ Promise.&lt;String>
3765
+
3766
+ </span>
3767
+
3423
3768
 
3424
3769
 
3425
3770
  </div>