@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -115,13 +125,18 @@
115
125
 
116
126
  <tr class="deep-level-1">
117
127
 
118
- <td class="name" id="clsName"><code>clsName</code></td>
128
+ <td class="name"><code>clsName</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="desClsName"><code>desClsName</code></td>
155
+ <td class="name"><code>desClsName</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
166
+
147
167
 
148
168
 
149
169
 
@@ -159,13 +179,18 @@
159
179
 
160
180
  <tr class="deep-level-1">
161
181
 
162
- <td class="name" id="projTypeID"><code>projTypeID</code></td>
182
+ <td class="name"><code>projTypeID</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="sphereType"><code>sphereType</code></td>
209
+ <td class="name"><code>sphereType</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="projAngleUnit"><code>projAngleUnit</code></td>
236
+ <td class="name"><code>projAngleUnit</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="projType"><code>projType</code></td>
263
+ <td class="name"><code>projType</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="projZoneType"><code>projZoneType</code></td>
290
+ <td class="name"><code>projZoneType</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -269,13 +314,18 @@
269
314
 
270
315
  <tr class="deep-level-1">
271
316
 
272
- <td class="name" id="projZoneNO"><code>projZoneNO</code></td>
317
+ <td class="name"><code>projZoneNO</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -291,13 +341,18 @@
291
341
 
292
342
  <tr class="deep-level-1">
293
343
 
294
- <td class="name" id="projLon"><code>projLon</code></td>
344
+ <td class="name"><code>projLon</code></td>
295
345
 
296
346
 
297
347
  <td class="type">
298
348
 
299
349
 
300
- <span class="param-type">Number</span>
350
+ <span class="param-type">
351
+
352
+ Number
353
+
354
+ </span>
355
+
301
356
 
302
357
 
303
358
 
@@ -313,13 +368,18 @@
313
368
 
314
369
  <tr class="deep-level-1">
315
370
 
316
- <td class="name" id="projLat"><code>projLat</code></td>
371
+ <td class="name"><code>projLat</code></td>
317
372
 
318
373
 
319
374
  <td class="type">
320
375
 
321
376
 
322
- <span class="param-type">Number</span>
377
+ <span class="param-type">
378
+
379
+ Number
380
+
381
+ </span>
382
+
323
383
 
324
384
 
325
385
 
@@ -335,13 +395,18 @@
335
395
 
336
396
  <tr class="deep-level-1">
337
397
 
338
- <td class="name" id="projLat1"><code>projLat1</code></td>
398
+ <td class="name"><code>projLat1</code></td>
339
399
 
340
400
 
341
401
  <td class="type">
342
402
 
343
403
 
344
- <span class="param-type">Number</span>
404
+ <span class="param-type">
405
+
406
+ Number
407
+
408
+ </span>
409
+
345
410
 
346
411
 
347
412
 
@@ -357,13 +422,18 @@
357
422
 
358
423
  <tr class="deep-level-1">
359
424
 
360
- <td class="name" id="projLat2"><code>projLat2</code></td>
425
+ <td class="name"><code>projLat2</code></td>
361
426
 
362
427
 
363
428
  <td class="type">
364
429
 
365
430
 
366
- <span class="param-type">Number</span>
431
+ <span class="param-type">
432
+
433
+ Number
434
+
435
+ </span>
436
+
367
437
 
368
438
 
369
439
 
@@ -379,13 +449,18 @@
379
449
 
380
450
  <tr class="deep-level-1">
381
451
 
382
- <td class="name" id="projUnit"><code>projUnit</code></td>
452
+ <td class="name"><code>projUnit</code></td>
383
453
 
384
454
 
385
455
  <td class="type">
386
456
 
387
457
 
388
- <span class="param-type">Number</span>
458
+ <span class="param-type">
459
+
460
+ Number
461
+
462
+ </span>
463
+
389
464
 
390
465
 
391
466
 
@@ -401,13 +476,18 @@
401
476
 
402
477
  <tr class="deep-level-1">
403
478
 
404
- <td class="name" id="projRate"><code>projRate</code></td>
479
+ <td class="name"><code>projRate</code></td>
405
480
 
406
481
 
407
482
  <td class="type">
408
483
 
409
484
 
410
- <span class="param-type">Number</span>
485
+ <span class="param-type">
486
+
487
+ Number
488
+
489
+ </span>
490
+
411
491
 
412
492
 
413
493
 
@@ -423,13 +503,18 @@
423
503
 
424
504
  <tr class="deep-level-1">
425
505
 
426
- <td class="name" id="x"><code>x</code></td>
506
+ <td class="name"><code>x</code></td>
427
507
 
428
508
 
429
509
  <td class="type">
430
510
 
431
511
 
432
- <span class="param-type">Number</span>
512
+ <span class="param-type">
513
+
514
+ Number
515
+
516
+ </span>
517
+
433
518
 
434
519
 
435
520
 
@@ -445,13 +530,18 @@
445
530
 
446
531
  <tr class="deep-level-1">
447
532
 
448
- <td class="name" id="y"><code>y</code></td>
533
+ <td class="name"><code>y</code></td>
449
534
 
450
535
 
451
536
  <td class="type">
452
537
 
453
538
 
454
- <span class="param-type">Number</span>
539
+ <span class="param-type">
540
+
541
+ Number
542
+
543
+ </span>
544
+
455
545
 
456
546
 
457
547
 
@@ -571,7 +661,7 @@
571
661
 
572
662
 
573
663
  <ul>
574
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
664
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
575
665
  </ul>
576
666
 
577
667
 
@@ -603,11 +693,16 @@
603
693
  <tbody>
604
694
 
605
695
  <tr class="deep-level-0">
606
- <td class="name"><code><a href="WorkFlowServer600340.html#clientId">clientId</a></code></td>
696
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
607
697
  <td class="name">
608
698
  <code>
609
699
 
610
- <span class="param-type">Boolean</span>
700
+ <span class="param-type">
701
+
702
+ Boolean
703
+
704
+ </span>
705
+
611
706
 
612
707
 
613
708
  </code>
@@ -616,11 +711,16 @@
616
711
  </tr>
617
712
 
618
713
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="WorkFlowServer600340.html#clsName">clsName</a></code></td>
714
+ <td class="name"><code><a href="#clsName">clsName</a></code></td>
620
715
  <td class="name">
621
716
  <code>
622
717
 
623
- <span class="param-type">String</span>
718
+ <span class="param-type">
719
+
720
+ String
721
+
722
+ </span>
723
+
624
724
 
625
725
 
626
726
  </code>
@@ -629,11 +729,16 @@
629
729
  </tr>
630
730
 
631
731
  <tr class="deep-level-0">
632
- <td class="name"><code><a href="WorkFlowServer600340.html#desClsName">desClsName</a></code></td>
732
+ <td class="name"><code><a href="#desClsName">desClsName</a></code></td>
633
733
  <td class="name">
634
734
  <code>
635
735
 
636
- <span class="param-type">String</span>
736
+ <span class="param-type">
737
+
738
+ String
739
+
740
+ </span>
741
+
637
742
 
638
743
 
639
744
  </code>
