@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
 
@@ -1497,7 +1585,7 @@ BaseServer.url = '新URL';</code></pre>
1497
1585
 
1498
1586
  <tr class="deep-level-0">
1499
1587
 
1500
- <td class="name" id="options"><code>options</code></td>
1588
+ <td class="name"><code>options</code></td>
1501
1589
 
1502
1590
 
1503
1591
  <td class="type">
@@ -1514,13 +1602,17 @@ BaseServer.url = '新URL';</code></pre>
1514
1602
 
1515
1603
  <tr class="deep-level-1">
1516
1604
 
1517
- <td class="name" id="geometries"><code>geometries</code></td>
1605
+ <td class="name"><code>geometries</code></td>
1518
1606
 
1519
1607
 
1520
1608
  <td class="type">
1521
1609
 
1522
1610
 
1523
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1611
+ <span class="param-type">
1612
+
1613
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1614
+
1615
+ </span>
1524
1616
 
1525
1617
 
1526
1618
 
@@ -1537,13 +1629,17 @@ BaseServer.url = '新URL';</code></pre>
1537
1629
 
1538
1630
  <tr class="deep-level-1">
1539
1631
 
1540
- <td class="name" id="inSR"><code>inSR</code></td>
1632
+ <td class="name"><code>inSR</code></td>
1541
1633
 
1542
1634
 
1543
1635
  <td class="type">
1544
1636
 
1545
1637
 
1546
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1638
+ <span class="param-type">
1639
+
1640
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1641
+
1642
+ </span>
1547
1643
 
1548
1644
 
1549
1645
 
@@ -1560,13 +1656,17 @@ BaseServer.url = '新URL';</code></pre>
1560
1656
 
1561
1657
  <tr class="deep-level-1">
1562
1658
 
1563
- <td class="name" id="distances"><code>distances</code></td>
1659
+ <td class="name"><code>distances</code></td>
1564
1660
 
1565
1661
 
1566
1662
  <td class="type">
1567
1663
 
1568
1664
 
1569
- <span class="param-type">Number</span>
1665
+ <span class="param-type">
1666
+
1667
+ Number
1668
+
1669
+ </span>
1570
1670
 
1571
1671
 
1572
1672
 
@@ -1583,13 +1683,17 @@ BaseServer.url = '新URL';</code></pre>
1583
1683
 
1584
1684
  <tr class="deep-level-1">
1585
1685
 
1586
- <td class="name" id="outSR"><code>outSR</code></td>
1686
+ <td class="name"><code>outSR</code></td>
1587
1687
 
1588
1688
 
1589
1689
  <td class="type">
1590
1690
 
1591
1691
 
1592
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1692
+ <span class="param-type">
1693
+
1694
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1695
+
1696
+ </span>
1593
1697
 
1594
1698
 
1595
1699
 
@@ -1606,13 +1710,17 @@ BaseServer.url = '新URL';</code></pre>
1606
1710
 
1607
1711
  <tr class="deep-level-1">
1608
1712
 
1609
- <td class="name" id="success"><code>success</code></td>
1713
+ <td class="name"><code>success</code></td>
1610
1714
 
1611
1715
 
1612
1716
  <td class="type">
1613
1717
 
1614
1718
 
1615
- <span class="param-type">function</span>
1719
+ <span class="param-type">
1720
+
1721
+ function
1722
+
1723
+ </span>
1616
1724
 
1617
1725
 
1618
1726
 
@@ -1629,13 +1737,17 @@ BaseServer.url = '新URL';</code></pre>
1629
1737
 
1630
1738
  <tr class="deep-level-1">
1631
1739
 
1632
- <td class="name" id="failure"><code>failure</code></td>
1740
+ <td class="name"><code>failure</code></td>
1633
1741
 
1634
1742
 
1635
1743
  <td class="type">
1636
1744
 
1637
1745
 
1638
- <span class="param-type">function</span>
1746
+ <span class="param-type">
1747
+
1748
+ function
1749
+
1750
+ </span>
1639
1751
 
1640
1752
 
1641
1753
 
@@ -1652,13 +1764,17 @@ BaseServer.url = '新URL';</code></pre>
1652
1764
 
1653
1765
  <tr class="deep-level-1">
1654
1766
 
