@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
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -246,7 +254,11 @@
246
254
  <td class="name">
247
255
  <code>
248
256
 
249
- <span class="param-type">Boolean</span>
257
+ <span class="param-type">
258
+
259
+ Boolean
260
+
261
+ </span>
250
262
 
251
263
 
252
264
 
@@ -260,7 +272,11 @@
260
272
  <td class="name">
261
273
  <code>
262
274
 
263
- <span class="param-type">Boolean</span>
275
+ <span class="param-type">
276
+
277
+ Boolean
278
+
279
+ </span>
264
280
 
265
281
 
266
282
 
@@ -274,7 +290,11 @@
274
290
  <td class="name">
275
291
  <code>
276
292
 
277
- <span class="param-type">String</span>
293
+ <span class="param-type">
294
+
295
+ String
296
+
297
+ </span>
278
298
 
279
299
 
280
300
 
@@ -288,7 +308,11 @@
288
308
  <td class="name">
289
309
  <code>
290
310
 
291
- <span class="param-type">function</span>
311
+ <span class="param-type">
312
+
313
+ function
314
+
315
+ </span>
292
316
 
293
317
 
294
318
 
@@ -302,7 +326,11 @@
302
326
  <td class="name">
303
327
  <code>
304
328
 
305
- <span class="param-type">String</span>
329
+ <span class="param-type">
330
+
331
+ String
332
+
333
+ </span>
306
334
 
307
335
 
308
336
 
@@ -316,7 +344,11 @@
316
344
  <td class="name">
317
345
  <code>
318
346
 
319
- <span class="param-type">function</span>
347
+ <span class="param-type">
348
+
349
+ function
350
+
351
+ </span>
320
352
 
321
353
 
322
354
 
@@ -330,7 +362,11 @@
330
362
  <td class="name">
331
363
  <code>
332
364
 
333
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
365
+ <span class="param-type">
366
+
367
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
368
+
369
+ </span>
334
370
 
335
371
 
336
372
 
@@ -344,7 +380,11 @@
344
380
  <td class="name">
345
381
  <code>
346
382
 
347
- <span class="param-type">String</span>
383
+ <span class="param-type">
384
+
385
+ String
386
+
387
+ </span>
348
388
 
349
389
 
350
390
 
@@ -358,7 +398,11 @@
358
398
  <td class="name">
359
399
  <code>
360
400
 
361
- <span class="param-type">String</span>
401
+ <span class="param-type">
402
+
403
+ String
404
+
405
+ </span>
362
406
 
363
407
 
364
408
 
@@ -372,7 +416,11 @@
372
416
  <td class="name">
373
417
  <code>
374
418
 
375
- <span class="param-type">String</span>
419
+ <span class="param-type">
420
+
421
+ String
422
+
423
+ </span>
376
424
 
377
425
 
378
426
 
@@ -392,7 +440,11 @@
392
440
  <span class="method-parameter is-pulled-right">
393
441
  <label>类型:</label>
394
442
 
395
- <span class="param-type">Boolean</span>
443
+ <span class="param-type">
444
+
445
+ Boolean
446
+
447
+ </span>
396
448
 
397
449
 
398
450
 
@@ -468,7 +520,11 @@
468
520
  <span class="method-parameter is-pulled-right">
469
521
  <label>类型:</label>
470
522
 
471
- <span class="param-type">Boolean</span>
523
+ <span class="param-type">
524
+
525
+ Boolean
526
+
527
+ </span>
472
528
 
473
529
 
474
530
 
@@ -565,7 +621,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
565
621
  <span class="method-parameter is-pulled-right">
566
622
  <label>类型:</label>
567
623
 
568
- <span class="param-type">String</span>
624
+ <span class="param-type">
625
+
626
+ String
627
+
628
+ </span>
569
629
 
570
630
 
571
631
 
@@ -663,7 +723,11 @@ BaseServer.headers.token = '新token';</code></pre>
663
723
  <span class="method-parameter is-pulled-right">
664
724
  <label>类型:</label>
665
725
 
666
- <span class="param-type">function</span>
726
+ <span class="param-type">
727
+
728
+ function
729
+
730
+ </span>
667
731
 
668
732
 
669
733
 
@@ -767,7 +831,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
767
831
  <span class="method-parameter is-pulled-right">
768
832
  <label>类型:</label>
769
833
 
770
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
771
839
 
772
840
 
773
841
 
@@ -861,7 +929,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
861
929
  <span class="method-parameter is-pulled-right">
862
930
  <label>类型:</label>
863
931
 