@@ -642,11 +747,16 @@
642
747
  </tr>
643
748
 
644
749
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="WorkFlowServer600340.html#description">description</a></code></td>
750
+ <td class="name"><code><a href="#description">description</a></code></td>
646
751
  <td class="name">
647
752
  <code>
648
753
 
649
- <span class="param-type">String</span>
754
+ <span class="param-type">
755
+
756
+ String
757
+
758
+ </span>
759
+
650
760
 
651
761
 
652
762
  </code>
@@ -655,11 +765,16 @@
655
765
  </tr>
656
766
 
657
767
  <tr class="deep-level-0">
658
- <td class="name"><code><a href="WorkFlowServer600340.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
768
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
659
769
  <td class="name">
660
770
  <code>
661
771
 
662
- <span class="param-type">Boolean</span>
772
+ <span class="param-type">
773
+
774
+ Boolean
775
+
776
+ </span>
777
+
663
778
 
664
779
 
665
780
  </code>
@@ -668,11 +783,16 @@
668
783
  </tr>
669
784
 
670
785
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="WorkFlowServer600340.html#flowId">flowId</a></code></td>
786
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
672
787
  <td class="name">
673
788
  <code>
674
789
 
675
- <span class="param-type">Number</span>
790
+ <span class="param-type">
791
+
792
+ Number
793
+
794
+ </span>
795
+
676
796
 
677
797
 
678
798
  </code>
@@ -681,11 +801,16 @@
681
801
  </tr>
682
802
 
683
803
  <tr class="deep-level-0">
684
- <td class="name"><code><a href="WorkFlowServer600340.html#groupName">groupName</a></code></td>
804
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
685
805
  <td class="name">
686
806
  <code>
687
807
 
688
- <span class="param-type">String</span>
808
+ <span class="param-type">
809
+
810
+ String
811
+
812
+ </span>
813
+
689
814
 
690
815
 
691
816
  </code>
@@ -694,11 +819,16 @@
694
819
  </tr>
695
820
 
696
821
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="WorkFlowServer600340.html#headers">headers</a></code></td>
822
+ <td class="name"><code><a href="#headers">headers</a></code></td>
698
823
  <td class="name">
699
824
  <code>
700
825
 
701
- <span class="param-type">String</span>
826
+ <span class="param-type">
827
+
828
+ String
829
+
830
+ </span>
831
+
702
832
 
703
833
 
704
834
  </code>
@@ -707,11 +837,16 @@
707
837
  </tr>
708
838
 
709
839
  <tr class="deep-level-0">
710
- <td class="name"><code><a href="WorkFlowServer600340.html#projAngleUnit">projAngleUnit</a></code></td>
840
+ <td class="name"><code><a href="#projAngleUnit">projAngleUnit</a></code></td>
711
841
  <td class="name">
712
842
  <code>
713
843
 
714
- <span class="param-type">Number</span>
844
+ <span class="param-type">
845
+
846
+ Number
847
+
848
+ </span>
849
+
715
850
 
716
851
 
717
852
  </code>
@@ -720,11 +855,16 @@
720
855
  </tr>
721
856
 
722
857
  <tr class="deep-level-0">
723
- <td class="name"><code><a href="WorkFlowServer600340.html#projLat">projLat</a></code></td>
858
+ <td class="name"><code><a href="#projLat">projLat</a></code></td>
724
859
  <td class="name">
725
860
  <code>
726
861
 
727
- <span class="param-type">Number</span>
862
+ <span class="param-type">
863
+
864
+ Number
865
+
866
+ </span>
867
+
728
868
 
729
869
 
730
870
  </code>
@@ -733,11 +873,16 @@
733
873
  </tr>
734
874
 
735
875
  <tr class="deep-level-0">
736
- <td class="name"><code><a href="WorkFlowServer600340.html#projLat1">projLat1</a></code></td>
876
+ <td class="name"><code><a href="#projLat1">projLat1</a></code></td>
737
877
  <td class="name">
738
878
  <code>
739
879
 
740
- <span class="param-type">Number</span>
880
+ <span class="param-type">
881
+
882
+ Number
883
+
884
+ </span>
885
+
741
886
 
742
887
 
743
888
  </code>
@@ -746,11 +891,16 @@
746
891
  </tr>
747
892
 
748
893
  <tr class="deep-level-0">
749
- <td class="name"><code><a href="WorkFlowServer600340.html#projLat2">projLat2</a></code></td>
894
+ <td class="name"><code><a href="#projLat2">projLat2</a></code></td>
750
895
  <td class="name">
751
896
  <code>
752
897
 
753
- <span class="param-type">Number</span>
898
+ <span class="param-type">
899
+
900
+ Number
901
+
902
+ </span>
903
+
754
904
 
755
905
 
756
906
  </code>
@@ -759,11 +909,16 @@
759
909
  </tr>
760
910
 
761
911
  <tr class="deep-level-0">
762
- <td class="name"><code><a href="WorkFlowServer600340.html#projLon">projLon</a></code></td>
912
+ <td class="name"><code><a href="#projLon">projLon</a></code></td>
763
913
  <td class="name">
764
914
  <code>
765
915
 
766
- <span class="param-type">Number</span>
916
+ <span class="param-type">
917
+
918
+ Number
919
+
920
+ </span>
921
+
767
922
 
768
923
 
769
924
  </code>
@@ -772,11 +927,16 @@
772
927
  </tr>
773
928
 
774
929
  <tr class="deep-level-0">
775
- <td class="name"><code><a href="WorkFlowServer600340.html#projRate">projRate</a></code></td>
930
+ <td class="name"><code><a href="#projRate">projRate</a></code></td>
776
931
  <td class="name">
777
932
  <code>
778
933
 
779
- <span class="param-type">Number</span>
934
+ <span class="param-type">
935
+
936
+ Number
937
+
938
+ </span>
939
+
780
940
 
781
941
 
782
942
  </code>
@@ -785,11 +945,16 @@
785
945
  </tr>
786
946
 
787
947
  <tr class="deep-level-0">
788
- <td class="name"><code><a href="WorkFlowServer600340.html#projType">projType</a></code></td>
948
+ <td class="name"><code><a href="#projType">projType</a></code></td>
789
949
  <td class="name">
790
950
  <code>
791
951
 
792
- <span class="param-type">Number</span>
952
+ <span class="param-type">
953
+
954
+ Number
955
+
956
+ </span>
957
+
793
958
 
794
959
 
795
960
  </code>
@@ -798,11 +963,16 @@
798
963
  </tr>
799
964
 
800
965
  <tr class="deep-level-0">
801
- <td class="name"><code><a href="WorkFlowServer600340.html#projTypeID">projTypeID</a></code></td>
966
+ <td class="name"><code><a href="#projTypeID">projTypeID</a></code></td>
802
967
  <td class="name">
803
968
  <code>
804
969
 
805
- <span class="param-type">Number</span>
970
+ <span class="param-type">
971
+
972
+ Number
973
+
974
+ </span>
975
+
806
976
 
807
977
 
808
978
  </code>
@@ -811,11 +981,16 @@
811
981
  </tr>