1655
- <td class="name" id="bufferSR"><code>bufferSR</code></td>
1767
+ <td class="name"><code>bufferSR</code></td>
1656
1768
 
1657
1769
 
1658
1770
  <td class="type">
1659
1771
 
1660
1772
 
1661
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1773
+ <span class="param-type">
1774
+
1775
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1776
+
1777
+ </span>
1662
1778
 
1663
1779
 
1664
1780
 
@@ -1675,13 +1791,17 @@ BaseServer.url = '新URL';</code></pre>
1675
1791
 
1676
1792
  <tr class="deep-level-1">
1677
1793
 
1678
- <td class="name" id="unit"><code>unit</code></td>
1794
+ <td class="name"><code>unit</code></td>
1679
1795
 
1680
1796
 
1681
1797
  <td class="type">
1682
1798
 
1683
1799
 
1684
- <span class="param-type">String</span>
1800
+ <span class="param-type">
1801
+
1802
+ String
1803
+
1804
+ </span>
1685
1805
 
1686
1806
 
1687
1807
 
@@ -1698,13 +1818,17 @@ BaseServer.url = '新URL';</code></pre>
1698
1818
 
1699
1819
  <tr class="deep-level-1">
1700
1820
 
1701
- <td class="name" id="callback"><code>callback</code></td>
1821
+ <td class="name"><code>callback</code></td>
1702
1822
 
1703
1823
 
1704
1824
  <td class="type">
1705
1825
 
1706
1826
 
1707
- <span class="param-type">String</span>
1827
+ <span class="param-type">
1828
+
1829
+ String
1830
+
1831
+ </span>
1708
1832
 
1709
1833
 
1710
1834
 
@@ -1842,7 +1966,7 @@ BaseServer.url = '新URL';</code></pre>
1842
1966
 
1843
1967
  <tr class="deep-level-0">
1844
1968
 
1845
- <td class="name" id="options"><code>options</code></td>
1969
+ <td class="name"><code>options</code></td>
1846
1970
 
1847
1971
 
1848
1972
  <td class="type">
@@ -1859,13 +1983,17 @@ BaseServer.url = '新URL';</code></pre>
1859
1983
 
1860
1984
  <tr class="deep-level-1">
1861
1985
 
1862
- <td class="name" id="geometries"><code>geometries</code></td>
1986
+ <td class="name"><code>geometries</code></td>
1863
1987
 
1864
1988
 
1865
1989
  <td class="type">
1866
1990
 
1867
1991
 
1868
- <span class="param-type">Object</span>
1992
+ <span class="param-type">
1993
+
1994
+ Object
1995
+
1996
+ </span>
1869
1997
 
1870
1998
 
1871
1999
 
@@ -1882,13 +2010,17 @@ BaseServer.url = '新URL';</code></pre>
1882
2010
 
1883
2011
  <tr class="deep-level-1">
1884
2012
 
1885
- <td class="name" id="geometry"><code>geometry</code></td>
2013
+ <td class="name"><code>geometry</code></td>
1886
2014
 
1887
2015
 
1888
2016
  <td class="type">
1889
2017
 
1890
2018
 
1891
- <span class="param-type">Object</span>
2019
+ <span class="param-type">
2020
+
2021
+ Object
2022
+
2023
+ </span>
1892
2024
 
1893
2025
 
1894
2026
 
@@ -1905,13 +2037,17 @@ BaseServer.url = '新URL';</code></pre>
1905
2037
 
1906
2038
  <tr class="deep-level-1">
1907
2039
 
1908
- <td class="name" id="sr"><code>sr</code></td>
2040
+ <td class="name"><code>sr</code></td>
1909
2041
 
1910
2042
 
1911
2043
  <td class="type">
1912
2044
 
1913
2045
 
1914
- <span class="param-type">String</span>
2046
+ <span class="param-type">
2047
+
2048
+ String
2049
+
2050
+ </span>
1915
2051
 
1916
2052
 
1917
2053
 
@@ -1928,13 +2064,17 @@ BaseServer.url = '新URL';</code></pre>
1928
2064
 
1929
2065
  <tr class="deep-level-1">
1930
2066
 
1931
- <td class="name" id="success"><code>success</code></td>
2067
+ <td class="name"><code>success</code></td>
1932
2068
 
1933
2069
 
1934
2070
  <td class="type">
