@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -71,13 +71,17 @@
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>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -117,13 +125,17 @@
117
125
 
118
126
  <tr class="deep-level-1">
119
127
 
120
- <td class="name" id="clsName"><code>clsName</code></td>
128
+ <td class="name"><code>clsName</code></td>
121
129
 
122
130
 
123
131
  <td class="type">
124
132
 
125
133
 
126
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
127
139
 
128
140
 
129
141
 
@@ -140,13 +152,17 @@
140
152
 
141
153
  <tr class="deep-level-1">
142
154
 
143
- <td class="name" id="desClsName"><code>desClsName</code></td>
155
+ <td class="name"><code>desClsName</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
150
166
 
151
167
 
152
168
 
@@ -163,13 +179,17 @@
163
179
 
164
180
  <tr class="deep-level-1">
165
181
 
166
- <td class="name" id="projTypeID"><code>projTypeID</code></td>
182
+ <td class="name"><code>projTypeID</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">Number</span>
188
+ <span class="param-type">
189
+
190
+ Number
191
+
192
+ </span>
173
193
 
174
194
 
175
195
 
@@ -186,13 +206,17 @@
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="sphereType"><code>sphereType</code></td>
209
+ <td class="name"><code>sphereType</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
218
+
219
+ </span>
196
220
 
197
221
 
198
222
 
@@ -209,13 +233,17 @@
209
233
 
210
234
  <tr class="deep-level-1">
211
235
 
212
- <td class="name" id="projAngleUnit"><code>projAngleUnit</code></td>
236
+ <td class="name"><code>projAngleUnit</code></td>
213
237
 
214
238
 
215
239
  <td class="type">
216
240
 
217
241
 
218
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
245
+
246
+ </span>
219
247
 
220
248
 
221
249
 
@@ -232,13 +260,17 @@
232
260
 
233
261
  <tr class="deep-level-1">
234
262
 
235
- <td class="name" id="projType"><code>projType</code></td>
263
+ <td class="name"><code>projType</code></td>
236
264
 
237
265
 
238
266
  <td class="type">
239
267
 
240
268
 
241
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
272
+
273
+ </span>
242
274
 
243
275
 
244
276
 
@@ -255,13 +287,17 @@
255
287
 
256
288
  <tr class="deep-level-1">
257
289
 
258
- <td class="name" id="projZoneType"><code>projZoneType</code></td>
290
+ <td class="name"><code>projZoneType</code></td>
259
291
 
260
292
 
261
293
  <td class="type">
262
294
 
263
295
 
264
- <span class="param-type">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
299
+
300
+ </span>
265
301
 
266
302
 
267
303
 
@@ -278,13 +314,17 @@
278
314
 
279
315
  <tr class="deep-level-1">
280
316
 
281
- <td class="name" id="projZoneNO"><code>projZoneNO</code></td>
317
+ <td class="name"><code>projZoneNO</code></td>
282
318
 
283
319
 
284
320
  <td class="type">
285
321
 
286
322
 
287
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
326
+
327
+ </span>
288
328
 
289
329
 
290
330
 
@@ -301,13 +341,17 @@
301
341
 
302
342
  <tr class="deep-level-1">
303
343
 
304
- <td class="name" id="projLon"><code>projLon</code></td>
344
+ <td class="name"><code>projLon</code></td>
305
345
 
306
346
 
307
347
  <td class="type">
308
348
 
309
349
 
310
- <span class="param-type">Number</span>
350
+ <span class="param-type">
351
+
352
+ Number
353
+
354
+ </span>
311
355
 
312
356
 
313
357
 
@@ -324,13 +368,17 @@
324
368
 
325
369
  <tr class="deep-level-1">
326
370
 
327
- <td class="name" id="projLat"><code>projLat</code></td>
371
+ <td class="name"><code>projLat</code></td>
328
372
 
329
373
 
330
374
  <td class="type">
331
375
 
332
376
 
333
- <span class="param-type">Number</span>
377
+ <span class="param-type">
378
+
379
+ Number
380
+
381
+ </span>
334
382
 
335
383
 
336
384
 
@@ -347,13 +395,17 @@
347
395
 
348
396
  <tr class="deep-level-1">
349
397
 
350
- <td class="name" id="projLat1"><code>projLat1</code></td>
398
+ <td class="name"><code>projLat1</code></td>
351
399
 
352
400
 
353
401
  <td class="type">
354
402
 
355
403
 
356
- <span class="param-type">Number</span>
404
+ <span class="param-type">
405
+
406
+ Number
407
+
408
+ </span>
357
409
 
358
410
 
359
411
 
@@ -370,13 +422,17 @@
370
422
 
371
423
  <tr class="deep-level-1">
372
424
 
373
- <td class="name" id="projLat2"><code>projLat2</code></td>
425
+ <td class="name"><code>projLat2</code></td>
374
426
 
375
427
 
376
428
  <td class="type">
377
429
 
378
430
 
379
- <span class="param-type">Number</span>
431
+ <span class="param-type">
432
+
433
+ Number
434
+
435
+ </span>
380
436
 
381
437
 
382
438
 
@@ -393,13 +449,17 @@
393
449
 
394
450
  <tr class="deep-level-1">
395
451
 
396
- <td class="name" id="projUnit"><code>projUnit</code></td>
452
+ <td class="name"><code>projUnit</code></td>
397
453
 
398
454
 
399
455
  <td class="type">
400
456
 
401
457
 