864
- <span class="param-type">function</span>
932
+ <span class="param-type">
933
+
934
+ function
935
+
936
+ </span>
865
937
 
866
938
 
867
939
 
@@ -967,7 +1039,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
967
1039
  <span class="method-parameter is-pulled-right">
968
1040
  <label>类型:</label>
969
1041
 
970
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1042
+ <span class="param-type">
1043
+
1044
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1045
+
1046
+ </span>
971
1047
 
972
1048
 
973
1049
 
@@ -1065,7 +1141,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1065
1141
  <span class="method-parameter is-pulled-right">
1066
1142
  <label>类型:</label>
1067
1143
 
1068
- <span class="param-type">String</span>
1144
+ <span class="param-type">
1145
+
1146
+ String
1147
+
1148
+ </span>
1069
1149
 
1070
1150
 
1071
1151
 
@@ -1158,7 +1238,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1158
1238
  <span class="method-parameter is-pulled-right">
1159
1239
  <label>类型:</label>
1160
1240
 
1161
- <span class="param-type">String</span>
1241
+ <span class="param-type">
1242
+
1243
+ String
1244
+
1245
+ </span>
1162
1246
 
1163
1247
 
1164
1248
 
@@ -1251,7 +1335,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1251
1335
  <span class="method-parameter is-pulled-right">
1252
1336
  <label>类型:</label>
1253
1337
 
1254
- <span class="param-type">String</span>
1338
+ <span class="param-type">
1339
+
1340
+ String
1341
+
1342
+ </span>
1255
1343
 
1256
1344
 
1257
1345
 
@@ -1547,7 +1635,7 @@ BaseServer.url = '新URL';</code></pre>
1547
1635
 
1548
1636
  <tr class="deep-level-0">
1549
1637
 
1550
- <td class="name" id="options"><code>options</code></td>
1638
+ <td class="name"><code>options</code></td>
1551
1639
 
1552
1640
 
1553
1641
  <td class="type">
@@ -1564,13 +1652,17 @@ BaseServer.url = '新URL';</code></pre>
1564
1652
 
1565
1653
  <tr class="deep-level-1">
1566
1654
 
1567
- <td class="name" id="scriptId"><code>scriptId</code></td>
1655
+ <td class="name"><code>scriptId</code></td>
1568
1656
 
1569
1657
 
1570
1658
  <td class="type">
1571
1659
 
1572
1660
 
1573
- <span class="param-type">String</span>
1661
+ <span class="param-type">
1662
+
1663
+ String
1664
+
1665
+ </span>
1574
1666
 
1575
1667
 
1576
1668
 
@@ -1587,13 +1679,17 @@ BaseServer.url = '新URL';</code></pre>
1587
1679
 
1588
1680
  <tr class="deep-level-1">
1589
1681
 
1590
- <td class="name" id="success"><code>success</code></td>
1682
+ <td class="name"><code>success</code></td>
1591
1683
 
1592
1684
 
1593
1685
  <td class="type">
1594
1686
 
1595
1687
 
1596
- <span class="param-type">function</span>
1688
+ <span class="param-type">
1689
+
1690
+ function
1691
+
1692
+ </span>
1597
1693
 
1598
1694
 
1599
1695
 
@@ -1610,13 +1706,17 @@ BaseServer.url = '新URL';</code></pre>
1610
1706
 
1611
1707
  <tr class="deep-level-1">
1612
1708
 
1613
- <td class="name" id="failure"><code>failure</code></td>
1709
+ <td class="name"><code>failure</code></td>
1614
1710
 
1615
1711
 
1616
1712
  <td class="type">
1617
1713
 
1618
1714
 
1619
- <span class="param-type">function</span>
1715
+ <span class="param-type">
1716
+
1717
+ function
1718
+
1719
+ </span>
1620
1720
 
1621
1721
 
1622
1722
 
@@ -1754,7 +1854,7 @@ BaseServer.url = '新URL';</code></pre>
1754
1854
 
1755
1855
  <tr class="deep-level-0">
1756
1856
 
1757
- <td class="name" id="options"><code>options</code></td>
1857
+ <td class="name"><code>options</code></td>
1758
1858
 
1759
1859
 
1760
1860
  <td class="type">
@@ -1771,13 +1871,17 @@ BaseServer.url = '新URL';</code></pre>
1771
1871
 
1772
1872
  <tr class="deep-level-1">
1773
1873
 
1774
- <td class="name" id="layerId"><code>layerId</code></td>
1874
+ <td class="name"><code>layerId</code></td>
1775
1875
 
1776
1876
 
1777
1877
  <td class="type">
1778
1878
 
1779
1879
 