1935
2071
 
1936
2072
 
1937
- <span class="param-type">function</span>
2073
+ <span class="param-type">
2074
+
2075
+ function
2076
+
2077
+ </span>
1938
2078
 
1939
2079
 
1940
2080
 
@@ -1951,13 +2091,17 @@ BaseServer.url = '新URL';</code></pre>
1951
2091
 
1952
2092
  <tr class="deep-level-1">
1953
2093
 
1954
- <td class="name" id="failure"><code>failure</code></td>
2094
+ <td class="name"><code>failure</code></td>
1955
2095
 
1956
2096
 
1957
2097
  <td class="type">
1958
2098
 
1959
2099
 
1960
- <span class="param-type">function</span>
2100
+ <span class="param-type">
2101
+
2102
+ function
2103
+
2104
+ </span>
1961
2105
 
1962
2106
 
1963
2107
 
@@ -2095,7 +2239,7 @@ BaseServer.url = '新URL';</code></pre>
2095
2239
 
2096
2240
  <tr class="deep-level-0">
2097
2241
 
2098
- <td class="name" id="options"><code>options</code></td>
2242
+ <td class="name"><code>options</code></td>
2099
2243
 
2100
2244
 
2101
2245
  <td class="type">
@@ -2112,13 +2256,17 @@ BaseServer.url = '新URL';</code></pre>
2112
2256
 
2113
2257
  <tr class="deep-level-1">
2114
2258
 
2115
- <td class="name" id="geometry1"><code>geometry1</code></td>
2259
+ <td class="name"><code>geometry1</code></td>
2116
2260
 
2117
2261
 
2118
2262
  <td class="type">
2119
2263
 
2120
2264
 
2121
- <span class="param-type">Object</span>
2265
+ <span class="param-type">
2266
+
2267
+ Object
2268
+
2269
+ </span>
2122
2270
 
2123
2271
 
2124
2272
 
@@ -2135,13 +2283,17 @@ BaseServer.url = '新URL';</code></pre>
2135
2283
 
2136
2284
  <tr class="deep-level-1">
2137
2285
 
2138
- <td class="name" id="geometry2"><code>geometry2</code></td>
2286
+ <td class="name"><code>geometry2</code></td>
2139
2287
 
2140
2288
 
2141
2289
  <td class="type">
2142
2290
 
2143
2291
 
2144
- <span class="param-type">Object</span>
2292
+ <span class="param-type">
2293
+
2294
+ Object
2295
+
2296
+ </span>
2145
2297
 
2146
2298
 
2147
2299
 
@@ -2158,13 +2310,17 @@ BaseServer.url = '新URL';</code></pre>
2158
2310
 
2159
2311
  <tr class="deep-level-1">
2160
2312
 
2161
- <td class="name" id="sr"><code>sr</code></td>
2313
+ <td class="name"><code>sr</code></td>
2162
2314
 
2163
2315
 
2164
2316
  <td class="type">
2165
2317
 
2166
2318
 
2167
- <span class="param-type">String</span>
2319
+ <span class="param-type">
2320
+
2321
+ String
2322
+
2323
+ </span>
2168
2324
 
2169
2325
 
2170
2326
 
@@ -2181,13 +2337,17 @@ BaseServer.url = '新URL';</code></pre>
2181
2337
 
2182
2338
  <tr class="deep-level-1">
2183
2339
 
2184
- <td class="name" id="success"><code>success</code></td>
2340
+ <td class="name"><code>success</code></td>
2185
2341
 
2186
2342
 
2187
2343
  <td class="type">
2188
2344
 
2189
2345
 
2190
- <span class="param-type">function</span>
2346
+ <span class="param-type">
2347
+
2348
+ function
2349
+
2350
+ </span>
2191
2351
 
2192
2352
 
2193
2353
 
@@ -2204,13 +2364,17 @@ BaseServer.url = '新URL';</code></pre>
2204
2364
 
2205
2365
  <tr class="deep-level-1">
2206
2366
 
2207
- <td class="name" id="failure"><code>failure</code></td>
2367
+ <td class="name"><code>failure</code></td>
2208
2368
 
2209
2369
 
2210
2370
  <td class="type">
2211
2371
 
2212
2372
 
