@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="geometry1"><code>geometry1</code></td>
128
+ <td class="name"><code>geometry1</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
134
+ <span class="param-type">
135
+
136
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="geometry2"><code>geometry2</code></td>
155
+ <td class="name"><code>geometry2</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
161
+ <span class="param-type">
162
+
163
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="attOptType"><code>attOptType</code></td>
182
+ <td class="name"><code>attOptType</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">Number</span>
188
+ <span class="param-type">
189
+
190
+ Number
191
+
192
+ </span>
193
+
169
194
 
170
195
 
171
196
 
@@ -181,13 +206,18 @@
181
206
 
182
207
  <tr class="deep-level-1">
183
208
 
184
- <td class="name" id="infoOptType"><code>infoOptType</code></td>
209
+ <td class="name"><code>infoOptType</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="overType"><code>overType</code></td>
236
+ <td class="name"><code>overType</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
245
+
246
+ </span>
247
+
213
248
 
214
249
 
215
250
 
@@ -225,13 +260,18 @@
225
260
 
226
261
  <tr class="deep-level-1">
227
262
 
228
- <td class="name" id="radius"><code>radius</code></td>
263
+ <td class="name"><code>radius</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
272
+
273
+ </span>
274
+
235
275
 
236
276
 
237
277
 
@@ -247,13 +287,18 @@
247
287
 
248
288
  <tr class="deep-level-1">
249
289
 
250
- <td class="name" id="inFormat"><code>inFormat</code></td>
290
+ <td class="name"><code>inFormat</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -395,7 +440,7 @@
395
440
 
396
441
 
397
442
  <ul>
398
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
443
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
399
444
  </ul>
400
445
 
401
446
 
@@ -427,11 +472,16 @@
427
472
  <tbody>
428
473
 
429
474
  <tr class="deep-level-0">
430
- <td class="name"><code><a href="WorkFlowServer600307.html#attOptType">attOptType</a></code></td>
475
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
431
476
  <td class="name">
432
477
  <code>
433
478
 
434
- <span class="param-type">Number</span>
479
+ <span class="param-type">
480
+
481
+ Number
482
+
483
+ </span>
484
+
435
485
 
436
486
 
437
487
  </code>
@@ -440,11 +490,16 @@
440
490
  </tr>
441
491
 
442
492
  <tr class="deep-level-0">
443
- <td class="name"><code><a href="WorkFlowServer600307.html#clientId">clientId</a></code></td>
493
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
444
494
  <td class="name">
445
495
  <code>
446
496
 
447
- <span class="param-type">Boolean</span>
497
+ <span class="param-type">
498
+
499
+ Boolean
500
+
501
+ </span>
502
+
448
503
 
449
504
 
450
505
  </code>
@@ -453,11 +508,16 @@
453
508
  </tr>
454
509
 
455
510
  <tr class="deep-level-0">
456
- <td class="name"><code><a href="WorkFlowServer600307.html#description">description</a></code></td>
511
+ <td class="name"><code><a href="#description">description</a></code></td>
457
512
  <td class="name">
458
513
  <code>
459
514
 
460
- <span class="param-type">String</span>
515
+ <span class="param-type">
516
+
517
+ String
518
+
519
+ </span>
520
+
461
521
 
462
522
 
463
523
  </code>
@@ -466,11 +526,16 @@
466
526
  </tr>
467
527
 
468
528
  <tr class="deep-level-0">
469
- <td class="name"><code><a href="WorkFlowServer600307.html#desInfo">desInfo</a></code></td>
529
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
470
530
  <td class="name">
471
531
  <code>
472
532
 
473
- <span class="param-type">String</span>
533
+ <span class="param-type">
534
+
535
+ String
536
+
537
+ </span>
538
+
474
539
 
475
540
 
476
541
  </code>
@@ -479,11 +544,16 @@
479
544
  </tr>
480
545
 
481
546
  <tr class="deep-level-0">
482
- <td class="name"><code><a href="WorkFlowServer600307.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
547
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
483
548
  <td class="name">
484
549
  <code>
485
550
 
486
- <span class="param-type">Boolean</span>
551
+ <span class="param-type">
552
+
553
+ Boolean
554
+
555
+ </span>
556
+
487
557
 
488
558
 
489
559
  </code>
@@ -492,11 +562,16 @@
492
562
  </tr>
493
563
 
494
564
  <tr class="deep-level-0">
495
- <td class="name"><code><a href="WorkFlowServer600307.html#flowId">flowId</a></code></td>
565
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
496
566
  <td class="name">
497
567
  <code>
498
568
 
499
- <span class="param-type">Number</span>
569
+ <span class="param-type">
570
+
571
+ Number
572
+
573
+ </span>
574
+
500
575
 
501
576
 
502
577
  </code>
@@ -505,11 +580,16 @@
505
580
  </tr>
506
581
 
507
582
  <tr class="deep-level-0">
508
- <td class="name"><code><a href="WorkFlowServer600307.html#geometry1">geometry1</a></code></td>
583
+ <td class="name"><code><a href="#geometry1">geometry1</a></code></td>
509
584
  <td class="name">
510
585
  <code>
511
586
 
512
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
587
+ <span class="param-type">
588
+
589
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
590
+
591
+ </span>
592
+
513
593
 
514
594
 
515
595
  </code>
@@ -518,11 +598,16 @@
518
598
  </tr>
519
599
 
520
600
  <tr class="deep-level-0">