402
- <span class="param-type">Number</span>
458
+ <span class="param-type">
459
+
460
+ Number
461
+
462
+ </span>
403
463
 
404
464
 
405
465
 
@@ -416,13 +476,17 @@
416
476
 
417
477
  <tr class="deep-level-1">
418
478
 
419
- <td class="name" id="projRate"><code>projRate</code></td>
479
+ <td class="name"><code>projRate</code></td>
420
480
 
421
481
 
422
482
  <td class="type">
423
483
 
424
484
 
425
- <span class="param-type">Number</span>
485
+ <span class="param-type">
486
+
487
+ Number
488
+
489
+ </span>
426
490
 
427
491
 
428
492
 
@@ -439,13 +503,17 @@
439
503
 
440
504
  <tr class="deep-level-1">
441
505
 
442
- <td class="name" id="x"><code>x</code></td>
506
+ <td class="name"><code>x</code></td>
443
507
 
444
508
 
445
509
  <td class="type">
446
510
 
447
511
 
448
- <span class="param-type">Number</span>
512
+ <span class="param-type">
513
+
514
+ Number
515
+
516
+ </span>
449
517
 
450
518
 
451
519
 
@@ -462,13 +530,17 @@
462
530
 
463
531
  <tr class="deep-level-1">
464
532
 
465
- <td class="name" id="y"><code>y</code></td>
533
+ <td class="name"><code>y</code></td>
466
534
 
467
535
 
468
536
  <td class="type">
469
537
 
470
538
 
471
- <span class="param-type">Number</span>
539
+ <span class="param-type">
540
+
541
+ Number
542
+
543
+ </span>
472
544
 
473
545
 
474
546
 
@@ -625,7 +697,11 @@
625
697
  <td class="name">
626
698
  <code>
627
699
 
628
- <span class="param-type">Boolean</span>
700
+ <span class="param-type">
701
+
702
+ Boolean
703
+
704
+ </span>
629
705
 
630
706
 
631
707
 
@@ -639,7 +715,11 @@
639
715
  <td class="name">
640
716
  <code>
641
717
 
642
- <span class="param-type">String</span>
718
+ <span class="param-type">
719
+
720
+ String
721
+
722
+ </span>
643
723
 
644
724
 
645
725
 
@@ -653,7 +733,11 @@
653
733
  <td class="name">
654
734
  <code>
655
735
 
656
- <span class="param-type">String</span>
736
+ <span class="param-type">
737
+
738
+ String
739
+
740
+ </span>
657
741
 
658
742
 
659
743
 
@@ -667,7 +751,11 @@
667
751
  <td class="name">
668
752
  <code>
669
753
 
670
- <span class="param-type">String</span>
754
+ <span class="param-type">
755
+
756
+ String
757
+
758
+ </span>
671
759
 
672
760
 
673
761
 
@@ -681,7 +769,11 @@
681
769
  <td class="name">
682
770
  <code>
683
771
 
684
- <span class="param-type">Boolean</span>
772
+ <span class="param-type">
773
+
774
+ Boolean
775
+
776
+ </span>
685
777
 
686
778
 
687
779
 
@@ -695,7 +787,11 @@
695
787
  <td class="name">
696
788
  <code>
697
789
 
698
- <span class="param-type">Number</span>
790
+ <span class="param-type">
791
+
792
+ Number
793
+
794
+ </span>
699
795
 
700
796
 
701
797
 
@@ -709,7 +805,11 @@
709
805
  <td class="name">
710
806
  <code>
711
807
 
712
- <span class="param-type">String</span>
808
+ <span class="param-type">
809
+
810
+ String
811
+
812
+ </span>
713
813
 
714
814
 
715
815
 
@@ -723,7 +823,11 @@
723
823
  <td class="name">
724
824
  <code>
725
825
 
726
- <span class="param-type">String</span>
826
+ <span class="param-type">
827
+
828
+ String
829
+
830
+ </span>
727
831
 
728
832
 
729
833
 
@@ -737,7 +841,11 @@
737
841
  <td class="name">
738
842
  <code>
739
843
 
740
- <span class="param-type">Number</span>
844
+ <span class="param-type">
845
+
846
+ Number
847
+
848
+ </span>
741
849
 
742
850
 
743
851
 
@@ -751,7 +859,11 @@
751
859
  <td class="name">
752
860
  <code>
753
861
 
754
- <span class="param-type">Number</span>
862
+ <span class="param-type">
863
+
864
+ Number
865
+
866
+ </span>
755
867
 
756
868
 
757
869
 
@@ -765,7 +877,11 @@
765
877
  <td class="name">
766
878
  <code>
767
879
 
768
- <span class="param-type">Number</span>
880
+ <span class="param-type">
881
+
882
+ Number
883
+
884
+ </span>
769
885
 
770
886
 
771
887
 
@@ -779,7 +895,11 @@
779
895
  <td class="name">
780
896
  <code>
781
897
 
782
- <span class="param-type">Number</span>
898
+ <span class="param-type">
899
+
900
+ Number
901
+
902
+ </span>
783
903
 
784
904
 
785
905
 
@@ -793,7 +913,11 @@
793
913
  <td class="name">
794
914
  <code>
795
915
 
796
- <span class="param-type">Number</span>
916
+ <span class="param-type">
917
+
918
+ Number
919
+
920
+ </span>
797
921
 
798
922
 
799
923
 
@@ -807,7 +931,11 @@
807
931
  <td class="name">
808
932
  <code>
809
933
 
