@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -208,7 +210,7 @@
208
210
 
209
211
 
210
212
  <ul>
211
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
213
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
212
214
  </ul>
213
215
 
214
216
 
@@ -240,89 +242,96 @@
240
242
  <tbody>
241
243
 
242
244
  <tr class="deep-level-0">
243
- <td class="name"><code><a href="ArcGISFeatureServer.html#clientId">clientId</a></code></td>
245
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
244
246
  <td class="name">
245
247
  <code>
246
248
 
247
249
  <span class="param-type">Boolean</span>
248
250
 
249
251
 
252
+
250
253
  </code>
251
254
  </td>
252
255
  <td class="name"><code><p>客户端id</p></code></td>
253
256
  </tr>
254
257
 
255
258
  <tr class="deep-level-0">
256
- <td class="name"><code><a href="ArcGISFeatureServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
259
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
257
260
  <td class="name">
258
261
  <code>
259
262
 
260
263
  <span class="param-type">Boolean</span>
261
264
 
262
265
 
266
+
263
267
  </code>
264
268
  </td>
265
269
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
266
270
  </tr>
267
271
 
268
272
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="ArcGISFeatureServer.html#headers">headers</a></code></td>
273
+ <td class="name"><code><a href="#headers">headers</a></code></td>
270
274
  <td class="name">
271
275
  <code>
272
276
 
273
277
  <span class="param-type">String</span>
274
278
 
275
279
 
280
+
276
281
  </code>
277
282
  </td>
278
283
  <td class="name"><code><p>请求头参数</p></code></td>
279
284
  </tr>
280
285
 
281
286
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="ArcGISFeatureServer.html#requestInterceptor">requestInterceptor</a></code></td>
287
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
283
288
  <td class="name">
284
289
  <code>
285
290
 
286
291
  <span class="param-type">function</span>
287
292
 
288
293
 
294
+
289
295
  </code>
290
296
  </td>
291
297
  <td class="name"><code><p>请求发送拦截器</p></code></td>
292
298
  </tr>
293
299
 
294
300
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="ArcGISFeatureServer.html#requestTimeout">requestTimeout</a></code></td>
301
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
296
302
  <td class="name">
297
303
  <code>
298
304
 
299
305
  <span class="param-type">String</span>
300
306
 
301
307
 
308
+
302
309
  </code>
303
310
  </td>
304
311
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
305
312
  </tr>
306
313
 
307
314
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="ArcGISFeatureServer.html#responseInterceptor">responseInterceptor</a></code></td>
315
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
309
316
  <td class="name">
310
317
  <code>
311
318
 
312
319
  <span class="param-type">function</span>
313
320
 
314
321
 
322
+
315
323
  </code>
316
324
  </td>
317
325
  <td class="name"><code><p>请求响应拦截器</p></code></td>
318
326
  </tr>
319
327
 
320
328
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="ArcGISFeatureServer.html#tokenAttachType">tokenAttachType</a></code></td>
329
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
322
330
  <td class="name">
323
331
  <code>
324
332
 
325
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
333
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
334
+
326
335
 
327
336
 
328
337
  </code>
@@ -331,39 +340,42 @@
331
340
  </tr>
332
341
 
333
342
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="ArcGISFeatureServer.html#tokenKey">tokenKey</a></code></td>
343
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
335
344
  <td class="name">
336
345
  <code>
337
346
 
338
347
  <span class="param-type">String</span>
339
348
 
340
349
 
350
+
341
351
  </code>
342
352
  </td>
343
353
  <td class="name"><code><p>token名</p></code></td>
344
354
  </tr>
345
355
 
346
356
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="ArcGISFeatureServer.html#tokenValue">tokenValue</a></code></td>
357
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
348
358
  <td class="name">
349
359
  <code>
350
360
 
351
361
  <span class="param-type">String</span>
352
362
 
353
363
 
364
+
354
365
  </code>
355
366
  </td>
356
367
  <td class="name"><code><p>token值</p></code></td>
357
368
  </tr>
358
369
 
