@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="srcInfos"><code>srcInfos</code></td>
128
+ <td class="name"><code>srcInfos</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="desInfo"><code>desInfo</code></td>
155
+ <td class="name"><code>desInfo</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
166
+
147
167
 
148
168
 
149
169
 
@@ -159,13 +179,18 @@
159
179
 
160
180
  <tr class="deep-level-1">
161
181
 
162
- <td class="name" id="expression"><code>expression</code></td>
182
+ <td class="name"><code>expression</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
193
+
169
194
 
170
195
 
171
196
 
@@ -181,13 +206,18 @@
181
206
 
182
207
  <tr class="deep-level-1">
183
208
 
184
- <td class="name" id="pixelType"><code>pixelType</code></td>
209
+ <td class="name"><code>pixelType</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="cellSizeX"><code>cellSizeX</code></td>
236
+ <td class="name"><code>cellSizeX</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="cellSizeY"><code>cellSizeY</code></td>
263
+ <td class="name"><code>cellSizeY</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">String</span>
269
+ <span class="param-type">
270
+
271
+ String
272
+
273
+ </span>
274
+
235
275
 
236
276
 
237
277
 
@@ -346,7 +386,7 @@
346
386
 
347
387
 
348
388
  <ul>
349
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
389
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
350
390
  </ul>
351
391
 
352
392
 
@@ -378,11 +418,16 @@
378
418
  <tbody>
379
419
 
380
420
  <tr class="deep-level-0">
381
- <td class="name"><code><a href="WorkFlowServer600370.html#cellSizeX">cellSizeX</a></code></td>
421
+ <td class="name"><code><a href="#cellSizeX">cellSizeX</a></code></td>
382
422
  <td class="name">
383
423
  <code>
384
424
 
385
- <span class="param-type">String</span>
425
+ <span class="param-type">
426
+
427
+ String
428
+
429
+ </span>
430
+
386
431
 
387
432
 
388
433
  </code>
@@ -391,11 +436,16 @@
391
436
  </tr>
392
437
 
393
438
  <tr class="deep-level-0">
394
- <td class="name"><code><a href="WorkFlowServer600370.html#cellSizeY">cellSizeY</a></code></td>
439
+ <td class="name"><code><a href="#cellSizeY">cellSizeY</a></code></td>
395
440
  <td class="name">
396
441
  <code>
397
442
 
398
- <span class="param-type">String</span>
443
+ <span class="param-type">
444
+
445
+ String
446
+
447
+ </span>
448
+
399
449
 
400
450
 
401
451
  </code>
@@ -404,11 +454,16 @@
404
454
  </tr>
405
455
 
406
456
  <tr class="deep-level-0">
407
- <td class="name"><code><a href="WorkFlowServer600370.html#clientId">clientId</a></code></td>
457
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
408
458
  <td class="name">
409
459
  <code>
410
460
 
411
- <span class="param-type">Boolean</span>
461
+ <span class="param-type">
462
+
463
+ Boolean
464
+
465
+ </span>
466
+
412
467
 
413
468
 
414
469
  </code>
@@ -417,11 +472,16 @@
417
472
  </tr>
418
473
 
419
474
  <tr class="deep-level-0">
420
- <td class="name"><code><a href="WorkFlowServer600370.html#description">description</a></code></td>
475
+ <td class="name"><code><a href="#description">description</a></code></td>
421
476
  <td class="name">
422
477
  <code>
423
478
 
424
- <span class="param-type">String</span>
479
+ <span class="param-type">
480
+
481
+ String
482
+
483
+ </span>
484
+
425
485
 
426
486
 
427
487
  </code>
@@ -430,11 +490,16 @@
430
490
  </tr>
431
491
 
432
492
  <tr class="deep-level-0">
433
- <td class="name"><code><a href="WorkFlowServer600370.html#desInfo">desInfo</a></code></td>
493
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
434
494
  <td class="name">
435
495
  <code>
436
496
 
437
- <span class="param-type">String</span>
497
+ <span class="param-type">
498
+
499
+ String
500
+
501
+ </span>
502
+
438
503
 
439
504
 
440
505
  </code>
@@ -443,11 +508,16 @@
443
508
  </tr>
444
509
 
445
510
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="WorkFlowServer600370.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
511
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
447
512
  <td class="name">
448
513
  <code>
449
514
 
450
- <span class="param-type">Boolean</span>
515
+ <span class="param-type">
516
+
517
+ Boolean
518
+
519
+ </span>
520
+
451
521
 
452
522
 
453
523
  </code>
@@ -456,11 +526,16 @@
456
526
  </tr>
457
527
 
458
528
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="WorkFlowServer600370.html#expression">expression</a></code></td>
529
+ <td class="name"><code><a href="#expression">expression</a></code></td>
460
530
  <td class="name">
461
531
  <code>
462
532
 
463
- <span class="param-type">String</span>
533
+ <span class="param-type">
534
+
535
+ String
536
+
537
+ </span>
538
+
464
539
 
465
540
 
466
541
  </code>
@@ -469,11 +544,16 @@
469
544
  </tr>
470
545
 
471
546
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="WorkFlowServer600370.html#flowId">flowId</a></code></td>
547
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
473
548
  <td class="name">