812
982
 
813
983
  <tr class="deep-level-0">
814
- <td class="name"><code><a href="WorkFlowServer600340.html#projUnit">projUnit</a></code></td>
984
+ <td class="name"><code><a href="#projUnit">projUnit</a></code></td>
815
985
  <td class="name">
816
986
  <code>
817
987
 
818
- <span class="param-type">Number</span>
988
+ <span class="param-type">
989
+
990
+ Number
991
+
992
+ </span>
993
+
819
994
 
820
995
 
821
996
  </code>
@@ -824,11 +999,16 @@
824
999
  </tr>
825
1000
 
826
1001
  <tr class="deep-level-0">
827
- <td class="name"><code><a href="WorkFlowServer600340.html#projZoneNO">projZoneNO</a></code></td>
1002
+ <td class="name"><code><a href="#projZoneNO">projZoneNO</a></code></td>
828
1003
  <td class="name">
829
1004
  <code>
830
1005
 
831
- <span class="param-type">Number</span>
1006
+ <span class="param-type">
1007
+
1008
+ Number
1009
+
1010
+ </span>
1011
+
832
1012
 
833
1013
 
834
1014
  </code>
@@ -837,11 +1017,16 @@
837
1017
  </tr>
838
1018
 
839
1019
  <tr class="deep-level-0">
840
- <td class="name"><code><a href="WorkFlowServer600340.html#projZoneType">projZoneType</a></code></td>
1020
+ <td class="name"><code><a href="#projZoneType">projZoneType</a></code></td>
841
1021
  <td class="name">
842
1022
  <code>
843
1023
 
844
- <span class="param-type">Number</span>
1024
+ <span class="param-type">
1025
+
1026
+ Number
1027
+
1028
+ </span>
1029
+
845
1030
 
846
1031
 
847
1032
  </code>
@@ -850,11 +1035,16 @@
850
1035
  </tr>
851
1036
 
852
1037
  <tr class="deep-level-0">
853
- <td class="name"><code><a href="WorkFlowServer600340.html#requestInterceptor">requestInterceptor</a></code></td>
1038
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
854
1039
  <td class="name">
855
1040
  <code>
856
1041
 
857
- <span class="param-type">function</span>
1042
+ <span class="param-type">
1043
+
1044
+ function
1045
+
1046
+ </span>
1047
+
858
1048
 
859
1049
 
860
1050
  </code>
@@ -863,11 +1053,16 @@
863
1053
  </tr>
864
1054
 
865
1055
  <tr class="deep-level-0">
866
- <td class="name"><code><a href="WorkFlowServer600340.html#requestTimeout">requestTimeout</a></code></td>
1056
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
867
1057
  <td class="name">
868
1058
  <code>
869
1059
 
870
- <span class="param-type">String</span>
1060
+ <span class="param-type">
1061
+
1062
+ String
1063
+
1064
+ </span>
1065
+
871
1066
 
872
1067
 
873
1068
  </code>
@@ -876,11 +1071,16 @@
876
1071
  </tr>
877
1072
 
878
1073
  <tr class="deep-level-0">
879
- <td class="name"><code><a href="WorkFlowServer600340.html#responseInterceptor">responseInterceptor</a></code></td>
1074
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
880
1075
  <td class="name">
881
1076
  <code>
882
1077
 
883
- <span class="param-type">function</span>
1078
+ <span class="param-type">
1079
+
1080
+ function
1081
+
1082
+ </span>
1083
+
884
1084
 
885
1085
 
886
1086
  </code>
@@ -889,11 +1089,16 @@
889
1089
  </tr>
890
1090
 
891
1091
  <tr class="deep-level-0">
892
- <td class="name"><code><a href="WorkFlowServer600340.html#sphereType">sphereType</a></code></td>
1092
+ <td class="name"><code><a href="#sphereType">sphereType</a></code></td>
893
1093
  <td class="name">
894
1094
  <code>
895
1095
 
896
- <span class="param-type">Number</span>
1096
+ <span class="param-type">
1097
+
1098
+ Number
1099
+
1100
+ </span>
1101
+
897
1102
 
898
1103
 
899
1104
  </code>
@@ -902,11 +1107,16 @@
902
1107
  </tr>
903
1108
 
904
1109
  <tr class="deep-level-0">
905
- <td class="name"><code><a href="WorkFlowServer600340.html#tokenAttachType">tokenAttachType</a></code></td>
1110
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
906
1111
  <td class="name">
907
1112
  <code>
908
1113
 
909
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1114
+ <span class="param-type">
1115
+
1116
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1117
+
1118
+ </span>
1119
+
910
1120
 
911
1121
 
912
1122
  </code>
@@ -915,11 +1125,16 @@
915
1125
  </tr>
916
1126
 
917
1127
  <tr class="deep-level-0">
918
- <td class="name"><code><a href="WorkFlowServer600340.html#tokenKey">tokenKey</a></code></td>
1128
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
919
1129
  <td class="name">
920
1130
  <code>
921
1131
 
922
- <span class="param-type">String</span>
1132
+ <span class="param-type">
1133
+
1134
+ String
1135
+
1136
+ </span>
1137
+
923
1138
 
924
1139
 
925
1140
  </code>
@@ -928,11 +1143,16 @@
928
1143
  </tr>
929
1144
 
930
1145
  <tr class="deep-level-0">
931
- <td class="name"><code><a href="WorkFlowServer600340.html#tokenValue">tokenValue</a></code></td>
1146
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
932
1147
  <td class="name">
933
1148
  <code>
934
1149
 
935
- <span class="param-type">String</span>
1150
+ <span class="param-type">
1151
+
1152
+ String
1153
+
1154
+ </span>
1155
+
936
1156
 
937
1157
 
938
1158
  </code>
@@ -941,11 +1161,16 @@
941
1161
  </tr>
942
1162
 
943
1163
  <tr class="deep-level-0">
944
- <td class="name"><code><a href="WorkFlowServer600340.html#url">url</a></code></td>
1164
+ <td class="name"><code><a href="#url">url</a></code></td>
945
1165
  <td class="name">
946
1166
  <code>
947
1167
 
948
- <span class="param-type">String</span>
1168
+ <span class="param-type">
1169
+
1170
+ String
1171
+
1172
+ </span>
1173
+
949
1174
 
950
1175
 
951
1176
  </code>
@@ -954,11 +1179,16 @@
954
1179
  </tr>
955
1180
 
956
1181
  <tr class="deep-level-0">
957
- <td class="name"><code><a href="WorkFlowServer600340.html#x">x</a></code></td>
1182
+ <td class="name"><code><a href="#x">x</a></code></td>
958
1183
  <td class="name">
959
1184
  <code>
960
1185
 
961
- <span class="param-type">Number</span>
1186
+ <span class="param-type">
1187
+
1188
+ Number
1189
+
1190
+ </span>
1191
+
962
1192
 
963
1193
 
964
1194
  </code>
@@ -967,11 +1197,16 @@
967
1197
  </tr>
968
1198
 
969
1199
  <tr class="deep-level-0">