521
- <td class="name"><code><a href="WorkFlowServer600307.html#geometry2">geometry2</a></code></td>
601
+ <td class="name"><code><a href="#geometry2">geometry2</a></code></td>
522
602
  <td class="name">
523
603
  <code>
524
604
 
525
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
605
+ <span class="param-type">
606
+
607
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
608
+
609
+ </span>
610
+
526
611
 
527
612
 
528
613
  </code>
@@ -531,11 +616,16 @@
531
616
  </tr>
532
617
 
533
618
  <tr class="deep-level-0">
534
- <td class="name"><code><a href="WorkFlowServer600307.html#groupName">groupName</a></code></td>
619
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
535
620
  <td class="name">
536
621
  <code>
537
622
 
538
- <span class="param-type">String</span>
623
+ <span class="param-type">
624
+
625
+ String
626
+
627
+ </span>
628
+
539
629
 
540
630
 
541
631
  </code>
@@ -544,11 +634,16 @@
544
634
  </tr>
545
635
 
546
636
  <tr class="deep-level-0">
547
- <td class="name"><code><a href="WorkFlowServer600307.html#headers">headers</a></code></td>
637
+ <td class="name"><code><a href="#headers">headers</a></code></td>
548
638
  <td class="name">
549
639
  <code>
550
640
 
551
- <span class="param-type">String</span>
641
+ <span class="param-type">
642
+
643
+ String
644
+
645
+ </span>
646
+
552
647
 
553
648
 
554
649
  </code>
@@ -557,11 +652,16 @@
557
652
  </tr>
558
653
 
559
654
  <tr class="deep-level-0">
560
- <td class="name"><code><a href="WorkFlowServer600307.html#infoOptType">infoOptType</a></code></td>
655
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
561
656
  <td class="name">
562
657
  <code>
563
658
 
564
- <span class="param-type">Number</span>
659
+ <span class="param-type">
660
+
661
+ Number
662
+
663
+ </span>
664
+
565
665
 
566
666
 
567
667
  </code>
@@ -570,11 +670,16 @@
570
670
  </tr>
571
671
 
572
672
  <tr class="deep-level-0">
573
- <td class="name"><code><a href="WorkFlowServer600307.html#inFormat">inFormat</a></code></td>
673
+ <td class="name"><code><a href="#inFormat">inFormat</a></code></td>
574
674
  <td class="name">
575
675
  <code>
576
676
 
577
- <span class="param-type">String</span>
677
+ <span class="param-type">
678
+
679
+ String
680
+
681
+ </span>
682
+
578
683
 
579
684
 
580
685
  </code>
@@ -583,11 +688,16 @@
583
688
  </tr>
584
689
 
585
690
  <tr class="deep-level-0">
586
- <td class="name"><code><a href="WorkFlowServer600307.html#overType">overType</a></code></td>
691
+ <td class="name"><code><a href="#overType">overType</a></code></td>
587
692
  <td class="name">
588
693
  <code>
589
694
 
590
- <span class="param-type">Number</span>
695
+ <span class="param-type">
696
+
697
+ Number
698
+
699
+ </span>
700
+
591
701
 
592
702
 
593
703
  </code>
@@ -596,11 +706,16 @@
596
706
  </tr>
597
707
 
598
708
  <tr class="deep-level-0">
599
- <td class="name"><code><a href="WorkFlowServer600307.html#radius">radius</a></code></td>
709
+ <td class="name"><code><a href="#radius">radius</a></code></td>
600
710
  <td class="name">
601
711
  <code>
602
712
 
603
- <span class="param-type">Number</span>
713
+ <span class="param-type">
714
+
715
+ Number
716
+
717
+ </span>
718
+
604
719
 
605
720
 
606
721
  </code>
@@ -609,11 +724,16 @@
609
724
  </tr>
610
725
 
611
726
  <tr class="deep-level-0">
612
- <td class="name"><code><a href="WorkFlowServer600307.html#requestInterceptor">requestInterceptor</a></code></td>
727
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
613
728
  <td class="name">
614
729
  <code>
615
730
 
616
- <span class="param-type">function</span>
731
+ <span class="param-type">
732
+
733
+ function
734
+
735
+ </span>
736
+
617
737
 
618
738
 
619
739
  </code>
@@ -622,11 +742,16 @@
622
742
  </tr>
623
743
 
624
744
  <tr class="deep-level-0">
625
- <td class="name"><code><a href="WorkFlowServer600307.html#requestTimeout">requestTimeout</a></code></td>
745
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
626
746
  <td class="name">
627
747
  <code>
628
748
 
629
- <span class="param-type">String</span>
749
+ <span class="param-type">
750
+
751
+ String
752
+
753
+ </span>
754
+
630
755
 
631
756
 
632
757
  </code>
@@ -635,11 +760,16 @@
635
760
  </tr>
636
761
 
637
762
  <tr class="deep-level-0">
638
- <td class="name"><code><a href="WorkFlowServer600307.html#responseInterceptor">responseInterceptor</a></code></td>
763
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
639
764
  <td class="name">
640
765
  <code>
641
766
 
642
- <span class="param-type">function</span>
767
+ <span class="param-type">
768
+
769
+ function
770
+
771
+ </span>
772
+
643
773
 
644
774
 
645
775
  </code>
@@ -648,11 +778,16 @@
648
778
  </tr>
649
779
 
650
780
  <tr class="deep-level-0">
651
- <td class="name"><code><a href="WorkFlowServer600307.html#tokenAttachType">tokenAttachType</a></code></td>
781
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
652
782
  <td class="name">
653
783
  <code>