810
- <span class="param-type">Number</span>
934
+ <span class="param-type">
935
+
936
+ Number
937
+
938
+ </span>
811
939
 
812
940
 
813
941
 
@@ -821,7 +949,11 @@
821
949
  <td class="name">
822
950
  <code>
823
951
 
824
- <span class="param-type">Number</span>
952
+ <span class="param-type">
953
+
954
+ Number
955
+
956
+ </span>
825
957
 
826
958
 
827
959
 
@@ -835,7 +967,11 @@
835
967
  <td class="name">
836
968
  <code>
837
969
 
838
- <span class="param-type">Number</span>
970
+ <span class="param-type">
971
+
972
+ Number
973
+
974
+ </span>
839
975
 
840
976
 
841
977
 
@@ -849,7 +985,11 @@
849
985
  <td class="name">
850
986
  <code>
851
987
 
852
- <span class="param-type">Number</span>
988
+ <span class="param-type">
989
+
990
+ Number
991
+
992
+ </span>
853
993
 
854
994
 
855
995
 
@@ -863,7 +1003,11 @@
863
1003
  <td class="name">
864
1004
  <code>
865
1005
 
866
- <span class="param-type">Number</span>
1006
+ <span class="param-type">
1007
+
1008
+ Number
1009
+
1010
+ </span>
867
1011
 
868
1012
 
869
1013
 
@@ -877,7 +1021,11 @@
877
1021
  <td class="name">
878
1022
  <code>
879
1023
 
880
- <span class="param-type">Number</span>
1024
+ <span class="param-type">
1025
+
1026
+ Number
1027
+
1028
+ </span>
881
1029
 
882
1030
 
883
1031
 
@@ -891,7 +1039,11 @@
891
1039
  <td class="name">
892
1040
  <code>
893
1041
 
894
- <span class="param-type">function</span>
1042
+ <span class="param-type">
1043
+
1044
+ function
1045
+
1046
+ </span>
895
1047
 
896
1048
 
897
1049
 
@@ -905,7 +1057,11 @@
905
1057
  <td class="name">
906
1058
  <code>
907
1059
 
908
- <span class="param-type">String</span>
1060
+ <span class="param-type">
1061
+
1062
+ String
1063
+
1064
+ </span>
909
1065
 
910
1066
 
911
1067
 
@@ -919,7 +1075,11 @@
919
1075
  <td class="name">
920
1076
  <code>
921
1077
 
922
- <span class="param-type">function</span>
1078
+ <span class="param-type">
1079
+
1080
+ function
1081
+
1082
+ </span>
923
1083
 
924
1084
 
925
1085
 
@@ -933,7 +1093,11 @@
933
1093
  <td class="name">
934
1094
  <code>
935
1095
 
936
- <span class="param-type">Number</span>
1096
+ <span class="param-type">
1097
+
1098
+ Number
1099
+
1100
+ </span>
937
1101
 
938
1102
 
939
1103
 
@@ -947,7 +1111,11 @@
947
1111
  <td class="name">
948
1112
  <code>
949
1113
 
950
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" 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>
951
1119
 
952
1120
 
953
1121
 
@@ -961,7 +1129,11 @@
961
1129
  <td class="name">
962
1130
  <code>
963
1131
 
964
- <span class="param-type">String</span>
1132
+ <span class="param-type">
1133
+
1134
+ String
1135
+
1136
+ </span>
965
1137
 
966
1138
 
967
1139
 
@@ -975,7 +1147,11 @@
975
1147
  <td class="name">
976
1148
  <code>
977
1149
 
978
- <span class="param-type">String</span>
1150
+ <span class="param-type">
1151
+
1152
+ String
1153
+
1154
+ </span>
979
1155
 
980
1156
 
981
1157
 
@@ -989,7 +1165,11 @@
989
1165
  <td class="name">
990
1166
  <code>
991
1167
 
992
- <span class="param-type">String</span>
1168
+ <span class="param-type">
1169
+
1170
+ String
1171
+
1172
+ </span>
993
1173
 
994
1174
 
995
1175
 
@@ -1003,7 +1183,11 @@
1003
1183
  <td class="name">
1004
1184
  <code>
1005
1185
 
1006
- <span class="param-type">Number</span>
1186
+ <span class="param-type">
1187
+
1188
+ Number
1189
+
1190
+ </span>
1007
1191
 
1008
1192
 
1009
1193
 
@@ -1017,7 +1201,11 @@
1017
1201
  <td class="name">
1018
1202
  <code>
1019
1203
 
1020
- <span class="param-type">Number</span>
1204
+ <span class="param-type">
1205
+
1206
+ Number
1207
+
1208
+ </span>
1021
1209
 
1022
1210
 
1023
1211
 
@@ -1037,7 +1225,11 @@
1037
1225
  <span class="method-parameter is-pulled-right">
1038
1226
  <label>类型:</label>
1039
1227
 
1040
- <span class="param-type">Boolean</span>
1228
+ <span class="param-type">
1229
+
1230
+ Boolean
1231
+
1232
+ </span>
1041
1233
 
1042
1234
 
1043
1235
 
@@ -1113,7 +1305,11 @@
1113
1305
  <span class="method-parameter is-pulled-right">
1114
1306
  <label>类型:</label>
1115
1307
 
1116
- <span class="param-type">String</span>
1308
+ <span class="param-type">
1309
+
1310
+ String
1311
+
1312
+ </span>
1117
1313
 
1118
1314
 
1119
1315
 
@@ -1184,7 +1380,11 @@
1184
1380
  <span class="method-parameter is-pulled-right">