970
- <td class="name"><code><a href="WorkFlowServer600340.html#y">y</a></code></td>
1200
+ <td class="name"><code><a href="#y">y</a></code></td>
971
1201
  <td class="name">
972
1202
  <code>
973
1203
 
974
- <span class="param-type">Number</span>
1204
+ <span class="param-type">
1205
+
1206
+ Number
1207
+
1208
+ </span>
1209
+
975
1210
 
976
1211
 
977
1212
  </code>
@@ -990,7 +1225,12 @@
990
1225
  <span class="method-parameter is-pulled-right">
991
1226
  <label>类型:</label>
992
1227
 
993
- <span class="param-type">Boolean</span>
1228
+ <span class="param-type">
1229
+
1230
+ Boolean
1231
+
1232
+ </span>
1233
+
994
1234
 
995
1235
 
996
1236
  </span>
@@ -1024,7 +1264,7 @@
1024
1264
 
1025
1265
  <dt class="inherited-from">Inherited From:</dt>
1026
1266
  <dd class="inherited-from"><ul class="dummy"><li>
1027
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1267
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1028
1268
  </li></ul></dd>
1029
1269
 
1030
1270
 
@@ -1065,7 +1305,12 @@
1065
1305
  <span class="method-parameter is-pulled-right">
1066
1306
  <label>类型:</label>
1067
1307
 
1068
- <span class="param-type">String</span>
1308
+ <span class="param-type">
1309
+
1310
+ String
1311
+
1312
+ </span>
1313
+
1069
1314
 
1070
1315
 
1071
1316
  </span>
@@ -1135,7 +1380,12 @@
1135
1380
  <span class="method-parameter is-pulled-right">
1136
1381
  <label>类型:</label>
1137
1382
 
1138
- <span class="param-type">String</span>
1383
+ <span class="param-type">
1384
+
1385
+ String
1386
+
1387
+ </span>
1388
+
1139
1389
 
1140
1390
 
1141
1391
  </span>
@@ -1205,7 +1455,12 @@
1205
1455
  <span class="method-parameter is-pulled-right">
1206
1456
  <label>类型:</label>
1207
1457
 
1208
- <span class="param-type">String</span>
1458
+ <span class="param-type">
1459
+
1460
+ String
1461
+
1462
+ </span>
1463
+
1209
1464
 
1210
1465
 
1211
1466
  </span>
@@ -1279,7 +1534,12 @@
1279
1534
  <span class="method-parameter is-pulled-right">
1280
1535
  <label>类型:</label>
1281
1536
 
1282
- <span class="param-type">Boolean</span>
1537
+ <span class="param-type">
1538
+
1539
+ Boolean
1540
+
1541
+ </span>
1542
+
1283
1543
 
1284
1544
 
1285
1545
  </span>
@@ -1313,7 +1573,7 @@
1313
1573
 
1314
1574
  <dt class="inherited-from">Inherited From:</dt>
1315
1575
  <dd class="inherited-from"><ul class="dummy"><li>
1316
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1576
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1317
1577
  </li></ul></dd>
1318
1578
 
1319
1579
 
@@ -1375,7 +1635,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1375
1635
  <span class="method-parameter is-pulled-right">
1376
1636
  <label>类型:</label>
1377
1637
 
1378
- <span class="param-type">Number</span>
1638
+ <span class="param-type">
1639
+
1640
+ Number
1641
+
1642
+ </span>
1643
+
1379
1644
 
1380
1645
 
1381
1646
  </span>
@@ -1449,7 +1714,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1449
1714
  <span class="method-parameter is-pulled-right">
1450
1715
  <label>类型:</label>
1451
1716
 
1452
- <span class="param-type">String</span>
1717
+ <span class="param-type">
1718
+
1719
+ String
1720
+
1721
+ </span>
1722
+
1453
1723
 
1454
1724
 
1455
1725
  </span>
@@ -1523,7 +1793,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1523
1793
  <span class="method-parameter is-pulled-right">
1524
1794
  <label>类型:</label>
1525
1795
 
1526
- <span class="param-type">String</span>
1796
+ <span class="param-type">
1797
+
1798
+ String
1799
+
1800
+ </span>
1801
+
1527
1802
 
1528
1803
 
1529
1804
  </span>
@@ -1557,7 +1832,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1557
1832
 
1558
1833
  <dt class="inherited-from">Inherited From:</dt>
1559
1834
  <dd class="inherited-from"><ul class="dummy"><li>
1560
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1835
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1561
1836
  </li></ul></dd>
1562
1837
 
1563
1838
 
@@ -1620,7 +1895,12 @@ BaseServer.headers.token = '新token';</code></pre>
1620
1895
  <span class="method-parameter is-pulled-right">
1621
1896
  <label>类型:</label>
1622
1897
 
1623
- <span class="param-type">Number</span>
1898
+ <span class="param-type">
1899
+
1900
+ Number
1901
+
1902
+ </span>
1903
+
1624
1904
 
1625
1905
 
1626
1906
  </span>
@@ -1690,7 +1970,12 @@ BaseServer.headers.token = '新token';</code></pre>
1690
1970
  <span class="method-parameter is-pulled-right">
1691
1971
  <label>类型:</label>
1692
1972
 
1693
- <span class="param-type">Number</span>
1973
+ <span class="param-type">
1974
+
1975
+ Number
1976
+
1977
+ </span>
1978
+
1694
1979
 
1695
1980
 
1696
1981
  </span>
@@ -1760,7 +2045,12 @@ BaseServer.headers.token = '新token';</code></pre>
1760
2045
  <span class="method-parameter is-pulled-right">
1761
2046
  <label>类型:</label>
1762
2047
 
1763
- <span class="param-type">Number</span>
2048
+ <span class="param-type">
2049
+
2050
+ Number
2051
+
2052
+ </span>
2053
+
1764
2054
 
1765
2055
 
1766
2056
  </span>
@@ -1830,7 +2120,12 @@ BaseServer.headers.token = '新token';</code></pre>
1830
2120
  <span class="method-parameter is-pulled-right">
1831
2121
  <label>类型:</label>
1832
2122
 
1833
- <span class="param-type">Number</span>
2123
+ <span class="param-type">
2124
+
2125
+ Number
2126
+
2127
+ </span>
2128
+
1834
2129
 
1835
2130
 
1836
2131
  </span>
@@ -1900,7 +2195,12 @@ BaseServer.headers.token = '新token';</code></pre>
1900
2195
  <span class="method-parameter is-pulled-right">
1901
2196
  <label>类型:</label>
1902
2197
 
1903
- <span class="param-type">Number</span>
2198
+ <span class="param-type">
2199
+
2200
+ Number
2201
+
2202
+ </span>
2203
+
1904
2204
 
1905
2205
 
1906
2206
  </span>
@@ -1970,7 +2270,12 @@ BaseServer.headers.token = '新token';</code></pre>
1970
2270
  <span class="method-parameter is-pulled-right">
1971
2271
  <label>类型:</label>
1972
2272
 
1973
- <span class="param-type">Number</span>
2273
+ <span class="param-type">
2274
+
2275
+ Number
2276
+
2277
+ </span>
2278
+
1974
2279
 
