@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="netClsUrl"><code>netClsUrl</code></td>
128
+ <td class="name"><code>netClsUrl</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="flagGeometry"><code>flagGeometry</code></td>
155
+ <td class="name"><code>flagGeometry</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="elementType"><code>elementType</code></td>
182
+ <td class="name"><code>elementType</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="barrierGeometry"><code>barrierGeometry</code></td>
209
+ <td class="name"><code>barrierGeometry</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
215
+ <span class="param-type">
216
+
217
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="nearDis"><code>nearDis</code></td>
236
+ <td class="name"><code>nearDis</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="analyTp"><code>analyTp</code></td>
263
+ <td class="name"><code>analyTp</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
 
@@ -247,13 +287,18 @@
247
287
 
248
288
  <tr class="deep-level-1">
249
289
 
250
- <td class="name" id="weight"><code>weight</code></td>
290
+ <td class="name"><code>weight</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -269,13 +314,18 @@
269
314
 
270
315
  <tr class="deep-level-1">
271
316
 
272
- <td class="name" id="outFormat"><code>outFormat</code></td>
317
+ <td class="name"><code>outFormat</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -408,7 +458,7 @@
408
458
 
409
459
 
410
460
  <ul>
411
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
461
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
412
462
  </ul>
413
463
 
414
464
 
@@ -440,11 +490,16 @@
440
490
  <tbody>
441
491
 
442
492
  <tr class="deep-level-0">
443
- <td class="name"><code><a href="WorkFlowServer600233.html#analyTp">analyTp</a></code></td>
493
+ <td class="name"><code><a href="#analyTp">analyTp</a></code></td>
444
494
  <td class="name">
445
495
  <code>
446
496
 
447
- <span class="param-type">String</span>
497
+ <span class="param-type">
498
+
499
+ String
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="WorkFlowServer600233.html#barrierGeometry">barrierGeometry</a></code></td>
511
+ <td class="name"><code><a href="#barrierGeometry">barrierGeometry</a></code></td>
457
512
  <td class="name">
458
513
  <code>
459
514
 
460
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
515
+ <span class="param-type">
516
+
517
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="WorkFlowServer600233.html#clientId">clientId</a></code></td>
529
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
470
530
  <td class="name">
471
531
  <code>
472
532
 
473
- <span class="param-type">Boolean</span>
533
+ <span class="param-type">
534
+
535
+ Boolean
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="WorkFlowServer600233.html#description">description</a></code></td>
547
+ <td class="name"><code><a href="#description">description</a></code></td>
483
548
  <td class="name">
484
549
  <code>
485
550
 
486
- <span class="param-type">String</span>
551
+ <span class="param-type">
552
+
553
+ String
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="WorkFlowServer600233.html#elementType">elementType</a></code></td>
565
+ <td class="name"><code><a href="#elementType">elementType</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="WorkFlowServer600233.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
583
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
509
584
  <td class="name">
510
585
  <code>
511
586
 
512
- <span class="param-type">Boolean</span>
587
+ <span class="param-type">
588
+
589
+ Boolean
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="WorkFlowServer600233.html#flagGeometry">flagGeometry</a></code></td>
601
+ <td class="name"><code><a href="#flagGeometry">flagGeometry</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="WorkFlowServer600233.html#flowId">flowId</a></code></td>
619
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
535
620
  <td class="name">
536
621
  <code>
537
622
 
538
- <span class="param-type">Number</span>
623
+ <span class="param-type">
624
+
625
+ Number
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="WorkFlowServer600233.html#groupName">groupName</a></code></td>
637
+ <td class="name"><code><a href="#groupName">groupName</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="WorkFlowServer600233.html#headers">headers</a></code></td>
655
+ <td class="name"><code><a href="#headers">headers</a></code></td>
561
656
  <td class="name">
562
657
  <code>
563
658
 
564
- <span class="param-type">String</span>
659
+ <span class="param-type">
660
+
661
+ String
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="WorkFlowServer600233.html#nearDis">nearDis</a></code></td>
673
+ <td class="name"><code><a href="#nearDis">nearDis</a></code></td>
574
674
  <td class="name">
575
675
  <code>
576
676
 
577
- <span class="param-type">Number</span>
677
+ <span class="param-type">
678
+
679
+ Number
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="WorkFlowServer600233.html#netClsUrl">netClsUrl</a></code></td>
691
+ <td class="name"><code><a href="#netClsUrl">netClsUrl</a></code></td>
587
692
  <td class="name">
588
693
  <code>
589
694
 