359
370
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="ArcGISFeatureServer.html#url">url</a></code></td>
371
+ <td class="name"><code><a href="#url">url</a></code></td>
361
372
  <td class="name">
362
373
  <code>
363
374
 
364
375
  <span class="param-type">String</span>
365
376
 
366
377
 
378
+
367
379
  </code>
368
380
  </td>
369
381
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -383,6 +395,7 @@
383
395
  <span class="param-type">Boolean</span>
384
396
 
385
397
 
398
+
386
399
  </span>
387
400
 
388
401
  <h4 class="name" id="clientId">
@@ -414,7 +427,7 @@
414
427
 
415
428
  <dt class="inherited-from">Inherited From:</dt>
416
429
  <dd class="inherited-from"><ul class="dummy"><li>
417
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
430
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
418
431
  </li></ul></dd>
419
432
 
420
433
 
@@ -458,6 +471,7 @@
458
471
  <span class="param-type">Boolean</span>
459
472
 
460
473
 
474
+
461
475
  </span>
462
476
 
463
477
  <h4 class="name" id="enableGlobeFetch">
@@ -489,7 +503,7 @@
489
503
 
490
504
  <dt class="inherited-from">Inherited From:</dt>
491
505
  <dd class="inherited-from"><ul class="dummy"><li>
492
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
506
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
493
507
  </li></ul></dd>
494
508
 
495
509
 
@@ -554,6 +568,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
554
568
  <span class="param-type">String</span>
555
569
 
556
570
 
571
+
557
572
  </span>
558
573
 
559
574
  <h4 class="name" id="headers">
@@ -585,7 +600,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
585
600
 
586
601
  <dt class="inherited-from">Inherited From:</dt>
587
602
  <dd class="inherited-from"><ul class="dummy"><li>
588
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
603
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
589
604
  </li></ul></dd>
590
605
 
591
606
 
@@ -651,6 +666,7 @@ BaseServer.headers.token = '新token';</code></pre>
651
666
  <span class="param-type">function</span>
652
667
 
653
668
 
669
+
654
670
  </span>
655
671
 
656
672
  <h4 class="name" id="requestInterceptor">
@@ -682,7 +698,7 @@ BaseServer.headers.token = '新token';</code></pre>
682
698
 
683
699
  <dt class="inherited-from">Inherited From:</dt>
684
700
  <dd class="inherited-from"><ul class="dummy"><li>
685
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
701
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
686
702
  </li></ul></dd>
687
703
 
688
704
 
@@ -754,6 +770,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
754
770
  <span class="param-type">String</span>
755
771
 
756
772
 
773
+
757
774
  </span>
758
775
 
759
776
  <h4 class="name" id="requestTimeout">
@@ -785,7 +802,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
785
802
 
786
803
  <dt class="inherited-from">Inherited From:</dt>
787
804
  <dd class="inherited-from"><ul class="dummy"><li>
788
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
805
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
789
806
  </li></ul></dd>
790
807
 
791
808
 
@@ -847,6 +864,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
847
864
  <span class="param-type">function</span>
848
865
 
849
866
 
867
+
850
868
  </span>
851
869
 
852
870
  <h4 class="name" id="responseInterceptor">
@@ -878,7 +896,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
878
896
 
879
897
  <dt class="inherited-from">Inherited From:</dt>
880
898
  <dd class="inherited-from"><ul class="dummy"><li>
881
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
899
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
882
900
  </li></ul></dd>
883
901
 
884
902
 
@@ -949,7 +967,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
949
967
  <span class="method-parameter is-pulled-right">
950
968
  <label>类型:</label>
951
969
 
952
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
970
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
971
+
953
972
 
954
973
 
955
974
  </span>
@@ -983,7 +1002,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
983
1002
 
984
1003
  <dt class="inherited-from">Inherited From:</dt>
985
1004
  <dd class="inherited-from"><ul class="dummy"><li>
986
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1005
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
987
1006
  </li></ul></dd>
988
1007
 
989
1008
 