654
784
 
655
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
785
+ <span class="param-type">
786
+
787
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
788
+
789
+ </span>
790
+
656
791
 
657
792
 
658
793
  </code>
@@ -661,11 +796,16 @@
661
796
  </tr>
662
797
 
663
798
  <tr class="deep-level-0">
664
- <td class="name"><code><a href="WorkFlowServer600307.html#tokenKey">tokenKey</a></code></td>
799
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
665
800
  <td class="name">
666
801
  <code>
667
802
 
668
- <span class="param-type">String</span>
803
+ <span class="param-type">
804
+
805
+ String
806
+
807
+ </span>
808
+
669
809
 
670
810
 
671
811
  </code>
@@ -674,11 +814,16 @@
674
814
  </tr>
675
815
 
676
816
  <tr class="deep-level-0">
677
- <td class="name"><code><a href="WorkFlowServer600307.html#tokenValue">tokenValue</a></code></td>
817
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
678
818
  <td class="name">
679
819
  <code>
680
820
 
681
- <span class="param-type">String</span>
821
+ <span class="param-type">
822
+
823
+ String
824
+
825
+ </span>
826
+
682
827
 
683
828
 
684
829
  </code>
@@ -687,11 +832,16 @@
687
832
  </tr>
688
833
 
689
834
  <tr class="deep-level-0">
690
- <td class="name"><code><a href="WorkFlowServer600307.html#url">url</a></code></td>
835
+ <td class="name"><code><a href="#url">url</a></code></td>
691
836
  <td class="name">
692
837
  <code>
693
838
 
694
- <span class="param-type">String</span>
839
+ <span class="param-type">
840
+
841
+ String
842
+
843
+ </span>
844
+
695
845
 
696
846
 
697
847
  </code>
@@ -710,7 +860,12 @@
710
860
  <span class="method-parameter is-pulled-right">
711
861
  <label>类型:</label>
712
862
 
713
- <span class="param-type">Number</span>
863
+ <span class="param-type">
864
+
865
+ Number
866
+
867
+ </span>
868
+
714
869
 
715
870
 
716
871
  </span>
@@ -780,7 +935,12 @@
780
935
  <span class="method-parameter is-pulled-right">
781
936
  <label>类型:</label>
782
937
 
783
- <span class="param-type">Boolean</span>
938
+ <span class="param-type">
939
+
940
+ Boolean
941
+
942
+ </span>
943
+
784
944
 
785
945
 
786
946
  </span>
@@ -814,7 +974,7 @@
814
974
 
815
975
  <dt class="inherited-from">Inherited From:</dt>
816
976
  <dd class="inherited-from"><ul class="dummy"><li>
817
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
977
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
818
978
  </li></ul></dd>
819
979
 
820
980
 
@@ -855,7 +1015,12 @@
855
1015
  <span class="method-parameter is-pulled-right">
856
1016
  <label>类型:</label>
857
1017
 
858
- <span class="param-type">String</span>
1018
+ <span class="param-type">
1019
+
1020
+ String
1021
+
1022
+ </span>
1023
+
859
1024
 
860
1025
 
861
1026
  </span>
@@ -929,7 +1094,12 @@
929
1094
  <span class="method-parameter is-pulled-right">
930
1095
  <label>类型:</label>
931
1096
 
932
- <span class="param-type">String</span>
1097
+ <span class="param-type">
1098
+
1099
+ String
1100
+
1101
+ </span>
1102
+
933
1103
 
934
1104
 
935
1105
  </span>
@@ -999,7 +1169,12 @@
999
1169
  <span class="method-parameter is-pulled-right">
1000
1170
  <label>类型:</label>
1001
1171
 
1002
- <span class="param-type">Boolean</span>
1172
+ <span class="param-type">
1173
+
1174
+ Boolean
1175
+
1176
+ </span>
1177
+
1003
1178
 
1004
1179
 
1005
1180
  </span>
@@ -1033,7 +1208,7 @@
1033
1208
 
1034
1209
  <dt class="inherited-from">Inherited From:</dt>
1035
1210
  <dd class="inherited-from"><ul class="dummy"><li>
1036
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1211
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1037
1212
  </li></ul></dd>
1038
1213
 
1039
1214
 
@@ -1095,7 +1270,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1095
1270
  <span class="method-parameter is-pulled-right">
1096
1271
  <label>类型:</label>
1097
1272
 
1098
- <span class="param-type">Number</span>
1273
+ <span class="param-type">
1274
+
1275
+ Number
1276
+
1277
+ </span>
1278
+
1099
1279
 
1100
1280
 
1101
1281
  </span>
@@ -1169,7 +1349,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1169
1349
  <span class="method-parameter is-pulled-right">
1170
1350
  <label>类型:</label>
1171
1351
 
1172
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1352
+ <span class="param-type">
1353
+
1354
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1355
+
1356
+ </span>
1357
+
1173
1358
 
1174
1359
 
1175
1360
  </span>
@@ -1239,7 +1424,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1239
1424
  <span class="method-parameter is-pulled-right">
1240
1425
  <label>类型:</label>
1241
1426
 
1242
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1427
+ <span class="param-type">
1428
+
1429
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1430
+
1431
+ </span>
1432
+
1243
1433
 
1244
1434
 
1245
1435
  </span>
@@ -1309,7 +1499,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1309
1499
  <span class="method-parameter is-pulled-right">
1310
1500
  <label>类型:</label>
1311
1501
 