1975
2280
 
1976
2281
  </span>
@@ -2040,7 +2345,12 @@ BaseServer.headers.token = '新token';</code></pre>
2040
2345
  <span class="method-parameter is-pulled-right">
2041
2346
  <label>类型:</label>
2042
2347
 
2043
- <span class="param-type">Number</span>
2348
+ <span class="param-type">
2349
+
2350
+ Number
2351
+
2352
+ </span>
2353
+
2044
2354
 
2045
2355
 
2046
2356
  </span>
@@ -2110,7 +2420,12 @@ BaseServer.headers.token = '新token';</code></pre>
2110
2420
  <span class="method-parameter is-pulled-right">
2111
2421
  <label>类型:</label>
2112
2422
 
2113
- <span class="param-type">Number</span>
2423
+ <span class="param-type">
2424
+
2425
+ Number
2426
+
2427
+ </span>
2428
+
2114
2429
 
2115
2430
 
2116
2431
  </span>
@@ -2180,7 +2495,12 @@ BaseServer.headers.token = '新token';</code></pre>
2180
2495
  <span class="method-parameter is-pulled-right">
2181
2496
  <label>类型:</label>
2182
2497
 
2183
- <span class="param-type">Number</span>
2498
+ <span class="param-type">
2499
+
2500
+ Number
2501
+
2502
+ </span>
2503
+
2184
2504
 
2185
2505
 
2186
2506
  </span>
@@ -2250,7 +2570,12 @@ BaseServer.headers.token = '新token';</code></pre>
2250
2570
  <span class="method-parameter is-pulled-right">
2251
2571
  <label>类型:</label>
2252
2572
 
2253
- <span class="param-type">Number</span>
2573
+ <span class="param-type">
2574
+
2575
+ Number
2576
+
2577
+ </span>
2578
+
2254
2579
 
2255
2580
 
2256
2581
  </span>
@@ -2320,7 +2645,12 @@ BaseServer.headers.token = '新token';</code></pre>
2320
2645
  <span class="method-parameter is-pulled-right">
2321
2646
  <label>类型:</label>
2322
2647
 
2323
- <span class="param-type">Number</span>
2648
+ <span class="param-type">
2649
+
2650
+ Number
2651
+
2652
+ </span>
2653
+
2324
2654
 
2325
2655
 
2326
2656
  </span>
@@ -2390,7 +2720,12 @@ BaseServer.headers.token = '新token';</code></pre>
2390
2720
  <span class="method-parameter is-pulled-right">
2391
2721
  <label>类型:</label>
2392
2722
 
2393
- <span class="param-type">function</span>
2723
+ <span class="param-type">
2724
+
2725
+ function
2726
+
2727
+ </span>
2728
+
2394
2729
 
2395
2730
 
2396
2731
  </span>
@@ -2424,7 +2759,7 @@ BaseServer.headers.token = '新token';</code></pre>
2424
2759
 
2425
2760
  <dt class="inherited-from">Inherited From:</dt>
2426
2761
  <dd class="inherited-from"><ul class="dummy"><li>
2427
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2762
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2428
2763
  </li></ul></dd>
2429
2764
 
2430
2765
 
@@ -2493,7 +2828,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2493
2828
  <span class="method-parameter is-pulled-right">
2494
2829
  <label>类型:</label>
2495
2830
 
2496
- <span class="param-type">String</span>
2831
+ <span class="param-type">
2832
+
2833
+ String
2834
+
2835
+ </span>
2836
+
2497
2837
 
2498
2838
 
2499
2839
  </span>
@@ -2527,7 +2867,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2527
2867
 
2528
2868
  <dt class="inherited-from">Inherited From:</dt>
2529
2869
  <dd class="inherited-from"><ul class="dummy"><li>
2530
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2870
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2531
2871
  </li></ul></dd>
2532
2872
 
2533
2873
 
@@ -2586,7 +2926,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
2586
2926
  <span class="method-parameter is-pulled-right">
2587
2927
  <label>类型:</label>
2588
2928
 
2589
- <span class="param-type">function</span>
2929
+ <span class="param-type">
2930
+
2931
+ function
2932
+
2933
+ </span>
2934
+
2590
2935
 
2591
2936
 
2592
2937
  </span>
@@ -2620,7 +2965,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2620
2965
 
2621
2966
  <dt class="inherited-from">Inherited From:</dt>
2622
2967
  <dd class="inherited-from"><ul class="dummy"><li>
2623
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2968
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2624
2969
  </li></ul></dd>
2625
2970
 
2626
2971
 
@@ -2691,7 +3036,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2691
3036
  <span class="method-parameter is-pulled-right">
2692
3037
  <label>类型:</label>
2693
3038
 
2694
- <span class="param-type">Number</span>
3039
+ <span class="param-type">
3040
+
3041
+ Number
3042
+
3043
+ </span>
3044
+
2695
3045
 
2696
3046
 
2697
3047
  </span>
@@ -2761,7 +3111,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2761
3111
  <span class="method-parameter is-pulled-right">
2762
3112
  <label>类型:</label>
2763
3113
 
2764
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
3114
+ <span class="param-type">
3115
+
3116
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
3117
+
3118
+ </span>
3119
+
2765
3120
 
2766
3121
 
2767
3122
  </span>
@@ -2795,7 +3150,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2795
3150
 
2796
3151
  <dt class="inherited-from">Inherited From:</dt>
2797
3152
  <dd class="inherited-from"><ul class="dummy"><li>
2798
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
3153
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2799
3154
  </li></ul></dd>
2800
3155
 
2801
3156
 
@@ -2858,7 +3213,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2858
3213
  <span class="method-parameter is-pulled-right">
2859
3214
  <label>类型:</label>
2860
3215
 
2861
- <span class="param-type">String</span>
3216
+ <span class="param-type">
3217
+
3218
+ String
3219
+
3220
+ </span>
3221
+
2862
3222
 
2863
3223
 
2864
3224
  </span>
@@ -2892,7 +3252,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2892
3252
 
2893
3253
  <dt class="inherited-from">Inherited From:</dt>
2894
3254
  <dd class="inherited-from"><ul class="dummy"><li>
2895
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
3255
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2896
3256
  </li></ul></dd>
2897
3257
 
2898
3258
 
@@ -2950,7 +3310,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2950
3310
  <span class="method-parameter is-pulled-right">
2951
3311
  <label>类型:</label>
2952
3312
 
2953
- <span class="param-type">String</span>
3313
+ <span class="param-type">
3314
+
3315
+ String
3316
+
3317
+ </span>
3318
+
2954
3319
 
2955
3320
 
2956
3321
  </span>
@@ -2984,7 +3349,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2984
3349
 
2985
3350
  <dt class="inherited-from">Inherited From:</dt>
2986
3351
  <dd class="inherited-from"><ul class="dummy"><li>
2987
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
3352
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2988
3353
  </li></ul></dd>
2989
3354
 
2990
3355
 
@@ -3042,7 +3407,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3042
3407
  <span class="method-parameter is-pulled-right">
3043
3408
  <label>类型:</label>