@@ -1049,6 +1068,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1049
1068
  <span class="param-type">String</span>
1050
1069
 
1051
1070
 
1071
+
1052
1072
  </span>
1053
1073
 
1054
1074
  <h4 class="name" id="tokenKey">
@@ -1080,7 +1100,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1080
1100
 
1081
1101
  <dt class="inherited-from">Inherited From:</dt>
1082
1102
  <dd class="inherited-from"><ul class="dummy"><li>
1083
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1103
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1084
1104
  </li></ul></dd>
1085
1105
 
1086
1106
 
@@ -1141,6 +1161,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1141
1161
  <span class="param-type">String</span>
1142
1162
 
1143
1163
 
1164
+
1144
1165
  </span>
1145
1166
 
1146
1167
  <h4 class="name" id="tokenValue">
@@ -1172,7 +1193,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1172
1193
 
1173
1194
  <dt class="inherited-from">Inherited From:</dt>
1174
1195
  <dd class="inherited-from"><ul class="dummy"><li>
1175
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1196
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1176
1197
  </li></ul></dd>
1177
1198
 
1178
1199
 
@@ -1233,6 +1254,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1233
1254
  <span class="param-type">String</span>
1234
1255
 
1235
1256
 
1257
+
1236
1258
  </span>
1237
1259
 
1238
1260
  <h4 class="name" id="url">
@@ -1264,7 +1286,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1264
1286
 
1265
1287
  <dt class="inherited-from">Inherited From:</dt>
1266
1288
  <dd class="inherited-from"><ul class="dummy"><li>
1267
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1289
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1268
1290
  </li></ul></dd>
1269
1291
 
1270
1292
 
@@ -1338,7 +1360,7 @@ BaseServer.url = '新URL';</code></pre>
1338
1360
  <tbody>
1339
1361
 
1340
1362
  <tr class="deep-level-0">
1341
- <td class="name"><code><a href="ArcGISFeatureServer.html#addFeatures">addFeatures</a></code></td>
1363
+ <td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
1342
1364
  <td class="name">
1343
1365
  <code>
1344
1366
 
@@ -1348,7 +1370,7 @@ BaseServer.url = '新URL';</code></pre>
1348
1370
  </tr>
1349
1371
 
1350
1372
  <tr class="deep-level-0">
1351
- <td class="name"><code><a href="ArcGISFeatureServer.html#deleteFeatures">deleteFeatures</a></code></td>
1373
+ <td class="name"><code><a href="#deleteFeatures">deleteFeatures</a></code></td>
1352
1374
  <td class="name">
1353
1375
  <code>
1354
1376
 
@@ -1358,7 +1380,7 @@ BaseServer.url = '新URL';</code></pre>
1358
1380
  </tr>
1359
1381
 
1360
1382
  <tr class="deep-level-0">
1361
- <td class="name"><code><a href="ArcGISFeatureServer.html#editFeatures">editFeatures</a></code></td>
1383
+ <td class="name"><code><a href="#editFeatures">editFeatures</a></code></td>
1362
1384
  <td class="name">
1363
1385
  <code>
1364
1386
 
@@ -1368,7 +1390,7 @@ BaseServer.url = '新URL';</code></pre>
1368
1390
  </tr>
1369
1391
 
1370
1392
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryFeatureInfo">queryFeatureInfo</a></code></td>
1393
+ <td class="name"><code><a href="#queryFeatureInfo">queryFeatureInfo</a></code></td>
1372
1394
  <td class="name">
1373
1395
  <code>
1374
1396
 
@@ -1378,7 +1400,7 @@ BaseServer.url = '新URL';</code></pre>
1378
1400
  </tr>
1379
1401
 
1380
1402
  <tr class="deep-level-0">
1381
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryFeatures">queryFeatures</a></code></td>
1403
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1382
1404
  <td class="name">
1383
1405
  <code>
1384
1406
 
@@ -1388,7 +1410,7 @@ BaseServer.url = '新URL';</code></pre>
1388
1410
  </tr>
1389
1411
 