1312
- <span class="param-type">String</span>
1502
+ <span class="param-type">
1503
+
1504
+ String
1505
+
1506
+ </span>
1507
+
1313
1508
 
1314
1509
 
1315
1510
  </span>
@@ -1383,7 +1578,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1383
1578
  <span class="method-parameter is-pulled-right">
1384
1579
  <label>类型:</label>
1385
1580
 
1386
- <span class="param-type">String</span>
1581
+ <span class="param-type">
1582
+
1583
+ String
1584
+
1585
+ </span>
1586
+
1387
1587
 
1388
1588
 
1389
1589
  </span>
@@ -1417,7 +1617,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1417
1617
 
1418
1618
  <dt class="inherited-from">Inherited From:</dt>
1419
1619
  <dd class="inherited-from"><ul class="dummy"><li>
1420
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1620
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1421
1621
  </li></ul></dd>
1422
1622
 
1423
1623
 
@@ -1480,7 +1680,12 @@ BaseServer.headers.token = '新token';</code></pre>
1480
1680
  <span class="method-parameter is-pulled-right">
1481
1681
  <label>类型:</label>
1482
1682
 
1483
- <span class="param-type">Number</span>
1683
+ <span class="param-type">
1684
+
1685
+ Number
1686
+
1687
+ </span>
1688
+
1484
1689
 
1485
1690
 
1486
1691
  </span>
@@ -1550,7 +1755,12 @@ BaseServer.headers.token = '新token';</code></pre>
1550
1755
  <span class="method-parameter is-pulled-right">
1551
1756
  <label>类型:</label>
1552
1757
 
1553
- <span class="param-type">String</span>
1758
+ <span class="param-type">
1759
+
1760
+ String
1761
+
1762
+ </span>
1763
+
1554
1764
 
1555
1765
 
1556
1766
  </span>
@@ -1620,7 +1830,12 @@ BaseServer.headers.token = '新token';</code></pre>
1620
1830
  <span class="method-parameter is-pulled-right">
1621
1831
  <label>类型:</label>
1622
1832
 
1623
- <span class="param-type">Number</span>
1833
+ <span class="param-type">
1834
+
1835
+ Number
1836
+
1837
+ </span>
1838
+
1624
1839
 
1625
1840
 
1626
1841
  </span>
@@ -1690,7 +1905,12 @@ BaseServer.headers.token = '新token';</code></pre>
1690
1905
  <span class="method-parameter is-pulled-right">
1691
1906
  <label>类型:</label>
1692
1907
 
1693
- <span class="param-type">Number</span>
1908
+ <span class="param-type">
1909
+
1910
+ Number
1911
+
1912
+ </span>
1913
+
1694
1914
 
1695
1915
 
1696
1916
  </span>
@@ -1760,7 +1980,12 @@ BaseServer.headers.token = '新token';</code></pre>
1760
1980
  <span class="method-parameter is-pulled-right">
1761
1981
  <label>类型:</label>
1762
1982
 
1763
- <span class="param-type">function</span>
1983
+ <span class="param-type">
1984
+
1985
+ function
1986
+
1987
+ </span>
1988
+
1764
1989
 
1765
1990
 
1766
1991
  </span>
@@ -1794,7 +2019,7 @@ BaseServer.headers.token = '新token';</code></pre>
1794
2019
 
1795
2020
  <dt class="inherited-from">Inherited From:</dt>
1796
2021
  <dd class="inherited-from"><ul class="dummy"><li>
1797
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2022
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1798
2023
  </li></ul></dd>
1799
2024
 
1800
2025
 
@@ -1863,7 +2088,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1863
2088
  <span class="method-parameter is-pulled-right">
1864
2089
  <label>类型:</label>
1865
2090
 
1866
- <span class="param-type">String</span>
2091
+ <span class="param-type">
2092
+
2093
+ String
2094
+
2095
+ </span>
2096
+
1867
2097
 
1868
2098
 
1869
2099
  </span>
@@ -1897,7 +2127,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1897
2127
 
1898
2128
  <dt class="inherited-from">Inherited From:</dt>
1899
2129
  <dd class="inherited-from"><ul class="dummy"><li>
1900
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2130
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1901
2131
  </li></ul></dd>
1902
2132
 
1903
2133
 
@@ -1956,7 +2186,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1956
2186
  <span class="method-parameter is-pulled-right">
1957
2187
  <label>类型:</label>
1958
2188
 
1959
- <span class="param-type">function</span>
2189
+ <span class="param-type">
2190
+
2191
+ function
2192
+
2193
+ </span>
2194
+
1960
2195
 
1961
2196
 
1962
2197
  </span>
@@ -1990,7 +2225,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1990
2225
 
1991
2226
  <dt class="inherited-from">Inherited From:</dt>
1992
2227
  <dd class="inherited-from"><ul class="dummy"><li>
1993
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2228
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1994
2229
  </li></ul></dd>
1995
2230
 
1996
2231
 
@@ -2061,7 +2296,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2061
2296
  <span class="method-parameter is-pulled-right">
2062
2297
  <label>类型:</label>
2063
2298
 
2064
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2299
+ <span class="param-type">
2300
+
2301
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2302
+
2303
+ </span>
2304
+
2065
2305
 
2066
2306
 
2067
2307
  </span>
@@ -2095,7 +2335,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2095
2335
 
2096
2336
  <dt class="inherited-from">Inherited From:</dt>
2097
2337
  <dd class="inherited-from"><ul class="dummy"><li>
2098
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2338
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2099
2339
  </li></ul></dd>
2100
2340
 
2101
2341
 