1185
1381
  <label>类型:</label>
1186
1382
 
1187
- <span class="param-type">String</span>
1383
+ <span class="param-type">
1384
+
1385
+ String
1386
+
1387
+ </span>
1188
1388
 
1189
1389
 
1190
1390
 
@@ -1255,7 +1455,11 @@
1255
1455
  <span class="method-parameter is-pulled-right">
1256
1456
  <label>类型:</label>
1257
1457
 
1258
- <span class="param-type">String</span>
1458
+ <span class="param-type">
1459
+
1460
+ String
1461
+
1462
+ </span>
1259
1463
 
1260
1464
 
1261
1465
 
@@ -1330,7 +1534,11 @@
1330
1534
  <span class="method-parameter is-pulled-right">
1331
1535
  <label>类型:</label>
1332
1536
 
1333
- <span class="param-type">Boolean</span>
1537
+ <span class="param-type">
1538
+
1539
+ Boolean
1540
+
1541
+ </span>
1334
1542
 
1335
1543
 
1336
1544
 
@@ -1427,7 +1635,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1427
1635
  <span class="method-parameter is-pulled-right">
1428
1636
  <label>类型:</label>
1429
1637
 
1430
- <span class="param-type">Number</span>
1638
+ <span class="param-type">
1639
+
1640
+ Number
1641
+
1642
+ </span>
1431
1643
 
1432
1644
 
1433
1645
 
@@ -1502,7 +1714,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1502
1714
  <span class="method-parameter is-pulled-right">
1503
1715
  <label>类型:</label>
1504
1716
 
1505
- <span class="param-type">String</span>
1717
+ <span class="param-type">
1718
+
1719
+ String
1720
+
1721
+ </span>
1506
1722
 
1507
1723
 
1508
1724
 
@@ -1577,7 +1793,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1577
1793
  <span class="method-parameter is-pulled-right">
1578
1794
  <label>类型:</label>
1579
1795
 
1580
- <span class="param-type">String</span>
1796
+ <span class="param-type">
1797
+
1798
+ String
1799
+
1800
+ </span>
1581
1801
 
1582
1802
 
1583
1803
 
@@ -1675,7 +1895,11 @@ BaseServer.headers.token = '新token';</code></pre>
1675
1895
  <span class="method-parameter is-pulled-right">
1676
1896
  <label>类型:</label>
1677
1897
 
1678
- <span class="param-type">Number</span>
1898
+ <span class="param-type">
1899
+
1900
+ Number
1901
+
1902
+ </span>
1679
1903
 
1680
1904
 
1681
1905
 
@@ -1746,7 +1970,11 @@ BaseServer.headers.token = '新token';</code></pre>
1746
1970
  <span class="method-parameter is-pulled-right">
1747
1971
  <label>类型:</label>
1748
1972
 
1749
- <span class="param-type">Number</span>
1973
+ <span class="param-type">
1974
+
1975
+ Number
1976
+
1977
+ </span>
1750
1978
 
1751
1979
 
1752
1980
 
@@ -1817,7 +2045,11 @@ BaseServer.headers.token = '新token';</code></pre>
1817
2045
  <span class="method-parameter is-pulled-right">
1818
2046
  <label>类型:</label>
1819
2047
 
1820
- <span class="param-type">Number</span>
2048
+ <span class="param-type">
2049
+
2050
+ Number
2051
+
2052
+ </span>
1821
2053
 
1822
2054
 
1823
2055
 
@@ -1888,7 +2120,11 @@ BaseServer.headers.token = '新token';</code></pre>
1888
2120
  <span class="method-parameter is-pulled-right">
1889
2121
  <label>类型:</label>
1890
2122
 
1891
- <span class="param-type">Number</span>
2123
+ <span class="param-type">
2124
+
2125
+ Number
2126
+
2127
+ </span>
1892
2128
 
1893
2129
 
1894
2130
 
@@ -1959,7 +2195,11 @@ BaseServer.headers.token = '新token';</code></pre>
1959
2195
  <span class="method-parameter is-pulled-right">
1960
2196
  <label>类型:</label>
1961
2197
 
1962
- <span class="param-type">Number</span>
2198
+ <span class="param-type">
2199
+
2200
+ Number
2201
+
2202
+ </span>
1963
2203
 
1964
2204
 
1965
2205
 
@@ -2030,7 +2270,11 @@ BaseServer.headers.token = '新token';</code></pre>
2030
2270
  <span class="method-parameter is-pulled-right">
2031
2271
  <label>类型:</label>
2032
2272
 
2033
- <span class="param-type">Number</span>
2273
+ <span class="param-type">
2274
+
2275
+ Number
2276
+
2277
+ </span>
2034
2278
 
2035
2279
 
2036
2280
 
@@ -2101,7 +2345,11 @@ BaseServer.headers.token = '新token';</code></pre>
2101
2345
  <span class="method-parameter is-pulled-right">
2102
2346
  <label>类型:</label>
2103
2347
 
2104
- <span class="param-type">Number</span>
2348
+ <span class="param-type">
2349
+
2350
+ Number
2351
+
2352
+ </span>
2105
2353
 
2106
2354
 
2107
2355
 
@@ -2172,7 +2420,11 @@ BaseServer.headers.token = '新token';</code></pre>
2172
2420
  <span class="method-parameter is-pulled-right">
2173
2421
  <label>类型:</label>
2174
2422
 