2213
- <span class="param-type">function</span>
2373
+ <span class="param-type">
2374
+
2375
+ function
2376
+
2377
+ </span>
2214
2378
 
2215
2379
 
2216
2380
 
@@ -2227,13 +2391,17 @@ BaseServer.url = '新URL';</code></pre>
2227
2391
 
2228
2392
  <tr class="deep-level-1">
2229
2393
 
2230
- <td class="name" id="distanceUnit"><code>distanceUnit</code></td>
2394
+ <td class="name"><code>distanceUnit</code></td>
2231
2395
 
2232
2396
 
2233
2397
  <td class="type">
2234
2398
 
2235
2399
 
2236
- <span class="param-type">String</span>
2400
+ <span class="param-type">
2401
+
2402
+ String
2403
+
2404
+ </span>
2237
2405
 
2238
2406
 
2239
2407
 
@@ -2371,7 +2539,7 @@ BaseServer.url = '新URL';</code></pre>
2371
2539
 
2372
2540
  <tr class="deep-level-0">
2373
2541
 
2374
- <td class="name" id="options"><code>options</code></td>
2542
+ <td class="name"><code>options</code></td>
2375
2543
 
2376
2544
 
2377
2545
  <td class="type">
@@ -2388,13 +2556,17 @@ BaseServer.url = '新URL';</code></pre>
2388
2556
 
2389
2557
  <tr class="deep-level-1">
2390
2558
 
2391
- <td class="name" id="geometries"><code>geometries</code></td>
2559
+ <td class="name"><code>geometries</code></td>
2392
2560
 
2393
2561
 
2394
2562
  <td class="type">
2395
2563
 
2396
2564
 
2397
- <span class="param-type">Object</span>
2565
+ <span class="param-type">
2566
+
2567
+ Object
2568
+
2569
+ </span>
2398
2570
 
2399
2571
 
2400
2572
 
@@ -2411,13 +2583,17 @@ BaseServer.url = '新URL';</code></pre>
2411
2583
 
2412
2584
  <tr class="deep-level-1">
2413
2585
 
2414
- <td class="name" id="geometry"><code>geometry</code></td>
2586
+ <td class="name"><code>geometry</code></td>
2415
2587
 
2416
2588
 
2417
2589
  <td class="type">
2418
2590
 
2419
2591
 
2420
- <span class="param-type">Object</span>
2592
+ <span class="param-type">
2593
+
2594
+ Object
2595
+
2596
+ </span>
2421
2597
 
2422
2598
 
2423
2599
 
@@ -2434,13 +2610,17 @@ BaseServer.url = '新URL';</code></pre>
2434
2610
 
2435
2611
  <tr class="deep-level-1">
2436
2612
 
2437
- <td class="name" id="sr"><code>sr</code></td>
2613
+ <td class="name"><code>sr</code></td>
2438
2614
 
2439
2615
 
2440
2616
  <td class="type">
2441
2617
 
2442
2618
 
2443
- <span class="param-type">String</span>
2619
+ <span class="param-type">
2620
+
2621
+ String
2622
+
2623
+ </span>
2444
2624
 
2445
2625
 
2446
2626
 
@@ -2457,13 +2637,17 @@ BaseServer.url = '新URL';</code></pre>
2457
2637
 
2458
2638
  <tr class="deep-level-1">
2459
2639
 
2460
- <td class="name" id="success"><code>success</code></td>
2640
+ <td class="name"><code>success</code></td>
2461
2641
 
2462
2642
 
2463
2643
  <td class="type">
2464
2644
 
2465
2645
 
2466
- <span class="param-type">function</span>
2646
+ <span class="param-type">
2647
+
2648
+ function
2649
+
2650
+ </span>
2467
2651
 
2468
2652
 
2469
2653
 
@@ -2480,13 +2664,17 @@ BaseServer.url = '新URL';</code></pre>
2480
2664
 
2481
2665
  <tr class="deep-level-1">
2482
2666
 
2483
- <td class="name" id="failure"><code>failure</code></td>
2667
+ <td class="name"><code>failure</code></td>
2484
2668
 
2485
2669
 
2486
2670
  <td class="type">
2487
2671
 
2488
2672
 
2489
- <span class="param-type">function</span>
2673
+ <span class="param-type">
2674
+
2675
+ function
2676
+
2677
+ </span>
2490
2678
 
2491
2679
 