@@ -2158,7 +2398,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2158
2398
  <span class="method-parameter is-pulled-right">
2159
2399
  <label>类型:</label>
2160
2400
 
2161
- <span class="param-type">String</span>
2401
+ <span class="param-type">
2402
+
2403
+ String
2404
+
2405
+ </span>
2406
+
2162
2407
 
2163
2408
 
2164
2409
  </span>
@@ -2192,7 +2437,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2192
2437
 
2193
2438
  <dt class="inherited-from">Inherited From:</dt>
2194
2439
  <dd class="inherited-from"><ul class="dummy"><li>
2195
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2440
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2196
2441
  </li></ul></dd>
2197
2442
 
2198
2443
 
@@ -2250,7 +2495,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2250
2495
  <span class="method-parameter is-pulled-right">
2251
2496
  <label>类型:</label>
2252
2497
 
2253
- <span class="param-type">String</span>
2498
+ <span class="param-type">
2499
+
2500
+ String
2501
+
2502
+ </span>
2503
+
2254
2504
 
2255
2505
 
2256
2506
  </span>
@@ -2284,7 +2534,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2284
2534
 
2285
2535
  <dt class="inherited-from">Inherited From:</dt>
2286
2536
  <dd class="inherited-from"><ul class="dummy"><li>
2287
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2537
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2288
2538
  </li></ul></dd>
2289
2539
 
2290
2540
 
@@ -2342,7 +2592,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2342
2592
  <span class="method-parameter is-pulled-right">
2343
2593
  <label>类型:</label>
2344
2594
 
2345
- <span class="param-type">String</span>
2595
+ <span class="param-type">
2596
+
2597
+ String
2598
+
2599
+ </span>
2600
+
2346
2601
 
2347
2602
 
2348
2603
  </span>
@@ -2433,12 +2688,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2433
2688
  <tbody>
2434
2689
 
2435
2690
  <tr class="deep-level-0">
2436
- <td class="name"><code><a href="WorkFlowServer600307.html#execute">execute</a></code></td>
2691
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2437
2692
  <td class="name">
2438
2693
  <code>
2439
2694
 
2440
2695
 
2441
- <span class="param-type">Promise.&lt;Object></span>
2696
+ <span class="param-type">
2697
+
2698
+ Promise.&lt;Object>
2699
+
2700
+ </span>
2701
+
2442
2702
 
2443
2703
 
2444
2704
 
@@ -2448,7 +2708,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2448
2708
  </tr>
2449
2709
 
2450
2710
  <tr class="deep-level-0">
2451
- <td class="name"><code><a href="WorkFlowServer600307.html#queryServerInfo">queryServerInfo</a></code></td>
2711
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2452
2712
  <td class="name">
2453
2713
  <code>
2454
2714
 
@@ -2458,12 +2718,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2458
2718
  </tr>
2459
2719
 
2460
2720
  <tr class="deep-level-0">
2461
- <td class="name"><code><a href="WorkFlowServer600307.html#queryTaskResult">queryTaskResult</a></code></td>
2721
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2462
2722
  <td class="name">
2463
2723
  <code>
2464
2724
 
2465
2725
 
2466
- <span class="param-type">Promise.&lt;String></span>
2726
+ <span class="param-type">
2727
+
2728
+ Promise.&lt;String>
2729
+
2730
+ </span>
2731
+
2467
2732
 
2468
2733
 
2469
2734
 
@@ -2473,12 +2738,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2473
2738
  </tr>
2474
2739
 
2475
2740
  <tr class="deep-level-0">
2476
- <td class="name"><code><a href="WorkFlowServer600307.html#queryTaskStatus">queryTaskStatus</a></code></td>
2741
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2477
2742
  <td class="name">
2478
2743
  <code>
2479
2744
 
2480
2745
 
2481
- <span class="param-type">Promise.&lt;String></span>
2746
+ <span class="param-type">
2747
+
2748
+ Promise.&lt;String>
2749
+
2750
+ </span>
2751
+
2482
2752
 
2483
2753
 
2484
2754
 
@@ -2488,12 +2758,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2488
2758
  </tr>
2489
2759
 
2490
2760
  <tr class="deep-level-0">
2491
- <td class="name"><code><a href="WorkFlowServer600307.html#submit">submit</a></code></td>
2761
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2492
2762
  <td class="name">
2493
2763
  <code>
2494
2764
 
2495
2765
 
2496
- <span class="param-type">Promise.&lt;String></span>
2766
+ <span class="param-type">
2767
+
2768
+ Promise.&lt;String>
2769
+
2770
+ </span>
2771
+
2497
2772
 
2498
2773
 
2499
2774
 
@@ -2562,13 +2837,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2562
2837
 
2563
2838
  <tr class="deep-level-0">
2564
2839
 
2565
- <td class="name" id="options"><code>options</code></td>
2840
+ <td class="name"><code>options</code></td>
2566
2841
 
2567
2842
 
2568
2843
  <td class="type">
2569
2844
 
2570
2845
 
2571
- <span class="param-type">Object</span>
2846
+ <span class="param-type">
2847
+
2848
+ Object
2849
+
2850
+ </span>
2851
+
2572
2852
 
2573
2853
 
2574
2854
 
@@ -2588,13 +2868,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2588
2868
 
2589
2869
  <tr class="deep-level-1">
2590
2870
 
2591
- <td class="name" id="headers"><code>headers</code></td>
2871
+ <td class="name"><code>headers</code></td>
2592
2872
 
2593
2873
 