590
- <span class="param-type">String</span>
695
+ <span class="param-type">
696
+
697
+ String
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="WorkFlowServer600233.html#outFormat">outFormat</a></code></td>
709
+ <td class="name"><code><a href="#outFormat">outFormat</a></code></td>
600
710
  <td class="name">
601
711
  <code>
602
712
 
603
- <span class="param-type">String</span>
713
+ <span class="param-type">
714
+
715
+ String
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="WorkFlowServer600233.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="WorkFlowServer600233.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="WorkFlowServer600233.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="WorkFlowServer600233.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="WorkFlowServer600233.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="WorkFlowServer600233.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="WorkFlowServer600233.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>
@@ -700,11 +850,16 @@
700
850
  </tr>
701
851
 
702
852
  <tr class="deep-level-0">
703
- <td class="name"><code><a href="WorkFlowServer600233.html#weight">weight</a></code></td>
853
+ <td class="name"><code><a href="#weight">weight</a></code></td>
704
854
  <td class="name">
705
855
  <code>
706
856
 
707
- <span class="param-type">String</span>
857
+ <span class="param-type">
858
+
859
+ String
860
+
861
+ </span>
862
+
708
863
 
709
864
 
710
865
  </code>
@@ -723,7 +878,12 @@
723
878
  <span class="method-parameter is-pulled-right">
724
879
  <label>类型:</label>
725
880
 
726
- <span class="param-type">String</span>
881
+ <span class="param-type">
882
+
883
+ String
884
+
885
+ </span>
886
+
727
887
 
728
888
 
729
889
  </span>
@@ -793,7 +953,12 @@
793
953
  <span class="method-parameter is-pulled-right">
794
954
  <label>类型:</label>
795
955
 
796
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
956
+ <span class="param-type">
957
+
958
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
959
+
960
+ </span>
961
+
797
962
 
798
963
 
799
964
  </span>
@@ -863,7 +1028,12 @@
863
1028
  <span class="method-parameter is-pulled-right">
864
1029
  <label>类型:</label>
865
1030
 
866
- <span class="param-type">Boolean</span>
1031
+ <span class="param-type">
1032
+
1033
+ Boolean
1034
+
1035
+ </span>
1036
+
867
1037
 
868
1038
 
869
1039
  </span>
@@ -897,7 +1067,7 @@
897
1067
 
898
1068
  <dt class="inherited-from">Inherited From:</dt>
899
1069
  <dd class="inherited-from"><ul class="dummy"><li>
900
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1070
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
901
1071
  </li></ul></dd>
902
1072
 
903
1073
 
@@ -938,7 +1108,12 @@
938
1108
  <span class="method-parameter is-pulled-right">
939
1109
  <label>类型:</label>
940
1110
 
941
- <span class="param-type">String</span>
1111
+ <span class="param-type">
1112
+
1113
+ String
1114
+
1115
+ </span>
1116
+
942
1117
 
943
1118
 
944
1119
  </span>
@@ -1012,7 +1187,12 @@
1012
1187
  <span class="method-parameter is-pulled-right">
1013
1188
  <label>类型:</label>
1014
1189
 
1015
- <span class="param-type">Number</span>
1190
+ <span class="param-type">
1191
+
1192
+ Number
1193
+
1194
+ </span>
1195
+
1016
1196
 
1017
1197
 
1018
1198
  </span>
@@ -1082,7 +1262,12 @@
1082
1262
  <span class="method-parameter is-pulled-right">
1083
1263
  <label>类型:</label>
1084
1264
 
1085
- <span class="param-type">Boolean</span>
1265
+ <span class="param-type">
1266
+
1267
+ Boolean
1268
+
1269
+ </span>
1270
+
1086
1271
 
1087
1272
 
1088
1273
  </span>
@@ -1116,7 +1301,7 @@
1116
1301
 
1117
1302
  <dt class="inherited-from">Inherited From:</dt>
1118
1303
  <dd class="inherited-from"><ul class="dummy"><li>
1119
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1304
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1120
1305
  </li></ul></dd>
1121
1306
 
1122
1307
 
@@ -1178,7 +1363,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1178
1363
  <span class="method-parameter is-pulled-right">
1179
1364
  <label>类型:</label>
1180
1365
 
1181
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1366
+ <span class="param-type">
1367
+
1368
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1369
+
1370
+ </span>
1371
+
1182
1372
 
1183
1373
 
1184
1374
  </span>
@@ -1248,7 +1438,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1248
1438
  <span class="method-parameter is-pulled-right">
1249
1439
  <label>类型:</label>
1250
1440
 
1251
- <span class="param-type">Number</span>
1441
+ <span class="param-type">
1442
+
1443
+ Number
1444
+
1445
+ </span>
1446
+
1252
1447
 