2492
2680
 
@@ -2624,7 +2812,7 @@ BaseServer.url = '新URL';</code></pre>
2624
2812
 
2625
2813
  <tr class="deep-level-0">
2626
2814
 
2627
- <td class="name" id="options"><code>options</code></td>
2815
+ <td class="name"><code>options</code></td>
2628
2816
 
2629
2817
 
2630
2818
  <td class="type">
@@ -2641,13 +2829,17 @@ BaseServer.url = '新URL';</code></pre>
2641
2829
 
2642
2830
  <tr class="deep-level-1">
2643
2831
 
2644
- <td class="name" id="geometries1"><code>geometries1</code></td>
2832
+ <td class="name"><code>geometries1</code></td>
2645
2833
 
2646
2834
 
2647
2835
  <td class="type">
2648
2836
 
2649
2837
 
2650
- <span class="param-type">Object</span>
2838
+ <span class="param-type">
2839
+
2840
+ Object
2841
+
2842
+ </span>
2651
2843
 
2652
2844
 
2653
2845
 
@@ -2664,13 +2856,17 @@ BaseServer.url = '新URL';</code></pre>
2664
2856
 
2665
2857
  <tr class="deep-level-1">
2666
2858
 
2667
- <td class="name" id="geometries2"><code>geometries2</code></td>
2859
+ <td class="name"><code>geometries2</code></td>
2668
2860
 
2669
2861
 
2670
2862
  <td class="type">
2671
2863
 
2672
2864
 
2673
- <span class="param-type">Object</span>
2865
+ <span class="param-type">
2866
+
2867
+ Object
2868
+
2869
+ </span>
2674
2870
 
2675
2871
 
2676
2872
 
@@ -2687,13 +2883,17 @@ BaseServer.url = '新URL';</code></pre>
2687
2883
 
2688
2884
  <tr class="deep-level-1">
2689
2885
 
2690
- <td class="name" id="sr"><code>sr</code></td>
2886
+ <td class="name"><code>sr</code></td>
2691
2887
 
2692
2888
 
2693
2889
  <td class="type">
2694
2890
 
2695
2891
 
2696
- <span class="param-type">String</span>
2892
+ <span class="param-type">
2893
+
2894
+ String
2895
+
2896
+ </span>
2697
2897
 
2698
2898
 
2699
2899
 
@@ -2710,13 +2910,17 @@ BaseServer.url = '新URL';</code></pre>
2710
2910
 
2711
2911
  <tr class="deep-level-1">
2712
2912
 
2713
- <td class="name" id="relation"><code>relation</code></td>
2913
+ <td class="name"><code>relation</code></td>
2714
2914
 
2715
2915
 
2716
2916
  <td class="type">
2717
2917
 
2718
2918
 
2719
- <span class="param-type">String</span>
2919
+ <span class="param-type">
2920
+
2921
+ String
2922
+
2923
+ </span>
2720
2924
 
2721
2925
 
2722
2926
 
@@ -2733,13 +2937,17 @@ BaseServer.url = '新URL';</code></pre>
2733
2937
 
2734
2938
  <tr class="deep-level-1">
2735
2939
 
2736
- <td class="name" id="relationParam"><code>relationParam</code></td>
2940
+ <td class="name"><code>relationParam</code></td>
2737
2941
 
2738
2942
 
2739
2943
  <td class="type">
2740
2944
 
2741
2945
 
2742
- <span class="param-type">Object</span>
2946
+ <span class="param-type">
2947
+
2948
+ Object
2949
+
2950
+ </span>
2743
2951
 
2744
2952
 
2745
2953
 
@@ -2756,13 +2964,17 @@ BaseServer.url = '新URL';</code></pre>
2756
2964
 
2757
2965
  <tr class="deep-level-1">
2758
2966
 
2759
- <td class="name" id="success"><code>success</code></td>
2967
+ <td class="name"><code>success</code></td>
2760
2968
 
2761
2969
 
2762
2970
  <td class="type">
2763
2971
 
2764
2972
 
2765
- <span class="param-type">function</span>
2973
+ <span class="param-type">
2974
+
2975
+ function
2976
+
2977
+ </span>
2766
2978
 
2767
2979
 
2768
2980
 
@@ -2779,13 +2991,17 @@ BaseServer.url = '新URL';</code></pre>
2779
2991
 
