@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
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -186,7 +187,7 @@ const mapServer = new MapServer({
186
187
 
187
188
 
188
189
  <ul>
189
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
190
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
190
191
  </ul>
191
192
 
192
193
 
@@ -218,89 +219,96 @@ const mapServer = new MapServer({
218
219
  <tbody>
219
220
 
220
221
  <tr class="deep-level-0">
221
- <td class="name"><code><a href="MapServer.html#clientId">clientId</a></code></td>
222
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
222
223
  <td class="name">
223
224
  <code>
224
225
 
225
226
  <span class="param-type">Boolean</span>
226
227
 
227
228
 
229
+
228
230
  </code>
229
231
  </td>
230
232
  <td class="name"><code><p>客户端id</p></code></td>
231
233
  </tr>
232
234
 
233
235
  <tr class="deep-level-0">
234
- <td class="name"><code><a href="MapServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
236
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
235
237
  <td class="name">
236
238
  <code>
237
239
 
238
240
  <span class="param-type">Boolean</span>
239
241
 
240
242
 
243
+
241
244
  </code>
242
245
  </td>
243
246
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
244
247
  </tr>
245
248
 
246
249
  <tr class="deep-level-0">
247
- <td class="name"><code><a href="MapServer.html#headers">headers</a></code></td>
250
+ <td class="name"><code><a href="#headers">headers</a></code></td>
248
251
  <td class="name">
249
252
  <code>
250
253
 
251
254
  <span class="param-type">String</span>
252
255
 
253
256
 
257
+
254
258
  </code>
255
259
  </td>
256
260
  <td class="name"><code><p>请求头参数</p></code></td>
257
261
  </tr>
258
262
 
259
263
  <tr class="deep-level-0">
260
- <td class="name"><code><a href="MapServer.html#requestInterceptor">requestInterceptor</a></code></td>
264
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
261
265
  <td class="name">
262
266
  <code>
263
267
 
264
268
  <span class="param-type">function</span>
265
269
 
266
270
 
271
+
267
272
  </code>
268
273
  </td>
269
274
  <td class="name"><code><p>请求发送拦截器</p></code></td>
270
275
  </tr>
271
276
 
272
277
  <tr class="deep-level-0">
273
- <td class="name"><code><a href="MapServer.html#requestTimeout">requestTimeout</a></code></td>
278
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
274
279
  <td class="name">
275
280
  <code>
276
281
 
277
282
  <span class="param-type">String</span>
278
283
 
279
284
 
285
+
280
286
  </code>
281
287
  </td>
282
288
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
283
289
  </tr>
284
290
 
285
291
  <tr class="deep-level-0">
286
- <td class="name"><code><a href="MapServer.html#responseInterceptor">responseInterceptor</a></code></td>
292
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
287
293
  <td class="name">
288
294
  <code>
289
295
 
290
296
  <span class="param-type">function</span>
291
297
 
292
298
 
299
+
293
300
  </code>
294
301
  </td>
295
302
  <td class="name"><code><p>请求响应拦截器</p></code></td>
296
303
  </tr>
297
304
 
298
305
  <tr class="deep-level-0">
299
- <td class="name"><code><a href="MapServer.html#tokenAttachType">tokenAttachType</a></code></td>
306
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
300
307
  <td class="name">
301
308
  <code>
302
309
 
303
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
310
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
311
+
304
312
 
305
313
 
306
314
  </code>
@@ -309,39 +317,42 @@ const mapServer = new MapServer({
309
317
  </tr>
310
318
 
311
319
  <tr class="deep-level-0">
312
- <td class="name"><code><a href="MapServer.html#tokenKey">tokenKey</a></code></td>
320
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
313
321
  <td class="name">
314
322
  <code>
315
323
 
316
324
  <span class="param-type">String</span>
317
325
 
318
326
 
327
+
319
328
  </code>
320
329
  </td>
321
330
  <td class="name"><code><p>token名</p></code></td>
322
331
  </tr>
323
332
 
324
333
  <tr class="deep-level-0">
325
- <td class="name"><code><a href="MapServer.html#tokenValue">tokenValue</a></code></td>
334
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
326
335
  <td class="name">
327
336
  <code>
328
337
 
329
338
  <span class="param-type">String</span>
330
339
 
331
340
 
341
+
332
342
  </code>
333
343
  </td>
334
344
  <td class="name"><code><p>token值</p></code></td>
335
345
  </tr>
336
346
 
337
347
  <tr class="deep-level-0">
338
- <td class="name"><code><a href="MapServer.html#url">url</a></code></td>
348
+ <td class="name"><code><a href="#url">url</a></code></td>
339
349
  <td class="name">
340
350
  <code>
341
351
 
342
352
  <span class="param-type">String</span>
343
353
 
344
354
 
355
+
345
356
  </code>
346
357
  </td>
347
358
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -361,6 +372,7 @@ const mapServer = new MapServer({
361
372
  <span class="param-type">Boolean</span>
362
373
 
363
374
 
375
+
364
376
  </span>
365
377
 
366
378
  <h4 class="name" id="clientId">
@@ -392,7 +404,7 @@ const mapServer = new MapServer({
392
404
 
393
405
  <dt class="inherited-from">Inherited From:</dt>
394
406
  <dd class="inherited-from"><ul class="dummy"><li>
395
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
407
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
396
408
  </li></ul></dd>
397
409
 
398
410
 
@@ -436,6 +448,7 @@ const mapServer = new MapServer({
436
448
  <span class="param-type">Boolean</span>
437
449
 
438
450
 
451
+
439
452
  </span>
440
453
 
441
454
  <h4 class="name" id="enableGlobeFetch">
@@ -467,7 +480,7 @@ const mapServer = new MapServer({
467
480
 
468
481
  <dt class="inherited-from">Inherited From:</dt>
469
482
  <dd class="inherited-from"><ul class="dummy"><li>
470
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
483
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
471
484
  </li></ul></dd>
472
485
 
473
486
 
@@ -532,6 +545,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
532
545
  <span class="param-type">String</span>
533
546
 
534
547
 
548
+
535
549
  </span>
536
550
 
537
551
  <h4 class="name" id="headers">
@@ -563,7 +577,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
563
577
 
564
578
  <dt class="inherited-from">Inherited From:</dt>
565
579
  <dd class="inherited-from"><ul class="dummy"><li>
566
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
580
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
567
581
  </li></ul></dd>
568
582
 
569
583
 
@@ -629,6 +643,7 @@ BaseServer.headers.token = '新token';</code></pre>
629
643
  <span class="param-type">function</span>
630
644
 
631
645
 
646
+
632
647
  </span>
633
648
 
634
649
  <h4 class="name" id="requestInterceptor">
@@ -660,7 +675,7 @@ BaseServer.headers.token = '新token';</code></pre>
660
675
 
661
676
  <dt class="inherited-from">Inherited From:</dt>
662
677
  <dd class="inherited-from"><ul class="dummy"><li>
663
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
678
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
664
679
  </li></ul></dd>
665
680
 
666
681
 
@@ -732,6 +747,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
732
747
  <span class="param-type">String</span>
733
748
 
734
749
 
750
+
735
751
  </span>
736
752
 
737
753
  <h4 class="name" id="requestTimeout">
@@ -763,7 +779,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
763
779
 
764
780
  <dt class="inherited-from">Inherited From:</dt>
765
781
  <dd class="inherited-from"><ul class="dummy"><li>
766
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
782
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
767
783
  </li></ul></dd>
768
784
 
769
785
 
@@ -825,6 +841,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
825
841
  <span class="param-type">function</span>
826
842
 
827
843
 
844
+
828
845
  </span>
829
846
 
830
847
  <h4 class="name" id="responseInterceptor">
@@ -856,7 +873,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
856
873
 
857
874
  <dt class="inherited-from">Inherited From:</dt>
858
875
  <dd class="inherited-from"><ul class="dummy"><li>
859
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
876
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
860
877
  </li></ul></dd>
861
878
 
862
879
 
@@ -927,7 +944,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
927
944
  <span class="method-parameter is-pulled-right">
928
945
  <label>类型:</label>
929
946
 
930
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
947
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
948
+
931
949
 
932
950
 
933
951
  </span>
@@ -961,7 +979,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
961
979
 
962
980
  <dt class="inherited-from">Inherited From:</dt>
963
981
  <dd class="inherited-from"><ul class="dummy"><li>
964
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
982
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
965
983
  </li></ul></dd>
966
984
 
967
985
 
@@ -1027,6 +1045,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1027
1045
  <span class="param-type">String</span>
1028
1046
 
1029
1047
 
1048
+
1030
1049
  </span>
1031
1050
 
1032
1051
  <h4 class="name" id="tokenKey">
@@ -1058,7 +1077,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1058
1077
 
1059
1078
  <dt class="inherited-from">Inherited From:</dt>
1060
1079
  <dd class="inherited-from"><ul class="dummy"><li>
1061
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1080
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1062
1081
  </li></ul></dd>
1063
1082
 
1064
1083
 
@@ -1119,6 +1138,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1119
1138
  <span class="param-type">String</span>
1120
1139
 
1121
1140
 
1141
+
1122
1142
  </span>
1123
1143
 
1124
1144
  <h4 class="name" id="tokenValue">
@@ -1150,7 +1170,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1150
1170
 
1151
1171
  <dt class="inherited-from">Inherited From:</dt>
1152
1172
  <dd class="inherited-from"><ul class="dummy"><li>
1153
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1173
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1154
1174
  </li></ul></dd>
1155
1175
 
1156
1176
 
@@ -1211,6 +1231,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1211
1231
  <span class="param-type">String</span>
1212
1232
 
1213
1233
 
1234
+
1214
1235
  </span>
1215
1236
 
1216
1237
  <h4 class="name" id="url">
@@ -1242,7 +1263,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1242
1263
 
1243
1264
  <dt class="inherited-from">Inherited From:</dt>
1244
1265
  <dd class="inherited-from"><ul class="dummy"><li>
1245
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1266
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1246
1267
  </li></ul></dd>
1247
1268
 
1248
1269
 
@@ -1316,7 +1337,7 @@ BaseServer.url = '新URL';</code></pre>
1316
1337
  <tbody>
1317
1338
 
1318
1339
  <tr class="deep-level-0">
1319
- <td class="name"><code><a href="MapServer.html#addLayer">addLayer</a></code></td>
1340
+ <td class="name"><code><a href="#addLayer">addLayer</a></code></td>
1320
1341
  <td class="name">
1321
1342
  <code>
1322
1343
 
@@ -1326,7 +1347,7 @@ BaseServer.url = '新URL';</code></pre>
1326
1347
  </tr>
1327
1348
 
1328
1349
  <tr class="deep-level-0">
1329
- <td class="name"><code><a href="MapServer.html#deleteLayer">deleteLayer</a></code></td>
1350
+ <td class="name"><code><a href="#deleteLayer">deleteLayer</a></code></td>
1330
1351
  <td class="name">
1331
1352
  <code>
1332
1353
 
@@ -1336,7 +1357,7 @@ BaseServer.url = '新URL';</code></pre>
1336
1357
  </tr>
1337
1358
 
1338
1359
  <tr class="deep-level-0">
1339
- <td class="name"><code><a href="MapServer.html#exportImage">exportImage</a></code></td>
1360
+ <td class="name"><code><a href="#exportImage">exportImage</a></code></td>
1340
1361
  <td class="name">
1341
1362
  <code>
1342
1363
 
@@ -1346,7 +1367,7 @@ BaseServer.url = '新URL';</code></pre>
1346
1367
  </tr>
1347
1368
 
1348
1369
  <tr class="deep-level-0">
1349
- <td class="name"><code><a href="MapServer.html#getImage">getImage</a></code></td>
1370
+ <td class="name"><code><a href="#getImage">getImage</a></code></td>
1350
1371
  <td class="name">
1351
1372
  <code>
1352
1373
 
@@ -1358,7 +1379,7 @@ BaseServer.url = '新URL';</code></pre>
1358
1379
  </tr>
1359
1380
 
1360
1381
  <tr class="deep-level-0">
1361
- <td class="name"><code><a href="MapServer.html#getLegend">getLegend</a></code></td>
1382
+ <td class="name"><code><a href="#getLegend">getLegend</a></code></td>
1362
1383
  <td class="name">
1363
1384
  <code>
1364
1385
 
@@ -1368,7 +1389,7 @@ BaseServer.url = '新URL';</code></pre>
1368
1389
  </tr>
1369
1390
 
1370
1391
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="MapServer.html#queryFeatures">queryFeatures</a></code></td>
1392
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1372
1393
  <td class="name">
1373
1394
  <code>
1374
1395
 
@@ -1378,7 +1399,7 @@ BaseServer.url = '新URL';</code></pre>
1378
1399
  </tr>
1379
1400
 
1380
1401
  <tr class="deep-level-0">
1381
- <td class="name"><code><a href="MapServer.html#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1402
+ <td class="name"><code><a href="#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1382
1403
  <td class="name">
1383
1404
  <code>
1384
1405
 
@@ -1388,7 +1409,7 @@ BaseServer.url = '新URL';</code></pre>
1388
1409
  </tr>
1389
1410
 
1390
1411
  <tr class="deep-level-0">
1391
- <td class="name"><code><a href="MapServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1412
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1392
1413
  <td class="name">
1393
1414
  <code>
1394
1415
 
@@ -1398,7 +1419,7 @@ BaseServer.url = '新URL';</code></pre>
1398
1419
  </tr>
1399
1420
 
1400
1421
  <tr class="deep-level-0">
1401
- <td class="name"><code><a href="MapServer.html#queryLayerList">queryLayerList</a></code></td>
1422
+ <td class="name"><code><a href="#queryLayerList">queryLayerList</a></code></td>
1402
1423
  <td class="name">
1403
1424
  <code>
1404
1425
 
@@ -1408,7 +1429,7 @@ BaseServer.url = '新URL';</code></pre>
1408
1429
  </tr>
1409
1430
 
1410
1431
  <tr class="deep-level-0">
1411
- <td class="name"><code><a href="MapServer.html#queryServerInfo">queryServerInfo</a></code></td>
1432
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1412
1433
  <td class="name">
1413
1434
  <code>
1414
1435
 
@@ -1418,7 +1439,7 @@ BaseServer.url = '新URL';</code></pre>
1418
1439
  </tr>
1419
1440
 
1420
1441
  <tr class="deep-level-0">
1421
- <td class="name"><code><a href="MapServer.html#setSystemLib">setSystemLib</a></code></td>
1442
+ <td class="name"><code><a href="#setSystemLib">setSystemLib</a></code></td>
1422
1443
  <td class="name">
1423
1444
  <code>
1424
1445
 
@@ -1494,6 +1515,7 @@ BaseServer.url = '新URL';</code></pre>
1494
1515
  <span class="param-type">Object</span>
1495
1516
 
1496
1517
 
1518
+
1497
1519
 
1498
1520
  </td>
1499
1521
 
@@ -1516,6 +1538,7 @@ BaseServer.url = '新URL';</code></pre>
1516
1538
  <span class="param-type">Array</span>
1517
1539
 
1518
1540
 
1541
+
1519
1542
 
1520
1543
  </td>
1521
1544
 
@@ -1538,6 +1561,7 @@ BaseServer.url = '新URL';</code></pre>
1538
1561
  <span class="param-type">function</span>
1539
1562
 
1540
1563
 
1564
+
1541
1565
 
1542
1566
  </td>
1543
1567
 
@@ -1557,7 +1581,8 @@ BaseServer.url = '新URL';</code></pre>
1557
1581
  <td class="type">
1558
1582
 
1559
1583
 
1560
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
1584
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
1585
+
1561
1586
 
1562
1587
 
1563
1588
 
@@ -1582,6 +1607,7 @@ BaseServer.url = '新URL';</code></pre>
1582
1607
  <span class="param-type">String</span>
1583
1608
 
1584
1609
 
1610
+
1585
1611
 
1586
1612
  </td>
1587
1613
 
@@ -1725,6 +1751,7 @@ BaseServer.url = '新URL';</code></pre>
1725
1751
  <span class="param-type">Object</span>
1726
1752
 
1727
1753
 
1754
+
1728
1755
 
1729
1756
  </td>
1730
1757
 
@@ -1747,6 +1774,7 @@ BaseServer.url = '新URL';</code></pre>
1747
1774
  <span class="param-type">String</span>
1748
1775
 
1749
1776
 
1777
+
1750
1778
 
1751
1779
  </td>
1752
1780
 
@@ -1769,6 +1797,7 @@ BaseServer.url = '新URL';</code></pre>
1769
1797
  <span class="param-type">function</span>
1770
1798
 
1771
1799
 
1800
+
1772
1801
 
1773
1802
  </td>
1774
1803
 
@@ -1791,6 +1820,7 @@ BaseServer.url = '新URL';</code></pre>
1791
1820
  <span class="param-type">function</span>
1792
1821
 
1793
1822
 
1823
+
1794
1824
 
1795
1825
  </td>
1796
1826
 
@@ -1813,6 +1843,7 @@ BaseServer.url = '新URL';</code></pre>
1813
1843
  <span class="param-type">String</span>
1814
1844
 
1815
1845
 
1846
+
1816
1847
 
1817
1848
  </td>
1818
1849
 
@@ -1976,7 +2007,8 @@ BaseServer.url = '新URL';</code></pre>
1976
2007
  <td class="type">
1977
2008
 
1978
2009
 
1979
- <span class="param-type"><a class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
2010
+ <span class="param-type"><a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
2011
+
1980
2012
 
1981
2013
 
1982
2014
 
@@ -2007,6 +2039,7 @@ BaseServer.url = '新URL';</code></pre>
2007
2039
  <span class="param-type">String</span>
2008
2040
 
2009
2041
 
2042
+
2010
2043
 
2011
2044
  </td>
2012
2045
 
@@ -2033,6 +2066,7 @@ BaseServer.url = '新URL';</code></pre>
2033
2066
  <span class="param-type">String</span>
2034
2067
 
2035
2068
 
2069
+
2036
2070
 
2037
2071
  </td>
2038
2072
 
@@ -2059,6 +2093,7 @@ BaseServer.url = '新URL';</code></pre>
2059
2093
  <span class="param-type">String</span>
2060
2094
 
2061
2095
 
2096
+
2062
2097
 
2063
2098
  </td>
2064
2099
 
@@ -2085,6 +2120,7 @@ BaseServer.url = '新URL';</code></pre>
2085
2120
  <span class="param-type">String</span>
2086
2121
 
2087
2122
 
2123
+
2088
2124
 
2089
2125
  </td>
2090
2126
 
@@ -2111,6 +2147,7 @@ BaseServer.url = '新URL';</code></pre>
2111
2147
  <span class="param-type">String</span>
2112
2148
 
2113
2149
 
2150
+
2114
2151
 
2115
2152
  </td>
2116
2153
 
@@ -2137,6 +2174,7 @@ BaseServer.url = '新URL';</code></pre>
2137
2174
  <span class="param-type">String</span>
2138
2175
 
2139
2176
 
2177
+
2140
2178
 
2141
2179
  </td>
2142
2180
 
@@ -2163,6 +2201,7 @@ BaseServer.url = '新URL';</code></pre>
2163
2201
  <span class="param-type">String</span>
2164
2202
 
2165
2203
 
2204
+
2166
2205
 
2167
2206
  </td>
2168
2207
 
@@ -2189,6 +2228,7 @@ BaseServer.url = '新URL';</code></pre>
2189
2228
  <span class="param-type">String</span>
2190
2229
 
2191
2230
 
2231
+
2192
2232
 
2193
2233
  </td>
2194
2234
 
@@ -2215,6 +2255,7 @@ BaseServer.url = '新URL';</code></pre>
2215
2255
  <span class="param-type">String</span>
2216
2256
 
2217
2257
 
2258
+
2218
2259
 
2219
2260
  </td>
2220
2261
 
@@ -2241,6 +2282,7 @@ BaseServer.url = '新URL';</code></pre>
2241
2282
  <span class="param-type">String</span>
2242
2283
 
2243
2284
 
2285
+
2244
2286
 
2245
2287
  </td>
2246
2288
 
@@ -2267,6 +2309,7 @@ BaseServer.url = '新URL';</code></pre>
2267
2309
  <span class="param-type">String</span>
2268
2310
 
2269
2311
 
2312
+
2270
2313
 
2271
2314
  </td>
2272
2315
 
@@ -2293,6 +2336,7 @@ BaseServer.url = '新URL';</code></pre>
2293
2336
  <span class="param-type">String</span>
2294
2337
 
2295
2338
 
2339
+
2296
2340
 
2297
2341
  </td>
2298
2342
 
@@ -2319,6 +2363,7 @@ BaseServer.url = '新URL';</code></pre>
2319
2363
  <span class="param-type">String</span>
2320
2364
 
2321
2365
 
2366
+
2322
2367
 
2323
2368
  </td>
2324
2369
 
@@ -2486,7 +2531,8 @@ BaseServer.url = '新URL';</code></pre>
2486
2531
  <td class="type">
2487
2532
 
2488
2533
 
2489
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2534
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2535
+
2490
2536
 
2491
2537
 
2492
2538
 
@@ -2515,6 +2561,7 @@ BaseServer.url = '新URL';</code></pre>
2515
2561
  <span class="param-type">Number</span>
2516
2562
 
2517
2563
 
2564
+
2518
2565
 
2519
2566
  </td>
2520
2567
 
@@ -2543,6 +2590,7 @@ BaseServer.url = '新URL';</code></pre>
2543
2590
  <span class="param-type">Number</span>
2544
2591
 
2545
2592
 
2593
+
2546
2594
 
2547
2595
  </td>
2548
2596
 
@@ -2709,6 +2757,7 @@ BaseServer.url = '新URL';</code></pre>
2709
2757
  <span class="param-type">Object</span>
2710
2758
 
2711
2759
 
2760
+
2712
2761
 
2713
2762
  </td>
2714
2763
 
@@ -2728,7 +2777,8 @@ BaseServer.url = '新URL';</code></pre>
2728
2777
  <td class="type">
2729
2778
 
2730
2779
 
2731
- <span class="param-type"><a class="mapgis-link-name" title="getLegendSuccess" global.html#getLegendSuccess>getLegendSuccess</a></span>
2780
+ <span class="param-type"><a link="getLegendSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="getLegendSuccess" global.html#getLegendSuccess>getLegendSuccess</a></span>
2781
+
2732
2782
 
2733
2783
 
2734
2784
 
@@ -2750,7 +2800,8 @@ BaseServer.url = '新URL';</code></pre>
2750
2800
  <td class="type">
2751
2801
 
2752
2802
 
2753
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2803
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2804
+
2754
2805
 
2755
2806
 
2756
2807
 
@@ -2775,6 +2826,7 @@ BaseServer.url = '新URL';</code></pre>
2775
2826
  <span class="param-type">String</span>
2776
2827
 
2777
2828
 
2829
+
2778
2830
 
2779
2831
  </td>
2780
2832
 
@@ -2797,6 +2849,7 @@ BaseServer.url = '新URL';</code></pre>
2797
2849
  <span class="param-type">String</span>
2798
2850
 
2799
2851
 
2852
+
2800
2853
 
2801
2854
  </td>
2802
2855
 
@@ -2819,6 +2872,7 @@ BaseServer.url = '新URL';</code></pre>
2819
2872
  <span class="param-type">String</span>
2820
2873
 
2821
2874
 
2875
+
2822
2876
 
2823
2877
  </td>
2824
2878
 
@@ -2838,7 +2892,8 @@ BaseServer.url = '新URL';</code></pre>
2838
2892
  <td class="type">
2839
2893
 
2840
2894
 
2841
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2895
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2896
+
2842
2897
 
2843
2898
 
2844
2899
 
@@ -2863,6 +2918,7 @@ BaseServer.url = '新URL';</code></pre>
2863
2918
  <span class="param-type">Number</span>
2864
2919
 
2865
2920
 
2921
+
2866
2922
 
2867
2923
  </td>
2868
2924
 
@@ -2885,6 +2941,7 @@ BaseServer.url = '新URL';</code></pre>
2885
2941
  <span class="param-type">Number</span>
2886
2942
 
2887
2943
 
2944
+
2888
2945
 
2889
2946
  </td>
2890
2947
 
@@ -2907,6 +2964,7 @@ BaseServer.url = '新URL';</code></pre>
2907
2964
  <span class="param-type">Number</span>
2908
2965
 
2909
2966
 
2967
+
2910
2968
 
2911
2969
  </td>
2912
2970
 
@@ -3077,6 +3135,7 @@ mapServer.getLegend({
3077
3135
  <span class="param-type">Object</span>
3078
3136
 
3079
3137
 
3138
+
3080
3139
 
3081
3140
  </td>
3082
3141
 
@@ -3103,6 +3162,7 @@ mapServer.getLegend({
3103
3162
  <span class="param-type">String</span>
3104
3163
 
3105
3164
 
3165
+
3106
3166
 
3107
3167
  </td>
3108
3168
 
@@ -3126,7 +3186,8 @@ mapServer.getLegend({
3126
3186
  <td class="type">
3127
3187
 
3128
3188
 
3129
- <span class="param-type"><a class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a></span>
3189
+ <span class="param-type"><a link="queryFeaturesSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a></span>
3190
+
3130
3191
 
3131
3192
 
3132
3193
 
@@ -3152,7 +3213,8 @@ mapServer.getLegend({
3152
3213
  <td class="type">
3153
3214
 
3154
3215
 
3155
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3216
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3217
+
3156
3218
 
3157
3219
 
3158
3220
 
@@ -3178,7 +3240,8 @@ mapServer.getLegend({
3178
3240
  <td class="type">
3179
3241
 
3180
3242
 
3181
- <span class="param-type"><a class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
3243
+ <span class="param-type"><a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
3244
+
3182
3245
 
3183
3246
 
3184
3247
 
@@ -3209,6 +3272,7 @@ mapServer.getLegend({
3209
3272
  <span class="param-type">String</span>
3210
3273
 
3211
3274
 
3275
+
3212
3276
 
3213
3277
  </td>
3214
3278
 
@@ -3232,7 +3296,8 @@ mapServer.getLegend({
3232
3296
  <td class="type">
3233
3297
 
3234
3298
 
3235
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3299
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3300
+
3236
3301
 
3237
3302
 
3238
3303
 
@@ -3261,6 +3326,7 @@ mapServer.getLegend({
3261
3326
  <span class="param-type">Number</span>
3262
3327
 
3263
3328
 
3329
+
3264
3330
 
3265
3331
  </td>
3266
3332
 
@@ -3289,6 +3355,7 @@ mapServer.getLegend({
3289
3355
  <span class="param-type">Number</span>
3290
3356
 
3291
3357
 
3358
+
3292
3359
 
3293
3360
  </td>
3294
3361
 
@@ -3312,7 +3379,8 @@ mapServer.getLegend({
3312
3379
  <td class="type">
3313
3380
 
3314
3381
 
3315
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3382
+ <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3383
+
3316
3384
 
3317
3385
 
3318
3386
 
@@ -3341,6 +3409,7 @@ mapServer.getLegend({
3341
3409
  <span class="param-type">String</span>
3342
3410
 
3343
3411
 
3412
+
3344
3413
 
3345
3414
  </td>
3346
3415
 
@@ -3367,6 +3436,7 @@ mapServer.getLegend({
3367
3436
  <span class="param-type">String</span>
3368
3437
 
3369
3438
 
3439
+
3370
3440
 
3371
3441
  </td>
3372
3442
 
@@ -3393,6 +3463,7 @@ mapServer.getLegend({
3393
3463
  <span class="param-type">String</span>
3394
3464
 
3395
3465
 
3466
+
3396
3467
 
3397
3468
  </td>
3398
3469
 
@@ -3419,6 +3490,7 @@ mapServer.getLegend({
3419
3490
  <span class="param-type">String</span>
3420
3491
 
3421
3492
 
3493
+
3422
3494
 
3423
3495
  </td>
3424
3496
 
@@ -3445,6 +3517,7 @@ mapServer.getLegend({
3445
3517
  <span class="param-type">Number</span>
3446
3518
 
3447
3519
 
3520
+
3448
3521
 
3449
3522
  </td>
3450
3523
 
@@ -3473,6 +3546,7 @@ mapServer.getLegend({
3473
3546
  <span class="param-type">Number</span>
3474
3547
 
3475
3548
 
3549
+
3476
3550
 
3477
3551
  </td>
3478
3552
 
@@ -3496,7 +3570,8 @@ mapServer.getLegend({
3496
3570
  <td class="type">
3497
3571
 
3498
3572
 
3499
- <span class="param-type">Array.&lt;<a href="OutStatistic.html">OutStatistic</a>></span>
3573
+ <span class="param-type">Array.&lt;<a link="Array.<OutStatistic>.html" onclick="getTypeHTML(event)" href="OutStatistic.html">OutStatistic</a>></span>
3574
+
3500
3575
 
3501
3576
 
3502
3577
 
@@ -3525,6 +3600,7 @@ mapServer.getLegend({
3525
3600
  <span class="param-type">Boolean</span>
3526
3601
 
3527
3602
 
3603
+
3528
3604
 
3529
3605
  </td>
3530
3606
 
@@ -3553,6 +3629,7 @@ mapServer.getLegend({
3553
3629
  <span class="param-type">Boolean</span>
3554
3630
 
3555
3631
 
3632
+
3556
3633
 
3557
3634
  </td>
3558
3635
 
@@ -3581,6 +3658,7 @@ mapServer.getLegend({
3581
3658
  <span class="param-type">Boolean</span>
3582
3659
 
3583
3660
 
3661
+
3584
3662
 
3585
3663
  </td>
3586
3664
 
@@ -3609,6 +3687,7 @@ mapServer.getLegend({
3609
3687
  <span class="param-type">Boolean</span>
3610
3688
 
3611
3689
 
3690
+
3612
3691
 
3613
3692
  </td>
3614
3693
 
@@ -3637,6 +3716,7 @@ mapServer.getLegend({
3637
3716
  <span class="param-type">Boolean</span>
3638
3717
 
3639
3718
 
3719
+
3640
3720
 
3641
3721
  </td>
3642
3722
 
@@ -3665,6 +3745,7 @@ mapServer.getLegend({
3665
3745
  <span class="param-type">Boolean</span>
3666
3746
 
3667
3747
 
3748
+
3668
3749
 
3669
3750
  </td>
3670
3751
 
@@ -3693,6 +3774,7 @@ mapServer.getLegend({
3693
3774
  <span class="param-type">Boolean</span>
3694
3775
 
3695
3776
 
3777
+
3696
3778
 
3697
3779
  </td>
3698
3780
 
@@ -3910,7 +3992,8 @@ mapServer.queryFeatures({
3910
3992
  <td class="type">
3911
3993
 
3912
3994
 
3913
- <span class="param-type"><a class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a></span>
3995
+ <span class="param-type"><a link="queryFeaturesInLayersSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a></span>
3996
+
3914
3997
 
3915
3998
 
3916
3999
 
@@ -3936,7 +4019,8 @@ mapServer.queryFeatures({
3936
4019
  <td class="type">
3937
4020
 
3938
4021
 
3939
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4022
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4023
+
3940
4024
 
3941
4025
 
3942
4026
 
@@ -3965,6 +4049,7 @@ mapServer.queryFeatures({
3965
4049
  <span class="param-type">Array</span>
3966
4050
 
3967
4051
 
4052
+
3968
4053
 
3969
4054
  </td>
3970
4055
 
@@ -3988,7 +4073,8 @@ mapServer.queryFeatures({
3988
4073
  <td class="type">
3989
4074
 
3990
4075
 
3991
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4076
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4077
+
3992
4078
 
3993
4079
 
3994
4080
 
@@ -4017,6 +4103,7 @@ mapServer.queryFeatures({
4017
4103
  <span class="param-type">Number</span>
4018
4104
 
4019
4105
 
4106
+
4020
4107
 
4021
4108
  </td>
4022
4109
 
@@ -4045,6 +4132,7 @@ mapServer.queryFeatures({
4045
4132
  <span class="param-type">Number</span>
4046
4133
 
4047
4134
 
4135
+
4048
4136
 
4049
4137
  </td>
4050
4138
 
@@ -4068,7 +4156,8 @@ mapServer.queryFeatures({
4068
4156
  <td class="type">
4069
4157
 
4070
4158
 
4071
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4159
+ <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4160
+
4072
4161
 
4073
4162
 
4074
4163
 
@@ -4097,6 +4186,7 @@ mapServer.queryFeatures({
4097
4186
  <span class="param-type">Number</span>
4098
4187
 
4099
4188
 
4189
+
4100
4190
 
4101
4191
  </td>
4102
4192
 
@@ -4125,6 +4215,7 @@ mapServer.queryFeatures({
4125
4215
  <span class="param-type">Boolean</span>
4126
4216
 
4127
4217
 
4218
+
4128
4219
 
4129
4220
  </td>
4130
4221
 
@@ -4153,6 +4244,7 @@ mapServer.queryFeatures({
4153
4244
  <span class="param-type">Boolean</span>
4154
4245
 
4155
4246
 
4247
+
4156
4248
 
4157
4249
  </td>
4158
4250
 
@@ -4181,6 +4273,7 @@ mapServer.queryFeatures({
4181
4273
  <span class="param-type">Boolean</span>
4182
4274
 
4183
4275
 
4276
+
4184
4277
 
4185
4278
  </td>
4186
4279
 
@@ -4209,6 +4302,7 @@ mapServer.queryFeatures({
4209
4302
  <span class="param-type">Boolean</span>
4210
4303
 
4211
4304
 
4305
+
4212
4306
 
4213
4307
  </td>
4214
4308
 
@@ -4237,6 +4331,7 @@ mapServer.queryFeatures({
4237
4331
  <span class="param-type">Boolean</span>
4238
4332
 
4239
4333
 
4334
+
4240
4335
 
4241
4336
  </td>
4242
4337
 
@@ -4265,6 +4360,7 @@ mapServer.queryFeatures({
4265
4360
  <span class="param-type">Boolean</span>
4266
4361
 
4267
4362
 
4363
+
4268
4364
 
4269
4365
  </td>
4270
4366
 
@@ -4456,6 +4552,7 @@ mapServer.queryFeaturesInLayers({
4456
4552
  <span class="param-type">Object</span>
4457
4553
 
4458
4554
 
4555
+
4459
4556
 
4460
4557
  </td>
4461
4558
 
@@ -4478,6 +4575,7 @@ mapServer.queryFeaturesInLayers({
4478
4575
  <span class="param-type">String</span>
4479
4576
 
4480
4577
 
4578
+
4481
4579
 
4482
4580
  </td>
4483
4581
 
@@ -4497,7 +4595,8 @@ mapServer.queryFeaturesInLayers({
4497
4595
  <td class="type">
4498
4596
 
4499
4597
 
4500
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4598
+ <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4599
+
4501
4600
 
4502
4601
 
4503
4602
 
@@ -4519,7 +4618,8 @@ mapServer.queryFeaturesInLayers({
4519
4618
  <td class="type">
4520
4619
 
4521
4620
 
4522
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4621
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4622
+
4523
4623
 
4524
4624
 
4525
4625
 
@@ -4544,6 +4644,7 @@ mapServer.queryFeaturesInLayers({
4544
4644
  <span class="param-type">String</span>
4545
4645
 
4546
4646
 
4647
+
4547
4648
 
4548
4649
  </td>
4549
4650
 
@@ -4566,6 +4667,7 @@ mapServer.queryFeaturesInLayers({
4566
4667
  <span class="param-type">String</span>
4567
4668
 
4568
4669
 
4670
+
4569
4671
 
4570
4672
  </td>
4571
4673
 
@@ -4588,6 +4690,7 @@ mapServer.queryFeaturesInLayers({
4588
4690
  <span class="param-type">Boolean</span>
4589
4691
 
4590
4692
 
4693
+
4591
4694
 
4592
4695
  </td>
4593
4696
 
@@ -4610,6 +4713,7 @@ mapServer.queryFeaturesInLayers({
4610
4713
  <span class="param-type">String</span>
4611
4714
 
4612
4715
 
4716
+
4613
4717
 
4614
4718
  </td>
4615
4719
 
@@ -4781,6 +4885,7 @@ mapServer.queryLayerInfo({
4781
4885
  <span class="param-type">Object</span>
4782
4886
 
4783
4887
 
4888
+
4784
4889
 
4785
4890
  </td>
4786
4891
 
@@ -4800,7 +4905,8 @@ mapServer.queryLayerInfo({
4800
4905
  <td class="type">
4801
4906
 
4802
4907
 
4803
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerListSuccess" global.html#queryLayerListSuccess>queryLayerListSuccess</a></span>
4908
+ <span class="param-type"><a link="queryLayerListSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerListSuccess" global.html#queryLayerListSuccess>queryLayerListSuccess</a></span>
4909
+
4804
4910
 
4805
4911
 
4806
4912
 
@@ -4822,7 +4928,8 @@ mapServer.queryLayerInfo({
4822
4928
  <td class="type">
4823
4929
 
4824
4930
 
4825
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4931
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4932
+
4826
4933
 
4827
4934
 
4828
4935
 
@@ -4847,6 +4954,7 @@ mapServer.queryLayerInfo({
4847
4954
  <span class="param-type">String</span>
4848
4955
 
4849
4956
 
4957
+
4850
4958
 
4851
4959
  </td>
4852
4960
 
@@ -4869,6 +4977,7 @@ mapServer.queryLayerInfo({
4869
4977
  <span class="param-type">String</span>
4870
4978
 
4871
4979
 
4980
+
4872
4981
 
4873
4982
  </td>
4874
4983
 
@@ -4891,6 +5000,7 @@ mapServer.queryLayerInfo({
4891
5000
  <span class="param-type">String</span>
4892
5001
 
4893
5002
 
5003
+
4894
5004
 
4895
5005
  </td>
4896
5006
 
@@ -5080,6 +5190,7 @@ mapServer.queryLayerList({
5080
5190
  <span class="param-type">function</span>
5081
5191
 
5082
5192
 
5193
+
5083
5194
 
5084
5195
  </td>
5085
5196
 
@@ -5108,6 +5219,7 @@ mapServer.queryLayerList({
5108
5219
  <span class="param-type">function</span>
5109
5220
 
5110
5221
 
5222
+
5111
5223
 
5112
5224
  </td>
5113
5225
 
@@ -5146,7 +5258,7 @@ mapServer.queryLayerList({
5146
5258
 
5147
5259
  <dt class="inherited-from">Inherited From:</dt>
5148
5260
  <dd class="inherited-from"><ul class="dummy"><li>
5149
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5261
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5150
5262
  </li></ul></dd>
5151
5263
 
5152
5264
 
@@ -5290,6 +5402,7 @@ mapServer.queryLayerList({
5290
5402
  <span class="param-type">Object</span>
5291
5403
 
5292
5404
 
5405
+
5293
5406
 
5294
5407
  </td>
5295
5408
 
@@ -5312,6 +5425,7 @@ mapServer.queryLayerList({
5312
5425
  <span class="param-type">String</span>
5313
5426
 
5314
5427
 
5428
+
5315
5429
 
5316
5430
  </td>
5317
5431
 
@@ -5334,6 +5448,7 @@ mapServer.queryLayerList({
5334
5448
  <span class="param-type">String</span>
5335
5449
 
5336
5450
 
5451
+
5337
5452
 
5338
5453
  </td>
5339
5454
 
@@ -5356,6 +5471,7 @@ mapServer.queryLayerList({
5356
5471
  <span class="param-type">String</span>
5357
5472
 
5358
5473
 
5474
+
5359
5475
 
5360
5476
  </td>
5361
5477
 
@@ -5378,6 +5494,7 @@ mapServer.queryLayerList({
5378
5494
  <span class="param-type">function</span>
5379
5495
 
5380
5496
 
5497
+
5381
5498
 
5382
5499
  </td>
5383
5500
 
@@ -5400,6 +5517,7 @@ mapServer.queryLayerList({
5400
5517
  <span class="param-type">function</span>
5401
5518
 
5402
5519
 
5520
+
5403
5521
 
5404
5522
  </td>
5405
5523