2175
- <span class="param-type">Number</span>
2423
+ <span class="param-type">
2424
+
2425
+ Number
2426
+
2427
+ </span>
2176
2428
 
2177
2429
 
2178
2430
 
@@ -2243,7 +2495,11 @@ BaseServer.headers.token = '新token';</code></pre>
2243
2495
  <span class="method-parameter is-pulled-right">
2244
2496
  <label>类型:</label>
2245
2497
 
2246
- <span class="param-type">Number</span>
2498
+ <span class="param-type">
2499
+
2500
+ Number
2501
+
2502
+ </span>
2247
2503
 
2248
2504
 
2249
2505
 
@@ -2314,7 +2570,11 @@ BaseServer.headers.token = '新token';</code></pre>
2314
2570
  <span class="method-parameter is-pulled-right">
2315
2571
  <label>类型:</label>
2316
2572
 
2317
- <span class="param-type">Number</span>
2573
+ <span class="param-type">
2574
+
2575
+ Number
2576
+
2577
+ </span>
2318
2578
 
2319
2579
 
2320
2580
 
@@ -2385,7 +2645,11 @@ BaseServer.headers.token = '新token';</code></pre>
2385
2645
  <span class="method-parameter is-pulled-right">
2386
2646
  <label>类型:</label>
2387
2647
 
2388
- <span class="param-type">Number</span>
2648
+ <span class="param-type">
2649
+
2650
+ Number
2651
+
2652
+ </span>
2389
2653
 
2390
2654
 
2391
2655
 
@@ -2456,7 +2720,11 @@ BaseServer.headers.token = '新token';</code></pre>
2456
2720
  <span class="method-parameter is-pulled-right">
2457
2721
  <label>类型:</label>
2458
2722
 
2459
- <span class="param-type">function</span>
2723
+ <span class="param-type">
2724
+
2725
+ function
2726
+
2727
+ </span>
2460
2728
 
2461
2729
 
2462
2730
 
@@ -2560,7 +2828,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2560
2828
  <span class="method-parameter is-pulled-right">
2561
2829
  <label>类型:</label>
2562
2830
 
2563
- <span class="param-type">String</span>
2831
+ <span class="param-type">
2832
+
2833
+ String
2834
+
2835
+ </span>
2564
2836
 
2565
2837
 
2566
2838
 
@@ -2654,7 +2926,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
2654
2926
  <span class="method-parameter is-pulled-right">
2655
2927
  <label>类型:</label>
2656
2928
 
2657
- <span class="param-type">function</span>
2929
+ <span class="param-type">
2930
+
2931
+ function
2932
+
2933
+ </span>
2658
2934
 
2659
2935
 
2660
2936
 
@@ -2760,7 +3036,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2760
3036
  <span class="method-parameter is-pulled-right">
2761
3037
  <label>类型:</label>
2762
3038
 
2763
- <span class="param-type">Number</span>
3039
+ <span class="param-type">
3040
+
3041
+ Number
3042
+
3043
+ </span>
2764
3044
 
2765
3045
 
2766
3046
 
@@ -2831,7 +3111,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2831
3111
  <span class="method-parameter is-pulled-right">
2832
3112
  <label>类型:</label>
2833
3113
 
2834
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" 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>
2835
3119
 
2836
3120
 
2837
3121
 
@@ -2929,7 +3213,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2929
3213
  <span class="method-parameter is-pulled-right">
2930
3214
  <label>类型:</label>
2931
3215
 
2932
- <span class="param-type">String</span>
3216
+ <span class="param-type">
3217
+
3218
+ String
3219
+
3220
+ </span>
2933
3221
 
2934
3222
 
2935
3223
 
@@ -3022,7 +3310,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
3022
3310
  <span class="method-parameter is-pulled-right">
3023
3311
  <label>类型:</label>
3024
3312
 
3025
- <span class="param-type">String</span>
3313
+ <span class="param-type">
3314
+
3315
+ String
3316
+
3317
+ </span>
3026
3318
 
3027
3319
 
3028
3320
 
@@ -3115,7 +3407,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3115
3407
  <span class="method-parameter is-pulled-right">
3116
3408
  <label>类型:</label>
3117
3409
 
3118
- <span class="param-type">String</span>
3410
+ <span class="param-type">
3411
+
3412
+ String
3413
+
3414
+ </span>
3119
3415
 
3120
3416
 
3121
3417
 
@@ -3191,7 +3487,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3191
3487
  <span class="method-parameter is-pulled-right">
3192
3488
  <label>类型:</label>
3193
3489
 
3194
- <span class="param-type">Number</span>
3490
+ <span class="param-type">
3491
+
3492
+ Number
3493
+
3494
+ </span>
3195
3495
 
3196
3496
 
3197
3497
 
@@ -3262,7 +3562,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3262
3562
  <span class="method-parameter is-pulled-right">
3263
3563
  <label>类型:</label>
3264
3564
 
3265
- <span class="param-type">Number</span>
3565
+ <span class="param-type">
3566
+
3567
+ Number
3568
+
3569
+ </span>
3266
3570
 
3267
3571
 
3268
3572
 
@@ -3354,7 +3658,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3354
3658
  <code>
3355
3659
 
3356
3660
 
3357
- <span class="param-type">Promise.&lt;Object></span>
3661
+ <span class="param-type">
3662
+
3663
+ Promise.&lt;Object>
3664
+
3665
+ </span>
3358
3666
 
3359
3667
 
3360
3668
 
@@ -3380,7 +3688,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3380
3688
  <code>