1780
- <span class="param-type">String</span>
1880
+ <span class="param-type">
1881
+
1882
+ String
1883
+
1884
+ </span>
1781
1885
 
1782
1886
 
1783
1887
 
@@ -1794,13 +1898,17 @@ BaseServer.url = '新URL';</code></pre>
1794
1898
 
1795
1899
  <tr class="deep-level-1">
1796
1900
 
1797
- <td class="name" id="success"><code>success</code></td>
1901
+ <td class="name"><code>success</code></td>
1798
1902
 
1799
1903
 
1800
1904
  <td class="type">
1801
1905
 
1802
1906
 
1803
- <span class="param-type">function</span>
1907
+ <span class="param-type">
1908
+
1909
+ function
1910
+
1911
+ </span>
1804
1912
 
1805
1913
 
1806
1914
 
@@ -1817,13 +1925,17 @@ BaseServer.url = '新URL';</code></pre>
1817
1925
 
1818
1926
  <tr class="deep-level-1">
1819
1927
 
1820
- <td class="name" id="failure"><code>failure</code></td>
1928
+ <td class="name"><code>failure</code></td>
1821
1929
 
1822
1930
 
1823
1931
  <td class="type">
1824
1932
 
1825
1933
 
1826
- <span class="param-type">function</span>
1934
+ <span class="param-type">
1935
+
1936
+ function
1937
+
1938
+ </span>
1827
1939
 
1828
1940
 
1829
1941
 
@@ -1961,7 +2073,7 @@ BaseServer.url = '新URL';</code></pre>
1961
2073
 
1962
2074
  <tr class="deep-level-0">
1963
2075
 
1964
- <td class="name" id="options"><code>options</code></td>
2076
+ <td class="name"><code>options</code></td>
1965
2077
 
1966
2078
 
1967
2079
  <td class="type">
@@ -1978,13 +2090,17 @@ BaseServer.url = '新URL';</code></pre>
1978
2090
 
1979
2091
  <tr class="deep-level-1">
1980
2092
 
1981
- <td class="name" id="libId"><code>libId</code></td>
2093
+ <td class="name"><code>libId</code></td>
1982
2094
 
1983
2095
 
1984
2096
  <td class="type">
1985
2097
 
1986
2098
 
1987
- <span class="param-type">String</span>
2099
+ <span class="param-type">
2100
+
2101
+ String
2102
+
2103
+ </span>
1988
2104
 
1989
2105
 
1990
2106
 
@@ -2001,13 +2117,17 @@ BaseServer.url = '新URL';</code></pre>
2001
2117
 
2002
2118
  <tr class="deep-level-1">
2003
2119
 
2004
- <td class="name" id="symbolId"><code>symbolId</code></td>
2120
+ <td class="name"><code>symbolId</code></td>
2005
2121
 
2006
2122
 
2007
2123
  <td class="type">
2008
2124
 
2009
2125
 
2010
- <span class="param-type">String</span>
2126
+ <span class="param-type">
2127
+
2128
+ String
2129
+
2130
+ </span>
2011
2131
 
2012
2132
 
2013
2133
 
@@ -2024,13 +2144,17 @@ BaseServer.url = '新URL';</code></pre>
2024
2144
 
2025
2145
  <tr class="deep-level-1">
2026
2146
 
2027
- <td class="name" id="success"><code>success</code></td>
2147
+ <td class="name"><code>success</code></td>
2028
2148
 
2029
2149
 
2030
2150
  <td class="type">
2031
2151
 
2032
2152
 
2033
- <span class="param-type">function</span>
2153
+ <span class="param-type">
2154
+
2155
+ function
2156
+
2157
+ </span>
2034
2158
 
2035
2159
 
2036
2160
 
@@ -2047,13 +2171,17 @@ BaseServer.url = '新URL';</code></pre>
2047
2171
 
2048
2172
  <tr class="deep-level-1">
2049
2173
 
2050
- <td class="name" id="failure"><code>failure</code></td>
2174
+ <td class="name"><code>failure</code></td>
2051
2175
 
2052
2176
 
2053
2177
  <td class="type">
2054
2178
 
2055
2179
 
2056
- <span class="param-type">function</span>
2180
+ <span class="param-type">
2181
+
2182
+ function
2183
+
2184
+ </span>
2057
2185
 
2058
2186
 
2059
2187
 
@@ -2191,7 +2319,7 @@ BaseServer.url = '新URL';</code></pre>
2191
2319
 
2192
2320
  <tr class="deep-level-0">
2193
2321
 
2194
- <td class="name" id="options"><code>options</code></td>
2322
+ <td class="name"><code>options</code></td>
2195
2323
 