2594
2874
  <td class="type">
2595
2875
 
2596
2876
 
2597
- <span class="param-type">String</span>
2877
+ <span class="param-type">
2878
+
2879
+ String
2880
+
2881
+ </span>
2882
+
2598
2883
 
2599
2884
 
2600
2885
 
@@ -2614,13 +2899,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2614
2899
 
2615
2900
  <tr class="deep-level-1">
2616
2901
 
2617
- <td class="name" id="method"><code>method</code></td>
2902
+ <td class="name"><code>method</code></td>
2618
2903
 
2619
2904
 
2620
2905
  <td class="type">
2621
2906
 
2622
2907
 
2623
- <span class="param-type">String</span>
2908
+ <span class="param-type">
2909
+
2910
+ String
2911
+
2912
+ </span>
2913
+
2624
2914
 
2625
2915
 
2626
2916
 
@@ -2642,13 +2932,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2642
2932
 
2643
2933
  <tr class="deep-level-1">
2644
2934
 
2645
- <td class="name" id="success"><code>success</code></td>
2935
+ <td class="name"><code>success</code></td>
2646
2936
 
2647
2937
 
2648
2938
  <td class="type">
2649
2939
 
2650
2940
 
2651
- <span class="param-type">function</span>
2941
+ <span class="param-type">
2942
+
2943
+ function
2944
+
2945
+ </span>
2946
+
2652
2947
 
2653
2948
 
2654
2949
 
@@ -2668,13 +2963,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2668
2963
 
2669
2964
  <tr class="deep-level-1">
2670
2965
 
2671
- <td class="name" id="failure"><code>failure</code></td>
2966
+ <td class="name"><code>failure</code></td>
2672
2967
 
2673
2968
 
2674
2969
  <td class="type">
2675
2970
 
2676
2971
 
2677
- <span class="param-type">function</span>
2972
+ <span class="param-type">
2973
+
2974
+ function
2975
+
2976
+ </span>
2977
+
2678
2978
 
2679
2979
 
2680
2980
 
@@ -2713,7 +3013,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2713
3013
 
2714
3014
  <dt class="inherited-from">Inherited From:</dt>
2715
3015
  <dd class="inherited-from"><ul class="dummy"><li>
2716
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3016
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2717
3017
  </li></ul></dd>
2718
3018
 
2719
3019
 
@@ -2772,7 +3072,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2772
3072
  <div class='column is-5 has-text-left'>
2773
3073
  <label>类型: </label>
2774
3074
 
2775
- <span class="param-type">Promise.&lt;Object></span>
3075
+ <span class="param-type">
3076
+
3077
+ Promise.&lt;Object>
3078
+
3079
+ </span>
3080
+
2776
3081
 
2777
3082
 
2778
3083
  </div>
@@ -2857,7 +3162,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2857
3162
 
2858
3163
  <tr class="deep-level-0">
2859
3164
 
2860
- <td class="name" id="options"><code>options</code></td>
3165
+ <td class="name"><code>options</code></td>
2861
3166
 
2862
3167
 
2863
3168
  <td class="type">
@@ -2878,13 +3183,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2878
3183
 
2879
3184
  <tr class="deep-level-1">
2880
3185
 
2881
- <td class="name" id="success"><code>success</code></td>
3186
+ <td class="name"><code>success</code></td>
2882
3187
 
2883
3188
 
2884
3189
  <td class="type">
2885
3190
 
2886
3191
 
2887
- <span class="param-type">function</span>
3192
+ <span class="param-type">
3193
+
3194
+ function
3195
+
3196
+ </span>
3197
+
2888
3198
 
2889
3199
 
2890
3200
 
@@ -2906,13 +3216,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2906
3216
 
2907
3217
  <tr class="deep-level-1">
2908
3218
 
2909
- <td class="name" id="failure"><code>failure</code></td>
3219
+ <td class="name"><code>failure</code></td>
2910
3220
 
2911
3221
 
2912
3222
  <td class="type">
2913
3223
 
2914
3224
 
2915
- <span class="param-type">function</span>
3225
+ <span class="param-type">
3226
+
3227
+ function
3228
+
3229
+ </span>
3230
+
2916
3231
 
2917
3232
 
2918
3233
 
@@ -2953,7 +3268,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2953
3268
 
2954
3269
  <dt class="inherited-from">Inherited From:</dt>
2955
3270
  <dd class="inherited-from"><ul class="dummy"><li>
2956
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3271
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2957
3272
  </li></ul></dd>
2958
3273
 
2959
3274
 
@@ -3090,13 +3405,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3090
3405
 
3091
3406
  <tr class="deep-level-0">
3092
3407
 
3093
- <td class="name" id="options"><code>options</code></td>
3408
+ <td class="name"><code>options</code></td>
3094
3409
 
3095
3410
 
3096
3411
  <td class="type">
3097
3412
 
3098
3413
 
3099
- <span class="param-type">Object</span>
3414
+ <span class="param-type">
3415
+
3416
+ Object
3417
+
3418
+ </span>
3419
+
3100
3420
 
3101
3421
 
3102
3422
 
@@ -3116,13 +3436,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3116
3436
 
3117
3437
  <tr class="deep-level-1">
3118
3438
 
3119
- <td class="name" id="taskId"><code>taskId</code></td>
3439
+ <td class="name"><code>taskId</code></td>
3120
3440
 
3121
3441
 
3122
3442
  <td class="type">
3123
3443
 
3124
3444
 