3381
3689
 
3382
3690
 
3383
- <span class="param-type">Promise.&lt;String></span>
3691
+ <span class="param-type">
3692
+
3693
+ Promise.&lt;String>
3694
+
3695
+ </span>
3384
3696
 
3385
3697
 
3386
3698
 
@@ -3396,7 +3708,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3396
3708
  <code>
3397
3709
 
3398
3710
 
3399
- <span class="param-type">Promise.&lt;String></span>
3711
+ <span class="param-type">
3712
+
3713
+ Promise.&lt;String>
3714
+
3715
+ </span>
3400
3716
 
3401
3717
 
3402
3718
 
@@ -3412,7 +3728,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3412
3728
  <code>
3413
3729
 
3414
3730
 
3415
- <span class="param-type">Promise.&lt;String></span>
3731
+ <span class="param-type">
3732
+
3733
+ Promise.&lt;String>
3734
+
3735
+ </span>
3416
3736
 
3417
3737
 
3418
3738
 
@@ -3482,13 +3802,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3482
3802
 
3483
3803
  <tr class="deep-level-0">
3484
3804
 
3485
- <td class="name" id="options"><code>options</code></td>
3805
+ <td class="name"><code>options</code></td>
3486
3806
 
3487
3807
 
3488
3808
  <td class="type">
3489
3809
 
3490
3810
 
3491
- <span class="param-type">Object</span>
3811
+ <span class="param-type">
3812
+
3813
+ Object
3814
+
3815
+ </span>
3492
3816
 
3493
3817
 
3494
3818
 
@@ -3509,13 +3833,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3509
3833
 
3510
3834
  <tr class="deep-level-1">
3511
3835
 
3512
- <td class="name" id="headers"><code>headers</code></td>
3836
+ <td class="name"><code>headers</code></td>
3513
3837
 
3514
3838
 
3515
3839
  <td class="type">
3516
3840
 
3517
3841
 
3518
- <span class="param-type">String</span>
3842
+ <span class="param-type">
3843
+
3844
+ String
3845
+
3846
+ </span>
3519
3847
 
3520
3848
 
3521
3849
 
@@ -3536,13 +3864,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3536
3864
 
3537
3865
  <tr class="deep-level-1">
3538
3866
 
3539
- <td class="name" id="method"><code>method</code></td>
3867
+ <td class="name"><code>method</code></td>
3540
3868
 
3541
3869
 
3542
3870
  <td class="type">
3543
3871
 
3544
3872
 
3545
- <span class="param-type">String</span>
3873
+ <span class="param-type">
3874
+
3875
+ String
3876
+
3877
+ </span>
3546
3878
 
3547
3879
 
3548
3880
 
@@ -3565,13 +3897,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3565
3897
 
3566
3898
  <tr class="deep-level-1">
3567
3899
 
3568
- <td class="name" id="success"><code>success</code></td>
3900
+ <td class="name"><code>success</code></td>
3569
3901
 
3570
3902
 
3571
3903
  <td class="type">
3572
3904
 
3573
3905
 
3574
- <span class="param-type">function</span>
3906
+ <span class="param-type">
3907
+
3908
+ function
3909
+
3910
+ </span>
3575
3911
 
3576
3912
 
3577
3913
 
@@ -3592,13 +3928,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3592
3928
 
3593
3929
  <tr class="deep-level-1">
3594
3930
 
3595
- <td class="name" id="failure"><code>failure</code></td>
3931
+ <td class="name"><code>failure</code></td>
3596
3932
 
3597
3933
 
3598
3934
  <td class="type">
3599
3935
 
3600
3936
 
3601
- <span class="param-type">function</span>
3937
+ <span class="param-type">
3938
+
3939
+ function
3940
+
3941
+ </span>
3602
3942
 
3603
3943
 
3604
3944
 
@@ -3697,7 +4037,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3697
4037
  <div class='column is-5 has-text-left'>
3698
4038
  <label>类型: </label>
3699
4039
 
3700
- <span class="param-type">Promise.&lt;Object></span>
4040
+ <span class="param-type">
4041
+
4042
+ Promise.&lt;Object>
4043
+
4044
+ </span>
3701
4045
 
3702
4046
 
3703
4047
 
@@ -3783,7 +4127,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3783
4127
 
3784
4128
  <tr class="deep-level-0">
3785
4129
 
3786
- <td class="name" id="options"><code>options</code></td>
4130
+ <td class="name"><code>options</code></td>
3787
4131
 
3788
4132
 
3789
4133
  <td class="type">
@@ -3804,13 +4148,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3804
4148
 
3805
4149
  <tr class="deep-level-1">
3806
4150
 
3807
- <td class="name" id="success"><code>success</code></td>
4151
+ <td class="name"><code>success</code></td>
3808
4152
 
3809
4153
 
3810
4154
  <td class="type">
3811
4155
 
3812
4156
 
3813
- <span class="param-type">function</span>
4157
+ <span class="param-type">
4158
+
4159
+ function
4160
+
4161
+ </span>
3814
4162
 
3815
4163
 
3816
4164
 
@@ -3833,13 +4181,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3833
4181
 
3834
4182
  <tr class="deep-level-1">
3835
4183
 
3836
- <td class="name" id="failure"><code>failure</code></td>
4184
+ <td class="name"><code>failure</code></td>
3837
4185
 
3838
4186
 
3839
4187
  <td class="type">
3840
4188
 
3841
4189
 