1390
1412
  <tr class="deep-level-0">
1391
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryFeaturesInLayer">queryFeaturesInLayer</a></code></td>
1413
+ <td class="name"><code><a href="#queryFeaturesInLayer">queryFeaturesInLayer</a></code></td>
1392
1414
  <td class="name">
1393
1415
  <code>
1394
1416
 
@@ -1398,7 +1420,7 @@ BaseServer.url = '新URL';</code></pre>
1398
1420
  </tr>
1399
1421
 
1400
1422
  <tr class="deep-level-0">
1401
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1423
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1402
1424
  <td class="name">
1403
1425
  <code>
1404
1426
 
@@ -1408,7 +1430,7 @@ BaseServer.url = '新URL';</code></pre>
1408
1430
  </tr>
1409
1431
 
1410
1432
  <tr class="deep-level-0">
1411
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryServerInfo">queryServerInfo</a></code></td>
1433
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1412
1434
  <td class="name">
1413
1435
  <code>
1414
1436
 
@@ -1418,7 +1440,7 @@ BaseServer.url = '新URL';</code></pre>
1418
1440
  </tr>
1419
1441
 
1420
1442
  <tr class="deep-level-0">
1421
- <td class="name"><code><a href="ArcGISFeatureServer.html#simplifyGeometry">simplifyGeometry</a></code></td>
1443
+ <td class="name"><code><a href="#simplifyGeometry">simplifyGeometry</a></code></td>
1422
1444
  <td class="name">
1423
1445
  <code>
1424
1446
 
@@ -1428,7 +1450,7 @@ BaseServer.url = '新URL';</code></pre>
1428
1450
  </tr>
1429
1451
 
1430
1452
  <tr class="deep-level-0">
1431
- <td class="name"><code><a href="ArcGISFeatureServer.html#updateFeatures">updateFeatures</a></code></td>
1453
+ <td class="name"><code><a href="#updateFeatures">updateFeatures</a></code></td>
1432
1454
  <td class="name">
1433
1455
  <code>
1434
1456
 
@@ -1521,6 +1543,7 @@ BaseServer.url = '新URL';</code></pre>
1521
1543
  <span class="param-type">String</span>
1522
1544
 
1523
1545
 
1546
+
1524
1547
 
1525
1548
  </td>
1526
1549
 
@@ -1543,6 +1566,7 @@ BaseServer.url = '新URL';</code></pre>
1543
1566
  <span class="param-type">Array</span>
1544
1567
 
1545
1568
 
1569
+
1546
1570
 
1547
1571
  </td>
1548
1572
 
@@ -1565,6 +1589,7 @@ BaseServer.url = '新URL';</code></pre>
1565
1589
  <span class="param-type">function</span>
1566
1590
 
1567
1591
 
1592
+
1568
1593
 
1569
1594
  </td>
1570
1595
 
@@ -1587,6 +1612,7 @@ BaseServer.url = '新URL';</code></pre>
1587
1612
  <span class="param-type">function</span>
1588
1613
 
1589
1614
 
1615
+
1590
1616
 
1591
1617
  </td>
1592
1618
 
@@ -1609,6 +1635,7 @@ BaseServer.url = '新URL';</code></pre>
1609
1635
  <span class="param-type">String</span>
1610
1636
 
1611
1637
 
1638
+
1612
1639
 
1613
1640
  </td>
1614
1641
 
@@ -1631,6 +1658,7 @@ BaseServer.url = '新URL';</code></pre>
1631
1658
  <span class="param-type">String</span>
1632
1659
 
1633
1660
 
1661
+
1634
1662
 
1635
1663
  </td>
1636
1664
 
@@ -1791,6 +1819,7 @@ BaseServer.url = '新URL';</code></pre>
1791
1819
  <span class="param-type">String</span>
1792
1820
 
1793
1821
 
1822
+
1794
1823
 
1795
1824
  </td>
1796
1825
 
@@ -1813,6 +1842,7 @@ BaseServer.url = '新URL';</code></pre>
1813
1842
  <span class="param-type">function</span>
