@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
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -225,7 +227,7 @@ const featureServer = new FeatureServer({
225
227
 
226
228
 
227
229
  <ul>
228
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
230
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
229
231
  </ul>
230
232
 
231
233
 
@@ -257,89 +259,96 @@ const featureServer = new FeatureServer({
257
259
  <tbody>
258
260
 
259
261
  <tr class="deep-level-0">
260
- <td class="name"><code><a href="FeatureServer.html#clientId">clientId</a></code></td>
262
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
261
263
  <td class="name">
262
264
  <code>
263
265
 
264
266
  <span class="param-type">Boolean</span>
265
267
 
266
268
 
269
+
267
270
  </code>
268
271
  </td>
269
272
  <td class="name"><code><p>客户端id</p></code></td>
270
273
  </tr>
271
274
 
272
275
  <tr class="deep-level-0">
273
- <td class="name"><code><a href="FeatureServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
276
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
274
277
  <td class="name">
275
278
  <code>
276
279
 
277
280
  <span class="param-type">Boolean</span>
278
281
 
279
282
 
283
+
280
284
  </code>
281
285
  </td>
282
286
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
283
287
  </tr>
284
288
 
285
289
  <tr class="deep-level-0">
286
- <td class="name"><code><a href="FeatureServer.html#headers">headers</a></code></td>
290
+ <td class="name"><code><a href="#headers">headers</a></code></td>
287
291
  <td class="name">
288
292
  <code>
289
293
 
290
294
  <span class="param-type">String</span>
291
295
 
292
296
 
297
+
293
298
  </code>
294
299
  </td>
295
300
  <td class="name"><code><p>请求头参数</p></code></td>
296
301
  </tr>
297
302
 
298
303
  <tr class="deep-level-0">
299
- <td class="name"><code><a href="FeatureServer.html#requestInterceptor">requestInterceptor</a></code></td>
304
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
300
305
  <td class="name">
301
306
  <code>
302
307
 
303
308
  <span class="param-type">function</span>
304
309
 
305
310
 
311
+
306
312
  </code>
307
313
  </td>
308
314
  <td class="name"><code><p>请求发送拦截器</p></code></td>
309
315
  </tr>
310
316
 
311
317
  <tr class="deep-level-0">
312
- <td class="name"><code><a href="FeatureServer.html#requestTimeout">requestTimeout</a></code></td>
318
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
313
319
  <td class="name">
314
320
  <code>
315
321
 
316
322
  <span class="param-type">String</span>
317
323
 
318
324
 
325
+
319
326
  </code>
320
327
  </td>
321
328
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
322
329
  </tr>
323
330
 
324
331
  <tr class="deep-level-0">
325
- <td class="name"><code><a href="FeatureServer.html#responseInterceptor">responseInterceptor</a></code></td>
332
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
326
333
  <td class="name">
327
334
  <code>
328
335
 
329
336
  <span class="param-type">function</span>
330
337
 
331
338
 
339
+
332
340
  </code>
333
341
  </td>
334
342
  <td class="name"><code><p>请求响应拦截器</p></code></td>
335
343
  </tr>
336
344
 
337
345
  <tr class="deep-level-0">
338
- <td class="name"><code><a href="FeatureServer.html#tokenAttachType">tokenAttachType</a></code></td>
346
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
339
347
  <td class="name">
340
348
  <code>
341
349
 
342
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
350
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
351
+
343
352
 
344
353
 
345
354
  </code>
@@ -348,39 +357,42 @@ const featureServer = new FeatureServer({
348
357
  </tr>
349
358
 
350
359
  <tr class="deep-level-0">
351
- <td class="name"><code><a href="FeatureServer.html#tokenKey">tokenKey</a></code></td>
360
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
352
361
  <td class="name">
353
362
  <code>
354
363
 
355
364
  <span class="param-type">String</span>
356
365
 
357
366
 
367
+
358
368
  </code>
359
369
  </td>
360
370
  <td class="name"><code><p>token名</p></code></td>
361
371
  </tr>
362
372
 
363
373
  <tr class="deep-level-0">
364
- <td class="name"><code><a href="FeatureServer.html#tokenValue">tokenValue</a></code></td>
374
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
365
375
  <td class="name">
366
376
  <code>
367
377
 
368
378
  <span class="param-type">String</span>
369
379
 
370
380
 
381
+
371
382
  </code>
372
383
  </td>
373
384
  <td class="name"><code><p>token值</p></code></td>
374
385
  </tr>
375
386
 
376
387
  <tr class="deep-level-0">
377
- <td class="name"><code><a href="FeatureServer.html#url">url</a></code></td>
388
+ <td class="name"><code><a href="#url">url</a></code></td>
378
389
  <td class="name">
379
390
  <code>
380
391
 
381
392
  <span class="param-type">String</span>
382
393
 
383
394
 
395
+
384
396
  </code>
385
397
  </td>
386
398
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -400,6 +412,7 @@ const featureServer = new FeatureServer({
400
412
  <span class="param-type">Boolean</span>
401
413
 
402
414
 
415
+
403
416
  </span>
404
417
 
405
418
  <h4 class="name" id="clientId">
@@ -431,7 +444,7 @@ const featureServer = new FeatureServer({
431
444
 
432
445
  <dt class="inherited-from">Inherited From:</dt>
433
446
  <dd class="inherited-from"><ul class="dummy"><li>
434
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
447
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
435
448
  </li></ul></dd>
436
449
 
437
450
 
@@ -475,6 +488,7 @@ const featureServer = new FeatureServer({
475
488
  <span class="param-type">Boolean</span>
476
489
 
477
490
 
491
+
478
492
  </span>
479
493
 
480
494
  <h4 class="name" id="enableGlobeFetch">
@@ -506,7 +520,7 @@ const featureServer = new FeatureServer({
506
520
 
507
521
  <dt class="inherited-from">Inherited From:</dt>
508
522
  <dd class="inherited-from"><ul class="dummy"><li>
509
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
523
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
510
524
  </li></ul></dd>
511
525
 
512
526
 
@@ -571,6 +585,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
571
585
  <span class="param-type">String</span>
572
586
 
573
587
 
588
+
574
589
  </span>
575
590
 
576
591
  <h4 class="name" id="headers">
@@ -602,7 +617,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
602
617
 
603
618
  <dt class="inherited-from">Inherited From:</dt>
604
619
  <dd class="inherited-from"><ul class="dummy"><li>
605
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
620
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
606
621
  </li></ul></dd>
607
622
 
608
623
 
@@ -668,6 +683,7 @@ BaseServer.headers.token = '新token';</code></pre>
668
683
  <span class="param-type">function</span>
669
684
 
670
685
 
686
+
671
687
  </span>
672
688
 
673
689
  <h4 class="name" id="requestInterceptor">
@@ -699,7 +715,7 @@ BaseServer.headers.token = '新token';</code></pre>
699
715
 
700
716
  <dt class="inherited-from">Inherited From:</dt>
701
717
  <dd class="inherited-from"><ul class="dummy"><li>
702
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
718
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
703
719
  </li></ul></dd>
704
720
 
705
721
 
@@ -771,6 +787,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
771
787
  <span class="param-type">String</span>
772
788
 
773
789
 
790
+
774
791
  </span>
775
792
 
776
793
  <h4 class="name" id="requestTimeout">
@@ -802,7 +819,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
802
819
 
803
820
  <dt class="inherited-from">Inherited From:</dt>
804
821
  <dd class="inherited-from"><ul class="dummy"><li>
805
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
822
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
806
823
  </li></ul></dd>
807
824
 
808
825
 
@@ -864,6 +881,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
864
881
  <span class="param-type">function</span>
865
882
 
866
883
 
884
+
867
885
  </span>
868
886
 
869
887
  <h4 class="name" id="responseInterceptor">
@@ -895,7 +913,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
895
913
 
896
914
  <dt class="inherited-from">Inherited From:</dt>
897
915
  <dd class="inherited-from"><ul class="dummy"><li>
898
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
916
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
899
917
  </li></ul></dd>
900
918
 
901
919
 
@@ -966,7 +984,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
966
984
  <span class="method-parameter is-pulled-right">
967
985
  <label>类型:</label>
968
986
 
969
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
987
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
988
+
970
989
 
971
990
 
972
991
  </span>
@@ -1000,7 +1019,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1000
1019
 
1001
1020
  <dt class="inherited-from">Inherited From:</dt>
1002
1021
  <dd class="inherited-from"><ul class="dummy"><li>
1003
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1022
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1004
1023
  </li></ul></dd>
1005
1024
 
1006
1025
 
@@ -1066,6 +1085,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1066
1085
  <span class="param-type">String</span>
1067
1086
 
1068
1087
 
1088
+
1069
1089
  </span>
1070
1090
 
1071
1091
  <h4 class="name" id="tokenKey">
@@ -1097,7 +1117,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1097
1117
 
1098
1118
  <dt class="inherited-from">Inherited From:</dt>
1099
1119
  <dd class="inherited-from"><ul class="dummy"><li>
1100
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1120
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1101
1121
  </li></ul></dd>
1102
1122
 
1103
1123
 
@@ -1158,6 +1178,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1158
1178
  <span class="param-type">String</span>
1159
1179
 
1160
1180
 
1181
+
1161
1182
  </span>
1162
1183
 
1163
1184
  <h4 class="name" id="tokenValue">
@@ -1189,7 +1210,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1189
1210
 
1190
1211
  <dt class="inherited-from">Inherited From:</dt>
1191
1212
  <dd class="inherited-from"><ul class="dummy"><li>
1192
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1213
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1193
1214
  </li></ul></dd>
1194
1215
 
1195
1216
 
@@ -1250,6 +1271,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1250
1271
  <span class="param-type">String</span>
1251
1272
 
1252
1273
 
1274
+
1253
1275
  </span>
1254
1276
 
1255
1277
  <h4 class="name" id="url">
@@ -1281,7 +1303,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1281
1303
 
1282
1304
  <dt class="inherited-from">Inherited From:</dt>
1283
1305
  <dd class="inherited-from"><ul class="dummy"><li>
1284
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1306
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1285
1307
  </li></ul></dd>
1286
1308
 
1287
1309
 
@@ -1355,7 +1377,7 @@ BaseServer.url = '新URL';</code></pre>
1355
1377
  <tbody>
1356
1378
 
1357
1379
  <tr class="deep-level-0">
1358
- <td class="name"><code><a href="FeatureServer.html#addFeature">addFeature</a></code></td>
1380
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
1359
1381
  <td class="name">
1360
1382
  <code>
1361
1383
 
@@ -1363,6 +1385,7 @@ BaseServer.url = '新URL';</code></pre>
1363
1385
  <span class="param-type">Promise.&lt;Object></span>
1364
1386
 
1365
1387
 
1388
+
1366
1389
 
1367
1390
  </code>
1368
1391
  </td>
@@ -1370,7 +1393,7 @@ BaseServer.url = '新URL';</code></pre>
1370
1393
  </tr>
1371
1394
 
1372
1395
  <tr class="deep-level-0">
1373
- <td class="name"><code><a href="FeatureServer.html#deleteFeature">deleteFeature</a></code></td>
1396
+ <td class="name"><code><a href="#deleteFeature">deleteFeature</a></code></td>
1374
1397
  <td class="name">
1375
1398
  <code>
1376
1399
 
@@ -1378,6 +1401,7 @@ BaseServer.url = '新URL';</code></pre>
1378
1401
  <span class="param-type">Promise.&lt;Object></span>
1379
1402
 
1380
1403
 
1404
+
1381
1405
 
1382
1406
  </code>
1383
1407
  </td>
@@ -1385,7 +1409,7 @@ BaseServer.url = '新URL';</code></pre>
1385
1409
  </tr>
1386
1410
 
1387
1411
  <tr class="deep-level-0">
1388
- <td class="name"><code><a href="FeatureServer.html#queryFeatureById">queryFeatureById</a></code></td>
1412
+ <td class="name"><code><a href="#queryFeatureById">queryFeatureById</a></code></td>
1389
1413
  <td class="name">
1390
1414
  <code>
1391
1415
 
@@ -1393,6 +1417,7 @@ BaseServer.url = '新URL';</code></pre>
1393
1417
  <span class="param-type">Promise.&lt;Object></span>
1394
1418
 
1395
1419
 
1420
+
1396
1421
 
1397
1422
  </code>
1398
1423
  </td>
@@ -1400,7 +1425,7 @@ BaseServer.url = '新URL';</code></pre>
1400
1425
  </tr>
1401
1426
 
1402
1427
  <tr class="deep-level-0">
1403
- <td class="name"><code><a href="FeatureServer.html#queryFeatures">queryFeatures</a></code></td>
1428
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1404
1429
  <td class="name">
1405
1430
  <code>
1406
1431
 
@@ -1408,6 +1433,7 @@ BaseServer.url = '新URL';</code></pre>
1408
1433
  <span class="param-type">Promise.&lt;Object></span>
1409
1434
 
1410
1435
 
1436
+
1411
1437
 
1412
1438
  </code>
1413
1439
  </td>
@@ -1415,7 +1441,7 @@ BaseServer.url = '新URL';</code></pre>
1415
1441
  </tr>
1416
1442
 
1417
1443
  <tr class="deep-level-0">
1418
- <td class="name"><code><a href="FeatureServer.html#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1444
+ <td class="name"><code><a href="#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1419
1445
  <td class="name">
1420
1446
  <code>
1421
1447
 
@@ -1423,6 +1449,7 @@ BaseServer.url = '新URL';</code></pre>
1423
1449
  <span class="param-type">Promise.&lt;Object></span>
1424
1450
 
1425
1451
 
1452
+
1426
1453
 
1427
1454
  </code>
1428
1455
  </td>
@@ -1430,7 +1457,7 @@ BaseServer.url = '新URL';</code></pre>
1430
1457
  </tr>
1431
1458
 
1432
1459
  <tr class="deep-level-0">
1433
- <td class="name"><code><a href="FeatureServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1460
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1434
1461
  <td class="name">
1435
1462
  <code>
1436
1463
 
@@ -1438,6 +1465,7 @@ BaseServer.url = '新URL';</code></pre>
1438
1465
  <span class="param-type">Promise.&lt;Object></span>
1439
1466
 
1440
1467
 
1468
+
1441
1469
 
1442
1470
  </code>
1443
1471
  </td>
@@ -1445,7 +1473,7 @@ BaseServer.url = '新URL';</code></pre>
1445
1473
  </tr>
1446
1474
 
1447
1475
  <tr class="deep-level-0">
1448
- <td class="name"><code><a href="FeatureServer.html#queryServerInfo">queryServerInfo</a></code></td>
1476
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1449
1477
  <td class="name">
1450
1478
  <code>
1451
1479
 
@@ -1455,7 +1483,7 @@ BaseServer.url = '新URL';</code></pre>
1455
1483
  </tr>
1456
1484
 
1457
1485
  <tr class="deep-level-0">
1458
- <td class="name"><code><a href="FeatureServer.html#updateFeature">updateFeature</a></code></td>
1486
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
1459
1487
  <td class="name">
1460
1488
  <code>
1461
1489
 
@@ -1463,6 +1491,7 @@ BaseServer.url = '新URL';</code></pre>
1463
1491
  <span class="param-type">Promise.&lt;Object></span>
1464
1492
 
1465
1493
 
1494
+
1466
1495
 
1467
1496
  </code>
1468
1497
  </td>
@@ -1559,6 +1588,7 @@ BaseServer.url = '新URL';</code></pre>
1559
1588
  <span class="param-type">String</span>
1560
1589
 
1561
1590
 
1591
+
1562
1592
 
1563
1593
  </td>
1564
1594
 
@@ -1587,6 +1617,7 @@ BaseServer.url = '新URL';</code></pre>
1587
1617
  <span class="param-type">String</span>
1588
1618
 
1589
1619
 
1620
+
1590
1621
 
1591
1622
  </td>
1592
1623
 
@@ -1615,6 +1646,7 @@ BaseServer.url = '新URL';</code></pre>
1615
1646
  <span class="param-type">function</span>
1616
1647
 
1617
1648
 
1649
+
1618
1650
 
1619
1651
  </td>
1620
1652
 
@@ -1641,6 +1673,7 @@ BaseServer.url = '新URL';</code></pre>
1641
1673
  <span class="param-type">function</span>
1642
1674
 
1643
1675
 
1676
+
1644
1677
 
1645
1678
  </td>
1646
1679
 
@@ -1667,6 +1700,7 @@ BaseServer.url = '新URL';</code></pre>
1667
1700
  <span class="param-type">Array</span>
1668
1701
 
1669
1702
 
1703
+
1670
1704
 
1671
1705
  </td>
1672
1706
 
@@ -1721,6 +1755,7 @@ BaseServer.url = '新URL';</code></pre>
1721
1755
  <span class="param-type">String</span>
1722
1756
 
1723
1757
 
1758
+
1724
1759
 
1725
1760
  </td>
1726
1761
 
@@ -1747,6 +1782,7 @@ BaseServer.url = '新URL';</code></pre>
1747
1782
  <span class="param-type">Object</span>
1748
1783
 
1749
1784
 
1785
+
1750
1786
 
1751
1787
  </td>
1752
1788
 
@@ -1799,6 +1835,7 @@ BaseServer.url = '新URL';</code></pre>
1799
1835
  <span class="param-type">String</span>
1800
1836
 
1801
1837
 
1838
+
1802
1839
 
1803
1840
  </td>
1804
1841
 
@@ -1825,6 +1862,7 @@ BaseServer.url = '新URL';</code></pre>
1825
1862
  <span class="param-type">Object</span>
1826
1863
 
1827
1864
 
1865
+
1828
1866
 
1829
1867
  </td>
1830
1868
 
@@ -1920,6 +1958,7 @@ BaseServer.url = '新URL';</code></pre>
1920
1958
  <span class="param-type">Promise.&lt;Object></span>
1921
1959
 
1922
1960
 
1961
+
1923
1962
  </div>
1924
1963
 
1925
1964
  </div>
@@ -2224,6 +2263,7 @@ resourceServer.queryGDBPInfo({
2224
2263
  <span class="param-type">String</span>
2225
2264
 
2226
2265
 
2266
+
2227
2267
 
2228
2268
  </td>
2229
2269
 
@@ -2250,6 +2290,7 @@ resourceServer.queryGDBPInfo({
2250
2290
  <span class="param-type">String</span>
2251
2291
 
2252
2292
 
2293
+
2253
2294
 
2254
2295
  </td>
2255
2296
 
@@ -2278,6 +2319,7 @@ resourceServer.queryGDBPInfo({
2278
2319
  <span class="param-type">function</span>
2279
2320
 
2280
2321
 
2322
+
2281
2323
 
2282
2324
  </td>
2283
2325
 
@@ -2304,6 +2346,7 @@ resourceServer.queryGDBPInfo({
2304
2346
  <span class="param-type">function</span>
2305
2347
 
2306
2348
 
2349
+
2307
2350
 
2308
2351
  </td>
2309
2352
 
@@ -2330,6 +2373,7 @@ resourceServer.queryGDBPInfo({
2330
2373
  <span class="param-type">String</span>
2331
2374
 
2332
2375
 
2376
+
2333
2377
 
2334
2378
  </td>
2335
2379
 
@@ -2356,6 +2400,7 @@ resourceServer.queryGDBPInfo({
2356
2400
  <span class="param-type">String</span>
2357
2401
 
2358
2402
 
2403
+
2359
2404
 
2360
2405
  </td>
2361
2406
 
@@ -2379,7 +2424,8 @@ resourceServer.queryGDBPInfo({
2379
2424
  <td class="type">
2380
2425
 
2381
2426
 
2382
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2427
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2428
+
2383
2429
 
2384
2430
 
2385
2431
 
@@ -2408,6 +2454,7 @@ resourceServer.queryGDBPInfo({
2408
2454
  <span class="param-type">Number</span>
2409
2455
 
2410
2456
 
2457
+
2411
2458
 
2412
2459
  </td>
2413
2460
 
@@ -2434,6 +2481,7 @@ resourceServer.queryGDBPInfo({
2434
2481
  <span class="param-type">Boolean</span>
2435
2482
 
2436
2483
 
2484
+
2437
2485
 
2438
2486
  </td>
2439
2487
 
@@ -2488,6 +2536,7 @@ resourceServer.queryGDBPInfo({
2488
2536
  <span class="param-type">String</span>
2489
2537
 
2490
2538
 
2539
+
2491
2540
 
2492
2541
  </td>
2493
2542
 
@@ -2515,6 +2564,7 @@ gdbp=gdbp://MapGisLocal/示例数据/ds/世界地图/sfcls/海洋陆地;gdbp://s
2515
2564
  <span class="param-type">String</span>
2516
2565
 
2517
2566
 
2567
+
2518
2568
 
2519
2569
  </td>
2520
2570
 
@@ -2568,6 +2618,7 @@ objectIds=1,2,3;2,3,4;8</p></td>
2568
2618
  <span class="param-type">String</span>
2569
2619
 
2570
2620
 
2621
+
2571
2622
 
2572
2623
  </td>
2573
2624
 
@@ -2594,6 +2645,7 @@ objectIds=1,2,3;2,3,4;8</p></td>
2594
2645
  <span class="param-type">String</span>
2595
2646
 
2596
2647
 
2648
+
2597
2649
 
2598
2650
  </td>
2599
2651
 
@@ -2620,6 +2672,7 @@ objectIds=1,2,3;2,3,4;8</p></td>
2620
2672
  <span class="param-type">String</span>
2621
2673
 
2622
2674
 
2675
+
2623
2676
 
2624
2677
  </td>
2625
2678
 
@@ -2715,6 +2768,7 @@ objectIds=1,2,3;2,3,4;8</p></td>
2715
2768
  <span class="param-type">Promise.&lt;Object></span>
2716
2769
 
2717
2770
 
2771
+
2718
2772
  </div>
2719
2773
 
2720
2774
  </div>
@@ -2874,6 +2928,7 @@ featureServer.deleteFeature({
2874
2928
  <span class="param-type">String</span>
2875
2929
 
2876
2930
 
2931
+
2877
2932
 
2878
2933
  </td>
2879
2934
 
@@ -2900,6 +2955,7 @@ featureServer.deleteFeature({
2900
2955
  <span class="param-type">Array</span>
2901
2956
 
2902
2957
 
2958
+
2903
2959
 
2904
2960
  </td>
2905
2961
 
@@ -2926,6 +2982,7 @@ featureServer.deleteFeature({
2926
2982
  <span class="param-type">String</span>
2927
2983
 
2928
2984
 
2985
+
2929
2986
 
2930
2987
  </td>
2931
2988
 
@@ -2954,6 +3011,7 @@ featureServer.deleteFeature({
2954
3011
  <span class="param-type">function</span>
2955
3012
 
2956
3013
 
3014
+
2957
3015
 
2958
3016
  </td>
2959
3017
 
@@ -2980,6 +3038,7 @@ featureServer.deleteFeature({
2980
3038
  <span class="param-type">function</span>
2981
3039
 
2982
3040
 
3041
+
2983
3042
 
2984
3043
  </td>
2985
3044
 
@@ -3075,6 +3134,7 @@ featureServer.deleteFeature({
3075
3134
  <span class="param-type">Promise.&lt;Object></span>
3076
3135
 
3077
3136
 
3137
+
3078
3138
  </div>
3079
3139
 
3080
3140
  </div>
@@ -3195,6 +3255,7 @@ featureServer.deleteFeature({
3195
3255
  <span class="param-type">String</span>
3196
3256
 
3197
3257
 
3258
+
3198
3259
 
3199
3260
  </td>
3200
3261
 
@@ -3221,6 +3282,7 @@ featureServer.deleteFeature({
3221
3282
  <span class="param-type">String</span>
3222
3283
 
3223
3284
 
3285
+
3224
3286
 
3225
3287
  </td>
3226
3288
 
@@ -3246,7 +3308,8 @@ featureServer.deleteFeature({
3246
3308
  <td class="type">
3247
3309
 
3248
3310
 
3249
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
3311
+ <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
3312
+
3250
3313
 
3251
3314
 
3252
3315
 
@@ -3272,7 +3335,8 @@ featureServer.deleteFeature({
3272
3335
  <td class="type">
3273
3336
 
3274
3337
 
3275
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3338
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3339
+
3276
3340
 
3277
3341
 
3278
3342
 
@@ -3298,7 +3362,8 @@ featureServer.deleteFeature({
3298
3362
  <td class="type">
3299
3363
 
3300
3364
 
3301
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3365
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3366
+
3302
3367
 
3303
3368
 
3304
3369
 
@@ -3327,6 +3392,7 @@ featureServer.deleteFeature({
3327
3392
  <span class="param-type">String</span>
3328
3393
 
3329
3394
 
3395
+
3330
3396
 
3331
3397
  </td>
3332
3398
 
@@ -3353,6 +3419,7 @@ featureServer.deleteFeature({
3353
3419
  <span class="param-type">String</span>
3354
3420
 
3355
3421
 
3422
+
3356
3423
 
3357
3424
  </td>
3358
3425
 
@@ -3379,6 +3446,7 @@ featureServer.deleteFeature({
3379
3446
  <span class="param-type">String</span>
3380
3447
 
3381
3448
 
3449
+
3382
3450
 
3383
3451
  </td>
3384
3452
 
@@ -3405,6 +3473,7 @@ featureServer.deleteFeature({
3405
3473
  <span class="param-type">String</span>
3406
3474
 
3407
3475
 
3476
+
3408
3477
 
3409
3478
  </td>
3410
3479
 
@@ -3431,6 +3500,7 @@ featureServer.deleteFeature({
3431
3500
  <span class="param-type">Number</span>
3432
3501
 
3433
3502
 
3503
+
3434
3504
 
3435
3505
  </td>
3436
3506
 
@@ -3459,6 +3529,7 @@ featureServer.deleteFeature({
3459
3529
  <span class="param-type">Number</span>
3460
3530
 
3461
3531
 
3532
+
3462
3533
 
3463
3534
  </td>
3464
3535
 
@@ -3485,6 +3556,7 @@ featureServer.deleteFeature({
3485
3556
  <span class="param-type">Object</span>
3486
3557
 
3487
3558
 
3559
+
3488
3560
 
3489
3561
  </td>
3490
3562
 
@@ -3511,6 +3583,7 @@ featureServer.deleteFeature({
3511
3583
  <span class="param-type">Boolean</span>
3512
3584
 
3513
3585
 
3586
+
3514
3587
 
3515
3588
  </td>
3516
3589
 
@@ -3534,7 +3607,8 @@ featureServer.deleteFeature({
3534
3607
  <td class="type">
3535
3608
 
3536
3609
 
3537
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3610
+ <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3611
+
3538
3612
 
3539
3613
 
3540
3614
 
@@ -3563,6 +3637,7 @@ featureServer.deleteFeature({
3563
3637
  <span class="param-type">String</span>
3564
3638
 
3565
3639
 
3640
+
3566
3641
 
3567
3642
  </td>
3568
3643
 
@@ -3592,6 +3667,7 @@ featureServer.deleteFeature({
3592
3667
  <span class="param-type">Array.&lt;Object></span>
3593
3668
 
3594
3669
 
3670
+
3595
3671
 
3596
3672
  </td>
3597
3673
 
@@ -3618,6 +3694,7 @@ featureServer.deleteFeature({
3618
3694
  <span class="param-type">Number</span>
3619
3695
 
3620
3696
 
3697
+
3621
3698
 
3622
3699
  </td>
3623
3700
 
@@ -3646,6 +3723,7 @@ featureServer.deleteFeature({
3646
3723
  <span class="param-type">Number</span>
3647
3724
 
3648
3725
 
3726
+
3649
3727
 
3650
3728
  </td>
3651
3729
 
@@ -3672,6 +3750,7 @@ featureServer.deleteFeature({
3672
3750
  <span class="param-type">Array</span>
3673
3751
 
3674
3752
 
3753
+
3675
3754
 
3676
3755
  </td>
3677
3756
 
@@ -3698,6 +3777,7 @@ featureServer.deleteFeature({
3698
3777
  <span class="param-type">Boolean</span>
3699
3778
 
3700
3779
 
3780
+
3701
3781
 
3702
3782
  </td>
3703
3783
 
@@ -3726,6 +3806,7 @@ featureServer.deleteFeature({
3726
3806
  <span class="param-type">Boolean</span>
3727
3807
 
3728
3808
 
3809
+
3729
3810
 
3730
3811
  </td>
3731
3812
 
@@ -3754,6 +3835,7 @@ featureServer.deleteFeature({
3754
3835
  <span class="param-type">Boolean</span>
3755
3836
 
3756
3837
 
3838
+
3757
3839
 
3758
3840
  </td>
3759
3841
 
@@ -3782,6 +3864,7 @@ featureServer.deleteFeature({
3782
3864
  <span class="param-type">Boolean</span>
3783
3865
 
3784
3866
 
3867
+
3785
3868
 
3786
3869
  </td>
3787
3870
 
@@ -3810,6 +3893,7 @@ featureServer.deleteFeature({
3810
3893
  <span class="param-type">Boolean</span>
3811
3894
 
3812
3895
 
3896
+
3813
3897
 
3814
3898
  </td>
3815
3899
 
@@ -3838,6 +3922,7 @@ featureServer.deleteFeature({
3838
3922
  <span class="param-type">Boolean</span>
3839
3923
 
3840
3924
 
3925
+
3841
3926
 
3842
3927
  </td>
3843
3928
 
@@ -3866,6 +3951,7 @@ featureServer.deleteFeature({
3866
3951
  <span class="param-type">Boolean</span>
3867
3952
 
3868
3953
 
3954
+
3869
3955
 
3870
3956
  </td>
3871
3957
 
@@ -3894,6 +3980,7 @@ featureServer.deleteFeature({
3894
3980
  <span class="param-type">String</span>
3895
3981
 
3896
3982
 
3983
+
3897
3984
 
3898
3985
  </td>
3899
3986
 
@@ -3920,6 +4007,7 @@ featureServer.deleteFeature({
3920
4007
  <span class="param-type">String</span>
3921
4008
 
3922
4009
 
4010
+
3923
4011
 
3924
4012
  </td>
3925
4013
 
@@ -4015,6 +4103,7 @@ featureServer.deleteFeature({
4015
4103
  <span class="param-type">Promise.&lt;Object></span>
4016
4104
 
4017
4105
 
4106
+
4018
4107
  </div>
4019
4108
 
4020
4109
  </div>
@@ -4135,6 +4224,7 @@ featureServer.deleteFeature({
4135
4224
  <span class="param-type">String</span>
4136
4225
 
4137
4226
 
4227
+
4138
4228
 
4139
4229
  </td>
4140
4230
 
@@ -4160,7 +4250,8 @@ featureServer.deleteFeature({
4160
4250
  <td class="type">
4161
4251
 
4162
4252
 
4163
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4253
+ <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4254
+
4164
4255
 
4165
4256
 
4166
4257
 
@@ -4186,7 +4277,8 @@ featureServer.deleteFeature({
4186
4277
  <td class="type">
4187
4278
 
4188
4279
 
4189
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4280
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4281
+
4190
4282
 
4191
4283
 
4192
4284
 
@@ -4215,6 +4307,7 @@ featureServer.deleteFeature({
4215
4307
  <span class="param-type">Array</span>
4216
4308
 
4217
4309
 
4310
+
4218
4311
 
4219
4312
  </td>
4220
4313
 
@@ -4238,7 +4331,8 @@ featureServer.deleteFeature({
4238
4331
  <td class="type">
4239
4332
 
4240
4333
 
4241
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4334
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4335
+
4242
4336
 
4243
4337
 
4244
4338
 
@@ -4267,6 +4361,7 @@ featureServer.deleteFeature({
4267
4361
  <span class="param-type">Number</span>
4268
4362
 
4269
4363
 
4364
+
4270
4365
 
4271
4366
  </td>
4272
4367
 
@@ -4295,6 +4390,7 @@ featureServer.deleteFeature({
4295
4390
  <span class="param-type">Number</span>
4296
4391
 
4297
4392
 
4393
+
4298
4394
 
4299
4395
  </td>
4300
4396
 
@@ -4318,7 +4414,8 @@ featureServer.deleteFeature({
4318
4414
  <td class="type">
4319
4415
 
4320
4416
 
4321
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4417
+ <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4418
+
4322
4419
 
4323
4420
 
4324
4421
 
@@ -4347,6 +4444,7 @@ featureServer.deleteFeature({
4347
4444
  <span class="param-type">Number</span>
4348
4445
 
4349
4446
 
4447
+
4350
4448
 
4351
4449
  </td>
4352
4450
 
@@ -4375,6 +4473,7 @@ featureServer.deleteFeature({
4375
4473
  <span class="param-type">Boolean</span>
4376
4474
 
4377
4475
 
4476
+
4378
4477
 
4379
4478
  </td>
4380
4479
 
@@ -4403,6 +4502,7 @@ featureServer.deleteFeature({
4403
4502
  <span class="param-type">Boolean</span>
4404
4503
 
4405
4504
 
4505
+
4406
4506
 
4407
4507
  </td>
4408
4508
 
@@ -4431,6 +4531,7 @@ featureServer.deleteFeature({
4431
4531
  <span class="param-type">Boolean</span>
4432
4532
 
4433
4533
 
4534
+
4434
4535
 
4435
4536
  </td>
4436
4537
 
@@ -4459,6 +4560,7 @@ featureServer.deleteFeature({
4459
4560
  <span class="param-type">Boolean</span>
4460
4561
 
4461
4562
 
4563
+
4462
4564
 
4463
4565
  </td>
4464
4566
 
@@ -4487,6 +4589,7 @@ featureServer.deleteFeature({
4487
4589
  <span class="param-type">Boolean</span>
4488
4590
 
4489
4591
 
4592
+
4490
4593
 
4491
4594
  </td>
4492
4595
 
@@ -4515,6 +4618,7 @@ featureServer.deleteFeature({
4515
4618
  <span class="param-type">Boolean</span>
4516
4619
 
4517
4620
 
4621
+
4518
4622
 
4519
4623
  </td>
4520
4624
 
@@ -4543,6 +4647,7 @@ featureServer.deleteFeature({
4543
4647
  <span class="param-type">String</span>
4544
4648
 
4545
4649
 
4650
+
4546
4651
 
4547
4652
  </td>
4548
4653
 
@@ -4569,6 +4674,7 @@ featureServer.deleteFeature({
4569
4674
  <span class="param-type">String</span>
4570
4675
 
4571
4676
 
4677
+
4572
4678
 
4573
4679
  </td>
4574
4680
 
@@ -4621,6 +4727,7 @@ featureServer.deleteFeature({
4621
4727
  <span class="param-type">String</span>
4622
4728
 
4623
4729
 
4730
+
4624
4731
 
4625
4732
  </td>
4626
4733
 
@@ -4644,7 +4751,8 @@ featureServer.deleteFeature({
4644
4751
  <td class="type">
4645
4752
 
4646
4753
 
4647
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4754
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4755
+
4648
4756
 
4649
4757
 
4650
4758
 
@@ -4673,6 +4781,7 @@ featureServer.deleteFeature({
4673
4781
  <span class="param-type">String</span>
4674
4782
 
4675
4783
 
4784
+
4676
4785
 
4677
4786
  </td>
4678
4787
 
@@ -4699,6 +4808,7 @@ featureServer.deleteFeature({
4699
4808
  <span class="param-type">String</span>
4700
4809
 
4701
4810
 
4811
+
4702
4812
 
4703
4813
  </td>
4704
4814
 
@@ -4725,6 +4835,7 @@ featureServer.deleteFeature({
4725
4835
  <span class="param-type">Number</span>
4726
4836
 
4727
4837
 
4838
+
4728
4839
 
4729
4840
  </td>
4730
4841
 
@@ -4753,6 +4864,7 @@ featureServer.deleteFeature({
4753
4864
  <span class="param-type">Number</span>
4754
4865
 
4755
4866
 
4867
+
4756
4868
 
4757
4869
  </td>
4758
4870
 
@@ -4781,6 +4893,7 @@ featureServer.deleteFeature({
4781
4893
  <span class="param-type">Object</span>
4782
4894
 
4783
4895
 
4896
+
4784
4897
 
4785
4898
  </td>
4786
4899
 
@@ -4808,6 +4921,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4808
4921
  <span class="param-type">Object</span>
4809
4922
 
4810
4923
 
4924
+
4811
4925
 
4812
4926
  </td>
4813
4927
 
@@ -4834,6 +4948,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4834
4948
  <span class="param-type">String</span>
4835
4949
 
4836
4950
 
4951
+
4837
4952
 
4838
4953
  </td>
4839
4954
 
@@ -4860,6 +4975,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4860
4975
  <span class="param-type">Boolean</span>
4861
4976
 
4862
4977
 
4978
+
4863
4979
 
4864
4980
  </td>
4865
4981
 
@@ -4912,6 +5028,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4912
5028
  <span class="param-type">Number</span>
4913
5029
 
4914
5030
 
5031
+
4915
5032
 
4916
5033
  </td>
4917
5034
 
@@ -4938,6 +5055,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4938
5055
  <span class="param-type">String</span>
4939
5056
 
4940
5057
 
5058
+
4941
5059
 
4942
5060
  </td>
4943
5061
 
@@ -4961,7 +5079,8 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4961
5079
  <td class="type">
4962
5080
 
4963
5081
 
4964
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5082
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5083
+
4965
5084
 
4966
5085
 
4967
5086
 
@@ -4990,6 +5109,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4990
5109
  <span class="param-type">String</span>
4991
5110
 
4992
5111
 
5112
+
4993
5113
 
4994
5114
  </td>
4995
5115
 
@@ -5016,6 +5136,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5016
5136
  <span class="param-type">String</span>
5017
5137
 
5018
5138
 
5139
+
5019
5140
 
5020
5141
  </td>
5021
5142
 
@@ -5042,6 +5163,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5042
5163
  <span class="param-type">Number</span>
5043
5164
 
5044
5165
 
5166
+
5045
5167
 
5046
5168
  </td>
5047
5169
 
@@ -5070,6 +5192,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5070
5192
  <span class="param-type">Number</span>
5071
5193
 
5072
5194
 
5195
+
5073
5196
 
5074
5197
  </td>
5075
5198
 
@@ -5098,6 +5221,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5098
5221
  <span class="param-type">Object</span>
5099
5222
 
5100
5223
 
5224
+
5101
5225
 
5102
5226
  </td>
5103
5227
 
@@ -5125,6 +5249,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5125
5249
  <span class="param-type">Object</span>
5126
5250
 
5127
5251
 
5252
+
5128
5253
 
5129
5254
  </td>
5130
5255
 
@@ -5151,6 +5276,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5151
5276
  <span class="param-type">String</span>
5152
5277
 
5153
5278
 
5279
+
5154
5280
 
5155
5281
  </td>
5156
5282
 
@@ -5177,6 +5303,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5177
5303
  <span class="param-type">Boolean</span>
5178
5304
 
5179
5305
 
5306
+
5180
5307
 
5181
5308
  </td>
5182
5309
 
@@ -5272,6 +5399,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5272
5399
  <span class="param-type">Promise.&lt;Object></span>
5273
5400
 
5274
5401
 
5402
+
5275
5403
  </div>
5276
5404
 
5277
5405
  </div>
@@ -5433,6 +5561,7 @@ import { Polygon } from "@mapgis/webclient-common"
5433
5561
  <span class="param-type">String</span>
5434
5562
 
5435
5563
 
5564
+
5436
5565
 
5437
5566
  </td>
5438
5567
 
@@ -5455,6 +5584,7 @@ import { Polygon } from "@mapgis/webclient-common"
5455
5584
  <span class="param-type">function</span>
5456
5585
 
5457
5586
 
5587
+
5458
5588
 
5459
5589
  </td>
5460
5590
 
@@ -5477,6 +5607,7 @@ import { Polygon } from "@mapgis/webclient-common"
5477
5607
  <span class="param-type">function</span>
5478
5608
 
5479
5609
 
5610
+
5480
5611
 
5481
5612
  </td>
5482
5613
 
@@ -5568,6 +5699,7 @@ import { Polygon } from "@mapgis/webclient-common"
5568
5699
  <span class="param-type">Promise.&lt;Object></span>
5569
5700
 
5570
5701
 
5702
+
5571
5703
  </div>
5572
5704
 
5573
5705
  </div>
@@ -5686,6 +5818,7 @@ import { Polygon } from "@mapgis/webclient-common"
5686
5818
  <span class="param-type">function</span>
5687
5819
 
5688
5820
 
5821
+
5689
5822
 
5690
5823
  </td>
5691
5824
 
@@ -5714,6 +5847,7 @@ import { Polygon } from "@mapgis/webclient-common"
5714
5847
  <span class="param-type">function</span>
5715
5848
 
5716
5849
 
5850
+
5717
5851
 
5718
5852
  </td>
5719
5853
 
@@ -5752,7 +5886,7 @@ import { Polygon } from "@mapgis/webclient-common"
5752
5886
 
5753
5887
  <dt class="inherited-from">Inherited From:</dt>
5754
5888
  <dd class="inherited-from"><ul class="dummy"><li>
5755
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5889
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5756
5890
  </li></ul></dd>
5757
5891
 
5758
5892
 
@@ -5919,6 +6053,7 @@ import { Polygon } from "@mapgis/webclient-common"
5919
6053
  <span class="param-type">String</span>
5920
6054
 
5921
6055
 
6056
+
5922
6057
 
5923
6058
  </td>
5924
6059
 
@@ -5945,6 +6080,7 @@ import { Polygon } from "@mapgis/webclient-common"
5945
6080
  <span class="param-type">String</span>
5946
6081
 
5947
6082
 
6083
+
5948
6084
 
5949
6085
  </td>
5950
6086
 
@@ -5973,6 +6109,7 @@ import { Polygon } from "@mapgis/webclient-common"
5973
6109
  <span class="param-type">function</span>
5974
6110
 
5975
6111
 
6112
+
5976
6113
 
5977
6114
  </td>
5978
6115
 
@@ -5999,6 +6136,7 @@ import { Polygon } from "@mapgis/webclient-common"
5999
6136
  <span class="param-type">function</span>
6000
6137
 
6001
6138
 
6139
+
6002
6140
 
6003
6141
  </td>
6004
6142
 
@@ -6025,6 +6163,7 @@ import { Polygon } from "@mapgis/webclient-common"
6025
6163
  <span class="param-type">Array</span>
6026
6164
 
6027
6165
 
6166
+
6028
6167
 
6029
6168
  </td>
6030
6169
 
@@ -6079,6 +6218,7 @@ import { Polygon } from "@mapgis/webclient-common"
6079
6218
  <span class="param-type">String</span>
6080
6219
 
6081
6220
 
6221
+
6082
6222
 
6083
6223
  </td>
6084
6224
 
@@ -6105,6 +6245,7 @@ import { Polygon } from "@mapgis/webclient-common"
6105
6245
  <span class="param-type">Object</span>
6106
6246
 
6107
6247
 
6248
+
6108
6249
 
6109
6250
  </td>
6110
6251
 
@@ -6200,6 +6341,7 @@ import { Polygon } from "@mapgis/webclient-common"
6200
6341
  <span class="param-type">Promise.&lt;Object></span>
6201
6342
 
6202
6343
 
6344
+
6203
6345
  </div>
6204
6346
 
6205
6347
  </div>