3842
- <span class="param-type">function</span>
4190
+ <span class="param-type">
4191
+
4192
+ function
4193
+
4194
+ </span>
3843
4195
 
3844
4196
 
3845
4197
 
@@ -4018,13 +4370,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4018
4370
 
4019
4371
  <tr class="deep-level-0">
4020
4372
 
4021
- <td class="name" id="options"><code>options</code></td>
4373
+ <td class="name"><code>options</code></td>
4022
4374
 
4023
4375
 
4024
4376
  <td class="type">
4025
4377
 
4026
4378
 
4027
- <span class="param-type">Object</span>
4379
+ <span class="param-type">
4380
+
4381
+ Object
4382
+
4383
+ </span>
4028
4384
 
4029
4385
 
4030
4386
 
@@ -4045,13 +4401,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4045
4401
 
4046
4402
  <tr class="deep-level-1">
4047
4403
 
4048
- <td class="name" id="taskId"><code>taskId</code></td>
4404
+ <td class="name"><code>taskId</code></td>
4049
4405
 
4050
4406
 
4051
4407
  <td class="type">
4052
4408
 
4053
4409
 
4054
- <span class="param-type">String</span>
4410
+ <span class="param-type">
4411
+
4412
+ String
4413
+
4414
+ </span>
4055
4415
 
4056
4416
 
4057
4417
 
@@ -4072,13 +4432,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4072
4432
 
4073
4433
  <tr class="deep-level-1">
4074
4434
 
4075
- <td class="name" id="headers"><code>headers</code></td>
4435
+ <td class="name"><code>headers</code></td>
4076
4436
 
4077
4437
 
4078
4438
  <td class="type">
4079
4439
 
4080
4440
 
4081
- <span class="param-type">String</span>
4441
+ <span class="param-type">
4442
+
4443
+ String
4444
+
4445
+ </span>
4082
4446
 
4083
4447
 
4084
4448
 
@@ -4099,13 +4463,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4099
4463
 
4100
4464
  <tr class="deep-level-1">
4101
4465
 
4102
- <td class="name" id="method"><code>method</code></td>
4466
+ <td class="name"><code>method</code></td>
4103
4467
 
4104
4468
 
4105
4469
  <td class="type">
4106
4470
 
4107
4471
 
4108
- <span class="param-type">String</span>
4472
+ <span class="param-type">
4473
+
4474
+ String
4475
+
4476
+ </span>
4109
4477
 
4110
4478
 
4111
4479
 
@@ -4128,13 +4496,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4128
4496
 
4129
4497
  <tr class="deep-level-1">
4130
4498
 
4131
- <td class="name" id="success"><code>success</code></td>
4499
+ <td class="name"><code>success</code></td>
4132
4500
 
4133
4501
 
4134
4502
  <td class="type">
4135
4503
 
4136
4504
 
4137
- <span class="param-type">function</span>
4505
+ <span class="param-type">
4506
+
4507
+ function
4508
+
4509
+ </span>
4138
4510
 
4139
4511
 
4140
4512
 
@@ -4155,13 +4527,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4155
4527
 
4156
4528
  <tr class="deep-level-1">
4157
4529
 
4158
- <td class="name" id="failure"><code>failure</code></td>
4530
+ <td class="name"><code>failure</code></td>
4159
4531
 
4160
4532
 
4161
4533
  <td class="type">
4162
4534
 
4163
4535
 
4164
- <span class="param-type">function</span>
4536
+ <span class="param-type">
4537
+
4538
+ function
4539
+
4540
+ </span>
4165
4541
 
4166
4542
 
4167
4543
 
@@ -4260,7 +4636,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
4260
4636
  <div class='column is-5 has-text-left'>
4261
4637
  <label>类型: </label>
4262
4638
 
4263
- <span class="param-type">Promise.&lt;String></span>
4639
+ <span class="param-type">
4640
+
4641
+ Promise.&lt;String>
4642
+
4643
+ </span>
4264
4644
 
4265
4645
 
4266
4646
 
@@ -4346,13 +4726,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4346
4726
 
4347
4727
  <tr class="deep-level-0">
4348
4728
 
4349
- <td class="name" id="options"><code>options</code></td>
4729
+ <td class="name"><code>options</code></td>
4350
4730
 
4351
4731
 
4352
4732
  <td class="type">
4353
4733
 
4354
4734
 
4355
- <span class="param-type">Object</span>
4735
+ <span class="param-type">
4736
+
4737
+ Object
4738
+
4739
+ </span>
4356
4740
 
4357
4741
 
4358
4742
 
@@ -4373,13 +4757,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4373
4757
 
4374
4758
  <tr class="deep-level-1">
4375
4759
 
4376
- <td class="name" id="taskId"><code>taskId</code></td>
4760
+ <td class="name"><code>taskId</code></td>
4377
4761
 
4378
4762
 
4379
4763
  <td class="type">
4380
4764
 
4381
4765
 
4382
- <span class="param-type">String</span>
4766
+ <span class="param-type">
4767
+
4768
+ String
4769
+
4770
+ </span>
4383
4771
 
4384
4772
 
4385
4773
 
@@ -4400,13 +4788,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4400
4788
 
4401
4789
  <tr class="deep-level-1">
4402
4790
 
4403
- <td class="name" id="headers"><code>headers</code></td>
4791
+ <td class="name"><code>headers</code></td>
4404
4792
 
4405
4793
 
4406
4794
  <td class="type">
4407
4795
 
4408
4796
 