2780
2992
  <tr class="deep-level-1">
2781
2993
 
2782
- <td class="name" id="failure"><code>failure</code></td>
2994
+ <td class="name"><code>failure</code></td>
2783
2995
 
2784
2996
 
2785
2997
  <td class="type">
2786
2998
 
2787
2999
 
2788
- <span class="param-type">function</span>
3000
+ <span class="param-type">
3001
+
3002
+ function
3003
+
3004
+ </span>
2789
3005
 
2790
3006
 
2791
3007
 
@@ -2923,7 +3139,7 @@ BaseServer.url = '新URL';</code></pre>
2923
3139
 
2924
3140
  <tr class="deep-level-0">
2925
3141
 
2926
- <td class="name" id="options"><code>options</code></td>
3142
+ <td class="name"><code>options</code></td>
2927
3143
 
2928
3144
 
2929
3145
  <td class="type">
@@ -2940,13 +3156,17 @@ BaseServer.url = '新URL';</code></pre>
2940
3156
 
2941
3157
  <tr class="deep-level-1">
2942
3158
 
2943
- <td class="name" id="geometries"><code>geometries</code></td>
3159
+ <td class="name"><code>geometries</code></td>
2944
3160
 
2945
3161
 
2946
3162
  <td class="type">
2947
3163
 
2948
3164
 
2949
- <span class="param-type">Object</span>
3165
+ <span class="param-type">
3166
+
3167
+ Object
3168
+
3169
+ </span>
2950
3170
 
2951
3171
 
2952
3172
 
@@ -2963,13 +3183,17 @@ BaseServer.url = '新URL';</code></pre>
2963
3183
 
2964
3184
  <tr class="deep-level-1">
2965
3185
 
2966
- <td class="name" id="sr"><code>sr</code></td>
3186
+ <td class="name"><code>sr</code></td>
2967
3187
 
2968
3188
 
2969
3189
  <td class="type">
2970
3190
 
2971
3191
 
2972
- <span class="param-type">String</span>
3192
+ <span class="param-type">
3193
+
3194
+ String
3195
+
3196
+ </span>
2973
3197
 
2974
3198
 
2975
3199
 
@@ -2986,13 +3210,17 @@ BaseServer.url = '新URL';</code></pre>
2986
3210
 
2987
3211
  <tr class="deep-level-1">
2988
3212
 
2989
- <td class="name" id="success"><code>success</code></td>
3213
+ <td class="name"><code>success</code></td>
2990
3214
 
2991
3215
 
2992
3216
  <td class="type">
2993
3217
 
2994
3218
 
2995
- <span class="param-type">function</span>
3219
+ <span class="param-type">
3220
+
3221
+ function
3222
+
3223
+ </span>
2996
3224
 
2997
3225
 
2998
3226
 
@@ -3009,13 +3237,17 @@ BaseServer.url = '新URL';</code></pre>
3009
3237
 
3010
3238
  <tr class="deep-level-1">
3011
3239
 
3012
- <td class="name" id="failure"><code>failure</code></td>
3240
+ <td class="name"><code>failure</code></td>
3013
3241
 
3014
3242
 
3015
3243
  <td class="type">
3016
3244
 
3017
3245
 
3018
- <span class="param-type">function</span>
3246
+ <span class="param-type">
3247
+
3248
+ function
3249
+
3250
+ </span>
3019
3251
 
3020
3252
 
3021
3253
 
@@ -3153,7 +3385,7 @@ BaseServer.url = '新URL';</code></pre>
3153
3385
 
3154
3386
  <tr class="deep-level-0">
3155
3387
 
3156
- <td class="name" id="options"><code>options</code></td>
3388
+ <td class="name"><code>options</code></td>
3157
3389
 
3158
3390
 
3159
3391
  <td class="type">
@@ -3170,13 +3402,17 @@ BaseServer.url = '新URL';</code></pre>
3170
3402
 
3171
3403
  <tr class="deep-level-1">
3172
3404
 
3173
- <td class="name" id="cutter"><code>cutter</code></td>
3405
+ <td class="name"><code>cutter</code></td>
3174
3406
 
3175
3407
 
3176
3408
  <td class="type">
3177
3409
 
3178
3410
 