3125
- <span class="param-type">String</span>
3445
+ <span class="param-type">
3446
+
3447
+ String
3448
+
3449
+ </span>
3450
+
3126
3451
 
3127
3452
 
3128
3453
 
@@ -3142,13 +3467,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3142
3467
 
3143
3468
  <tr class="deep-level-1">
3144
3469
 
3145
- <td class="name" id="headers"><code>headers</code></td>
3470
+ <td class="name"><code>headers</code></td>
3146
3471
 
3147
3472
 
3148
3473
  <td class="type">
3149
3474
 
3150
3475
 
3151
- <span class="param-type">String</span>
3476
+ <span class="param-type">
3477
+
3478
+ String
3479
+
3480
+ </span>
3481
+
3152
3482
 
3153
3483
 
3154
3484
 
@@ -3168,13 +3498,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3168
3498
 
3169
3499
  <tr class="deep-level-1">
3170
3500
 
3171
- <td class="name" id="method"><code>method</code></td>
3501
+ <td class="name"><code>method</code></td>
3172
3502
 
3173
3503
 
3174
3504
  <td class="type">
3175
3505
 
3176
3506
 
3177
- <span class="param-type">String</span>
3507
+ <span class="param-type">
3508
+
3509
+ String
3510
+
3511
+ </span>
3512
+
3178
3513
 
3179
3514
 
3180
3515
 
@@ -3196,13 +3531,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3196
3531
 
3197
3532
  <tr class="deep-level-1">
3198
3533
 
3199
- <td class="name" id="success"><code>success</code></td>
3534
+ <td class="name"><code>success</code></td>
3200
3535
 
3201
3536
 
3202
3537
  <td class="type">
3203
3538
 
3204
3539
 
3205
- <span class="param-type">function</span>
3540
+ <span class="param-type">
3541
+
3542
+ function
3543
+
3544
+ </span>
3545
+
3206
3546
 
3207
3547
 
3208
3548
 
@@ -3222,13 +3562,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3222
3562
 
3223
3563
  <tr class="deep-level-1">
3224
3564
 
3225
- <td class="name" id="failure"><code>failure</code></td>
3565
+ <td class="name"><code>failure</code></td>
3226
3566
 
3227
3567
 
3228
3568
  <td class="type">
3229
3569
 
3230
3570
 
3231
- <span class="param-type">function</span>
3571
+ <span class="param-type">
3572
+
3573
+ function
3574
+
3575
+ </span>
3576
+
3232
3577
 
3233
3578
 
3234
3579
 
@@ -3267,7 +3612,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3267
3612
 
3268
3613
  <dt class="inherited-from">Inherited From:</dt>
3269
3614
  <dd class="inherited-from"><ul class="dummy"><li>
3270
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3615
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3271
3616
  </li></ul></dd>
3272
3617
 
3273
3618
 
@@ -3326,7 +3671,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3326
3671
  <div class='column is-5 has-text-left'>
3327
3672
  <label>类型: </label>
3328
3673
 
3329
- <span class="param-type">Promise.&lt;String></span>
3674
+ <span class="param-type">
3675
+
3676
+ Promise.&lt;String>
3677
+
3678
+ </span>
3679
+
3330
3680
 
3331
3681
 
3332
3682
  </div>
@@ -3411,13 +3761,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3411
3761
 
3412
3762
  <tr class="deep-level-0">
3413
3763
 
3414
- <td class="name" id="options"><code>options</code></td>
3764
+ <td class="name"><code>options</code></td>
3415
3765
 
3416
3766
 
3417
3767
  <td class="type">
3418
3768
 
3419
3769
 
3420
- <span class="param-type">Object</span>
3770
+ <span class="param-type">
3771
+
3772
+ Object
3773
+
3774
+ </span>
3775
+
3421
3776
 
3422
3777
 
3423
3778
 
@@ -3437,13 +3792,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3437
3792
 
3438
3793
  <tr class="deep-level-1">
3439
3794
 
3440
- <td class="name" id="taskId"><code>taskId</code></td>
3795
+ <td class="name"><code>taskId</code></td>
3441
3796
 
3442
3797
 
3443
3798
  <td class="type">
3444
3799
 
3445
3800
 
3446
- <span class="param-type">String</span>
3801
+ <span class="param-type">
3802
+
3803
+ String
3804
+
3805
+ </span>
3806
+
3447
3807
 
3448
3808
 
3449
3809
 
@@ -3463,13 +3823,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3463
3823
 
3464
3824
  <tr class="deep-level-1">
3465
3825
 
3466
- <td class="name" id="headers"><code>headers</code></td>
3826
+ <td class="name"><code>headers</code></td>
3467
3827
 
3468
3828
 
3469
3829
  <td class="type">
3470
3830
 
3471
3831
 
3472
- <span class="param-type">String</span>
3832
+ <span class="param-type">
3833
+
3834
+ String
3835
+
3836
+ </span>
3837
+
3473
3838
 
3474
3839
 
3475
3840
 
@@ -3489,13 +3854,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3489
3854
 
3490
3855
  <tr class="deep-level-1">
3491
3856
 
3492
- <td class="name" id="method"><code>method</code></td>
3857
+ <td class="name"><code>method</code></td>
3493
3858
 
3494
3859
 
3495
3860
  <td class="type">
3496
3861
 
3497
3862
 
3498
- <span class="param-type">String</span>
3863
+ <span class="param-type">
3864
+
3865
+ String
3866
+
3867
+ </span>
3868
+
3499
3869
 
3500
3870
 
3501
3871
 