1814
1843
 
1815
1844
 
1845
+
1816
1846
 
1817
1847
  </td>
1818
1848
 
@@ -1835,6 +1865,7 @@ BaseServer.url = '新URL';</code></pre>
1835
1865
  <span class="param-type">function</span>
1836
1866
 
1837
1867
 
1868
+
1838
1869
 
1839
1870
  </td>
1840
1871
 
@@ -1857,6 +1888,7 @@ BaseServer.url = '新URL';</code></pre>
1857
1888
  <span class="param-type">String</span>
1858
1889
 
1859
1890
 
1891
+
1860
1892
 
1861
1893
  </td>
1862
1894
 
@@ -1879,6 +1911,7 @@ BaseServer.url = '新URL';</code></pre>
1879
1911
  <span class="param-type">String</span>
1880
1912
 
1881
1913
 
1914
+
1882
1915
 
1883
1916
  </td>
1884
1917
 
@@ -1901,6 +1934,7 @@ BaseServer.url = '新URL';</code></pre>
1901
1934
  <span class="param-type">Object</span>
1902
1935
 
1903
1936
 
1937
+
1904
1938
 
1905
1939
  </td>
1906
1940
 
@@ -1923,6 +1957,7 @@ BaseServer.url = '新URL';</code></pre>
1923
1957
  <span class="param-type">String</span>
1924
1958
 
1925
1959
 
1960
+
1926
1961
 
1927
1962
  </td>
1928
1963
 
@@ -1945,6 +1980,7 @@ BaseServer.url = '新URL';</code></pre>
1945
1980
  <span class="param-type">String</span>
1946
1981
 
1947
1982
 
1983
+
1948
1984
 
1949
1985
  </td>
1950
1986
 
@@ -1967,6 +2003,7 @@ BaseServer.url = '新URL';</code></pre>
1967
2003
  <span class="param-type">String</span>
1968
2004
 
1969
2005
 
2006
+
1970
2007
 
1971
2008
  </td>
1972
2009
 
@@ -1989,6 +2026,7 @@ BaseServer.url = '新URL';</code></pre>
1989
2026
  <span class="param-type">String</span>
1990
2027
 
1991
2028
 
2029
+
1992
2030
 
1993
2031
  </td>
1994
2032
 
@@ -2011,6 +2049,7 @@ BaseServer.url = '新URL';</code></pre>
2011
2049
  <span class="param-type">String</span>
2012
2050
 
2013
2051
 
2052
+
2014
2053
 
2015
2054
  </td>
2016
2055
 
@@ -2171,6 +2210,7 @@ BaseServer.url = '新URL';</code></pre>
2171
2210
  <span class="param-type">String</span>
2172
2211
 
2173
2212
 
2213
+
2174
2214
 
2175
2215
  </td>
2176
2216
 
@@ -2193,6 +2233,7 @@ BaseServer.url = '新URL';</code></pre>
2193
2233
  <span class="param-type">Array</span>
2194
2234
 
2195
2235
 
2236
+
2196
2237
 
2197
2238
  </td>
2198
2239
 
@@ -2215,6 +2256,7 @@ BaseServer.url = '新URL';</code></pre>
2215
2256
  <span class="param-type">function</span>
2216
2257
 
2217
2258
 
2259
+
2218
2260
 
2219
2261
  </td>
2220
2262
 
@@ -2237,6 +2279,7 @@ BaseServer.url = '新URL';</code></pre>
2237
2279
  <span class="param-type">function</span>
2238
2280
 
2239
2281
 
2282
+
2240
2283
 
2241
2284
  </td>
2242
2285
 
@@ -2259,6 +2302,7 @@ BaseServer.url = '新URL';</code></pre>
2259
2302
  <span class="param-type">String</span>
2260
2303
 
2261
2304
 
2305
+
2262
2306
 
2263
2307
  </td>
2264
2308
 
@@ -2281,6 +2325,7 @@ BaseServer.url = '新URL';</code></pre>
2281
2325
  <span class="param-type">String</span>