2196
2324
 
2197
2325
  <td class="type">
@@ -2208,13 +2336,17 @@ BaseServer.url = '新URL';</code></pre>
2208
2336
 
2209
2337
  <tr class="deep-level-1">
2210
2338
 
2211
- <td class="name" id="scriptId"><code>scriptId</code></td>
2339
+ <td class="name"><code>scriptId</code></td>
2212
2340
 
2213
2341
 
2214
2342
  <td class="type">
2215
2343
 
2216
2344
 
2217
- <span class="param-type">String</span>
2345
+ <span class="param-type">
2346
+
2347
+ String
2348
+
2349
+ </span>
2218
2350
 
2219
2351
 
2220
2352
 
@@ -2231,13 +2363,17 @@ BaseServer.url = '新URL';</code></pre>
2231
2363
 
2232
2364
  <tr class="deep-level-1">
2233
2365
 
2234
- <td class="name" id="success"><code>success</code></td>
2366
+ <td class="name"><code>success</code></td>
2235
2367
 
2236
2368
 
2237
2369
  <td class="type">
2238
2370
 
2239
2371
 
2240
- <span class="param-type">function</span>
2372
+ <span class="param-type">
2373
+
2374
+ function
2375
+
2376
+ </span>
2241
2377
 
2242
2378
 
2243
2379
 
@@ -2254,13 +2390,17 @@ BaseServer.url = '新URL';</code></pre>
2254
2390
 
2255
2391
  <tr class="deep-level-1">
2256
2392
 
2257
- <td class="name" id="failure"><code>failure</code></td>
2393
+ <td class="name"><code>failure</code></td>
2258
2394
 
2259
2395
 
2260
2396
  <td class="type">
2261
2397
 
2262
2398
 
2263
- <span class="param-type">function</span>
2399
+ <span class="param-type">
2400
+
2401
+ function
2402
+
2403
+ </span>
2264
2404
 
2265
2405
 
2266
2406
 
@@ -2398,7 +2538,7 @@ BaseServer.url = '新URL';</code></pre>
2398
2538
 
2399
2539
  <tr class="deep-level-0">
2400
2540
 
2401
- <td class="name" id="options"><code>options</code></td>
2541
+ <td class="name"><code>options</code></td>
2402
2542
 
2403
2543
 
2404
2544
  <td class="type">
@@ -2415,13 +2555,17 @@ BaseServer.url = '新URL';</code></pre>
2415
2555
 
2416
2556
  <tr class="deep-level-1">
2417
2557
 
2418
- <td class="name" id="layerId"><code>layerId</code></td>
2558
+ <td class="name"><code>layerId</code></td>
2419
2559
 
2420
2560
 
2421
2561
  <td class="type">
2422
2562
 
2423
2563
 
2424
- <span class="param-type">String</span>
2564
+ <span class="param-type">
2565
+
2566
+ String
2567
+
2568
+ </span>
2425
2569
 
2426
2570
 
2427
2571
 
@@ -2438,13 +2582,17 @@ BaseServer.url = '新URL';</code></pre>
2438
2582
 
2439
2583
  <tr class="deep-level-1">
2440
2584
 
2441
- <td class="name" id="success"><code>success</code></td>
2585
+ <td class="name"><code>success</code></td>
2442
2586
 
2443
2587
 
2444
2588
  <td class="type">
2445
2589
 
2446
2590
 
2447
- <span class="param-type">function</span>
2591
+ <span class="param-type">
2592
+
2593
+ function
2594
+
2595
+ </span>
2448
2596
 
2449
2597
 
2450
2598
 
@@ -2461,13 +2609,17 @@ BaseServer.url = '新URL';</code></pre>
2461
2609
 
2462
2610
  <tr class="deep-level-1">
2463
2611
 
2464
- <td class="name" id="failure"><code>failure</code></td>
2612
+ <td class="name"><code>failure</code></td>
2465
2613
 
2466
2614
 
2467
2615
  <td class="type">
2468
2616
 
2469
2617
 
2470
- <span class="param-type">function</span>
2618
+ <span class="param-type">
2619
+
2620
+ function
2621
+
2622
+ </span>
2471
2623
 
2472
2624
 
2473
2625
 
@@ -2605,7 +2757,7 @@ BaseServer.url = '新URL';</code></pre>
2605
2757
 
2606
2758
  <tr class="deep-level-0">
2607
2759
 
2608
- <td class="name" id="options"><code>options</code></td>
2760
+ <td class="name"><code>options</code></td>
2609
2761
 
2610
2762
 
2611
2763
  <td class="type">