3044
3409
 
3045
- <span class="param-type">String</span>
3410
+ <span class="param-type">
3411
+
3412
+ String
3413
+
3414
+ </span>
3415
+
3046
3416
 
3047
3417
 
3048
3418
  </span>
@@ -3117,7 +3487,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3117
3487
  <span class="method-parameter is-pulled-right">
3118
3488
  <label>类型:</label>
3119
3489
 
3120
- <span class="param-type">Number</span>
3490
+ <span class="param-type">
3491
+
3492
+ Number
3493
+
3494
+ </span>
3495
+
3121
3496
 
3122
3497
 
3123
3498
  </span>
@@ -3187,7 +3562,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3187
3562
  <span class="method-parameter is-pulled-right">
3188
3563
  <label>类型:</label>
3189
3564
 
3190
- <span class="param-type">Number</span>
3565
+ <span class="param-type">
3566
+
3567
+ Number
3568
+
3569
+ </span>
3570
+
3191
3571
 
3192
3572
 
3193
3573
  </span>
@@ -3273,12 +3653,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3273
3653
  <tbody>
3274
3654
 
3275
3655
  <tr class="deep-level-0">
3276
- <td class="name"><code><a href="WorkFlowServer600340.html#execute">execute</a></code></td>
3656
+ <td class="name"><code><a href="#execute">execute</a></code></td>
3277
3657
  <td class="name">
3278
3658
  <code>
3279
3659
 
3280
3660
 
3281
- <span class="param-type">Promise.&lt;Object></span>
3661
+ <span class="param-type">
3662
+
3663
+ Promise.&lt;Object>
3664
+
3665
+ </span>
3666
+
3282
3667
 
3283
3668
 
3284
3669
 
@@ -3288,7 +3673,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3288
3673
  </tr>
3289
3674
 
3290
3675
  <tr class="deep-level-0">
3291
- <td class="name"><code><a href="WorkFlowServer600340.html#queryServerInfo">queryServerInfo</a></code></td>
3676
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
3292
3677
  <td class="name">
3293
3678
  <code>
3294
3679
 
@@ -3298,12 +3683,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3298
3683
  </tr>
3299
3684
 
3300
3685
  <tr class="deep-level-0">
3301
- <td class="name"><code><a href="WorkFlowServer600340.html#queryTaskResult">queryTaskResult</a></code></td>
3686
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
3302
3687
  <td class="name">
3303
3688
  <code>
3304
3689
 
3305
3690
 
3306
- <span class="param-type">Promise.&lt;String></span>
3691
+ <span class="param-type">
3692
+
3693
+ Promise.&lt;String>
3694
+
3695
+ </span>
3696
+
3307
3697
 
3308
3698
 
3309
3699
 
@@ -3313,12 +3703,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3313
3703
  </tr>
3314
3704
 
3315
3705
  <tr class="deep-level-0">
3316
- <td class="name"><code><a href="WorkFlowServer600340.html#queryTaskStatus">queryTaskStatus</a></code></td>
3706
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
3317
3707
  <td class="name">
3318
3708
  <code>
3319
3709
 
3320
3710
 
3321
- <span class="param-type">Promise.&lt;String></span>
3711
+ <span class="param-type">
3712
+
3713
+ Promise.&lt;String>
3714
+
3715
+ </span>
3716
+
3322
3717
 
3323
3718
 
3324
3719
 
@@ -3328,12 +3723,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3328
3723
  </tr>
3329
3724
 
3330
3725
  <tr class="deep-level-0">
3331
- <td class="name"><code><a href="WorkFlowServer600340.html#submit">submit</a></code></td>
3726
+ <td class="name"><code><a href="#submit">submit</a></code></td>
3332
3727
  <td class="name">
3333
3728
  <code>
3334
3729
 
3335
3730
 
3336
- <span class="param-type">Promise.&lt;String></span>
3731
+ <span class="param-type">
3732
+
3733
+ Promise.&lt;String>
3734
+
3735
+ </span>
3736
+
3337
3737
 
3338
3738
 
3339
3739
 
@@ -3402,13 +3802,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3402
3802
 
3403
3803
  <tr class="deep-level-0">
3404
3804
 
3405
- <td class="name" id="options"><code>options</code></td>
3805
+ <td class="name"><code>options</code></td>
3406
3806
 
3407
3807
 
3408
3808
  <td class="type">
3409
3809
 
3410
3810
 
3411
- <span class="param-type">Object</span>
3811
+ <span class="param-type">
3812
+
3813
+ Object
3814
+
3815
+ </span>
3816
+
3412
3817
 
3413
3818
 
3414
3819
 
@@ -3428,13 +3833,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3428
3833
 
3429
3834
  <tr class="deep-level-1">
3430
3835
 
3431
- <td class="name" id="headers"><code>headers</code></td>
3836
+ <td class="name"><code>headers</code></td>
3432
3837
 
3433
3838
 
3434
3839
  <td class="type">
3435
3840
 
3436
3841
 
3437
- <span class="param-type">String</span>
3842
+ <span class="param-type">
3843
+
3844
+ String
3845
+
3846
+ </span>
3847
+
3438
3848
 
3439
3849
 
3440
3850
 
@@ -3454,13 +3864,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3454
3864
 
3455
3865
  <tr class="deep-level-1">
3456
3866
 
3457
- <td class="name" id="method"><code>method</code></td>
3867
+ <td class="name"><code>method</code></td>
3458
3868
 
3459
3869
 
3460
3870
  <td class="type">
3461
3871
 
3462
3872
 
3463
- <span class="param-type">String</span>
3873
+ <span class="param-type">
3874
+
3875
+ String
3876
+
3877
+ </span>
3878
+
3464
3879
 
3465
3880
 
3466
3881
 
@@ -3482,13 +3897,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3482
3897
 
3483
3898
  <tr class="deep-level-1">
3484
3899
 
3485
- <td class="name" id="success"><code>success</code></td>
3900
+ <td class="name"><code>success</code></td>
3486
3901
 
3487
3902
 
3488
3903
  <td class="type">
3489
3904
 
3490
3905
 
3491
- <span class="param-type">function</span>
3906
+ <span class="param-type">
3907
+
3908
+ function
3909
+
3910
+ </span>
3911
+
3492
3912
 
3493
3913
 
3494
3914
 
@@ -3508,13 +3928,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3508
3928
 
3509
3929
  <tr class="deep-level-1">
3510
3930
 
3511
- <td class="name" id="failure"><code>failure</code></td>
3931
+ <td class="name"><code>failure</code></td>
3512
3932
 
3513
3933
 
3514
3934
  <td class="type">
3515
3935
 
3516
3936
 
3517
- <span class="param-type">function</span>
3937
+ <span class="param-type">
3938
+
3939
+ function
3940
+
3941
+ </span>
3942
+
3518
3943
 
3519
3944
 
3520
3945
 
@@ -3553,7 +3978,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3553
3978
 
3554
3979
  <dt class="inherited-from">Inherited From:</dt>
3555
3980
  <dd class="inherited-from"><ul class="dummy"><li>
3556
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3981
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3557
3982
  </li></ul></dd>