474
549
  <code>
475
550
 
476
- <span class="param-type">Number</span>
551
+ <span class="param-type">
552
+
553
+ Number
554
+
555
+ </span>
556
+
477
557
 
478
558
 
479
559
  </code>
@@ -482,11 +562,16 @@
482
562
  </tr>
483
563
 
484
564
  <tr class="deep-level-0">
485
- <td class="name"><code><a href="WorkFlowServer600370.html#groupName">groupName</a></code></td>
565
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
486
566
  <td class="name">
487
567
  <code>
488
568
 
489
- <span class="param-type">String</span>
569
+ <span class="param-type">
570
+
571
+ String
572
+
573
+ </span>
574
+
490
575
 
491
576
 
492
577
  </code>
@@ -495,11 +580,16 @@
495
580
  </tr>
496
581
 
497
582
  <tr class="deep-level-0">
498
- <td class="name"><code><a href="WorkFlowServer600370.html#headers">headers</a></code></td>
583
+ <td class="name"><code><a href="#headers">headers</a></code></td>
499
584
  <td class="name">
500
585
  <code>
501
586
 
502
- <span class="param-type">String</span>
587
+ <span class="param-type">
588
+
589
+ String
590
+
591
+ </span>
592
+
503
593
 
504
594
 
505
595
  </code>
@@ -508,11 +598,16 @@
508
598
  </tr>
509
599
 
510
600
  <tr class="deep-level-0">
511
- <td class="name"><code><a href="WorkFlowServer600370.html#pixelType">pixelType</a></code></td>
601
+ <td class="name"><code><a href="#pixelType">pixelType</a></code></td>
512
602
  <td class="name">
513
603
  <code>
514
604
 
515
- <span class="param-type">Number</span>
605
+ <span class="param-type">
606
+
607
+ Number
608
+
609
+ </span>
610
+
516
611
 
517
612
 
518
613
  </code>
@@ -521,11 +616,16 @@
521
616
  </tr>
522
617
 
523
618
  <tr class="deep-level-0">
524
- <td class="name"><code><a href="WorkFlowServer600370.html#requestInterceptor">requestInterceptor</a></code></td>
619
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
525
620
  <td class="name">
526
621
  <code>
527
622
 
528
- <span class="param-type">function</span>
623
+ <span class="param-type">
624
+
625
+ function
626
+
627
+ </span>
628
+
529
629
 
530
630
 
531
631
  </code>
@@ -534,11 +634,16 @@
534
634
  </tr>
535
635
 
536
636
  <tr class="deep-level-0">
537
- <td class="name"><code><a href="WorkFlowServer600370.html#requestTimeout">requestTimeout</a></code></td>
637
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
538
638
  <td class="name">
539
639
  <code>
540
640
 
541
- <span class="param-type">String</span>
641
+ <span class="param-type">
642
+
643
+ String
644
+
645
+ </span>
646
+
542
647
 
543
648
 
544
649
  </code>
@@ -547,11 +652,16 @@
547
652
  </tr>
548
653
 
549
654
  <tr class="deep-level-0">
550
- <td class="name"><code><a href="WorkFlowServer600370.html#responseInterceptor">responseInterceptor</a></code></td>
655
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
551
656
  <td class="name">
552
657
  <code>
553
658
 
554
- <span class="param-type">function</span>
659
+ <span class="param-type">
660
+
661
+ function
662
+
663
+ </span>
664
+
555
665
 
556
666
 
557
667
  </code>
@@ -560,11 +670,16 @@
560
670
  </tr>
561
671
 
562
672
  <tr class="deep-level-0">
563
- <td class="name"><code><a href="WorkFlowServer600370.html#srcInfos">srcInfos</a></code></td>
673
+ <td class="name"><code><a href="#srcInfos">srcInfos</a></code></td>
564
674
  <td class="name">
565
675
  <code>
566
676
 
567
- <span class="param-type">String</span>
677
+ <span class="param-type">
678
+
679
+ String
680
+
681
+ </span>
682
+
568
683
 
569
684
 
570
685
  </code>
@@ -573,11 +688,16 @@
573
688
  </tr>
574
689
 
575
690
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="WorkFlowServer600370.html#tokenAttachType">tokenAttachType</a></code></td>
691
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
577
692
  <td class="name">
578
693
  <code>
579
694
 
580
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
695
+ <span class="param-type">
696
+
697
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
698
+
699
+ </span>
700
+
581
701
 
582
702
 
583
703
  </code>
@@ -586,11 +706,16 @@
586
706
  </tr>
587
707
 
588
708
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="WorkFlowServer600370.html#tokenKey">tokenKey</a></code></td>
709
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
590
710
  <td class="name">
591
711
  <code>
592
712
 
593
- <span class="param-type">String</span>
713
+ <span class="param-type">
714
+
715
+ String
716
+
717
+ </span>
718
+
594
719
 
595
720
 
596
721
  </code>
@@ -599,11 +724,16 @@
599
724
  </tr>
600
725
 
601
726
  <tr class="deep-level-0">
602
- <td class="name"><code><a href="WorkFlowServer600370.html#tokenValue">tokenValue</a></code></td>
727
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
603
728
  <td class="name">