1253
1448
 
1254
1449
  </span>
@@ -1322,7 +1517,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1322
1517
  <span class="method-parameter is-pulled-right">
1323
1518
  <label>类型:</label>
1324
1519
 
1325
- <span class="param-type">String</span>
1520
+ <span class="param-type">
1521
+
1522
+ String
1523
+
1524
+ </span>
1525
+
1326
1526
 
1327
1527
 
1328
1528
  </span>
@@ -1396,7 +1596,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1396
1596
  <span class="method-parameter is-pulled-right">
1397
1597
  <label>类型:</label>
1398
1598
 
1399
- <span class="param-type">String</span>
1599
+ <span class="param-type">
1600
+
1601
+ String
1602
+
1603
+ </span>
1604
+
1400
1605
 
1401
1606
 
1402
1607
  </span>
@@ -1430,7 +1635,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1430
1635
 
1431
1636
  <dt class="inherited-from">Inherited From:</dt>
1432
1637
  <dd class="inherited-from"><ul class="dummy"><li>
1433
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1638
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1434
1639
  </li></ul></dd>
1435
1640
 
1436
1641
 
@@ -1493,7 +1698,12 @@ BaseServer.headers.token = '新token';</code></pre>
1493
1698
  <span class="method-parameter is-pulled-right">
1494
1699
  <label>类型:</label>
1495
1700
 
1496
- <span class="param-type">Number</span>
1701
+ <span class="param-type">
1702
+
1703
+ Number
1704
+
1705
+ </span>
1706
+
1497
1707
 
1498
1708
 
1499
1709
  </span>
@@ -1563,7 +1773,12 @@ BaseServer.headers.token = '新token';</code></pre>
1563
1773
  <span class="method-parameter is-pulled-right">
1564
1774
  <label>类型:</label>
1565
1775
 
1566
- <span class="param-type">String</span>
1776
+ <span class="param-type">
1777
+
1778
+ String
1779
+
1780
+ </span>
1781
+
1567
1782
 
1568
1783
 
1569
1784
  </span>
@@ -1633,7 +1848,12 @@ BaseServer.headers.token = '新token';</code></pre>
1633
1848
  <span class="method-parameter is-pulled-right">
1634
1849
  <label>类型:</label>
1635
1850
 
1636
- <span class="param-type">String</span>
1851
+ <span class="param-type">
1852
+
1853
+ String
1854
+
1855
+ </span>
1856
+
1637
1857
 
1638
1858
 
1639
1859
  </span>
@@ -1703,7 +1923,12 @@ BaseServer.headers.token = '新token';</code></pre>
1703
1923
  <span class="method-parameter is-pulled-right">
1704
1924
  <label>类型:</label>
1705
1925
 
1706
- <span class="param-type">function</span>
1926
+ <span class="param-type">
1927
+
1928
+ function
1929
+
1930
+ </span>
1931
+
1707
1932
 
1708
1933
 
1709
1934
  </span>
@@ -1737,7 +1962,7 @@ BaseServer.headers.token = '新token';</code></pre>
1737
1962
 
1738
1963
  <dt class="inherited-from">Inherited From:</dt>
1739
1964
  <dd class="inherited-from"><ul class="dummy"><li>
1740
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1965
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1741
1966
  </li></ul></dd>
1742
1967
 
1743
1968
 
@@ -1806,7 +2031,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1806
2031
  <span class="method-parameter is-pulled-right">
1807
2032
  <label>类型:</label>
1808
2033
 
1809
- <span class="param-type">String</span>
2034
+ <span class="param-type">
2035
+
2036
+ String
2037
+
2038
+ </span>
2039
+
1810
2040
 
1811
2041
 
1812
2042
  </span>
@@ -1840,7 +2070,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1840
2070
 
1841
2071
  <dt class="inherited-from">Inherited From:</dt>
1842
2072
  <dd class="inherited-from"><ul class="dummy"><li>
1843
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2073
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1844
2074
  </li></ul></dd>
1845
2075
 
1846
2076
 
@@ -1899,7 +2129,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1899
2129
  <span class="method-parameter is-pulled-right">
1900
2130
  <label>类型:</label>
1901
2131
 
1902
- <span class="param-type">function</span>
2132
+ <span class="param-type">
2133
+
2134
+ function
2135
+
2136
+ </span>
2137
+
1903
2138
 
1904
2139
 
1905
2140
  </span>
@@ -1933,7 +2168,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1933
2168
 
1934
2169
  <dt class="inherited-from">Inherited From:</dt>
1935
2170
  <dd class="inherited-from"><ul class="dummy"><li>
1936
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2171
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1937
2172
  </li></ul></dd>