3558
3983
 
3559
3984
 
@@ -3612,7 +4037,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3612
4037
  <div class='column is-5 has-text-left'>
3613
4038
  <label>类型: </label>
3614
4039
 
3615
- <span class="param-type">Promise.&lt;Object></span>
4040
+ <span class="param-type">
4041
+
4042
+ Promise.&lt;Object>
4043
+
4044
+ </span>
4045
+
3616
4046
 
3617
4047
 
3618
4048
  </div>
@@ -3697,7 +4127,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3697
4127
 
3698
4128
  <tr class="deep-level-0">
3699
4129
 
3700
- <td class="name" id="options"><code>options</code></td>
4130
+ <td class="name"><code>options</code></td>
3701
4131
 
3702
4132
 
3703
4133
  <td class="type">
@@ -3718,13 +4148,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3718
4148
 
3719
4149
  <tr class="deep-level-1">
3720
4150
 
3721
- <td class="name" id="success"><code>success</code></td>
4151
+ <td class="name"><code>success</code></td>
3722
4152
 
3723
4153
 
3724
4154
  <td class="type">
3725
4155
 
3726
4156
 
3727
- <span class="param-type">function</span>
4157
+ <span class="param-type">
4158
+
4159
+ function
4160
+
4161
+ </span>
4162
+
3728
4163
 
3729
4164
 
3730
4165
 
@@ -3746,13 +4181,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3746
4181
 
3747
4182
  <tr class="deep-level-1">
3748
4183
 
3749
- <td class="name" id="failure"><code>failure</code></td>
4184
+ <td class="name"><code>failure</code></td>
3750
4185
 
3751
4186
 
3752
4187
  <td class="type">
3753
4188
 
3754
4189
 
3755
- <span class="param-type">function</span>
4190
+ <span class="param-type">
4191
+
4192
+ function
4193
+
4194
+ </span>
4195
+
3756
4196
 
3757
4197
 
3758
4198
 
@@ -3793,7 +4233,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3793
4233
 
3794
4234
  <dt class="inherited-from">Inherited From:</dt>
3795
4235
  <dd class="inherited-from"><ul class="dummy"><li>
3796
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
4236
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3797
4237
  </li></ul></dd>
3798
4238
 
3799
4239
 
@@ -3930,13 +4370,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3930
4370
 
3931
4371
  <tr class="deep-level-0">
3932
4372
 
3933
- <td class="name" id="options"><code>options</code></td>
4373
+ <td class="name"><code>options</code></td>
3934
4374
 
3935
4375
 
3936
4376
  <td class="type">
3937
4377
 
3938
4378
 
3939
- <span class="param-type">Object</span>
4379
+ <span class="param-type">
4380
+
4381
+ Object
4382
+
4383
+ </span>
4384
+
3940
4385
 
3941
4386
 
3942
4387
 
@@ -3956,13 +4401,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3956
4401
 
3957
4402
  <tr class="deep-level-1">
3958
4403
 
3959
- <td class="name" id="taskId"><code>taskId</code></td>
4404
+ <td class="name"><code>taskId</code></td>
3960
4405
 
3961
4406
 
3962
4407
  <td class="type">
3963
4408
 
3964
4409
 
3965
- <span class="param-type">String</span>
4410
+ <span class="param-type">
4411
+
4412
+ String
4413
+
4414
+ </span>
4415
+
3966
4416
 
3967
4417
 
3968
4418
 
@@ -3982,13 +4432,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3982
4432
 
3983
4433
  <tr class="deep-level-1">
3984
4434
 
3985
- <td class="name" id="headers"><code>headers</code></td>
4435
+ <td class="name"><code>headers</code></td>
3986
4436
 
3987
4437
 
3988
4438
  <td class="type">
3989
4439
 
3990
4440
 
3991
- <span class="param-type">String</span>
4441
+ <span class="param-type">
4442
+
4443
+ String
4444
+
4445
+ </span>
4446
+
3992
4447
 
3993
4448
 
3994
4449
 
@@ -4008,13 +4463,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4008
4463
 
4009
4464
  <tr class="deep-level-1">
4010
4465
 
4011
- <td class="name" id="method"><code>method</code></td>
4466
+ <td class="name"><code>method</code></td>
4012
4467
 
4013
4468
 
4014
4469
  <td class="type">
4015
4470
 
4016
4471
 
4017
- <span class="param-type">String</span>
4472
+ <span class="param-type">
4473
+
4474
+ String
4475
+
4476
+ </span>
4477
+
4018
4478
 
4019
4479
 
4020
4480
 
@@ -4036,13 +4496,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4036
4496
 
4037
4497
  <tr class="deep-level-1">
4038
4498
 
4039
- <td class="name" id="success"><code>success</code></td>
4499
+ <td class="name"><code>success</code></td>
4040
4500
 
4041
4501
 
4042
4502
  <td class="type">
4043
4503
 
4044
4504
 
4045
- <span class="param-type">function</span>
4505
+ <span class="param-type">
4506
+
4507
+ function
4508
+
4509
+ </span>
4510
+
4046
4511
 
4047
4512
 
4048
4513
 
@@ -4062,13 +4527,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4062
4527
 
4063
4528
  <tr class="deep-level-1">
4064
4529
 
4065
- <td class="name" id="failure"><code>failure</code></td>
4530
+ <td class="name"><code>failure</code></td>
4066
4531
 
4067
4532
 
4068
4533
  <td class="type">
4069
4534
 
4070
4535
 
4071
- <span class="param-type">function</span>
4536
+ <span class="param-type">
4537
+
4538
+ function
4539
+
4540
+ </span>
4541
+
4072
4542
 
4073
4543
 
4074
4544
 
@@ -4107,7 +4577,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4107
4577
 
4108
4578
  <dt class="inherited-from">Inherited From:</dt>
4109
4579
  <dd class="inherited-from"><ul class="dummy"><li>
4110
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
4580
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
4111
4581
  </li></ul></dd>
4112
4582
 
4113
4583
 
@@ -4166,7 +4636,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
4166
4636
  <div class='column is-5 has-text-left'>
4167
4637
  <label>类型: </label>
4168
4638
 
4169
- <span class="param-type">Promise.&lt;String></span>
4639
+ <span class="param-type">
4640
+
4641
+ Promise.&lt;String>
4642
+
4643
+ </span>
4644
+
4170
4645
 
4171
4646
 
4172
4647
  </div>
@@ -4251,13 +4726,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4251
4726
 
4252
4727
  <tr class="deep-level-0">
4253
4728
 
4254
- <td class="name" id="options"><code>options</code></td>
4729
+ <td class="name"><code>options</code></td>
4255
4730
 
4256
4731
 
4257
4732
  <td class="type">
4258
4733
 
4259
4734
 
4260
- <span class="param-type">Object</span>
4735
+ <span class="param-type">
4736
+
4737
+ Object
4738
+
4739
+ </span>
4740
+
4261
4741
 
4262
4742
 
4263
4743
 
@@ -4277,13 +4757,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4277
4757
 
4278
4758
  <tr class="deep-level-1">
4279
4759
 