604
729
  <code>
605
730
 
606
- <span class="param-type">String</span>
731
+ <span class="param-type">
732
+
733
+ String
734
+
735
+ </span>
736
+
607
737
 
608
738
 
609
739
  </code>
@@ -612,11 +742,16 @@
612
742
  </tr>
613
743
 
614
744
  <tr class="deep-level-0">
615
- <td class="name"><code><a href="WorkFlowServer600370.html#url">url</a></code></td>
745
+ <td class="name"><code><a href="#url">url</a></code></td>
616
746
  <td class="name">
617
747
  <code>
618
748
 
619
- <span class="param-type">String</span>
749
+ <span class="param-type">
750
+
751
+ String
752
+
753
+ </span>
754
+
620
755
 
621
756
 
622
757
  </code>
@@ -635,7 +770,12 @@
635
770
  <span class="method-parameter is-pulled-right">
636
771
  <label>类型:</label>
637
772
 
638
- <span class="param-type">String</span>
773
+ <span class="param-type">
774
+
775
+ String
776
+
777
+ </span>
778
+
639
779
 
640
780
 
641
781
  </span>
@@ -705,7 +845,12 @@
705
845
  <span class="method-parameter is-pulled-right">
706
846
  <label>类型:</label>
707
847
 
708
- <span class="param-type">String</span>
848
+ <span class="param-type">
849
+
850
+ String
851
+
852
+ </span>
853
+
709
854
 
710
855
 
711
856
  </span>
@@ -775,7 +920,12 @@
775
920
  <span class="method-parameter is-pulled-right">
776
921
  <label>类型:</label>
777
922
 
778
- <span class="param-type">Boolean</span>
923
+ <span class="param-type">
924
+
925
+ Boolean
926
+
927
+ </span>
928
+
779
929
 
780
930
 
781
931
  </span>
@@ -809,7 +959,7 @@
809
959
 
810
960
  <dt class="inherited-from">Inherited From:</dt>
811
961
  <dd class="inherited-from"><ul class="dummy"><li>
812
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
962
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
813
963
  </li></ul></dd>
814
964
 
815
965
 
@@ -850,7 +1000,12 @@
850
1000
  <span class="method-parameter is-pulled-right">
851
1001
  <label>类型:</label>
852
1002
 
853
- <span class="param-type">String</span>
1003
+ <span class="param-type">
1004
+
1005
+ String
1006
+
1007
+ </span>
1008
+
854
1009
 
855
1010
 
856
1011
  </span>
@@ -924,7 +1079,12 @@
924
1079
  <span class="method-parameter is-pulled-right">
925
1080
  <label>类型:</label>
926
1081
 
927
- <span class="param-type">String</span>
1082
+ <span class="param-type">
1083
+
1084
+ String
1085
+
1086
+ </span>
1087
+
928
1088
 
929
1089
 
930
1090
  </span>
@@ -994,7 +1154,12 @@
994
1154
  <span class="method-parameter is-pulled-right">
995
1155
  <label>类型:</label>
996
1156
 
997
- <span class="param-type">Boolean</span>
1157
+ <span class="param-type">
1158
+
1159
+ Boolean
1160
+
1161
+ </span>
1162
+
998
1163
 
999
1164
 
1000
1165
  </span>
@@ -1028,7 +1193,7 @@
1028
1193
 
1029
1194
  <dt class="inherited-from">Inherited From:</dt>
1030
1195
  <dd class="inherited-from"><ul class="dummy"><li>
1031
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1196
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1032
1197
  </li></ul></dd>
1033
1198
 
1034
1199
 
@@ -1090,7 +1255,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1090
1255
  <span class="method-parameter is-pulled-right">
1091
1256
  <label>类型:</label>
1092
1257
 
1093
- <span class="param-type">String</span>
1258
+ <span class="param-type">
1259
+
1260
+ String
1261
+
1262
+ </span>
1263
+
1094
1264
 
1095
1265
 
1096
1266
  </span>
@@ -1160,7 +1330,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1160
1330
  <span class="method-parameter is-pulled-right">
1161
1331
  <label>类型:</label>
1162
1332
 
1163
- <span class="param-type">Number</span>
1333
+ <span class="param-type">
1334
+
1335
+ Number
1336
+
1337
+ </span>
1338
+
1164
1339
 
1165
1340
 
1166
1341
  </span>
@@ -1234,7 +1409,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1234
1409
  <span class="method-parameter is-pulled-right">
1235
1410
  <label>类型:</label>
1236
1411
 
1237
- <span class="param-type">String</span>
1412
+ <span class="param-type">
1413
+
1414
+ String
1415
+
1416
+ </span>
1417
+
1238
1418
 
1239
1419
 
1240
1420
  </span>
@@ -1308,7 +1488,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1308
1488
  <span class="method-parameter is-pulled-right">
1309
1489
  <label>类型:</label>
1310
1490
 
1311
- <span class="param-type">String</span>
1491
+ <span class="param-type">
1492
+
1493
+ String
1494
+
1495
+ </span>
1496
+
1312
1497
 
1313
1498
 
1314
1499
  </span>
@@ -1342,7 +1527,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1342
1527
 