@@ -3517,13 +3887,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3517
3887
 
3518
3888
  <tr class="deep-level-1">
3519
3889
 
3520
- <td class="name" id="success"><code>success</code></td>
3890
+ <td class="name"><code>success</code></td>
3521
3891
 
3522
3892
 
3523
3893
  <td class="type">
3524
3894
 
3525
3895
 
3526
- <span class="param-type">function</span>
3896
+ <span class="param-type">
3897
+
3898
+ function
3899
+
3900
+ </span>
3901
+
3527
3902
 
3528
3903
 
3529
3904
 
@@ -3543,13 +3918,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3543
3918
 
3544
3919
  <tr class="deep-level-1">
3545
3920
 
3546
- <td class="name" id="failure"><code>failure</code></td>
3921
+ <td class="name"><code>failure</code></td>
3547
3922
 
3548
3923
 
3549
3924
  <td class="type">
3550
3925
 
3551
3926
 
3552
- <span class="param-type">function</span>
3927
+ <span class="param-type">
3928
+
3929
+ function
3930
+
3931
+ </span>
3932
+
3553
3933
 
3554
3934
 
3555
3935
 
@@ -3588,7 +3968,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3588
3968
 
3589
3969
  <dt class="inherited-from">Inherited From:</dt>
3590
3970
  <dd class="inherited-from"><ul class="dummy"><li>
3591
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3971
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3592
3972
  </li></ul></dd>
3593
3973
 
3594
3974
 
@@ -3647,7 +4027,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3647
4027
  <div class='column is-5 has-text-left'>
3648
4028
  <label>类型: </label>
3649
4029
 
3650
- <span class="param-type">Promise.&lt;String></span>
4030
+ <span class="param-type">
4031
+
4032
+ Promise.&lt;String>
4033
+
4034
+ </span>
4035
+
3651
4036
 
3652
4037
 
3653
4038
  </div>
@@ -3732,13 +4117,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3732
4117
 
3733
4118
  <tr class="deep-level-0">
3734
4119
 
3735
- <td class="name" id="options"><code>options</code></td>
4120
+ <td class="name"><code>options</code></td>
3736
4121
 
3737
4122
 
3738
4123
  <td class="type">
3739
4124
 
3740
4125
 
3741
- <span class="param-type">Object</span>
4126
+ <span class="param-type">
4127
+
4128
+ Object
4129
+
4130
+ </span>
4131
+
3742
4132
 
3743
4133
 
3744
4134
 
@@ -3758,13 +4148,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3758
4148
 
3759
4149
  <tr class="deep-level-1">
3760
4150
 
3761
- <td class="name" id="headers"><code>headers</code></td>
4151
+ <td class="name"><code>headers</code></td>
3762
4152
 
3763
4153
 
3764
4154
  <td class="type">
3765
4155
 
3766
4156
 
3767
- <span class="param-type">String</span>
4157
+ <span class="param-type">
4158
+
4159
+ String
4160
+
4161
+ </span>
4162
+
3768
4163
 
3769
4164
 
3770
4165
 
@@ -3784,13 +4179,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3784
4179
 
3785
4180
  <tr class="deep-level-1">
3786
4181
 
3787
- <td class="name" id="method"><code>method</code></td>
4182
+ <td class="name"><code>method</code></td>
3788
4183
 
3789
4184
 
3790
4185
  <td class="type">
3791
4186
 
3792
4187
 
3793
- <span class="param-type">String</span>
4188
+ <span class="param-type">
4189
+
4190
+ String
4191
+
4192
+ </span>
4193
+
3794
4194
 
3795
4195
 
3796
4196
 
@@ -3812,13 +4212,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3812
4212
 
3813
4213
  <tr class="deep-level-1">
3814
4214
 
3815
- <td class="name" id="success"><code>success</code></td>
4215
+ <td class="name"><code>success</code></td>
3816
4216
 
3817
4217
 
3818
4218
  <td class="type">
3819
4219
 
3820
4220
 
3821
- <span class="param-type">function</span>
4221
+ <span class="param-type">
4222
+
4223
+ function
4224
+
4225
+ </span>
4226
+
3822
4227
 
3823
4228
 
3824
4229
 
@@ -3838,13 +4243,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3838
4243
 
3839
4244
  <tr class="deep-level-1">
3840
4245
 
3841
- <td class="name" id="failure"><code>failure</code></td>
4246
+ <td class="name"><code>failure</code></td>
3842
4247
 
3843
4248
 
3844
4249
  <td class="type">
3845
4250
 
3846
4251
 
3847
- <span class="param-type">function</span>
4252
+ <span class="param-type">
4253
+
4254
+ function
4255
+
4256
+ </span>
4257
+
3848
4258
 
3849
4259
 
3850
4260
 
@@ -3883,7 +4293,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3883
4293
 
3884
4294
  <dt class="inherited-from">Inherited From:</dt>
3885
4295
  <dd class="inherited-from"><ul class="dummy"><li>
3886
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4296
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3887
4297
  </li></ul></dd>
3888
4298
 
3889
4299
 
@@ -3949,7 +4359,12 @@ console.log(&quot;submit: &quot;, res);
3949
4359
  <div class='column is-5 has-text-left'>
3950
4360
  <label>类型: </label>
3951
4361
 
3952
- <span class="param-type">Promise.&lt;String></span>
4362
+ <span class="param-type">
4363
+
4364
+ Promise.&lt;String>
4365
+
4366
+ </span>
4367
+
3953
4368
 
3954
4369
 
3955
4370
  </div>