4280
- <td class="name" id="taskId"><code>taskId</code></td>
4760
+ <td class="name"><code>taskId</code></td>
4281
4761
 
4282
4762
 
4283
4763
  <td class="type">
4284
4764
 
4285
4765
 
4286
- <span class="param-type">String</span>
4766
+ <span class="param-type">
4767
+
4768
+ String
4769
+
4770
+ </span>
4771
+
4287
4772
 
4288
4773
 
4289
4774
 
@@ -4303,13 +4788,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4303
4788
 
4304
4789
  <tr class="deep-level-1">
4305
4790
 
4306
- <td class="name" id="headers"><code>headers</code></td>
4791
+ <td class="name"><code>headers</code></td>
4307
4792
 
4308
4793
 
4309
4794
  <td class="type">
4310
4795
 
4311
4796
 
4312
- <span class="param-type">String</span>
4797
+ <span class="param-type">
4798
+
4799
+ String
4800
+
4801
+ </span>
4802
+
4313
4803
 
4314
4804
 
4315
4805
 
@@ -4329,13 +4819,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4329
4819
 
4330
4820
  <tr class="deep-level-1">
4331
4821
 
4332
- <td class="name" id="method"><code>method</code></td>
4822
+ <td class="name"><code>method</code></td>
4333
4823
 
4334
4824
 
4335
4825
  <td class="type">
4336
4826
 
4337
4827
 
4338
- <span class="param-type">String</span>
4828
+ <span class="param-type">
4829
+
4830
+ String
4831
+
4832
+ </span>
4833
+
4339
4834
 
4340
4835
 
4341
4836
 
@@ -4357,13 +4852,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4357
4852
 
4358
4853
  <tr class="deep-level-1">
4359
4854
 
4360
- <td class="name" id="success"><code>success</code></td>
4855
+ <td class="name"><code>success</code></td>
4361
4856
 
4362
4857
 
4363
4858
  <td class="type">
4364
4859
 
4365
4860
 
4366
- <span class="param-type">function</span>
4861
+ <span class="param-type">
4862
+
4863
+ function
4864
+
4865
+ </span>
4866
+
4367
4867
 
4368
4868
 
4369
4869
 
@@ -4383,13 +4883,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4383
4883
 
4384
4884
  <tr class="deep-level-1">
4385
4885
 
4386
- <td class="name" id="failure"><code>failure</code></td>
4886
+ <td class="name"><code>failure</code></td>
4387
4887
 
4388
4888
 
4389
4889
  <td class="type">
4390
4890
 
4391
4891
 
4392
- <span class="param-type">function</span>
4892
+ <span class="param-type">
4893
+
4894
+ function
4895
+
4896
+ </span>
4897
+
4393
4898
 
4394
4899
 
4395
4900
 
@@ -4428,7 +4933,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4428
4933
 
4429
4934
  <dt class="inherited-from">Inherited From:</dt>
4430
4935
  <dd class="inherited-from"><ul class="dummy"><li>
4431
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4936
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4432
4937
  </li></ul></dd>
4433
4938
 
4434
4939
 
@@ -4487,7 +4992,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
4487
4992
  <div class='column is-5 has-text-left'>
4488
4993
  <label>类型: </label>
4489
4994
 
4490
- <span class="param-type">Promise.&lt;String></span>
4995
+ <span class="param-type">
4996
+
4997
+ Promise.&lt;String>
4998
+
4999
+ </span>
5000
+
4491
5001
 
4492
5002
 
4493
5003
  </div>
@@ -4572,13 +5082,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4572
5082
 
4573
5083
  <tr class="deep-level-0">
4574
5084
 
4575
- <td class="name" id="options"><code>options</code></td>
5085
+ <td class="name"><code>options</code></td>
4576
5086
 
4577
5087
 
4578
5088
  <td class="type">
4579
5089
 
4580
5090
 
4581
- <span class="param-type">Object</span>
5091
+ <span class="param-type">
5092
+
5093
+ Object
5094
+
5095
+ </span>
5096
+
4582
5097
 
4583
5098
 
4584
5099
 
@@ -4598,13 +5113,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4598
5113
 
4599
5114
  <tr class="deep-level-1">
4600
5115
 
4601
- <td class="name" id="headers"><code>headers</code></td>
5116
+ <td class="name"><code>headers</code></td>
4602
5117
 
4603
5118
 
4604
5119
  <td class="type">
4605
5120
 
4606
5121
 
4607
- <span class="param-type">String</span>
5122
+ <span class="param-type">
5123
+
5124
+ String
5125
+
5126
+ </span>
5127
+
4608
5128
 
4609
5129
 
4610
5130
 
@@ -4624,13 +5144,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4624
5144
 
4625
5145
  <tr class="deep-level-1">
4626
5146
 
4627
- <td class="name" id="method"><code>method</code></td>
5147
+ <td class="name"><code>method</code></td>
4628
5148
 
4629
5149
 
4630
5150
  <td class="type">
4631
5151
 
4632
5152
 
4633
- <span class="param-type">String</span>
5153
+ <span class="param-type">
5154
+
5155
+ String
5156
+
5157
+ </span>
5158
+
4634
5159
 
4635
5160
 
4636
5161
 
@@ -4652,13 +5177,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4652
5177
 
4653
5178
  <tr class="deep-level-1">
4654
5179
 
4655
- <td class="name" id="success"><code>success</code></td>
5180
+ <td class="name"><code>success</code></td>
4656
5181
 
4657
5182
 
4658
5183
  <td class="type">
4659
5184
 
4660
5185
 
4661
- <span class="param-type">function</span>
5186
+ <span class="param-type">
5187
+
5188
+ function
5189
+
5190
+ </span>
5191
+
4662
5192
 
4663
5193
 
4664
5194
 
@@ -4678,13 +5208,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4678
5208
 
4679
5209
  <tr class="deep-level-1">
4680
5210
 
4681
- <td class="name" id="failure"><code>failure</code></td>
5211
+ <td class="name"><code>failure</code></td>
4682
5212
 
4683
5213
 
4684
5214
  <td class="type">
4685
5215
 
4686
5216
 
4687
- <span class="param-type">function</span>
5217
+ <span class="param-type">
5218
+
5219
+ function
5220
+
5221
+ </span>
5222
+
4688
5223
 
4689
5224
 
4690
5225
 
@@ -4723,7 +5258,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4723
5258
 
4724
5259
  <dt class="inherited-from">Inherited From:</dt>
4725
5260
  <dd class="inherited-from"><ul class="dummy"><li>
4726
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
5261
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4727
5262
  </li></ul></dd>
4728
5263
 
4729
5264
 
@@ -4789,7 +5324,12 @@ console.log(&quot;submit: &quot;, res);
4789
5324
  <div class='column is-5 has-text-left'>
4790
5325
  <label>类型: </label>
4791
5326
 
4792
- <span class="param-type">Promise.&lt;String></span>
5327
+ <span class="param-type">
5328
+
5329
+ Promise.&lt;String>
5330
+
5331
+ </span>
5332
+
4793
5333
 
4794
5334
 
4795
5335
  </div>