1343
1528
  <dt class="inherited-from">Inherited From:</dt>
1344
1529
  <dd class="inherited-from"><ul class="dummy"><li>
1345
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1530
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1346
1531
  </li></ul></dd>
1347
1532
 
1348
1533
 
@@ -1405,7 +1590,12 @@ BaseServer.headers.token = '新token';</code></pre>
1405
1590
  <span class="method-parameter is-pulled-right">
1406
1591
  <label>类型:</label>
1407
1592
 
1408
- <span class="param-type">Number</span>
1593
+ <span class="param-type">
1594
+
1595
+ Number
1596
+
1597
+ </span>
1598
+
1409
1599
 
1410
1600
 
1411
1601
  </span>
@@ -1475,7 +1665,12 @@ BaseServer.headers.token = '新token';</code></pre>
1475
1665
  <span class="method-parameter is-pulled-right">
1476
1666
  <label>类型:</label>
1477
1667
 
1478
- <span class="param-type">function</span>
1668
+ <span class="param-type">
1669
+
1670
+ function
1671
+
1672
+ </span>
1673
+
1479
1674
 
1480
1675
 
1481
1676
  </span>
@@ -1509,7 +1704,7 @@ BaseServer.headers.token = '新token';</code></pre>
1509
1704
 
1510
1705
  <dt class="inherited-from">Inherited From:</dt>
1511
1706
  <dd class="inherited-from"><ul class="dummy"><li>
1512
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1707
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1513
1708
  </li></ul></dd>
1514
1709
 
1515
1710
 
@@ -1578,7 +1773,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1578
1773
  <span class="method-parameter is-pulled-right">
1579
1774
  <label>类型:</label>
1580
1775
 
1581
- <span class="param-type">String</span>
1776
+ <span class="param-type">
1777
+
1778
+ String
1779
+
1780
+ </span>
1781
+
1582
1782
 
1583
1783
 
1584
1784
  </span>
@@ -1612,7 +1812,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1612
1812
 
1613
1813
  <dt class="inherited-from">Inherited From:</dt>
1614
1814
  <dd class="inherited-from"><ul class="dummy"><li>
1615
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1815
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1616
1816
  </li></ul></dd>
1617
1817
 
1618
1818
 
@@ -1671,7 +1871,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1671
1871
  <span class="method-parameter is-pulled-right">
1672
1872
  <label>类型:</label>
1673
1873
 
1674
- <span class="param-type">function</span>
1874
+ <span class="param-type">
1875
+
1876
+ function
1877
+
1878
+ </span>
1879
+
1675
1880
 
1676
1881
 
1677
1882
  </span>
@@ -1705,7 +1910,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1705
1910
 
1706
1911
  <dt class="inherited-from">Inherited From:</dt>
1707
1912
  <dd class="inherited-from"><ul class="dummy"><li>
1708
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1913
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1709
1914
  </li></ul></dd>
1710
1915
 
1711
1916
 
@@ -1776,7 +1981,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1776
1981
  <span class="method-parameter is-pulled-right">
1777
1982
  <label>类型:</label>
1778
1983
 
1779
- <span class="param-type">String</span>
1984
+ <span class="param-type">
1985
+
1986
+ String
1987
+
1988
+ </span>
1989
+
1780
1990
 
1781
1991
 
1782
1992
  </span>
@@ -1846,7 +2056,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1846
2056
  <span class="method-parameter is-pulled-right">
1847
2057
  <label>类型:</label>
1848
2058
 
1849
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2059
+ <span class="param-type">
2060
+
2061
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2062
+
2063
+ </span>
2064
+
1850
2065
 
1851
2066
 
1852
2067
  </span>
@@ -1880,7 +2095,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1880
2095
 
1881
2096
  <dt class="inherited-from">Inherited From:</dt>
1882
2097
  <dd class="inherited-from"><ul class="dummy"><li>
1883
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2098
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1884
2099
  </li></ul></dd>
1885
2100
 
1886
2101
 
@@ -1943,7 +2158,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1943
2158
  <span class="method-parameter is-pulled-right">
1944
2159
  <label>类型:</label>
1945
2160
 
1946
- <span class="param-type">String</span>
2161
+ <span class="param-type">
2162
+
2163
+ String
2164
+
2165
+ </span>
2166
+
1947
2167
 
1948
2168
 
1949
2169
  </span>
@@ -1977,7 +2197,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1977
2197
 
1978
2198
  <dt class="inherited-from">Inherited From:</dt>
1979
2199
  <dd class="inherited-from"><ul class="dummy"><li>
1980
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2200
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1981
2201
  </li></ul></dd>
1982
2202
 
1983
2203
 
@@ -2035,7 +2255,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2035
2255
  <span class="method-parameter is-pulled-right">
2036
2256
  <label>类型:</label>
2037
2257
 
2038
- <span class="param-type">String</span>
2258
+ <span class="param-type">
2259
+
2260
+ String
2261
+
2262
+ </span>
2263
+
2039
2264
 
2040
2265
 
2041
2266
  </span>
@@ -2069,7 +2294,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2069
2294
 
2070
2295
  <dt class="inherited-from">Inherited From:</dt>
2071
2296
  <dd class="inherited-from"><ul class="dummy"><li>