2282
2326
 
2283
2327
 
2328
+
2284
2329
 
2285
2330
  </td>
2286
2331
 
@@ -2303,6 +2348,7 @@ BaseServer.url = '新URL';</code></pre>
2303
2348
  <span class="param-type">String</span>
2304
2349
 
2305
2350
 
2351
+
2306
2352
 
2307
2353
  </td>
2308
2354
 
@@ -2325,6 +2371,7 @@ BaseServer.url = '新URL';</code></pre>
2325
2371
  <span class="param-type">String</span>
2326
2372
 
2327
2373
 
2374
+
2328
2375
 
2329
2376
  </td>
2330
2377
 
@@ -2347,6 +2394,7 @@ BaseServer.url = '新URL';</code></pre>
2347
2394
  <span class="param-type">String</span>
2348
2395
 
2349
2396
 
2397
+
2350
2398
 
2351
2399
  </td>
2352
2400
 
@@ -2507,6 +2555,7 @@ BaseServer.url = '新URL';</code></pre>
2507
2555
  <span class="param-type">String</span>
2508
2556
 
2509
2557
 
2558
+
2510
2559
 
2511
2560
  </td>
2512
2561
 
@@ -2529,6 +2578,7 @@ BaseServer.url = '新URL';</code></pre>
2529
2578
  <span class="param-type">String</span>
2530
2579
 
2531
2580
 
2581
+
2532
2582
 
2533
2583
  </td>
2534
2584
 
@@ -2551,6 +2601,7 @@ BaseServer.url = '新URL';</code></pre>
2551
2601
  <span class="param-type">function</span>
2552
2602
 
2553
2603
 
2604
+
2554
2605
 
2555
2606
  </td>
2556
2607
 
@@ -2573,6 +2624,7 @@ BaseServer.url = '新URL';</code></pre>
2573
2624
  <span class="param-type">function</span>
2574
2625
 
2575
2626
 
2627
+
2576
2628
 
2577
2629
  </td>
2578
2630
 
@@ -2733,6 +2785,7 @@ BaseServer.url = '新URL';</code></pre>
2733
2785
  <span class="param-type">function</span>
2734
2786
 
2735
2787
 
2788
+
2736
2789
 
2737
2790
  </td>
2738
2791
 
@@ -2755,6 +2808,7 @@ BaseServer.url = '新URL';</code></pre>
2755
2808
  <span class="param-type">function</span>
2756
2809
 
2757
2810
 
2811
+
2758
2812
 
2759
2813
  </td>
2760
2814
 
@@ -2777,6 +2831,7 @@ BaseServer.url = '新URL';</code></pre>
2777
2831
  <span class="param-type">Array</span>
2778
2832
 
2779
2833
 
2834
+
2780
2835
 
2781
2836
  </td>
2782
2837
 
@@ -2799,6 +2854,7 @@ BaseServer.url = '新URL';</code></pre>
2799
2854
  <span class="param-type">Object</span>
2800
2855
 
2801
2856
 
2857
+
2802
2858
 
2803
2859
  </td>
2804
2860
 
@@ -2821,6 +2877,7 @@ BaseServer.url = '新URL';</code></pre>
2821
2877
  <span class="param-type">String</span>
2822
2878
 
2823
2879
 
2880
+
2824
2881
 
2825
2882
  </td>
2826
2883
 
@@ -2843,6 +2900,7 @@ BaseServer.url = '新URL';</code></pre>
2843
2900
  <span class="param-type">String</span>
2844
2901
 
2845
2902
 
2903
+
2846
2904
 
2847
2905
  </td>
2848
2906
 
@@ -2865,6 +2923,7 @@ BaseServer.url = '新URL';</code></pre>
2865
2923
  <span class="param-type">String</span>
2866
2924
 
2867
2925
 
2926
+
2868
2927
 
2869
2928
  </td>
2870
2929
 
@@ -2887,6 +2946,7 @@ BaseServer.url = '新URL';</code></pre>
2887
2946
  <span class="param-type">Number</span>