1938
2173
 
1939
2174
 
@@ -2004,7 +2239,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2004
2239
  <span class="method-parameter is-pulled-right">
2005
2240
  <label>类型:</label>
2006
2241
 
2007
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2242
+ <span class="param-type">
2243
+
2244
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2245
+
2246
+ </span>
2247
+
2008
2248
 
2009
2249
 
2010
2250
  </span>
@@ -2038,7 +2278,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2038
2278
 
2039
2279
  <dt class="inherited-from">Inherited From:</dt>
2040
2280
  <dd class="inherited-from"><ul class="dummy"><li>
2041
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2281
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2042
2282
  </li></ul></dd>
2043
2283
 
2044
2284
 
@@ -2101,7 +2341,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2101
2341
  <span class="method-parameter is-pulled-right">
2102
2342
  <label>类型:</label>
2103
2343
 
2104
- <span class="param-type">String</span>
2344
+ <span class="param-type">
2345
+
2346
+ String
2347
+
2348
+ </span>
2349
+
2105
2350
 
2106
2351
 
2107
2352
  </span>
@@ -2135,7 +2380,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2135
2380
 
2136
2381
  <dt class="inherited-from">Inherited From:</dt>
2137
2382
  <dd class="inherited-from"><ul class="dummy"><li>
2138
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2383
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2139
2384
  </li></ul></dd>
2140
2385
 
2141
2386
 
@@ -2193,7 +2438,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2193
2438
  <span class="method-parameter is-pulled-right">
2194
2439
  <label>类型:</label>
2195
2440
 
2196
- <span class="param-type">String</span>
2441
+ <span class="param-type">
2442
+
2443
+ String
2444
+
2445
+ </span>
2446
+
2197
2447
 
2198
2448
 
2199
2449
  </span>
@@ -2227,7 +2477,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2227
2477
 
2228
2478
  <dt class="inherited-from">Inherited From:</dt>
2229
2479
  <dd class="inherited-from"><ul class="dummy"><li>
2230
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2480
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2231
2481
  </li></ul></dd>
2232
2482
 
2233
2483
 
@@ -2285,7 +2535,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2285
2535
  <span class="method-parameter is-pulled-right">
2286
2536
  <label>类型:</label>
2287
2537
 
2288
- <span class="param-type">String</span>
2538
+ <span class="param-type">
2539
+
2540
+ String
2541
+
2542
+ </span>
2543
+
2289
2544
 
2290
2545
 
2291
2546
  </span>
@@ -2360,7 +2615,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2360
2615
  <span class="method-parameter is-pulled-right">
2361
2616
  <label>类型:</label>
2362
2617
 
2363
- <span class="param-type">String</span>
2618
+ <span class="param-type">
2619
+
2620
+ String
2621
+
2622
+ </span>
2623
+
2364
2624
 
2365
2625
 
2366
2626
  </span>
@@ -2446,12 +2706,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2446
2706
  <tbody>
2447
2707
 
2448
2708
  <tr class="deep-level-0">
2449
- <td class="name"><code><a href="WorkFlowServer600233.html#execute">execute</a></code></td>
2709
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2450
2710
  <td class="name">
2451
2711
  <code>
2452
2712
 
2453
2713
 
2454
- <span class="param-type">Promise.&lt;Object></span>
2714
+ <span class="param-type">
2715
+
2716
+ Promise.&lt;Object>
2717
+
2718
+ </span>
2719
+
2455
2720
 
2456
2721
 
2457
2722
 
@@ -2461,7 +2726,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2461
2726
  </tr>
2462
2727
 
2463
2728
  <tr class="deep-level-0">
2464
- <td class="name"><code><a href="WorkFlowServer600233.html#queryServerInfo">queryServerInfo</a></code></td>
2729
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2465
2730
  <td class="name">
2466
2731
  <code>
2467
2732
 
@@ -2471,12 +2736,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2471
2736
  </tr>
2472
2737
 
2473
2738
  <tr class="deep-level-0">
2474
- <td class="name"><code><a href="WorkFlowServer600233.html#queryTaskResult">queryTaskResult</a></code></td>
2739
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2475
2740
  <td class="name">
2476
2741
  <code>
2477
2742
 
2478
2743
 
2479
- <span class="param-type">Promise.&lt;String></span>
2744
+ <span class="param-type">
2745
+
2746
+ Promise.&lt;String>
2747
+
2748
+ </span>
2749
+
2480
2750
 
2481
2751
 
2482
2752
 
@@ -2486,12 +2756,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2486
2756
  </tr>
2487
2757
 
2488
2758
  <tr class="deep-level-0">