@@ -2622,13 +2774,17 @@ BaseServer.url = '新URL';</code></pre>
2622
2774
 
2623
2775
  <tr class="deep-level-1">
2624
2776
 
2625
- <td class="name" id="libId"><code>libId</code></td>
2777
+ <td class="name"><code>libId</code></td>
2626
2778
 
2627
2779
 
2628
2780
  <td class="type">
2629
2781
 
2630
2782
 
2631
- <span class="param-type">String</span>
2783
+ <span class="param-type">
2784
+
2785
+ String
2786
+
2787
+ </span>
2632
2788
 
2633
2789
 
2634
2790
 
@@ -2645,13 +2801,17 @@ BaseServer.url = '新URL';</code></pre>
2645
2801
 
2646
2802
  <tr class="deep-level-1">
2647
2803
 
2648
- <td class="name" id="symbolId"><code>symbolId</code></td>
2804
+ <td class="name"><code>symbolId</code></td>
2649
2805
 
2650
2806
 
2651
2807
  <td class="type">
2652
2808
 
2653
2809
 
2654
- <span class="param-type">String</span>
2810
+ <span class="param-type">
2811
+
2812
+ String
2813
+
2814
+ </span>
2655
2815
 
2656
2816
 
2657
2817
 
@@ -2668,13 +2828,17 @@ BaseServer.url = '新URL';</code></pre>
2668
2828
 
2669
2829
  <tr class="deep-level-1">
2670
2830
 
2671
- <td class="name" id="success"><code>success</code></td>
2831
+ <td class="name"><code>success</code></td>
2672
2832
 
2673
2833
 
2674
2834
  <td class="type">
2675
2835
 
2676
2836
 
2677
- <span class="param-type">function</span>
2837
+ <span class="param-type">
2838
+
2839
+ function
2840
+
2841
+ </span>
2678
2842
 
2679
2843
 
2680
2844
 
@@ -2691,13 +2855,17 @@ BaseServer.url = '新URL';</code></pre>
2691
2855
 
2692
2856
  <tr class="deep-level-1">
2693
2857
 
2694
- <td class="name" id="failure"><code>failure</code></td>
2858
+ <td class="name"><code>failure</code></td>
2695
2859
 
2696
2860
 
2697
2861
  <td class="type">
2698
2862
 
2699
2863
 
2700
- <span class="param-type">function</span>
2864
+ <span class="param-type">
2865
+
2866
+ function
2867
+
2868
+ </span>
2701
2869
 
2702
2870
 
2703
2871
 
@@ -2835,7 +3003,7 @@ BaseServer.url = '新URL';</code></pre>
2835
3003
 
2836
3004
  <tr class="deep-level-0">
2837
3005
 
2838
- <td class="name" id="options"><code>options</code></td>
3006
+ <td class="name"><code>options</code></td>
2839
3007
 
2840
3008
 
2841
3009
  <td class="type">
@@ -2852,13 +3020,17 @@ BaseServer.url = '新URL';</code></pre>
2852
3020
 
2853
3021
  <tr class="deep-level-1">
2854
3022
 
2855
- <td class="name" id="libId"><code>libId</code></td>
3023
+ <td class="name"><code>libId</code></td>
2856
3024
 
2857
3025
 
2858
3026
  <td class="type">
2859
3027
 
2860
3028
 
2861
- <span class="param-type">String</span>
3029
+ <span class="param-type">
3030
+
3031
+ String
3032
+
3033
+ </span>
2862
3034
 
2863
3035
 
2864
3036
 
@@ -2875,13 +3047,17 @@ BaseServer.url = '新URL';</code></pre>
2875
3047
 
2876
3048
  <tr class="deep-level-1">
2877
3049
 
2878
- <td class="name" id="success"><code>success</code></td>
3050
+ <td class="name"><code>success</code></td>
2879
3051
 
2880
3052
 
2881
3053
  <td class="type">
2882
3054
 
2883
3055
 
2884
- <span class="param-type">function</span>
3056
+ <span class="param-type">
3057
+
3058
+ function
3059
+
3060
+ </span>
2885
3061
 
2886
3062
 
2887
3063
 
@@ -2898,13 +3074,17 @@ BaseServer.url = '新URL';</code></pre>
2898
3074
 
2899
3075
  <tr class="deep-level-1">
2900
3076
 
2901
- <td class="name" id="failure"><code>failure</code></td>
3077
+ <td class="name"><code>failure</code></td>
2902
3078
 
2903
3079
 
2904
3080
  <td class="type">
2905
3081
 
2906
3082
 