2888
2947
 
2889
2948
 
2949
+
2890
2950
 
2891
2951
  </td>
2892
2952
 
@@ -2909,6 +2969,7 @@ BaseServer.url = '新URL';</code></pre>
2909
2969
  <span class="param-type">String</span>
2910
2970
 
2911
2971
 
2972
+
2912
2973
 
2913
2974
  </td>
2914
2975
 
@@ -2931,6 +2992,7 @@ BaseServer.url = '新URL';</code></pre>
2931
2992
  <span class="param-type">String</span>
2932
2993
 
2933
2994
 
2995
+
2934
2996
 
2935
2997
  </td>
2936
2998
 
@@ -2953,6 +3015,7 @@ BaseServer.url = '新URL';</code></pre>
2953
3015
  <span class="param-type">Boolean</span>
2954
3016
 
2955
3017
 
3018
+
2956
3019
 
2957
3020
  </td>
2958
3021
 
@@ -2975,6 +3038,7 @@ BaseServer.url = '新URL';</code></pre>
2975
3038
  <span class="param-type">Number</span>
2976
3039
 
2977
3040
 
3041
+
2978
3042
 
2979
3043
  </td>
2980
3044
 
@@ -2997,6 +3061,7 @@ BaseServer.url = '新URL';</code></pre>
2997
3061
  <span class="param-type">Boolean</span>
2998
3062
 
2999
3063
 
3064
+
3000
3065
 
3001
3066
  </td>
3002
3067
 
@@ -3019,6 +3084,7 @@ BaseServer.url = '新URL';</code></pre>
3019
3084
  <span class="param-type">Boolean</span>
3020
3085
 
3021
3086
 
3087
+
3022
3088
 
3023
3089
  </td>
3024
3090
 
@@ -3041,6 +3107,7 @@ BaseServer.url = '新URL';</code></pre>
3041
3107
  <span class="param-type">Boolean</span>
3042
3108
 
3043
3109
 
3110
+
3044
3111
 
3045
3112
  </td>
3046
3113
 
@@ -3063,6 +3130,7 @@ BaseServer.url = '新URL';</code></pre>
3063
3130
  <span class="param-type">Boolean</span>
3064
3131
 
3065
3132
 
3133
+
3066
3134
 
3067
3135
  </td>
3068
3136
 
@@ -3085,6 +3153,7 @@ BaseServer.url = '新URL';</code></pre>
3085
3153
  <span class="param-type">Number</span>
3086
3154
 
3087
3155
 
3156
+
3088
3157
 
3089
3158
  </td>
3090
3159
 
@@ -3245,6 +3314,7 @@ BaseServer.url = '新URL';</code></pre>
3245
3314
  <span class="param-type">String</span>
3246
3315
 
3247
3316
 
3317
+
3248
3318
 
3249
3319
  </td>
3250
3320
 
@@ -3267,6 +3337,7 @@ BaseServer.url = '新URL';</code></pre>
3267
3337
  <span class="param-type">String</span>
3268
3338
 
3269
3339
 
3340
+
3270
3341
 
3271
3342
  </td>
3272
3343
 
@@ -3289,6 +3360,7 @@ BaseServer.url = '新URL';</code></pre>
3289
3360
  <span class="param-type">function</span>
3290
3361
 
3291
3362
 
3363
+
3292
3364
 
3293
3365
  </td>
3294
3366
 
@@ -3311,6 +3383,7 @@ BaseServer.url = '新URL';</code></pre>
3311
3383
  <span class="param-type">function</span>
3312
3384
 
3313
3385
 
3386
+
3314
3387
 
3315
3388
  </td>
3316
3389
 
@@ -3471,6 +3544,7 @@ BaseServer.url = '新URL';</code></pre>
3471
3544
  <span class="param-type">String</span>
3472
3545
 
3473
3546
 
3547
+
3474
3548
 
3475
3549
  </td>
3476
3550
 
@@ -3493,6 +3567,7 @@ BaseServer.url = '新URL';</code></pre>
3493
3567
  <span class="param-type">function</span>