2489
- <td class="name"><code><a href="WorkFlowServer600233.html#queryTaskStatus">queryTaskStatus</a></code></td>
2759
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2490
2760
  <td class="name">
2491
2761
  <code>
2492
2762
 
2493
2763
 
2494
- <span class="param-type">Promise.&lt;String></span>
2764
+ <span class="param-type">
2765
+
2766
+ Promise.&lt;String>
2767
+
2768
+ </span>
2769
+
2495
2770
 
2496
2771
 
2497
2772
 
@@ -2501,12 +2776,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2501
2776
  </tr>
2502
2777
 
2503
2778
  <tr class="deep-level-0">
2504
- <td class="name"><code><a href="WorkFlowServer600233.html#submit">submit</a></code></td>
2779
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2505
2780
  <td class="name">
2506
2781
  <code>
2507
2782
 
2508
2783
 
2509
- <span class="param-type">Promise.&lt;String></span>
2784
+ <span class="param-type">
2785
+
2786
+ Promise.&lt;String>
2787
+
2788
+ </span>
2789
+
2510
2790
 
2511
2791
 
2512
2792
 
@@ -2575,13 +2855,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2575
2855
 
2576
2856
  <tr class="deep-level-0">
2577
2857
 
2578
- <td class="name" id="options"><code>options</code></td>
2858
+ <td class="name"><code>options</code></td>
2579
2859
 
2580
2860
 
2581
2861
  <td class="type">
2582
2862
 
2583
2863
 
2584
- <span class="param-type">Object</span>
2864
+ <span class="param-type">
2865
+
2866
+ Object
2867
+
2868
+ </span>
2869
+
2585
2870
 
2586
2871
 
2587
2872
 
@@ -2601,13 +2886,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2601
2886
 
2602
2887
  <tr class="deep-level-1">
2603
2888
 
2604
- <td class="name" id="headers"><code>headers</code></td>
2889
+ <td class="name"><code>headers</code></td>
2605
2890
 
2606
2891
 
2607
2892
  <td class="type">
2608
2893
 
2609
2894
 
2610
- <span class="param-type">String</span>
2895
+ <span class="param-type">
2896
+
2897
+ String
2898
+
2899
+ </span>
2900
+
2611
2901
 
2612
2902
 
2613
2903
 
@@ -2627,13 +2917,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2627
2917
 
2628
2918
  <tr class="deep-level-1">
2629
2919
 
2630
- <td class="name" id="method"><code>method</code></td>
2920
+ <td class="name"><code>method</code></td>
2631
2921
 
2632
2922
 
2633
2923
  <td class="type">
2634
2924
 
2635
2925
 
2636
- <span class="param-type">String</span>
2926
+ <span class="param-type">
2927
+
2928
+ String
2929
+
2930
+ </span>
2931
+
2637
2932
 
2638
2933
 
2639
2934
 
@@ -2655,13 +2950,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2655
2950
 
2656
2951
  <tr class="deep-level-1">
2657
2952
 
2658
- <td class="name" id="success"><code>success</code></td>
2953
+ <td class="name"><code>success</code></td>
2659
2954
 
2660
2955
 
2661
2956
  <td class="type">
2662
2957
 
2663
2958
 
2664
- <span class="param-type">function</span>
2959
+ <span class="param-type">
2960
+
2961
+ function
2962
+
2963
+ </span>
2964
+
2665
2965
 
2666
2966
 
2667
2967
 
@@ -2681,13 +2981,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2681
2981
 
2682
2982
  <tr class="deep-level-1">
2683
2983
 
2684
- <td class="name" id="failure"><code>failure</code></td>
2984
+ <td class="name"><code>failure</code></td>
2685
2985
 
2686
2986
 
2687
2987
  <td class="type">
2688
2988
 
2689
2989
 
2690
- <span class="param-type">function</span>
2990
+ <span class="param-type">
2991
+
2992
+ function
2993
+
2994
+ </span>
2995
+
2691
2996
 
2692
2997
 
2693
2998
 
@@ -2726,7 +3031,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2726
3031
 
2727
3032
  <dt class="inherited-from">Inherited From:</dt>
2728
3033
  <dd class="inherited-from"><ul class="dummy"><li>
2729
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3034
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2730
3035
  </li></ul></dd>
2731
3036
 
2732
3037
 
@@ -2785,7 +3090,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2785
3090
  <div class='column is-5 has-text-left'>
2786
3091
  <label>类型: </label>
2787
3092
 
2788
- <span class="param-type">Promise.&lt;Object></span>
3093
+ <span class="param-type">
3094
+
3095
+ Promise.&lt;Object>
3096
+
3097
+ </span>
3098
+
2789
3099
 