4409
- <span class="param-type">String</span>
4797
+ <span class="param-type">
4798
+
4799
+ String
4800
+
4801
+ </span>
4410
4802
 
4411
4803
 
4412
4804
 
@@ -4427,13 +4819,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4427
4819
 
4428
4820
  <tr class="deep-level-1">
4429
4821
 
4430
- <td class="name" id="method"><code>method</code></td>
4822
+ <td class="name"><code>method</code></td>
4431
4823
 
4432
4824
 
4433
4825
  <td class="type">
4434
4826
 
4435
4827
 
4436
- <span class="param-type">String</span>
4828
+ <span class="param-type">
4829
+
4830
+ String
4831
+
4832
+ </span>
4437
4833
 
4438
4834
 
4439
4835
 
@@ -4456,13 +4852,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4456
4852
 
4457
4853
  <tr class="deep-level-1">
4458
4854
 
4459
- <td class="name" id="success"><code>success</code></td>
4855
+ <td class="name"><code>success</code></td>
4460
4856
 
4461
4857
 
4462
4858
  <td class="type">
4463
4859
 
4464
4860
 
4465
- <span class="param-type">function</span>
4861
+ <span class="param-type">
4862
+
4863
+ function
4864
+
4865
+ </span>
4466
4866
 
4467
4867
 
4468
4868
 
@@ -4483,13 +4883,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4483
4883
 
4484
4884
  <tr class="deep-level-1">
4485
4885
 
4486
- <td class="name" id="failure"><code>failure</code></td>
4886
+ <td class="name"><code>failure</code></td>
4487
4887
 
4488
4888
 
4489
4889
  <td class="type">
4490
4890
 
4491
4891
 
4492
- <span class="param-type">function</span>
4892
+ <span class="param-type">
4893
+
4894
+ function
4895
+
4896
+ </span>
4493
4897
 
4494
4898
 
4495
4899
 
@@ -4588,7 +4992,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
4588
4992
  <div class='column is-5 has-text-left'>
4589
4993
  <label>类型: </label>
4590
4994
 
4591
- <span class="param-type">Promise.&lt;String></span>
4995
+ <span class="param-type">
4996
+
4997
+ Promise.&lt;String>
4998
+
4999
+ </span>
4592
5000
 
4593
5001
 
4594
5002
 
@@ -4674,13 +5082,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4674
5082
 
4675
5083
  <tr class="deep-level-0">
4676
5084
 
4677
- <td class="name" id="options"><code>options</code></td>
5085
+ <td class="name"><code>options</code></td>
4678
5086
 
4679
5087
 
4680
5088
  <td class="type">
4681
5089
 
4682
5090
 
4683
- <span class="param-type">Object</span>
5091
+ <span class="param-type">
5092
+
5093
+ Object
5094
+
5095
+ </span>
4684
5096
 
4685
5097
 
4686
5098
 
@@ -4701,13 +5113,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4701
5113
 
4702
5114
  <tr class="deep-level-1">
4703
5115
 
4704
- <td class="name" id="headers"><code>headers</code></td>
5116
+ <td class="name"><code>headers</code></td>
4705
5117
 
4706
5118
 
4707
5119
  <td class="type">
4708
5120
 
4709
5121
 
4710
- <span class="param-type">String</span>
5122
+ <span class="param-type">
5123
+
5124
+ String
5125
+
5126
+ </span>
4711
5127
 
4712
5128
 
4713
5129
 
@@ -4728,13 +5144,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4728
5144
 
4729
5145
  <tr class="deep-level-1">
4730
5146
 
4731
- <td class="name" id="method"><code>method</code></td>
5147
+ <td class="name"><code>method</code></td>
4732
5148
 
4733
5149
 
4734
5150
  <td class="type">
4735
5151
 
4736
5152
 
4737
- <span class="param-type">String</span>
5153
+ <span class="param-type">
5154
+
5155
+ String
5156
+
5157
+ </span>
4738
5158
 
4739
5159
 
4740
5160
 
@@ -4757,13 +5177,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4757
5177
 
4758
5178
  <tr class="deep-level-1">
4759
5179
 
4760
- <td class="name" id="success"><code>success</code></td>
5180
+ <td class="name"><code>success</code></td>
4761
5181
 
4762
5182
 
4763
5183
  <td class="type">
4764
5184
 
4765
5185
 
4766
- <span class="param-type">function</span>
5186
+ <span class="param-type">
5187
+
5188
+ function
5189
+
5190
+ </span>
4767
5191
 
4768
5192
 
4769
5193
 
@@ -4784,13 +5208,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4784
5208
 
4785
5209
  <tr class="deep-level-1">
4786
5210
 
4787
- <td class="name" id="failure"><code>failure</code></td>
5211
+ <td class="name"><code>failure</code></td>
4788
5212
 
4789
5213
 
4790
5214
  <td class="type">
4791
5215
 
4792
5216
 
4793
- <span class="param-type">function</span>
5217
+ <span class="param-type">
5218
+
5219
+ function
5220
+
5221
+ </span>
4794
5222
 
4795
5223
 
4796
5224
 
@@ -4896,7 +5324,11 @@ console.log(&quot;submit: &quot;, res);
4896
5324
  <div class='column is-5 has-text-left'>
4897
5325
  <label>类型: </label>
4898
5326
 
4899
- <span class="param-type">Promise.&lt;String></span>
5327
+ <span class="param-type">
5328
+
5329
+ Promise.&lt;String>
5330
+
5331
+ </span>
4900
5332
 
4901
5333
 
4902
5334