2907
- <span class="param-type">function</span>
3083
+ <span class="param-type">
3084
+
3085
+ function
3086
+
3087
+ </span>
2908
3088
 
2909
3089
 
2910
3090
 
@@ -3042,7 +3222,7 @@ BaseServer.url = '新URL';</code></pre>
3042
3222
 
3043
3223
  <tr class="deep-level-0">
3044
3224
 
3045
- <td class="name" id="options"><code>options</code></td>
3225
+ <td class="name"><code>options</code></td>
3046
3226
 
3047
3227
 
3048
3228
  <td class="type">
@@ -3059,13 +3239,17 @@ BaseServer.url = '新URL';</code></pre>
3059
3239
 
3060
3240
  <tr class="deep-level-1">
3061
3241
 
3062
- <td class="name" id="success"><code>success</code></td>
3242
+ <td class="name"><code>success</code></td>
3063
3243
 
3064
3244
 
3065
3245
  <td class="type">
3066
3246
 
3067
3247
 
3068
- <span class="param-type">function</span>
3248
+ <span class="param-type">
3249
+
3250
+ function
3251
+
3252
+ </span>
3069
3253
 
3070
3254
 
3071
3255
 
@@ -3082,13 +3266,17 @@ BaseServer.url = '新URL';</code></pre>
3082
3266
 
3083
3267
  <tr class="deep-level-1">
3084
3268
 
3085
- <td class="name" id="failure"><code>failure</code></td>
3269
+ <td class="name"><code>failure</code></td>
3086
3270
 
3087
3271
 
3088
3272
  <td class="type">
3089
3273
 
3090
3274
 
3091
- <span class="param-type">function</span>
3275
+ <span class="param-type">
3276
+
3277
+ function
3278
+
3279
+ </span>
3092
3280
 
3093
3281
 
3094
3282
 
@@ -3226,7 +3414,7 @@ BaseServer.url = '新URL';</code></pre>
3226
3414
 
3227
3415
  <tr class="deep-level-0">
3228
3416
 
3229
- <td class="name" id="options"><code>options</code></td>
3417
+ <td class="name"><code>options</code></td>
3230
3418
 
3231
3419
 
3232
3420
  <td class="type">
@@ -3243,13 +3431,17 @@ BaseServer.url = '新URL';</code></pre>
3243
3431
 
3244
3432
  <tr class="deep-level-1">
3245
3433
 
3246
- <td class="name" id="success"><code>success</code></td>
3434
+ <td class="name"><code>success</code></td>
3247
3435
 
3248
3436
 
3249
3437
  <td class="type">
3250
3438
 
3251
3439
 
3252
- <span class="param-type">function</span>
3440
+ <span class="param-type">
3441
+
3442
+ function
3443
+
3444
+ </span>
3253
3445
 
3254
3446
 
3255
3447
 
@@ -3266,13 +3458,17 @@ BaseServer.url = '新URL';</code></pre>
3266
3458
 
3267
3459
  <tr class="deep-level-1">
3268
3460
 
3269
- <td class="name" id="failure"><code>failure</code></td>
3461
+ <td class="name"><code>failure</code></td>
3270
3462
 
3271
3463
 
3272
3464
  <td class="type">
3273
3465
 
3274
3466
 
3275
- <span class="param-type">function</span>
3467
+ <span class="param-type">
3468
+
3469
+ function
3470
+
3471
+ </span>
3276
3472
 
3277
3473
 
3278
3474
 
@@ -3410,7 +3606,7 @@ BaseServer.url = '新URL';</code></pre>
3410
3606
 
3411
3607
  <tr class="deep-level-0">
3412
3608
 
3413
- <td class="name" id="options"><code>options</code></td>
3609
+ <td class="name"><code>options</code></td>
3414
3610
 
3415
3611
 
3416
3612
  <td class="type">
@@ -3427,13 +3623,17 @@ BaseServer.url = '新URL';</code></pre>
3427
3623
 
3428
3624
  <tr class="deep-level-1">
3429
3625
 
3430
- <td class="name" id="success"><code>success</code></td>
3626
+ <td class="name"><code>success</code></td>
3431
3627
 
3432
3628
 
3433
3629
  <td class="type">
3434
3630
 
3435
3631
 
3436
- <span class="param-type">function</span>
3632
+ <span class="param-type">
3633
+
3634
+ function
3635
+
3636
+ </span>
3437
3637
 
3438
3638
 
3439
3639
 
@@ -3450,13 +3650,17 @@ BaseServer.url = '新URL';</code></pre>
3450
3650
 
3451
3651
  <tr class="deep-level-1">
3452
3652
 