2790
3100
 
2791
3101
  </div>
@@ -2870,7 +3180,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2870
3180
 
2871
3181
  <tr class="deep-level-0">
2872
3182
 
2873
- <td class="name" id="options"><code>options</code></td>
3183
+ <td class="name"><code>options</code></td>
2874
3184
 
2875
3185
 
2876
3186
  <td class="type">
@@ -2891,13 +3201,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2891
3201
 
2892
3202
  <tr class="deep-level-1">
2893
3203
 
2894
- <td class="name" id="success"><code>success</code></td>
3204
+ <td class="name"><code>success</code></td>
2895
3205
 
2896
3206
 
2897
3207
  <td class="type">
2898
3208
 
2899
3209
 
2900
- <span class="param-type">function</span>
3210
+ <span class="param-type">
3211
+
3212
+ function
3213
+
3214
+ </span>
3215
+
2901
3216
 
2902
3217
 
2903
3218
 
@@ -2919,13 +3234,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2919
3234
 
2920
3235
  <tr class="deep-level-1">
2921
3236
 
2922
- <td class="name" id="failure"><code>failure</code></td>
3237
+ <td class="name"><code>failure</code></td>
2923
3238
 
2924
3239
 
2925
3240
  <td class="type">
2926
3241
 
2927
3242
 
2928
- <span class="param-type">function</span>
3243
+ <span class="param-type">
3244
+
3245
+ function
3246
+
3247
+ </span>
3248
+
2929
3249
 
2930
3250
 
2931
3251
 
@@ -2966,7 +3286,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2966
3286
 
2967
3287
  <dt class="inherited-from">Inherited From:</dt>
2968
3288
  <dd class="inherited-from"><ul class="dummy"><li>
2969
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3289
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2970
3290
  </li></ul></dd>
2971
3291
 
2972
3292
 
@@ -3103,13 +3423,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3103
3423
 
3104
3424
  <tr class="deep-level-0">
3105
3425
 
3106
- <td class="name" id="options"><code>options</code></td>
3426
+ <td class="name"><code>options</code></td>
3107
3427
 
3108
3428
 
3109
3429
  <td class="type">
3110
3430
 
3111
3431
 
3112
- <span class="param-type">Object</span>
3432
+ <span class="param-type">
3433
+
3434
+ Object
3435
+
3436
+ </span>
3437
+
3113
3438
 
3114
3439
 
3115
3440
 
@@ -3129,13 +3454,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3129
3454
 
3130
3455
  <tr class="deep-level-1">
3131
3456
 
3132
- <td class="name" id="taskId"><code>taskId</code></td>
3457
+ <td class="name"><code>taskId</code></td>
3133
3458
 
3134
3459
 
3135
3460
  <td class="type">
3136
3461
 
3137
3462
 
3138
- <span class="param-type">String</span>
3463
+ <span class="param-type">
3464
+
3465
+ String
3466
+
3467
+ </span>
3468
+
3139
3469
 
3140
3470
 
3141
3471
 
@@ -3155,13 +3485,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3155
3485
 
3156
3486
  <tr class="deep-level-1">
3157
3487
 
3158
- <td class="name" id="headers"><code>headers</code></td>
3488
+ <td class="name"><code>headers</code></td>
3159
3489
 
3160
3490
 
3161
3491
  <td class="type">
3162
3492
 
3163
3493
 
3164
- <span class="param-type">String</span>
3494
+ <span class="param-type">
3495
+
3496
+ String
3497
+
3498
+ </span>
3499
+
3165
3500
 
3166
3501
 
3167
3502
 
@@ -3181,13 +3516,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3181
3516
 
3182
3517
  <tr class="deep-level-1">
3183
3518
 
3184
- <td class="name" id="method"><code>method</code></td>
3519
+ <td class="name"><code>method</code></td>
3185
3520
 
3186
3521
 
3187
3522
  <td class="type">
3188
3523
 
3189
3524
 
3190
- <span class="param-type">String</span>
3525
+ <span class="param-type">
3526
+
3527
+ String
3528
+
3529
+ </span>
3530
+
3191
3531
 
3192
3532
 
3193
3533
 
@@ -3209,13 +3549,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3209
3549
 
3210
3550
  <tr class="deep-level-1">
3211
3551
 
3212
- <td class="name" id="success"><code>success</code></td>
3552
+ <td class="name"><code>success</code></td>
3213
3553
 
3214
3554
 
3215
3555
  <td class="type">
3216
3556
 
3217
3557
 
3218
- <span class="param-type">function</span>
3558
+ <span class="param-type">
3559
+
3560
+ function
3561
+
3562
+ </span>
3563
+
3219
3564
 