3494
3568
 
3495
3569
 
3570
+
3496
3571
 
3497
3572
  </td>
3498
3573
 
@@ -3515,6 +3590,7 @@ BaseServer.url = '新URL';</code></pre>
3515
3590
  <span class="param-type">function</span>
3516
3591
 
3517
3592
 
3593
+
3518
3594
 
3519
3595
  </td>
3520
3596
 
@@ -3681,6 +3757,7 @@ BaseServer.url = '新URL';</code></pre>
3681
3757
  <span class="param-type">function</span>
3682
3758
 
3683
3759
 
3760
+
3684
3761
 
3685
3762
  </td>
3686
3763
 
@@ -3709,6 +3786,7 @@ BaseServer.url = '新URL';</code></pre>
3709
3786
  <span class="param-type">function</span>
3710
3787
 
3711
3788
 
3789
+
3712
3790
 
3713
3791
  </td>
3714
3792
 
@@ -3747,7 +3825,7 @@ BaseServer.url = '新URL';</code></pre>
3747
3825
 
3748
3826
  <dt class="inherited-from">Inherited From:</dt>
3749
3827
  <dd class="inherited-from"><ul class="dummy"><li>
3750
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3828
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3751
3829
  </li></ul></dd>
3752
3830
 
3753
3831
 
@@ -3908,6 +3986,7 @@ BaseServer.url = '新URL';</code></pre>
3908
3986
  <span class="param-type">Object</span>
3909
3987
 
3910
3988
 
3989
+
3911
3990
 
3912
3991
  </td>
3913
3992
 
@@ -3930,6 +4009,7 @@ BaseServer.url = '新URL';</code></pre>
3930
4009
  <span class="param-type">String</span>
3931
4010
 
3932
4011
 
4012
+
3933
4013
 
3934
4014
  </td>
3935
4015
 
@@ -3952,6 +4032,7 @@ BaseServer.url = '新URL';</code></pre>
3952
4032
  <span class="param-type">function</span>
3953
4033
 
3954
4034
 
4035
+
3955
4036
 
3956
4037
  </td>
3957
4038
 
@@ -3974,6 +4055,7 @@ BaseServer.url = '新URL';</code></pre>
3974
4055
  <span class="param-type">function</span>
3975
4056
 
3976
4057
 
4058
+
3977
4059
 
3978
4060
  </td>
3979
4061
 
@@ -4134,6 +4216,7 @@ BaseServer.url = '新URL';</code></pre>
4134
4216
  <span class="param-type">String</span>
4135
4217
 
4136
4218
 
4219
+
4137
4220
 
4138
4221
  </td>
4139
4222
 
@@ -4156,6 +4239,7 @@ BaseServer.url = '新URL';</code></pre>
4156
4239
  <span class="param-type">Array</span>
4157
4240
 
4158
4241
 
4242
+
4159
4243
 
4160
4244
  </td>
4161
4245
 
@@ -4178,6 +4262,7 @@ BaseServer.url = '新URL';</code></pre>
4178
4262
  <span class="param-type">function</span>
4179
4263
 
4180
4264
 
4265
+
4181
4266
 
4182
4267
  </td>
4183
4268
 
@@ -4200,6 +4285,7 @@ BaseServer.url = '新URL';</code></pre>
4200
4285
  <span class="param-type">function</span>
4201
4286
 
4202
4287
 
4288
+
4203
4289
 
4204
4290
  </td>
4205
4291
 
@@ -4222,6 +4308,7 @@ BaseServer.url = '新URL';</code></pre>
4222
4308
  <span class="param-type">String</span>
4223
4309
 
4224
4310
 
4311
+
4225
4312
 
4226
4313
  </td>
4227
4314
 
@@ -4244,6 +4331,7 @@ BaseServer.url = '新URL';</code></pre>
4244
4331
  <span class="param-type">String</span>
4245
4332
 
4246
4333
 
4334
+
4247
4335
 
4248
4336
  </td>
4249
4337