3453
- <td class="name" id="failure"><code>failure</code></td>
3653
+ <td class="name"><code>failure</code></td>
3454
3654
 
3455
3655
 
3456
3656
  <td class="type">
3457
3657
 
3458
3658
 
3459
- <span class="param-type">function</span>
3659
+ <span class="param-type">
3660
+
3661
+ function
3662
+
3663
+ </span>
3460
3664
 
3461
3665
 
3462
3666
 
@@ -3596,7 +3800,7 @@ BaseServer.url = '新URL';</code></pre>
3596
3800
 
3597
3801
  <tr class="deep-level-0">
3598
3802
 
3599
- <td class="name" id="options"><code>options</code></td>
3803
+ <td class="name"><code>options</code></td>
3600
3804
 
3601
3805
 
3602
3806
  <td class="type">
@@ -3617,13 +3821,17 @@ BaseServer.url = '新URL';</code></pre>
3617
3821
 
3618
3822
  <tr class="deep-level-1">
3619
3823
 
3620
- <td class="name" id="success"><code>success</code></td>
3824
+ <td class="name"><code>success</code></td>
3621
3825
 
3622
3826
 
3623
3827
  <td class="type">
3624
3828
 
3625
3829
 
3626
- <span class="param-type">function</span>
3830
+ <span class="param-type">
3831
+
3832
+ function
3833
+
3834
+ </span>
3627
3835
 
3628
3836
 
3629
3837
 
@@ -3646,13 +3854,17 @@ BaseServer.url = '新URL';</code></pre>
3646
3854
 
3647
3855
  <tr class="deep-level-1">
3648
3856
 
3649
- <td class="name" id="failure"><code>failure</code></td>
3857
+ <td class="name"><code>failure</code></td>
3650
3858
 
3651
3859
 
3652
3860
  <td class="type">
3653
3861
 
3654
3862
 
3655
- <span class="param-type">function</span>
3863
+ <span class="param-type">
3864
+
3865
+ function
3866
+
3867
+ </span>
3656
3868
 
3657
3869
 
3658
3870
 
@@ -3829,7 +4041,7 @@ BaseServer.url = '新URL';</code></pre>
3829
4041
 
3830
4042
  <tr class="deep-level-0">
3831
4043
 
3832
- <td class="name" id="options"><code>options</code></td>
4044
+ <td class="name"><code>options</code></td>
3833
4045
 
3834
4046
 
3835
4047
  <td class="type">
@@ -3846,13 +4058,17 @@ BaseServer.url = '新URL';</code></pre>
3846
4058
 
3847
4059
  <tr class="deep-level-1">
3848
4060
 
3849
- <td class="name" id="scriptName"><code>scriptName</code></td>
4061
+ <td class="name"><code>scriptName</code></td>
3850
4062
 
3851
4063
 
3852
4064
  <td class="type">
3853
4065
 
3854
4066
 
3855
- <span class="param-type">String</span>
4067
+ <span class="param-type">
4068
+
4069
+ String
4070
+
4071
+ </span>
3856
4072
 
3857
4073
 
3858
4074
 
@@ -3869,13 +4085,17 @@ BaseServer.url = '新URL';</code></pre>
3869
4085
 
3870
4086
  <tr class="deep-level-1">
3871
4087
 
3872
- <td class="name" id="content"><code>content</code></td>
4088
+ <td class="name"><code>content</code></td>
3873
4089
 
3874
4090
 
3875
4091
  <td class="type">
3876
4092
 
3877
4093
 
3878
- <span class="param-type">String</span>
4094
+ <span class="param-type">
4095
+
4096
+ String
4097
+
4098
+ </span>
3879
4099
 
3880
4100
 
3881
4101
 
@@ -3892,13 +4112,17 @@ BaseServer.url = '新URL';</code></pre>
3892
4112
 
3893
4113
  <tr class="deep-level-1">
3894
4114
 
3895
- <td class="name" id="success"><code>success</code></td>
4115
+ <td class="name"><code>success</code></td>
3896
4116
 
3897
4117
 
3898
4118
  <td class="type">
3899
4119
 
3900
4120
 
3901
- <span class="param-type">function</span>
4121
+ <span class="param-type">
4122
+
4123
+ function
4124
+
4125
+ </span>
3902
4126
 
3903
4127
 
3904
4128
 
@@ -3915,13 +4139,17 @@ BaseServer.url = '新URL';</code></pre>
3915
4139
 
3916
4140
  <tr class="deep-level-1">
3917
4141
 
3918
- <td class="name" id="failure"><code>failure</code></td>
4142
+ <td class="name"><code>failure</code></td>
3919
4143
 