3220
3565
 
3221
3566
 
@@ -3235,13 +3580,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3235
3580
 
3236
3581
  <tr class="deep-level-1">
3237
3582
 
3238
- <td class="name" id="failure"><code>failure</code></td>
3583
+ <td class="name"><code>failure</code></td>
3239
3584
 
3240
3585
 
3241
3586
  <td class="type">
3242
3587
 
3243
3588
 
3244
- <span class="param-type">function</span>
3589
+ <span class="param-type">
3590
+
3591
+ function
3592
+
3593
+ </span>
3594
+
3245
3595
 
3246
3596
 
3247
3597
 
@@ -3280,7 +3630,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3280
3630
 
3281
3631
  <dt class="inherited-from">Inherited From:</dt>
3282
3632
  <dd class="inherited-from"><ul class="dummy"><li>
3283
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3633
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3284
3634
  </li></ul></dd>
3285
3635
 
3286
3636
 
@@ -3339,7 +3689,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3339
3689
  <div class='column is-5 has-text-left'>
3340
3690
  <label>类型: </label>
3341
3691
 
3342
- <span class="param-type">Promise.&lt;String></span>
3692
+ <span class="param-type">
3693
+
3694
+ Promise.&lt;String>
3695
+
3696
+ </span>
3697
+
3343
3698
 
3344
3699
 
3345
3700
  </div>
@@ -3424,13 +3779,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3424
3779
 
3425
3780
  <tr class="deep-level-0">
3426
3781
 
3427
- <td class="name" id="options"><code>options</code></td>
3782
+ <td class="name"><code>options</code></td>
3428
3783
 
3429
3784
 
3430
3785
  <td class="type">
3431
3786
 
3432
3787
 
3433
- <span class="param-type">Object</span>
3788
+ <span class="param-type">
3789
+
3790
+ Object
3791
+
3792
+ </span>
3793
+
3434
3794
 
3435
3795
 
3436
3796
 
@@ -3450,13 +3810,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3450
3810
 
3451
3811
  <tr class="deep-level-1">
3452
3812
 
3453
- <td class="name" id="taskId"><code>taskId</code></td>
3813
+ <td class="name"><code>taskId</code></td>
3454
3814
 
3455
3815
 
3456
3816
  <td class="type">
3457
3817
 
3458
3818
 
3459
- <span class="param-type">String</span>
3819
+ <span class="param-type">
3820
+
3821
+ String
3822
+
3823
+ </span>
3824
+
3460
3825
 
3461
3826
 
3462
3827
 
@@ -3476,13 +3841,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3476
3841
 
3477
3842
  <tr class="deep-level-1">
3478
3843
 
3479
- <td class="name" id="headers"><code>headers</code></td>
3844
+ <td class="name"><code>headers</code></td>
3480
3845
 
3481
3846
 
3482
3847
  <td class="type">
3483
3848
 
3484
3849
 
3485
- <span class="param-type">String</span>
3850
+ <span class="param-type">
3851
+
3852
+ String
3853
+
3854
+ </span>
3855
+
3486
3856
 
3487
3857
 
3488
3858
 
@@ -3502,13 +3872,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3502
3872
 
3503
3873
  <tr class="deep-level-1">
3504
3874
 
3505
- <td class="name" id="method"><code>method</code></td>
3875
+ <td class="name"><code>method</code></td>
3506
3876
 
3507
3877
 
3508
3878
  <td class="type">
3509
3879
 
3510
3880
 
3511
- <span class="param-type">String</span>
3881
+ <span class="param-type">
3882
+
3883
+ String
3884
+
3885
+ </span>
3886
+
3512
3887
 
3513
3888
 
3514
3889
 
@@ -3530,13 +3905,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3530
3905
 
3531
3906
  <tr class="deep-level-1">
3532
3907
 
3533
- <td class="name" id="success"><code>success</code></td>
3908
+ <td class="name"><code>success</code></td>
3534
3909
 
3535
3910
 
3536
3911
  <td class="type">
3537
3912
 
3538
3913
 
3539
- <span class="param-type">function</span>
3914
+ <span class="param-type">
3915
+
3916
+ function
3917
+
3918
+ </span>
3919
+
3540
3920
 
3541
3921
 
3542
3922
 
@@ -3556,13 +3936,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3556
3936
 
3557
3937
  <tr class="deep-level-1">
3558
3938
 
3559
- <td class="name" id="failure"><code>failure</code></td>
3939
+ <td class="name"><code>failure</code></td>
3560
3940
 
3561
3941
 
3562
3942
  <td class="type">
3563
3943
 