3179
- <span class="param-type">Object</span>
3411
+ <span class="param-type">
3412
+
3413
+ Object
3414
+
3415
+ </span>
3180
3416
 
3181
3417
 
3182
3418
 
@@ -3193,13 +3429,17 @@ BaseServer.url = '新URL';</code></pre>
3193
3429
 
3194
3430
  <tr class="deep-level-1">
3195
3431
 
3196
- <td class="name" id="target"><code>target</code></td>
3432
+ <td class="name"><code>target</code></td>
3197
3433
 
3198
3434
 
3199
3435
  <td class="type">
3200
3436
 
3201
3437
 
3202
- <span class="param-type">Object</span>
3438
+ <span class="param-type">
3439
+
3440
+ Object
3441
+
3442
+ </span>
3203
3443
 
3204
3444
 
3205
3445
 
@@ -3216,13 +3456,17 @@ BaseServer.url = '新URL';</code></pre>
3216
3456
 
3217
3457
  <tr class="deep-level-1">
3218
3458
 
3219
- <td class="name" id="sr"><code>sr</code></td>
3459
+ <td class="name"><code>sr</code></td>
3220
3460
 
3221
3461
 
3222
3462
  <td class="type">
3223
3463
 
3224
3464
 
3225
- <span class="param-type">String</span>
3465
+ <span class="param-type">
3466
+
3467
+ String
3468
+
3469
+ </span>
3226
3470
 
3227
3471
 
3228
3472
 
@@ -3239,13 +3483,17 @@ BaseServer.url = '新URL';</code></pre>
3239
3483
 
3240
3484
  <tr class="deep-level-1">
3241
3485
 
3242
- <td class="name" id="success"><code>success</code></td>
3486
+ <td class="name"><code>success</code></td>
3243
3487
 
3244
3488
 
3245
3489
  <td class="type">
3246
3490
 
3247
3491
 
3248
- <span class="param-type">function</span>
3492
+ <span class="param-type">
3493
+
3494
+ function
3495
+
3496
+ </span>
3249
3497
 
3250
3498
 
3251
3499
 
@@ -3262,13 +3510,17 @@ BaseServer.url = '新URL';</code></pre>
3262
3510
 
3263
3511
  <tr class="deep-level-1">
3264
3512
 
3265
- <td class="name" id="failure"><code>failure</code></td>
3513
+ <td class="name"><code>failure</code></td>
3266
3514
 
3267
3515
 
3268
3516
  <td class="type">
3269
3517
 
3270
3518
 
3271
- <span class="param-type">function</span>
3519
+ <span class="param-type">
3520
+
3521
+ function
3522
+
3523
+ </span>
3272
3524
 
3273
3525
 
3274
3526
 
@@ -3408,7 +3660,7 @@ BaseServer.url = '新URL';</code></pre>
3408
3660
 
3409
3661
  <tr class="deep-level-0">
3410
3662
 
3411
- <td class="name" id="options"><code>options</code></td>
3663
+ <td class="name"><code>options</code></td>
3412
3664
 
3413
3665
 
3414
3666
  <td class="type">
@@ -3429,13 +3681,17 @@ BaseServer.url = '新URL';</code></pre>
3429
3681
 
3430
3682
  <tr class="deep-level-1">
3431
3683
 
3432
- <td class="name" id="success"><code>success</code></td>
3684
+ <td class="name"><code>success</code></td>
3433
3685
 
3434
3686
 
3435
3687
  <td class="type">
3436
3688
 
3437
3689
 
3438
- <span class="param-type">function</span>
3690
+ <span class="param-type">
3691
+
3692
+ function
3693
+
3694
+ </span>
3439
3695
 
3440
3696
 
3441
3697
 
@@ -3458,13 +3714,17 @@ BaseServer.url = '新URL';</code></pre>
3458
3714
 
3459
3715
  <tr class="deep-level-1">
3460
3716
 
3461
- <td class="name" id="failure"><code>failure</code></td>
3717
+ <td class="name"><code>failure</code></td>
3462
3718
 
3463
3719
 
3464
3720
  <td class="type">
3465
3721
 
3466
3722
 
3467
- <span class="param-type">function</span>
3723
+ <span class="param-type">
3724
+
3725
+ function
3726
+
3727
+ </span>
3468
3728
 
3469
3729
 
3470
3730