2072
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2297
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2073
2298
  </li></ul></dd>
2074
2299
 
2075
2300
 
@@ -2127,7 +2352,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2127
2352
  <span class="method-parameter is-pulled-right">
2128
2353
  <label>类型:</label>
2129
2354
 
2130
- <span class="param-type">String</span>
2355
+ <span class="param-type">
2356
+
2357
+ String
2358
+
2359
+ </span>
2360
+
2131
2361
 
2132
2362
 
2133
2363
  </span>
@@ -2218,12 +2448,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2218
2448
  <tbody>
2219
2449
 
2220
2450
  <tr class="deep-level-0">
2221
- <td class="name"><code><a href="WorkFlowServer600370.html#execute">execute</a></code></td>
2451
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2222
2452
  <td class="name">
2223
2453
  <code>
2224
2454
 
2225
2455
 
2226
- <span class="param-type">Promise.&lt;Object></span>
2456
+ <span class="param-type">
2457
+
2458
+ Promise.&lt;Object>
2459
+
2460
+ </span>
2461
+
2227
2462
 
2228
2463
 
2229
2464
 
@@ -2233,7 +2468,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2233
2468
  </tr>
2234
2469
 
2235
2470
  <tr class="deep-level-0">
2236
- <td class="name"><code><a href="WorkFlowServer600370.html#queryServerInfo">queryServerInfo</a></code></td>
2471
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2237
2472
  <td class="name">
2238
2473
  <code>
2239
2474
 
@@ -2243,12 +2478,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2243
2478
  </tr>
2244
2479
 
2245
2480
  <tr class="deep-level-0">
2246
- <td class="name"><code><a href="WorkFlowServer600370.html#queryTaskResult">queryTaskResult</a></code></td>
2481
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2247
2482
  <td class="name">
2248
2483
  <code>
2249
2484
 
2250
2485
 
2251
- <span class="param-type">Promise.&lt;String></span>
2486
+ <span class="param-type">
2487
+
2488
+ Promise.&lt;String>
2489
+
2490
+ </span>
2491
+
2252
2492
 
2253
2493
 
2254
2494
 
@@ -2258,12 +2498,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2258
2498
  </tr>
2259
2499
 
2260
2500
  <tr class="deep-level-0">
2261
- <td class="name"><code><a href="WorkFlowServer600370.html#queryTaskStatus">queryTaskStatus</a></code></td>
2501
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2262
2502
  <td class="name">
2263
2503
  <code>
2264
2504
 
2265
2505
 
2266
- <span class="param-type">Promise.&lt;String></span>
2506
+ <span class="param-type">
2507
+
2508
+ Promise.&lt;String>
2509
+
2510
+ </span>
2511
+
2267
2512
 
2268
2513
 
2269
2514
 
@@ -2273,12 +2518,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2273
2518
  </tr>
2274
2519
 
2275
2520
  <tr class="deep-level-0">
2276
- <td class="name"><code><a href="WorkFlowServer600370.html#submit">submit</a></code></td>
2521
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2277
2522
  <td class="name">
2278
2523
  <code>
2279
2524
 
2280
2525
 
2281
- <span class="param-type">Promise.&lt;String></span>
2526
+ <span class="param-type">
2527
+
2528
+ Promise.&lt;String>
2529
+
2530
+ </span>
2531
+
2282
2532
 
2283
2533
 
2284
2534
 
@@ -2347,13 +2597,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2347
2597
 
2348
2598
  <tr class="deep-level-0">
2349
2599
 
2350
- <td class="name" id="options"><code>options</code></td>
2600
+ <td class="name"><code>options</code></td>
2351
2601
 
2352
2602
 
2353
2603
  <td class="type">
2354
2604
 
2355
2605
 
2356
- <span class="param-type">Object</span>
2606
+ <span class="param-type">
2607
+
2608
+ Object
2609
+
2610
+ </span>
2611
+
2357
2612
 
2358
2613
 
2359
2614
 
@@ -2373,13 +2628,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2373
2628
 
2374
2629
  <tr class="deep-level-1">
2375
2630
 
2376
- <td class="name" id="headers"><code>headers</code></td>
2631
+ <td class="name"><code>headers</code></td>
2377
2632
 
2378
2633
 
2379
2634
  <td class="type">
2380
2635
 
2381
2636
 
2382
- <span class="param-type">String</span>
2637
+ <span class="param-type">
2638
+
2639
+ String
2640
+
2641
+ </span>
2642
+
2383
2643
 
2384
2644
 
2385
2645
 
@@ -2399,13 +2659,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2399
2659
 
2400
2660
  <tr class="deep-level-1">
2401
2661
 
2402
- <td class="name" id="method"><code>method</code></td>
2662
+ <td class="name"><code>method</code></td>
2403
2663
 
2404
2664
 
2405
2665
  <td class="type">
2406
2666
 
2407
2667
 
2408
- <span class="param-type">String</span>
2668
+ <span class="param-type">
2669
+
2670
+ String
2671
+
2672
+ </span>
2673
+
2409
2674
 
2410
2675
 
2411
2676
 
@@ -2427,13 +2692,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2427
2692
 
2428
2693
  <tr class="deep-level-1">