3564
3944
 
3565
- <span class="param-type">function</span>
3945
+ <span class="param-type">
3946
+
3947
+ function
3948
+
3949
+ </span>
3950
+
3566
3951
 
3567
3952
 
3568
3953
 
@@ -3601,7 +3986,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3601
3986
 
3602
3987
  <dt class="inherited-from">Inherited From:</dt>
3603
3988
  <dd class="inherited-from"><ul class="dummy"><li>
3604
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3989
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3605
3990
  </li></ul></dd>
3606
3991
 
3607
3992
 
@@ -3660,7 +4045,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3660
4045
  <div class='column is-5 has-text-left'>
3661
4046
  <label>类型: </label>
3662
4047
 
3663
- <span class="param-type">Promise.&lt;String></span>
4048
+ <span class="param-type">
4049
+
4050
+ Promise.&lt;String>
4051
+
4052
+ </span>
4053
+
3664
4054
 
3665
4055
 
3666
4056
  </div>
@@ -3745,13 +4135,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3745
4135
 
3746
4136
  <tr class="deep-level-0">
3747
4137
 
3748
- <td class="name" id="options"><code>options</code></td>
4138
+ <td class="name"><code>options</code></td>
3749
4139
 
3750
4140
 
3751
4141
  <td class="type">
3752
4142
 
3753
4143
 
3754
- <span class="param-type">Object</span>
4144
+ <span class="param-type">
4145
+
4146
+ Object
4147
+
4148
+ </span>
4149
+
3755
4150
 
3756
4151
 
3757
4152
 
@@ -3771,13 +4166,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3771
4166
 
3772
4167
  <tr class="deep-level-1">
3773
4168
 
3774
- <td class="name" id="headers"><code>headers</code></td>
4169
+ <td class="name"><code>headers</code></td>
3775
4170
 
3776
4171
 
3777
4172
  <td class="type">
3778
4173
 
3779
4174
 
3780
- <span class="param-type">String</span>
4175
+ <span class="param-type">
4176
+
4177
+ String
4178
+
4179
+ </span>
4180
+
3781
4181
 
3782
4182
 
3783
4183
 
@@ -3797,13 +4197,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3797
4197
 
3798
4198
  <tr class="deep-level-1">
3799
4199
 
3800
- <td class="name" id="method"><code>method</code></td>
4200
+ <td class="name"><code>method</code></td>
3801
4201
 
3802
4202
 
3803
4203
  <td class="type">
3804
4204
 
3805
4205
 
3806
- <span class="param-type">String</span>
4206
+ <span class="param-type">
4207
+
4208
+ String
4209
+
4210
+ </span>
4211
+
3807
4212
 
3808
4213
 
3809
4214
 
@@ -3825,13 +4230,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3825
4230
 
3826
4231
  <tr class="deep-level-1">
3827
4232
 
3828
- <td class="name" id="success"><code>success</code></td>
4233
+ <td class="name"><code>success</code></td>
3829
4234
 
3830
4235
 
3831
4236
  <td class="type">
3832
4237
 
3833
4238
 
3834
- <span class="param-type">function</span>
4239
+ <span class="param-type">
4240
+
4241
+ function
4242
+
4243
+ </span>
4244
+
3835
4245
 
3836
4246
 
3837
4247
 
@@ -3851,13 +4261,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3851
4261
 
3852
4262
  <tr class="deep-level-1">
3853
4263
 
3854
- <td class="name" id="failure"><code>failure</code></td>
4264
+ <td class="name"><code>failure</code></td>
3855
4265
 
3856
4266
 
3857
4267
  <td class="type">
3858
4268
 
3859
4269
 
3860
- <span class="param-type">function</span>
4270
+ <span class="param-type">
4271
+
4272
+ function
4273
+
4274
+ </span>
4275
+
3861
4276
 
3862
4277
 
3863
4278
 
@@ -3896,7 +4311,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3896
4311
 
3897
4312
  <dt class="inherited-from">Inherited From:</dt>
3898
4313
  <dd class="inherited-from"><ul class="dummy"><li>
3899
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4314
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3900
4315
  </li></ul></dd>
3901
4316
 
3902
4317
 
@@ -3962,7 +4377,12 @@ console.log(&quot;submit: &quot;, res);
3962
4377
  <div class='column is-5 has-text-left'>
3963
4378
  <label>类型: </label>
3964
4379
 
3965
- <span class="param-type">Promise.&lt;String></span>
4380
+ <span class="param-type">
4381
+
4382
+ Promise.&lt;String>
4383
+
4384
+ </span>
4385
+
3966
4386
 
3967
4387
 
3968
4388
  </div>