3920
4144
 
3921
4145
  <td class="type">
3922
4146
 
3923
4147
 
3924
- <span class="param-type">function</span>
4148
+ <span class="param-type">
4149
+
4150
+ function
4151
+
4152
+ </span>
3925
4153
 
3926
4154
 
3927
4155
 
@@ -3938,13 +4166,17 @@ BaseServer.url = '新URL';</code></pre>
3938
4166
 
3939
4167
  <tr class="deep-level-1">
3940
4168
 
3941
- <td class="name" id="scriptId"><code>scriptId</code></td>
4169
+ <td class="name"><code>scriptId</code></td>
3942
4170
 
3943
4171
 
3944
4172
  <td class="type">
3945
4173
 
3946
4174
 
3947
- <span class="param-type">String</span>
4175
+ <span class="param-type">
4176
+
4177
+ String
4178
+
4179
+ </span>
3948
4180
 
3949
4181
 
3950
4182
 
@@ -4082,7 +4314,7 @@ BaseServer.url = '新URL';</code></pre>
4082
4314
 
4083
4315
  <tr class="deep-level-0">
4084
4316
 
4085
- <td class="name" id="options"><code>options</code></td>
4317
+ <td class="name"><code>options</code></td>
4086
4318
 
4087
4319
 
4088
4320
  <td class="type">
@@ -4099,13 +4331,17 @@ BaseServer.url = '新URL';</code></pre>
4099
4331
 
4100
4332
  <tr class="deep-level-1">
4101
4333
 
4102
- <td class="name" id="layerName"><code>layerName</code></td>
4334
+ <td class="name"><code>layerName</code></td>
4103
4335
 
4104
4336
 
4105
4337
  <td class="type">
4106
4338
 
4107
4339
 
4108
- <span class="param-type">String</span>
4340
+ <span class="param-type">
4341
+
4342
+ String
4343
+
4344
+ </span>
4109
4345
 
4110
4346
 
4111
4347
 
@@ -4122,13 +4358,17 @@ BaseServer.url = '新URL';</code></pre>
4122
4358
 
4123
4359
  <tr class="deep-level-1">
4124
4360
 
4125
- <td class="name" id="content"><code>content</code></td>
4361
+ <td class="name"><code>content</code></td>
4126
4362
 
4127
4363
 
4128
4364
  <td class="type">
4129
4365
 
4130
4366
 
4131
- <span class="param-type"><a link="FeatureSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureSet" FeatureSet.html>FeatureSet</a></span>
4367
+ <span class="param-type">
4368
+
4369
+ <a link="FeatureSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureSet" FeatureSet.html>FeatureSet</a>
4370
+
4371
+ </span>
4132
4372
 
4133
4373
 
4134
4374
 
@@ -4145,13 +4385,17 @@ BaseServer.url = '新URL';</code></pre>
4145
4385
 
4146
4386
  <tr class="deep-level-1">
4147
4387
 
4148
- <td class="name" id="success"><code>success</code></td>
4388
+ <td class="name"><code>success</code></td>
4149
4389
 
4150
4390
 
4151
4391
  <td class="type">
4152
4392
 
4153
4393
 
4154
- <span class="param-type">function</span>
4394
+ <span class="param-type">
4395
+
4396
+ function
4397
+
4398
+ </span>
4155
4399
 
4156
4400
 
4157
4401
 
@@ -4168,13 +4412,17 @@ BaseServer.url = '新URL';</code></pre>
4168
4412
 
4169
4413
  <tr class="deep-level-1">
4170
4414
 
4171
- <td class="name" id="failure"><code>failure</code></td>
4415
+ <td class="name"><code>failure</code></td>
4172
4416
 
4173
4417
 
4174
4418
  <td class="type">
4175
4419
 
4176
4420
 
4177
- <span class="param-type">function</span>
4421
+ <span class="param-type">
4422
+
4423
+ function
4424
+
4425
+ </span>
4178
4426
 
4179
4427
 
4180
4428
 
@@ -4191,13 +4439,17 @@ BaseServer.url = '新URL';</code></pre>
4191
4439
 
4192
4440
  <tr class="deep-level-1">
4193
4441
 
4194
- <td class="name" id="layerId"><code>layerId</code></td>
4442
+ <td class="name"><code>layerId</code></td>
4195
4443
 
4196
4444
 
4197
4445
  <td class="type">
4198
4446
 
4199
4447
 
4200
- <span class="param-type">String</span>
4448
+ <span class="param-type">
4449
+
4450
+ String
4451
+
4452
+ </span>
4201
4453
 
4202
4454
 
4203
4455