2429
2694
 
2430
- <td class="name" id="success"><code>success</code></td>
2695
+ <td class="name"><code>success</code></td>
2431
2696
 
2432
2697
 
2433
2698
  <td class="type">
2434
2699
 
2435
2700
 
2436
- <span class="param-type">function</span>
2701
+ <span class="param-type">
2702
+
2703
+ function
2704
+
2705
+ </span>
2706
+
2437
2707
 
2438
2708
 
2439
2709
 
@@ -2453,13 +2723,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2453
2723
 
2454
2724
  <tr class="deep-level-1">
2455
2725
 
2456
- <td class="name" id="failure"><code>failure</code></td>
2726
+ <td class="name"><code>failure</code></td>
2457
2727
 
2458
2728
 
2459
2729
  <td class="type">
2460
2730
 
2461
2731
 
2462
- <span class="param-type">function</span>
2732
+ <span class="param-type">
2733
+
2734
+ function
2735
+
2736
+ </span>
2737
+
2463
2738
 
2464
2739
 
2465
2740
 
@@ -2498,7 +2773,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2498
2773
 
2499
2774
  <dt class="inherited-from">Inherited From:</dt>
2500
2775
  <dd class="inherited-from"><ul class="dummy"><li>
2501
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2776
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2502
2777
  </li></ul></dd>
2503
2778
 
2504
2779
 
@@ -2557,7 +2832,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2557
2832
  <div class='column is-5 has-text-left'>
2558
2833
  <label>类型: </label>
2559
2834
 
2560
- <span class="param-type">Promise.&lt;Object></span>
2835
+ <span class="param-type">
2836
+
2837
+ Promise.&lt;Object>
2838
+
2839
+ </span>
2840
+
2561
2841
 
2562
2842
 
2563
2843
  </div>
@@ -2642,7 +2922,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2642
2922
 
2643
2923
  <tr class="deep-level-0">
2644
2924
 
2645
- <td class="name" id="options"><code>options</code></td>
2925
+ <td class="name"><code>options</code></td>
2646
2926
 
2647
2927
 
2648
2928
  <td class="type">
@@ -2663,13 +2943,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2663
2943
 
2664
2944
  <tr class="deep-level-1">
2665
2945
 
2666
- <td class="name" id="success"><code>success</code></td>
2946
+ <td class="name"><code>success</code></td>
2667
2947
 
2668
2948
 
2669
2949
  <td class="type">
2670
2950
 
2671
2951
 
2672
- <span class="param-type">function</span>
2952
+ <span class="param-type">
2953
+
2954
+ function
2955
+
2956
+ </span>
2957
+
2673
2958
 
2674
2959
 
2675
2960
 
@@ -2691,13 +2976,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2691
2976
 
2692
2977
  <tr class="deep-level-1">
2693
2978
 
2694
- <td class="name" id="failure"><code>failure</code></td>
2979
+ <td class="name"><code>failure</code></td>
2695
2980
 
2696
2981
 
2697
2982
  <td class="type">
2698
2983
 
2699
2984
 
2700
- <span class="param-type">function</span>
2985
+ <span class="param-type">
2986
+
2987
+ function
2988
+
2989
+ </span>
2990
+
2701
2991
 
2702
2992
 
2703
2993
 
@@ -2738,7 +3028,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2738
3028
 
2739
3029
  <dt class="inherited-from">Inherited From:</dt>
2740
3030
  <dd class="inherited-from"><ul class="dummy"><li>
2741
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3031
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2742
3032
  </li></ul></dd>
2743
3033
 
2744
3034
 
@@ -2875,13 +3165,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2875
3165
 
2876
3166
  <tr class="deep-level-0">
2877
3167
 
2878
- <td class="name" id="options"><code>options</code></td>
3168
+ <td class="name"><code>options</code></td>
2879
3169
 
2880
3170
 
2881
3171
  <td class="type">
2882
3172
 
2883
3173
 
2884
- <span class="param-type">Object</span>
3174
+ <span class="param-type">
3175
+
3176
+ Object
3177
+
3178
+ </span>
3179
+
2885
3180
 
2886
3181
 
2887
3182
 
@@ -2901,13 +3196,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2901
3196
 
2902
3197
  <tr class="deep-level-1">
2903
3198
 
2904
- <td class="name" id="taskId"><code>taskId</code></td>
3199
+ <td class="name"><code>taskId</code></td>
2905
3200
 
2906
3201
 
2907
3202
  <td class="type">
2908
3203
 
2909
3204
 
2910
- <span class="param-type">String</span>
3205
+ <span class="param-type">
3206
+
3207
+ String
3208
+
3209
+ </span>
3210
+
2911
3211
 
2912
3212
 
2913
3213
 
@@ -2927,13 +3227,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2927
3227
 
2928
3228
  <tr class="deep-level-1">
2929
3229
 
2930
- <td class="name" id="headers"><code>headers</code></td>
3230
+ <td class="name"><code>headers</code></td>
2931
3231
 
2932
3232
 
2933
3233
  <td class="type">
2934
3234
 
2935
3235
 
2936
- <span class="param-type">String</span>
3236
+ <span class="param-type">
3237
+
3238
+ String
3239
+
3240
+ </span>
3241
+
2937
3242
 
2938
3243
 
2939
3244
 
@@ -2953,13 +3258,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2953
3258
 
2954
3259
  <tr class="deep-level-1">
2955
3260
 
2956
- <td class="name" id="method"><code>method</code></td>
3261
+ <td class="name"><code>method</code></td>
2957
3262
 
2958
3263
 
2959
3264
  <td class="type">
2960
3265
 
2961
3266
 
2962
- <span class="param-type">String</span>
3267
+ <span class="param-type">
3268
+
3269
+ String
3270
+
3271
+ </span>
3272
+
2963
3273
 
2964
3274
 
2965
3275
 
@@ -2981,13 +3291,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2981
3291
 
2982
3292
  <tr class="deep-level-1">
2983
3293
 
2984
- <td class="name" id="success"><code>success</code></td>
3294
+ <td class="name"><code>success</code></td>
2985
3295
 
2986
3296
 
2987
3297
  <td class="type">
2988
3298
 
2989
3299
 
2990
- <span class="param-type">function</span>
3300
+ <span class="param-type">
3301
+
3302
+ function
3303
+
3304
+ </span>
3305
+
2991
3306
 
2992
3307
 
2993
3308
 
@@ -3007,13 +3322,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3007
3322
 
3008
3323
  <tr class="deep-level-1">
3009
3324
 
3010
- <td class="name" id="failure"><code>failure</code></td>
3325
+ <td class="name"><code>failure</code></td>
3011
3326
 
3012
3327
 
3013
3328
  <td class="type">
3014
3329
 
3015
3330
 
3016
- <span class="param-type">function</span>
3331
+ <span class="param-type">
3332
+
3333
+ function
3334
+
3335
+ </span>
3336
+
3017
3337
 
3018
3338
 
3019
3339
 
@@ -3052,7 +3372,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3052
3372
 
3053
3373
  <dt class="inherited-from">Inherited From:</dt>
3054
3374
  <dd class="inherited-from"><ul class="dummy"><li>
3055
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3375
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3056
3376
  </li></ul></dd>
3057
3377
 
3058
3378
 
@@ -3111,7 +3431,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3111
3431
  <div class='column is-5 has-text-left'>
3112
3432
  <label>类型: </label>
3113
3433
 
3114
- <span class="param-type">Promise.&lt;String></span>
3434
+ <span class="param-type">
3435
+
3436
+ Promise.&lt;String>
3437
+
3438
+ </span>
3439
+
3115
3440
 
3116
3441
 
3117
3442
  </div>
@@ -3196,13 +3521,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3196
3521
 
3197
3522
  <tr class="deep-level-0">
3198
3523
 
3199
- <td class="name" id="options"><code>options</code></td>
3524
+ <td class="name"><code>options</code></td>
3200
3525
 
3201
3526
 
3202
3527
  <td class="type">
3203
3528
 
3204
3529
 
3205
- <span class="param-type">Object</span>
3530
+ <span class="param-type">
3531
+
3532
+ Object
3533
+
3534
+ </span>
3535
+
3206
3536
 
3207
3537
 
3208
3538
 
@@ -3222,13 +3552,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3222
3552
 
3223
3553
  <tr class="deep-level-1">
3224
3554
 
3225
- <td class="name" id="taskId"><code>taskId</code></td>
3555
+ <td class="name"><code>taskId</code></td>
3226
3556
 
3227
3557
 
3228
3558
  <td class="type">
3229
3559
 
3230
3560
 
3231
- <span class="param-type">String</span>
3561
+ <span class="param-type">
3562
+
3563
+ String
3564
+
3565
+ </span>
3566
+
3232
3567
 
3233
3568
 
3234
3569
 
@@ -3248,13 +3583,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3248
3583
 
3249
3584
  <tr class="deep-level-1">
3250
3585
 
3251
- <td class="name" id="headers"><code>headers</code></td>
3586
+ <td class="name"><code>headers</code></td>
3252
3587
 
3253
3588
 
3254
3589
  <td class="type">
3255
3590
 
3256
3591
 
3257
- <span class="param-type">String</span>
3592
+ <span class="param-type">
3593
+
3594
+ String
3595
+
3596
+ </span>
3597
+
3258
3598
 
3259
3599
 
3260
3600
 
@@ -3274,13 +3614,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3274
3614
 
3275
3615
  <tr class="deep-level-1">
3276
3616
 
3277
- <td class="name" id="method"><code>method</code></td>
3617
+ <td class="name"><code>method</code></td>
3278
3618
 
3279
3619
 
3280
3620
  <td class="type">
3281
3621
 
3282
3622
 
3283
- <span class="param-type">String</span>
3623
+ <span class="param-type">
3624
+
3625
+ String
3626
+
3627
+ </span>
3628
+
3284
3629
 
3285
3630
 
3286
3631
 
@@ -3302,13 +3647,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3302
3647
 
3303
3648
  <tr class="deep-level-1">
3304
3649
 
3305
- <td class="name" id="success"><code>success</code></td>
3650
+ <td class="name"><code>success</code></td>
3306
3651
 
3307
3652
 
3308
3653
  <td class="type">
3309
3654
 
3310
3655
 
3311
- <span class="param-type">function</span>
3656
+ <span class="param-type">
3657
+
3658
+ function
3659
+
3660
+ </span>
3661
+
3312
3662
 
3313
3663
 
3314
3664
 
@@ -3328,13 +3678,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3328
3678
 
3329
3679
  <tr class="deep-level-1">
3330
3680
 
3331
- <td class="name" id="failure"><code>failure</code></td>
3681
+ <td class="name"><code>failure</code></td>
3332
3682
 
3333
3683
 
3334
3684
  <td class="type">
3335
3685
 
3336
3686
 
3337
- <span class="param-type">function</span>
3687
+ <span class="param-type">
3688
+
3689
+ function
3690
+
3691
+ </span>
3692
+
3338
3693
 
3339
3694
 
3340
3695
 
@@ -3373,7 +3728,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3728
 
3374
3729
  <dt class="inherited-from">Inherited From:</dt>
3375
3730
  <dd class="inherited-from"><ul class="dummy"><li>
3376
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3731
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3377
3732
  </li></ul></dd>
3378
3733
 
3379
3734
 
@@ -3432,7 +3787,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3432
3787
  <div class='column is-5 has-text-left'>
3433
3788
  <label>类型: </label>
3434
3789
 
3435
- <span class="param-type">Promise.&lt;String></span>
3790
+ <span class="param-type">
3791
+
3792
+ Promise.&lt;String>
3793
+
3794
+ </span>
3795
+
3436
3796
 
3437
3797
 
3438
3798
  </div>
@@ -3517,13 +3877,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3517
3877
 
3518
3878
  <tr class="deep-level-0">
3519
3879
 
3520
- <td class="name" id="options"><code>options</code></td>
3880
+ <td class="name"><code>options</code></td>
3521
3881
 
3522
3882
 
3523
3883
  <td class="type">
3524
3884
 
3525
3885
 
3526
- <span class="param-type">Object</span>
3886
+ <span class="param-type">
3887
+
3888
+ Object
3889
+
3890
+ </span>
3891
+
3527
3892
 
3528
3893
 
3529
3894
 
@@ -3543,13 +3908,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3543
3908
 
3544
3909
  <tr class="deep-level-1">
3545
3910
 
3546
- <td class="name" id="headers"><code>headers</code></td>
3911
+ <td class="name"><code>headers</code></td>
3547
3912
 
3548
3913
 
3549
3914
  <td class="type">
3550
3915
 
3551
3916
 
3552
- <span class="param-type">String</span>
3917
+ <span class="param-type">
3918
+
3919
+ String
3920
+
3921
+ </span>
3922
+
3553
3923
 
3554
3924
 
3555
3925
 
@@ -3569,13 +3939,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3569
3939
 
3570
3940
  <tr class="deep-level-1">
3571
3941
 
3572
- <td class="name" id="method"><code>method</code></td>
3942
+ <td class="name"><code>method</code></td>
3573
3943
 
3574
3944
 
3575
3945
  <td class="type">
3576
3946
 
3577
3947
 
3578
- <span class="param-type">String</span>
3948
+ <span class="param-type">
3949
+
3950
+ String
3951
+
3952
+ </span>
3953
+
3579
3954
 
3580
3955
 
3581
3956
 
@@ -3597,13 +3972,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3597
3972
 
3598
3973
  <tr class="deep-level-1">
3599
3974
 
3600
- <td class="name" id="success"><code>success</code></td>
3975
+ <td class="name"><code>success</code></td>
3601
3976
 
3602
3977
 
3603
3978
  <td class="type">
3604
3979
 
3605
3980
 
3606
- <span class="param-type">function</span>
3981
+ <span class="param-type">
3982
+
3983
+ function
3984
+
3985
+ </span>
3986
+
3607
3987
 
3608
3988
 
3609
3989
 
@@ -3623,13 +4003,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3623
4003
 
3624
4004
  <tr class="deep-level-1">
3625
4005
 
3626
- <td class="name" id="failure"><code>failure</code></td>
4006
+ <td class="name"><code>failure</code></td>
3627
4007
 
3628
4008
 
3629
4009
  <td class="type">
3630
4010
 
3631
4011
 
3632
- <span class="param-type">function</span>
4012
+ <span class="param-type">
4013
+
4014
+ function
4015
+
4016
+ </span>
4017
+
3633
4018
 
3634
4019
 
3635
4020
 
@@ -3668,7 +4053,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3668
4053
 
3669
4054
  <dt class="inherited-from">Inherited From:</dt>
3670
4055
  <dd class="inherited-from"><ul class="dummy"><li>
3671
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4056
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3672
4057
  </li></ul></dd>
3673
4058
 
3674
4059
 
@@ -3734,7 +4119,12 @@ console.log(&quot;submit: &quot;, res);
3734
4119
  <div class='column is-5 has-text-left'>
3735
4120
  <label>类型: </label>
3736
4121
 
3737
- <span class="param-type">Promise.&lt;String></span>
4122
+ <span class="param-type">
4123
+
4124
+ Promise.&lt;String>
4125
+
4126
+ </span>
4127
+
3738
4128
 
3739
4129
 
3740
4130
  </div>