@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
 
@@ -196,7 +198,7 @@
196
198
 
197
199
 
198
200
  <ul>
199
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
201
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
200
202
  </ul>
201
203
 
202
204
 
@@ -228,89 +230,96 @@
228
230
  <tbody>
229
231
 
230
232
  <tr class="deep-level-0">
231
- <td class="name"><code><a href="ResourceServer.html#clientId">clientId</a></code></td>
233
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
232
234
  <td class="name">
233
235
  <code>
234
236
 
235
237
  <span class="param-type">Boolean</span>
236
238
 
237
239
 
240
+
238
241
  </code>
239
242
  </td>
240
243
  <td class="name"><code><p>客户端id</p></code></td>
241
244
  </tr>
242
245
 
243
246
  <tr class="deep-level-0">
244
- <td class="name"><code><a href="ResourceServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
247
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
245
248
  <td class="name">
246
249
  <code>
247
250
 
248
251
  <span class="param-type">Boolean</span>
249
252
 
250
253
 
254
+
251
255
  </code>
252
256
  </td>
253
257
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
254
258
  </tr>
255
259
 
256
260
  <tr class="deep-level-0">
257
- <td class="name"><code><a href="ResourceServer.html#headers">headers</a></code></td>
261
+ <td class="name"><code><a href="#headers">headers</a></code></td>
258
262
  <td class="name">
259
263
  <code>
260
264
 
261
265
  <span class="param-type">String</span>
262
266
 
263
267
 
268
+
264
269
  </code>
265
270
  </td>
266
271
  <td class="name"><code><p>请求头参数</p></code></td>
267
272
  </tr>
268
273
 
269
274
  <tr class="deep-level-0">
270
- <td class="name"><code><a href="ResourceServer.html#requestInterceptor">requestInterceptor</a></code></td>
275
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
271
276
  <td class="name">
272
277
  <code>
273
278
 
274
279
  <span class="param-type">function</span>
275
280
 
276
281
 
282
+
277
283
  </code>
278
284
  </td>
279
285
  <td class="name"><code><p>请求发送拦截器</p></code></td>
280
286
  </tr>
281
287
 
282
288
  <tr class="deep-level-0">
283
- <td class="name"><code><a href="ResourceServer.html#requestTimeout">requestTimeout</a></code></td>
289
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
284
290
  <td class="name">
285
291
  <code>
286
292
 
287
293
  <span class="param-type">String</span>
288
294
 
289
295
 
296
+
290
297
  </code>
291
298
  </td>
292
299
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
293
300
  </tr>
294
301
 
295
302
  <tr class="deep-level-0">
296
- <td class="name"><code><a href="ResourceServer.html#responseInterceptor">responseInterceptor</a></code></td>
303
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
297
304
  <td class="name">
298
305
  <code>
299
306
 
300
307
  <span class="param-type">function</span>
301
308
 
302
309
 
310
+
303
311
  </code>
304
312
  </td>
305
313
  <td class="name"><code><p>请求响应拦截器</p></code></td>
306
314
  </tr>
307
315
 
308
316
  <tr class="deep-level-0">
309
- <td class="name"><code><a href="ResourceServer.html#tokenAttachType">tokenAttachType</a></code></td>
317
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
310
318
  <td class="name">
311
319
  <code>
312
320
 
313
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
321
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
322
+
314
323
 
315
324
 
316
325
  </code>
@@ -319,39 +328,42 @@
319
328
  </tr>
320
329
 
321
330
  <tr class="deep-level-0">
322
- <td class="name"><code><a href="ResourceServer.html#tokenKey">tokenKey</a></code></td>
331
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
323
332
  <td class="name">
324
333
  <code>
325
334
 
326
335
  <span class="param-type">String</span>
327
336
 
328
337
 
338
+
329
339
  </code>
330
340
  </td>
331
341
  <td class="name"><code><p>token名</p></code></td>
332
342
  </tr>
333
343
 
334
344
  <tr class="deep-level-0">
335
- <td class="name"><code><a href="ResourceServer.html#tokenValue">tokenValue</a></code></td>
345
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
336
346
  <td class="name">
337
347
  <code>
338
348
 
339
349
  <span class="param-type">String</span>
340
350
 
341
351
 
352
+
342
353
  </code>
343
354
  </td>
344
355
  <td class="name"><code><p>token值</p></code></td>
345
356
  </tr>
346
357
 
347
358
  <tr class="deep-level-0">
348
- <td class="name"><code><a href="ResourceServer.html#url">url</a></code></td>
359
+ <td class="name"><code><a href="#url">url</a></code></td>
349
360
  <td class="name">
350
361
  <code>
351
362
 
352
363
  <span class="param-type">String</span>
353
364
 
354
365
 
366
+
355
367
  </code>
356
368
  </td>
357
369
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -371,6 +383,7 @@
371
383
  <span class="param-type">Boolean</span>
372
384
 
373
385
 
386
+
374
387
  </span>
375
388
 
376
389
  <h4 class="name" id="clientId">
@@ -402,7 +415,7 @@
402
415
 
403
416
  <dt class="inherited-from">Inherited From:</dt>
404
417
  <dd class="inherited-from"><ul class="dummy"><li>
405
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
418
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
406
419
  </li></ul></dd>
407
420
 
408
421
 
@@ -446,6 +459,7 @@
446
459
  <span class="param-type">Boolean</span>
447
460
 
448
461
 
462
+
449
463
  </span>
450
464
 
451
465
  <h4 class="name" id="enableGlobeFetch">
@@ -477,7 +491,7 @@
477
491
 
478
492
  <dt class="inherited-from">Inherited From:</dt>
479
493
  <dd class="inherited-from"><ul class="dummy"><li>
480
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
494
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
481
495
  </li></ul></dd>
482
496
 
483
497
 
@@ -542,6 +556,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
542
556
  <span class="param-type">String</span>
543
557
 
544
558
 
559
+
545
560
  </span>
546
561
 
547
562
  <h4 class="name" id="headers">
@@ -573,7 +588,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
573
588
 
574
589
  <dt class="inherited-from">Inherited From:</dt>
575
590
  <dd class="inherited-from"><ul class="dummy"><li>
576
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
591
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
577
592
  </li></ul></dd>
578
593
 
579
594
 
@@ -639,6 +654,7 @@ BaseServer.headers.token = '新token';</code></pre>
639
654
  <span class="param-type">function</span>
640
655
 
641
656
 
657
+
642
658
  </span>
643
659
 
644
660
  <h4 class="name" id="requestInterceptor">
@@ -670,7 +686,7 @@ BaseServer.headers.token = '新token';</code></pre>
670
686
 
671
687
  <dt class="inherited-from">Inherited From:</dt>
672
688
  <dd class="inherited-from"><ul class="dummy"><li>
673
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
689
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
674
690
  </li></ul></dd>
675
691
 
676
692
 
@@ -742,6 +758,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
742
758
  <span class="param-type">String</span>
743
759
 
744
760
 
761
+
745
762
  </span>
746
763
 
747
764
  <h4 class="name" id="requestTimeout">
@@ -773,7 +790,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
773
790
 
774
791
  <dt class="inherited-from">Inherited From:</dt>
775
792
  <dd class="inherited-from"><ul class="dummy"><li>
776
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
793
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
777
794
  </li></ul></dd>
778
795
 
779
796
 
@@ -835,6 +852,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
835
852
  <span class="param-type">function</span>
836
853
 
837
854
 
855
+
838
856
  </span>
839
857
 
840
858
  <h4 class="name" id="responseInterceptor">
@@ -866,7 +884,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
866
884
 
867
885
  <dt class="inherited-from">Inherited From:</dt>
868
886
  <dd class="inherited-from"><ul class="dummy"><li>
869
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
887
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
870
888
  </li></ul></dd>
871
889
 
872
890
 
@@ -937,7 +955,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
937
955
  <span class="method-parameter is-pulled-right">
938
956
  <label>类型:</label>
939
957
 
940
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
958
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
959
+
941
960
 
942
961
 
943
962
  </span>
@@ -971,7 +990,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
971
990
 
972
991
  <dt class="inherited-from">Inherited From:</dt>
973
992
  <dd class="inherited-from"><ul class="dummy"><li>
974
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
993
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
975
994
  </li></ul></dd>
976
995
 
977
996
 
@@ -1037,6 +1056,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1037
1056
  <span class="param-type">String</span>
1038
1057
 
1039
1058
 
1059
+
1040
1060
  </span>
1041
1061
 
1042
1062
  <h4 class="name" id="tokenKey">
@@ -1068,7 +1088,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1068
1088
 
1069
1089
  <dt class="inherited-from">Inherited From:</dt>
1070
1090
  <dd class="inherited-from"><ul class="dummy"><li>
1071
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1091
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1072
1092
  </li></ul></dd>
1073
1093
 
1074
1094
 
@@ -1129,6 +1149,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1129
1149
  <span class="param-type">String</span>
1130
1150
 
1131
1151
 
1152
+
1132
1153
  </span>
1133
1154
 
1134
1155
  <h4 class="name" id="tokenValue">
@@ -1160,7 +1181,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1160
1181
 
1161
1182
  <dt class="inherited-from">Inherited From:</dt>
1162
1183
  <dd class="inherited-from"><ul class="dummy"><li>
1163
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1184
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1164
1185
  </li></ul></dd>
1165
1186
 
1166
1187
 
@@ -1221,6 +1242,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1221
1242
  <span class="param-type">String</span>
1222
1243
 
1223
1244
 
1245
+
1224
1246
  </span>
1225
1247
 
1226
1248
  <h4 class="name" id="url">
@@ -1252,7 +1274,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1252
1274
 
1253
1275
  <dt class="inherited-from">Inherited From:</dt>
1254
1276
  <dd class="inherited-from"><ul class="dummy"><li>
1255
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1277
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1256
1278
  </li></ul></dd>
1257
1279
 
1258
1280
 
@@ -1326,7 +1348,7 @@ BaseServer.url = '新URL';</code></pre>
1326
1348
  <tbody>
1327
1349
 
1328
1350
  <tr class="deep-level-0">
1329
- <td class="name"><code><a href="ResourceServer.html#addClass">addClass</a></code></td>
1351
+ <td class="name"><code><a href="#addClass">addClass</a></code></td>
1330
1352
  <td class="name">
1331
1353
  <code>
1332
1354
 
@@ -1334,6 +1356,7 @@ BaseServer.url = '新URL';</code></pre>
1334
1356
  <span class="param-type">Promise.&lt;Object></span>
1335
1357
 
1336
1358
 
1359
+
1337
1360
 
1338
1361
  </code>
1339
1362
  </td>
@@ -1341,7 +1364,7 @@ BaseServer.url = '新URL';</code></pre>
1341
1364
  </tr>
1342
1365
 
1343
1366
  <tr class="deep-level-0">
1344
- <td class="name"><code><a href="ResourceServer.html#addGDB">addGDB</a></code></td>
1367
+ <td class="name"><code><a href="#addGDB">addGDB</a></code></td>
1345
1368
  <td class="name">
1346
1369
  <code>
1347
1370
 
@@ -1349,6 +1372,7 @@ BaseServer.url = '新URL';</code></pre>
1349
1372
  <span class="param-type">Promise.&lt;Object></span>
1350
1373
 
1351
1374
 
1375
+
1352
1376
 
1353
1377
  </code>
1354
1378
  </td>
@@ -1356,7 +1380,7 @@ BaseServer.url = '新URL';</code></pre>
1356
1380
  </tr>
1357
1381
 
1358
1382
  <tr class="deep-level-0">
1359
- <td class="name"><code><a href="ResourceServer.html#addMapLayer">addMapLayer</a></code></td>
1383
+ <td class="name"><code><a href="#addMapLayer">addMapLayer</a></code></td>
1360
1384
  <td class="name">
1361
1385
  <code>
1362
1386
 
@@ -1364,6 +1388,7 @@ BaseServer.url = '新URL';</code></pre>
1364
1388
  <span class="param-type">Promise.&lt;Object></span>
1365
1389
 
1366
1390
 
1391
+
1367
1392
 
1368
1393
  </code>
1369
1394
  </td>
@@ -1371,7 +1396,7 @@ BaseServer.url = '新URL';</code></pre>
1371
1396
  </tr>
1372
1397
 
1373
1398
  <tr class="deep-level-0">
1374
- <td class="name"><code><a href="ResourceServer.html#attachGDB">attachGDB</a></code></td>
1399
+ <td class="name"><code><a href="#attachGDB">attachGDB</a></code></td>
1375
1400
  <td class="name">
1376
1401
  <code>
1377
1402
 
@@ -1379,6 +1404,7 @@ BaseServer.url = '新URL';</code></pre>
1379
1404
  <span class="param-type">Promise.&lt;Object></span>
1380
1405
 
1381
1406
 
1407
+
1382
1408
 
1383
1409
  </code>
1384
1410
  </td>
@@ -1386,7 +1412,7 @@ BaseServer.url = '新URL';</code></pre>
1386
1412
  </tr>
1387
1413
 
1388
1414
  <tr class="deep-level-0">
1389
- <td class="name"><code><a href="ResourceServer.html#createGdbLayer">createGdbLayer</a></code></td>
1415
+ <td class="name"><code><a href="#createGdbLayer">createGdbLayer</a></code></td>
1390
1416
  <td class="name">
1391
1417
  <code>
1392
1418
 
@@ -1394,6 +1420,7 @@ BaseServer.url = '新URL';</code></pre>
1394
1420
  <span class="param-type">Promise.&lt;Object></span>
1395
1421
 
1396
1422
 
1423
+
1397
1424
 
1398
1425
  </code>
1399
1426
  </td>
@@ -1401,7 +1428,7 @@ BaseServer.url = '新URL';</code></pre>
1401
1428
  </tr>
1402
1429
 
1403
1430
  <tr class="deep-level-0">
1404
- <td class="name"><code><a href="ResourceServer.html#createLayerInGdbp">createLayerInGdbp</a></code></td>
1431
+ <td class="name"><code><a href="#createLayerInGdbp">createLayerInGdbp</a></code></td>
1405
1432
  <td class="name">
1406
1433
  <code>
1407
1434
 
@@ -1409,6 +1436,7 @@ BaseServer.url = '新URL';</code></pre>
1409
1436
  <span class="param-type">Promise.&lt;Object></span>
1410
1437
 
1411
1438
 
1439
+
1412
1440
 
1413
1441
  </code>
1414
1442
  </td>
@@ -1416,7 +1444,7 @@ BaseServer.url = '新URL';</code></pre>
1416
1444
  </tr>
1417
1445
 
1418
1446
  <tr class="deep-level-0">
1419
- <td class="name"><code><a href="ResourceServer.html#deleteGDB">deleteGDB</a></code></td>
1447
+ <td class="name"><code><a href="#deleteGDB">deleteGDB</a></code></td>
1420
1448
  <td class="name">
1421
1449
  <code>
1422
1450
 
@@ -1424,6 +1452,7 @@ BaseServer.url = '新URL';</code></pre>
1424
1452
  <span class="param-type">Promise.&lt;Object></span>
1425
1453
 
1426
1454
 
1455
+
1427
1456
 
1428
1457
  </code>
1429
1458
  </td>
@@ -1431,7 +1460,7 @@ BaseServer.url = '新URL';</code></pre>
1431
1460
  </tr>
1432
1461
 
1433
1462
  <tr class="deep-level-0">
1434
- <td class="name"><code><a href="ResourceServer.html#deleteLayerInGdbp">deleteLayerInGdbp</a></code></td>
1463
+ <td class="name"><code><a href="#deleteLayerInGdbp">deleteLayerInGdbp</a></code></td>
1435
1464
  <td class="name">
1436
1465
  <code>
1437
1466
 
@@ -1439,6 +1468,7 @@ BaseServer.url = '新URL';</code></pre>
1439
1468
  <span class="param-type">Promise.&lt;Object></span>
1440
1469
 
1441
1470
 
1471
+
1442
1472
 
1443
1473
  </code>
1444
1474
  </td>
@@ -1446,7 +1476,7 @@ BaseServer.url = '新URL';</code></pre>
1446
1476
  </tr>
1447
1477
 
1448
1478
  <tr class="deep-level-0">
1449
- <td class="name"><code><a href="ResourceServer.html#deleteSimpleFeature">deleteSimpleFeature</a></code></td>
1479
+ <td class="name"><code><a href="#deleteSimpleFeature">deleteSimpleFeature</a></code></td>
1450
1480
  <td class="name">
1451
1481
  <code>
1452
1482
 
@@ -1454,6 +1484,7 @@ BaseServer.url = '新URL';</code></pre>
1454
1484
  <span class="param-type">Promise.&lt;Object></span>
1455
1485
 
1456
1486
 
1487
+
1457
1488
 
1458
1489
  </code>
1459
1490
  </td>
@@ -1461,7 +1492,7 @@ BaseServer.url = '新URL';</code></pre>
1461
1492
  </tr>
1462
1493
 
1463
1494
  <tr class="deep-level-0">
1464
- <td class="name"><code><a href="ResourceServer.html#detachGDB">detachGDB</a></code></td>
1495
+ <td class="name"><code><a href="#detachGDB">detachGDB</a></code></td>
1465
1496
  <td class="name">
1466
1497
  <code>
1467
1498
 
@@ -1469,6 +1500,7 @@ BaseServer.url = '新URL';</code></pre>
1469
1500
  <span class="param-type">Promise.&lt;Object></span>
1470
1501
 
1471
1502
 
1503
+
1472
1504
 
1473
1505
  </code>
1474
1506
  </td>
@@ -1476,7 +1508,7 @@ BaseServer.url = '新URL';</code></pre>
1476
1508
  </tr>
1477
1509
 
1478
1510
  <tr class="deep-level-0">
1479
- <td class="name"><code><a href="ResourceServer.html#editLayerSystemLib">editLayerSystemLib</a></code></td>
1511
+ <td class="name"><code><a href="#editLayerSystemLib">editLayerSystemLib</a></code></td>
1480
1512
  <td class="name">
1481
1513
  <code>
1482
1514
 
@@ -1484,6 +1516,7 @@ BaseServer.url = '新URL';</code></pre>
1484
1516
  <span class="param-type">Promise.&lt;Object></span>
1485
1517
 
1486
1518
 
1519
+
1487
1520
 
1488
1521
  </code>
1489
1522
  </td>
@@ -1491,7 +1524,7 @@ BaseServer.url = '新URL';</code></pre>
1491
1524
  </tr>
1492
1525
 
1493
1526
  <tr class="deep-level-0">
1494
- <td class="name"><code><a href="ResourceServer.html#editMapLayerIndex">editMapLayerIndex</a></code></td>
1527
+ <td class="name"><code><a href="#editMapLayerIndex">editMapLayerIndex</a></code></td>
1495
1528
  <td class="name">
1496
1529
  <code>
1497
1530
 
@@ -1499,6 +1532,7 @@ BaseServer.url = '新URL';</code></pre>
1499
1532
  <span class="param-type">Promise.&lt;Object></span>
1500
1533
 
1501
1534
 
1535
+
1502
1536
 
1503
1537
  </code>
1504
1538
  </td>
@@ -1506,7 +1540,7 @@ BaseServer.url = '新URL';</code></pre>
1506
1540
  </tr>
1507
1541
 
1508
1542
  <tr class="deep-level-0">
1509
- <td class="name"><code><a href="ResourceServer.html#editMapLayerSystemLib">editMapLayerSystemLib</a></code></td>
1543
+ <td class="name"><code><a href="#editMapLayerSystemLib">editMapLayerSystemLib</a></code></td>
1510
1544
  <td class="name">
1511
1545
  <code>
1512
1546
 
@@ -1514,6 +1548,7 @@ BaseServer.url = '新URL';</code></pre>
1514
1548
  <span class="param-type">Promise.&lt;Object></span>
1515
1549
 
1516
1550
 
1551
+
1517
1552
 
1518
1553
  </code>
1519
1554
  </td>
@@ -1521,7 +1556,7 @@ BaseServer.url = '新URL';</code></pre>
1521
1556
  </tr>
1522
1557
 
1523
1558
  <tr class="deep-level-0">
1524
- <td class="name"><code><a href="ResourceServer.html#editTempDataInfo">editTempDataInfo</a></code></td>
1559
+ <td class="name"><code><a href="#editTempDataInfo">editTempDataInfo</a></code></td>
1525
1560
  <td class="name">
1526
1561
  <code>
1527
1562
 
@@ -1529,6 +1564,7 @@ BaseServer.url = '新URL';</code></pre>
1529
1564
  <span class="param-type">Promise.&lt;Object></span>
1530
1565
 
1531
1566
 
1567
+
1532
1568
 
1533
1569
  </code>
1534
1570
  </td>
@@ -1536,7 +1572,7 @@ BaseServer.url = '新URL';</code></pre>
1536
1572
  </tr>
1537
1573
 
1538
1574
  <tr class="deep-level-0">
1539
- <td class="name"><code><a href="ResourceServer.html#getColorByIndex">getColorByIndex</a></code></td>
1575
+ <td class="name"><code><a href="#getColorByIndex">getColorByIndex</a></code></td>
1540
1576
  <td class="name">
1541
1577
  <code>
1542
1578
 
@@ -1544,6 +1580,7 @@ BaseServer.url = '新URL';</code></pre>
1544
1580
  <span class="param-type">Promise.&lt;Object></span>
1545
1581
 
1546
1582
 
1583
+
1547
1584
 
1548
1585
  </code>
1549
1586
  </td>
@@ -1551,7 +1588,7 @@ BaseServer.url = '新URL';</code></pre>
1551
1588
  </tr>
1552
1589
 
1553
1590
  <tr class="deep-level-0">
1554
- <td class="name"><code><a href="ResourceServer.html#getColorIndex">getColorIndex</a></code></td>
1591
+ <td class="name"><code><a href="#getColorIndex">getColorIndex</a></code></td>
1555
1592
  <td class="name">
1556
1593
  <code>
1557
1594
 
@@ -1559,6 +1596,7 @@ BaseServer.url = '新URL';</code></pre>
1559
1596
  <span class="param-type">Promise.&lt;Object></span>
1560
1597
 
1561
1598
 
1599
+
1562
1600
 
1563
1601
  </code>
1564
1602
  </td>
@@ -1566,7 +1604,7 @@ BaseServer.url = '新URL';</code></pre>
1566
1604
  </tr>
1567
1605
 
1568
1606
  <tr class="deep-level-0">
1569
- <td class="name"><code><a href="ResourceServer.html#getSimpleFeature">getSimpleFeature</a></code></td>
1607
+ <td class="name"><code><a href="#getSimpleFeature">getSimpleFeature</a></code></td>
1570
1608
  <td class="name">
1571
1609
  <code>
1572
1610
 
@@ -1574,6 +1612,7 @@ BaseServer.url = '新URL';</code></pre>
1574
1612
  <span class="param-type">Promise.&lt;Object></span>
1575
1613
 
1576
1614
 
1615
+
1577
1616
 
1578
1617
  </code>
1579
1618
  </td>
@@ -1581,7 +1620,7 @@ BaseServer.url = '新URL';</code></pre>
1581
1620
  </tr>
1582
1621
 
1583
1622
  <tr class="deep-level-0">
1584
- <td class="name"><code><a href="ResourceServer.html#operaGdbp">operaGdbp</a></code></td>
1623
+ <td class="name"><code><a href="#operaGdbp">operaGdbp</a></code></td>
1585
1624
  <td class="name">
1586
1625
  <code>
1587
1626
 
@@ -1589,6 +1628,7 @@ BaseServer.url = '新URL';</code></pre>
1589
1628
  <span class="param-type">Promise.&lt;Object></span>
1590
1629
 
1591
1630
 
1631
+
1592
1632
 
1593
1633
  </code>
1594
1634
  </td>
@@ -1596,7 +1636,7 @@ BaseServer.url = '新URL';</code></pre>
1596
1636
  </tr>
1597
1637
 
1598
1638
  <tr class="deep-level-0">
1599
- <td class="name"><code><a href="ResourceServer.html#queryDataSourceFeatureClassList">queryDataSourceFeatureClassList</a></code></td>
1639
+ <td class="name"><code><a href="#queryDataSourceFeatureClassList">queryDataSourceFeatureClassList</a></code></td>
1600
1640
  <td class="name">
1601
1641
  <code>
1602
1642
 
@@ -1604,6 +1644,7 @@ BaseServer.url = '新URL';</code></pre>
1604
1644
  <span class="param-type">Promise.&lt;Object></span>
1605
1645
 
1606
1646
 
1647
+
1607
1648
 
1608
1649
  </code>
1609
1650
  </td>
@@ -1611,7 +1652,7 @@ BaseServer.url = '新URL';</code></pre>
1611
1652
  </tr>
1612
1653
 
1613
1654
  <tr class="deep-level-0">
1614
- <td class="name"><code><a href="ResourceServer.html#queryDataSourceInfo">queryDataSourceInfo</a></code></td>
1655
+ <td class="name"><code><a href="#queryDataSourceInfo">queryDataSourceInfo</a></code></td>
1615
1656
  <td class="name">
1616
1657
  <code>
1617
1658
 
@@ -1619,6 +1660,7 @@ BaseServer.url = '新URL';</code></pre>
1619
1660
  <span class="param-type">Promise.&lt;Object></span>
1620
1661
 
1621
1662
 
1663
+
1622
1664
 
1623
1665
  </code>
1624
1666
  </td>
@@ -1626,7 +1668,7 @@ BaseServer.url = '新URL';</code></pre>
1626
1668
  </tr>
1627
1669
 
1628
1670
  <tr class="deep-level-0">
1629
- <td class="name"><code><a href="ResourceServer.html#queryDataSourceList">queryDataSourceList</a></code></td>
1671
+ <td class="name"><code><a href="#queryDataSourceList">queryDataSourceList</a></code></td>
1630
1672
  <td class="name">
1631
1673
  <code>
1632
1674
 
@@ -1634,6 +1676,7 @@ BaseServer.url = '新URL';</code></pre>
1634
1676
  <span class="param-type">Promise.&lt;Object></span>
1635
1677
 
1636
1678
 
1679
+
1637
1680
 
1638
1681
  </code>
1639
1682
  </td>
@@ -1641,7 +1684,7 @@ BaseServer.url = '新URL';</code></pre>
1641
1684
  </tr>
1642
1685
 
1643
1686
  <tr class="deep-level-0">
1644
- <td class="name"><code><a href="ResourceServer.html#queryDsAllData">queryDsAllData</a></code></td>
1687
+ <td class="name"><code><a href="#queryDsAllData">queryDsAllData</a></code></td>
1645
1688
  <td class="name">
1646
1689
  <code>
1647
1690
 
@@ -1649,6 +1692,7 @@ BaseServer.url = '新URL';</code></pre>
1649
1692
  <span class="param-type">Promise.&lt;Object></span>
1650
1693
 
1651
1694
 
1695
+
1652
1696
 
1653
1697
  </code>
1654
1698
  </td>
@@ -1656,7 +1700,7 @@ BaseServer.url = '新URL';</code></pre>
1656
1700
  </tr>
1657
1701
 
1658
1702
  <tr class="deep-level-0">
1659
- <td class="name"><code><a href="ResourceServer.html#queryFeatureDataSourceList">queryFeatureDataSourceList</a></code></td>
1703
+ <td class="name"><code><a href="#queryFeatureDataSourceList">queryFeatureDataSourceList</a></code></td>
1660
1704
  <td class="name">
1661
1705
  <code>
1662
1706
 
@@ -1664,6 +1708,7 @@ BaseServer.url = '新URL';</code></pre>
1664
1708
  <span class="param-type">Promise.&lt;Object></span>
1665
1709
 
1666
1710
 
1711
+
1667
1712
 
1668
1713
  </code>
1669
1714
  </td>
@@ -1671,7 +1716,7 @@ BaseServer.url = '新URL';</code></pre>
1671
1716
  </tr>
1672
1717
 
1673
1718
  <tr class="deep-level-0">
1674
- <td class="name"><code><a href="ResourceServer.html#queryGDBList">queryGDBList</a></code></td>
1719
+ <td class="name"><code><a href="#queryGDBList">queryGDBList</a></code></td>
1675
1720
  <td class="name">
1676
1721
  <code>
1677
1722
 
@@ -1679,6 +1724,7 @@ BaseServer.url = '新URL';</code></pre>
1679
1724
  <span class="param-type">Promise.&lt;Object></span>
1680
1725
 
1681
1726
 
1727
+
1682
1728
 
1683
1729
  </code>
1684
1730
  </td>
@@ -1686,7 +1732,7 @@ BaseServer.url = '新URL';</code></pre>
1686
1732
  </tr>
1687
1733
 
1688
1734
  <tr class="deep-level-0">
1689
- <td class="name"><code><a href="ResourceServer.html#queryGdbpAllData">queryGdbpAllData</a></code></td>
1735
+ <td class="name"><code><a href="#queryGdbpAllData">queryGdbpAllData</a></code></td>
1690
1736
  <td class="name">
1691
1737
  <code>
1692
1738
 
@@ -1694,6 +1740,7 @@ BaseServer.url = '新URL';</code></pre>
1694
1740
  <span class="param-type">Promise.&lt;Object></span>
1695
1741
 
1696
1742
 
1743
+
1697
1744
 
1698
1745
  </code>
1699
1746
  </td>
@@ -1701,7 +1748,7 @@ BaseServer.url = '新URL';</code></pre>
1701
1748
  </tr>
1702
1749
 
1703
1750
  <tr class="deep-level-0">
1704
- <td class="name"><code><a href="ResourceServer.html#queryGDBPInfo">queryGDBPInfo</a></code></td>
1751
+ <td class="name"><code><a href="#queryGDBPInfo">queryGDBPInfo</a></code></td>
1705
1752
  <td class="name">
1706
1753
  <code>
1707
1754
 
@@ -1709,6 +1756,7 @@ BaseServer.url = '新URL';</code></pre>
1709
1756
  <span class="param-type">Promise.&lt;Object></span>
1710
1757
 
1711
1758
 
1759
+
1712
1760
 
1713
1761
  </code>
1714
1762
  </td>
@@ -1716,7 +1764,7 @@ BaseServer.url = '新URL';</code></pre>
1716
1764
  </tr>
1717
1765
 
1718
1766
  <tr class="deep-level-0">
1719
- <td class="name"><code><a href="ResourceServer.html#queryLegendInfo">queryLegendInfo</a></code></td>
1767
+ <td class="name"><code><a href="#queryLegendInfo">queryLegendInfo</a></code></td>
1720
1768
  <td class="name">
1721
1769
  <code>
1722
1770
 
@@ -1724,6 +1772,7 @@ BaseServer.url = '新URL';</code></pre>
1724
1772
  <span class="param-type">Promise.&lt;Object></span>
1725
1773
 
1726
1774
 
1775
+
1727
1776
 
1728
1777
  </code>
1729
1778
  </td>
@@ -1731,7 +1780,7 @@ BaseServer.url = '新URL';</code></pre>
1731
1780
  </tr>
1732
1781
 
1733
1782
  <tr class="deep-level-0">
1734
- <td class="name"><code><a href="ResourceServer.html#queryMapDocList">queryMapDocList</a></code></td>
1783
+ <td class="name"><code><a href="#queryMapDocList">queryMapDocList</a></code></td>
1735
1784
  <td class="name">
1736
1785
  <code>
1737
1786
 
@@ -1739,6 +1788,7 @@ BaseServer.url = '新URL';</code></pre>
1739
1788
  <span class="param-type">Promise.&lt;Object></span>
1740
1789
 
1741
1790
 
1791
+
1742
1792
 
1743
1793
  </code>
1744
1794
  </td>
@@ -1746,7 +1796,7 @@ BaseServer.url = '新URL';</code></pre>
1746
1796
  </tr>
1747
1797
 
1748
1798
  <tr class="deep-level-0">
1749
- <td class="name"><code><a href="ResourceServer.html#queryMapInfo">queryMapInfo</a></code></td>
1799
+ <td class="name"><code><a href="#queryMapInfo">queryMapInfo</a></code></td>
1750
1800
  <td class="name">
1751
1801
  <code>
1752
1802
 
@@ -1754,6 +1804,7 @@ BaseServer.url = '新URL';</code></pre>
1754
1804
  <span class="param-type">Promise.&lt;Object></span>
1755
1805
 
1756
1806
 
1807
+
1757
1808
 
1758
1809
  </code>
1759
1810
  </td>
@@ -1761,7 +1812,7 @@ BaseServer.url = '新URL';</code></pre>
1761
1812
  </tr>
1762
1813
 
1763
1814
  <tr class="deep-level-0">
1764
- <td class="name"><code><a href="ResourceServer.html#queryMapInfoByIndex">queryMapInfoByIndex</a></code></td>
1815
+ <td class="name"><code><a href="#queryMapInfoByIndex">queryMapInfoByIndex</a></code></td>
1765
1816
  <td class="name">
1766
1817
  <code>
1767
1818
 
@@ -1769,6 +1820,7 @@ BaseServer.url = '新URL';</code></pre>
1769
1820
  <span class="param-type">Promise.&lt;Object></span>
1770
1821
 
1771
1822
 
1823
+
1772
1824
 
1773
1825
  </code>
1774
1826
  </td>
@@ -1776,7 +1828,7 @@ BaseServer.url = '新URL';</code></pre>
1776
1828
  </tr>
1777
1829
 
1778
1830
  <tr class="deep-level-0">
1779
- <td class="name"><code><a href="ResourceServer.html#queryMapLayerInfo">queryMapLayerInfo</a></code></td>
1831
+ <td class="name"><code><a href="#queryMapLayerInfo">queryMapLayerInfo</a></code></td>
1780
1832
  <td class="name">
1781
1833
  <code>
1782
1834
 
@@ -1784,6 +1836,7 @@ BaseServer.url = '新URL';</code></pre>
1784
1836
  <span class="param-type">Promise.&lt;Object></span>
1785
1837
 
1786
1838
 
1839
+
1787
1840
 
1788
1841
  </code>
1789
1842
  </td>
@@ -1791,7 +1844,7 @@ BaseServer.url = '新URL';</code></pre>
1791
1844
  </tr>
1792
1845
 
1793
1846
  <tr class="deep-level-0">
1794
- <td class="name"><code><a href="ResourceServer.html#queryMapLayerInfoByIndex">queryMapLayerInfoByIndex</a></code></td>
1847
+ <td class="name"><code><a href="#queryMapLayerInfoByIndex">queryMapLayerInfoByIndex</a></code></td>
1795
1848
  <td class="name">
1796
1849
  <code>
1797
1850
 
@@ -1799,6 +1852,7 @@ BaseServer.url = '新URL';</code></pre>
1799
1852
  <span class="param-type">Promise.&lt;Object></span>
1800
1853
 
1801
1854
 
1855
+
1802
1856
 
1803
1857
  </code>
1804
1858
  </td>
@@ -1806,7 +1860,7 @@ BaseServer.url = '新URL';</code></pre>
1806
1860
  </tr>
1807
1861
 
1808
1862
  <tr class="deep-level-0">
1809
- <td class="name"><code><a href="ResourceServer.html#queryServerInfo">queryServerInfo</a></code></td>
1863
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1810
1864
  <td class="name">
1811
1865
  <code>
1812
1866
 
@@ -1816,7 +1870,7 @@ BaseServer.url = '新URL';</code></pre>
1816
1870
  </tr>
1817
1871
 
1818
1872
  <tr class="deep-level-0">
1819
- <td class="name"><code><a href="ResourceServer.html#querySimpleFeatureList">querySimpleFeatureList</a></code></td>
1873
+ <td class="name"><code><a href="#querySimpleFeatureList">querySimpleFeatureList</a></code></td>
1820
1874
  <td class="name">
1821
1875
  <code>
1822
1876
 
@@ -1824,6 +1878,7 @@ BaseServer.url = '新URL';</code></pre>
1824
1878
  <span class="param-type">Promise.&lt;Object></span>
1825
1879
 
1826
1880
 
1881
+
1827
1882
 
1828
1883
  </code>
1829
1884
  </td>
@@ -1831,7 +1886,7 @@ BaseServer.url = '新URL';</code></pre>
1831
1886
  </tr>
1832
1887
 
1833
1888
  <tr class="deep-level-0">
1834
- <td class="name"><code><a href="ResourceServer.html#querySrsInfo">querySrsInfo</a></code></td>
1889
+ <td class="name"><code><a href="#querySrsInfo">querySrsInfo</a></code></td>
1835
1890
  <td class="name">
1836
1891
  <code>
1837
1892
 
@@ -1839,6 +1894,7 @@ BaseServer.url = '新URL';</code></pre>
1839
1894
  <span class="param-type">Promise.&lt;Object></span>
1840
1895
 
1841
1896
 
1897
+
1842
1898
 
1843
1899
  </code>
1844
1900
  </td>
@@ -1846,7 +1902,7 @@ BaseServer.url = '新URL';</code></pre>
1846
1902
  </tr>
1847
1903
 
1848
1904
  <tr class="deep-level-0">
1849
- <td class="name"><code><a href="ResourceServer.html#querySrsList">querySrsList</a></code></td>
1905
+ <td class="name"><code><a href="#querySrsList">querySrsList</a></code></td>
1850
1906
  <td class="name">
1851
1907
  <code>
1852
1908
 
@@ -1854,6 +1910,7 @@ BaseServer.url = '新URL';</code></pre>
1854
1910
  <span class="param-type">Promise.&lt;Object></span>
1855
1911
 
1856
1912
 
1913
+
1857
1914
 
1858
1915
  </code>
1859
1916
  </td>
@@ -1861,7 +1918,7 @@ BaseServer.url = '新URL';</code></pre>
1861
1918
  </tr>
1862
1919
 
1863
1920
  <tr class="deep-level-0">
1864
- <td class="name"><code><a href="ResourceServer.html#querySymbol">querySymbol</a></code></td>
1921
+ <td class="name"><code><a href="#querySymbol">querySymbol</a></code></td>
1865
1922
  <td class="name">
1866
1923
  <code>
1867
1924
 
@@ -1869,6 +1926,7 @@ BaseServer.url = '新URL';</code></pre>
1869
1926
  <span class="param-type">Promise.&lt;Object></span>
1870
1927
 
1871
1928
 
1929
+
1872
1930
 
1873
1931
  </code>
1874
1932
  </td>
@@ -1876,7 +1934,7 @@ BaseServer.url = '新URL';</code></pre>
1876
1934
  </tr>
1877
1935
 
1878
1936
  <tr class="deep-level-0">
1879
- <td class="name"><code><a href="ResourceServer.html#querySymbolList">querySymbolList</a></code></td>
1937
+ <td class="name"><code><a href="#querySymbolList">querySymbolList</a></code></td>
1880
1938
  <td class="name">
1881
1939
  <code>
1882
1940
 
@@ -1884,6 +1942,7 @@ BaseServer.url = '新URL';</code></pre>
1884
1942
  <span class="param-type">Promise.&lt;Object></span>
1885
1943
 
1886
1944
 
1945
+
1887
1946
 
1888
1947
  </code>
1889
1948
  </td>
@@ -1891,7 +1950,7 @@ BaseServer.url = '新URL';</code></pre>
1891
1950
  </tr>
1892
1951
 
1893
1952
  <tr class="deep-level-0">
1894
- <td class="name"><code><a href="ResourceServer.html#querySystemColorList">querySystemColorList</a></code></td>
1953
+ <td class="name"><code><a href="#querySystemColorList">querySystemColorList</a></code></td>
1895
1954
  <td class="name">
1896
1955
  <code>
1897
1956
 
@@ -1899,6 +1958,7 @@ BaseServer.url = '新URL';</code></pre>
1899
1958
  <span class="param-type">Promise.&lt;Object></span>
1900
1959
 
1901
1960
 
1961
+
1902
1962
 
1903
1963
  </code>
1904
1964
  </td>
@@ -1906,7 +1966,7 @@ BaseServer.url = '新URL';</code></pre>
1906
1966
  </tr>
1907
1967
 
1908
1968
  <tr class="deep-level-0">
1909
- <td class="name"><code><a href="ResourceServer.html#querySystemLibList">querySystemLibList</a></code></td>
1969
+ <td class="name"><code><a href="#querySystemLibList">querySystemLibList</a></code></td>
1910
1970
  <td class="name">
1911
1971
  <code>
1912
1972
 
@@ -1914,6 +1974,7 @@ BaseServer.url = '新URL';</code></pre>
1914
1974
  <span class="param-type">Promise.&lt;Object></span>
1915
1975
 
1916
1976
 
1977
+
1917
1978
 
1918
1979
  </code>
1919
1980
  </td>
@@ -1921,7 +1982,7 @@ BaseServer.url = '新URL';</code></pre>
1921
1982
  </tr>
1922
1983
 
1923
1984
  <tr class="deep-level-0">
1924
- <td class="name"><code><a href="ResourceServer.html#queryTempDataFeatures">queryTempDataFeatures</a></code></td>
1985
+ <td class="name"><code><a href="#queryTempDataFeatures">queryTempDataFeatures</a></code></td>
1925
1986
  <td class="name">
1926
1987
  <code>
1927
1988
 
@@ -1929,6 +1990,7 @@ BaseServer.url = '新URL';</code></pre>
1929
1990
  <span class="param-type">Promise.&lt;Object></span>
1930
1991
 
1931
1992
 
1993
+
1932
1994
 
1933
1995
  </code>
1934
1996
  </td>
@@ -1936,7 +1998,7 @@ BaseServer.url = '新URL';</code></pre>
1936
1998
  </tr>
1937
1999
 
1938
2000
  <tr class="deep-level-0">
1939
- <td class="name"><code><a href="ResourceServer.html#queryTempDataInfo">queryTempDataInfo</a></code></td>
2001
+ <td class="name"><code><a href="#queryTempDataInfo">queryTempDataInfo</a></code></td>
1940
2002
  <td class="name">
1941
2003
  <code>
1942
2004
 
@@ -1944,6 +2006,7 @@ BaseServer.url = '新URL';</code></pre>
1944
2006
  <span class="param-type">Promise.&lt;Object></span>
1945
2007
 
1946
2008
 
2009
+
1947
2010
 
1948
2011
  </code>
1949
2012
  </td>
@@ -1951,7 +2014,7 @@ BaseServer.url = '新URL';</code></pre>
1951
2014
  </tr>
1952
2015
 
1953
2016
  <tr class="deep-level-0">
1954
- <td class="name"><code><a href="ResourceServer.html#queryTempDataServerInfo">queryTempDataServerInfo</a></code></td>
2017
+ <td class="name"><code><a href="#queryTempDataServerInfo">queryTempDataServerInfo</a></code></td>
1955
2018
  <td class="name">
1956
2019
  <code>
1957
2020
 
@@ -1959,6 +2022,7 @@ BaseServer.url = '新URL';</code></pre>
1959
2022
  <span class="param-type">Promise.&lt;Object></span>
1960
2023
 
1961
2024
 
2025
+
1962
2026
 
1963
2027
  </code>
1964
2028
  </td>
@@ -1966,7 +2030,7 @@ BaseServer.url = '新URL';</code></pre>
1966
2030
  </tr>
1967
2031
 
1968
2032
  <tr class="deep-level-0">
1969
- <td class="name"><code><a href="ResourceServer.html#queryTileDataSourceList">queryTileDataSourceList</a></code></td>
2033
+ <td class="name"><code><a href="#queryTileDataSourceList">queryTileDataSourceList</a></code></td>
1970
2034
  <td class="name">
1971
2035
  <code>
1972
2036
 
@@ -1974,6 +2038,7 @@ BaseServer.url = '新URL';</code></pre>
1974
2038
  <span class="param-type">Promise.&lt;Object></span>
1975
2039
 
1976
2040
 
2041
+
1977
2042
 
1978
2043
  </code>
1979
2044
  </td>
@@ -1981,7 +2046,7 @@ BaseServer.url = '新URL';</code></pre>
1981
2046
  </tr>
1982
2047
 
1983
2048
  <tr class="deep-level-0">
1984
- <td class="name"><code><a href="ResourceServer.html#queryTileInfo">queryTileInfo</a></code></td>
2049
+ <td class="name"><code><a href="#queryTileInfo">queryTileInfo</a></code></td>
1985
2050
  <td class="name">
1986
2051
  <code>
1987
2052
 
@@ -1989,6 +2054,7 @@ BaseServer.url = '新URL';</code></pre>
1989
2054
  <span class="param-type">Promise.&lt;Object></span>
1990
2055
 
1991
2056
 
2057
+
1992
2058
 
1993
2059
  </code>
1994
2060
  </td>
@@ -1996,7 +2062,7 @@ BaseServer.url = '新URL';</code></pre>
1996
2062
  </tr>
1997
2063
 
1998
2064
  <tr class="deep-level-0">
1999
- <td class="name"><code><a href="ResourceServer.html#queryTileList">queryTileList</a></code></td>
2065
+ <td class="name"><code><a href="#queryTileList">queryTileList</a></code></td>
2000
2066
  <td class="name">
2001
2067
  <code>
2002
2068
 
@@ -2004,6 +2070,7 @@ BaseServer.url = '新URL';</code></pre>
2004
2070
  <span class="param-type">Promise.&lt;Object></span>
2005
2071
 
2006
2072
 
2073
+
2007
2074
 
2008
2075
  </code>
2009
2076
  </td>
@@ -2011,7 +2078,7 @@ BaseServer.url = '新URL';</code></pre>
2011
2078
  </tr>
2012
2079
 
2013
2080
  <tr class="deep-level-0">
2014
- <td class="name"><code><a href="ResourceServer.html#queryVectorTileFont">queryVectorTileFont</a></code></td>
2081
+ <td class="name"><code><a href="#queryVectorTileFont">queryVectorTileFont</a></code></td>
2015
2082
  <td class="name">
2016
2083
  <code>
2017
2084
 
@@ -2019,6 +2086,7 @@ BaseServer.url = '新URL';</code></pre>
2019
2086
  <span class="param-type">Promise.&lt;Object></span>
2020
2087
 
2021
2088
 
2089
+
2022
2090
 
2023
2091
  </code>
2024
2092
  </td>
@@ -2026,7 +2094,7 @@ BaseServer.url = '新URL';</code></pre>
2026
2094
  </tr>
2027
2095
 
2028
2096
  <tr class="deep-level-0">
2029
- <td class="name"><code><a href="ResourceServer.html#queryVectorTileFontList">queryVectorTileFontList</a></code></td>
2097
+ <td class="name"><code><a href="#queryVectorTileFontList">queryVectorTileFontList</a></code></td>
2030
2098
  <td class="name">
2031
2099
  <code>
2032
2100
 
@@ -2034,6 +2102,7 @@ BaseServer.url = '新URL';</code></pre>
2034
2102
  <span class="param-type">Promise.&lt;Object></span>
2035
2103
 
2036
2104
 
2105
+
2037
2106
 
2038
2107
  </code>
2039
2108
  </td>
@@ -2041,7 +2110,7 @@ BaseServer.url = '新URL';</code></pre>
2041
2110
  </tr>
2042
2111
 
2043
2112
  <tr class="deep-level-0">
2044
- <td class="name"><code><a href="ResourceServer.html#queryVectorTileServiceFont">queryVectorTileServiceFont</a></code></td>
2113
+ <td class="name"><code><a href="#queryVectorTileServiceFont">queryVectorTileServiceFont</a></code></td>
2045
2114
  <td class="name">
2046
2115
  <code>
2047
2116
 
@@ -2049,6 +2118,7 @@ BaseServer.url = '新URL';</code></pre>
2049
2118
  <span class="param-type">Promise.&lt;Object></span>
2050
2119
 
2051
2120
 
2121
+
2052
2122
 
2053
2123
  </code>
2054
2124
  </td>
@@ -2056,7 +2126,7 @@ BaseServer.url = '新URL';</code></pre>
2056
2126
  </tr>
2057
2127
 
2058
2128
  <tr class="deep-level-0">
2059
- <td class="name"><code><a href="ResourceServer.html#queryVectorTileServiceSprite">queryVectorTileServiceSprite</a></code></td>
2129
+ <td class="name"><code><a href="#queryVectorTileServiceSprite">queryVectorTileServiceSprite</a></code></td>
2060
2130
  <td class="name">
2061
2131
  <code>
2062
2132
 
@@ -2064,6 +2134,7 @@ BaseServer.url = '新URL';</code></pre>
2064
2134
  <span class="param-type">Promise.&lt;Object></span>
2065
2135
 
2066
2136
 
2137
+
2067
2138
 
2068
2139
  </code>
2069
2140
  </td>
@@ -2071,7 +2142,7 @@ BaseServer.url = '新URL';</code></pre>
2071
2142
  </tr>
2072
2143
 
2073
2144
  <tr class="deep-level-0">
2074
- <td class="name"><code><a href="ResourceServer.html#queryVectorTileServiceStyle">queryVectorTileServiceStyle</a></code></td>
2145
+ <td class="name"><code><a href="#queryVectorTileServiceStyle">queryVectorTileServiceStyle</a></code></td>
2075
2146
  <td class="name">
2076
2147
  <code>
2077
2148
 
@@ -2079,6 +2150,7 @@ BaseServer.url = '新URL';</code></pre>
2079
2150
  <span class="param-type">Promise.&lt;Object></span>
2080
2151
 
2081
2152
 
2153
+
2082
2154
 
2083
2155
  </code>
2084
2156
  </td>
@@ -2086,7 +2158,7 @@ BaseServer.url = '新URL';</code></pre>
2086
2158
  </tr>
2087
2159
 
2088
2160
  <tr class="deep-level-0">
2089
- <td class="name"><code><a href="ResourceServer.html#queryVectorTileStyle">queryVectorTileStyle</a></code></td>
2161
+ <td class="name"><code><a href="#queryVectorTileStyle">queryVectorTileStyle</a></code></td>
2090
2162
  <td class="name">
2091
2163
  <code>
2092
2164
 
@@ -2094,6 +2166,7 @@ BaseServer.url = '新URL';</code></pre>
2094
2166
  <span class="param-type">Promise.&lt;Object></span>
2095
2167
 
2096
2168
 
2169
+
2097
2170
 
2098
2171
  </code>
2099
2172
  </td>
@@ -2101,7 +2174,7 @@ BaseServer.url = '新URL';</code></pre>
2101
2174
  </tr>
2102
2175
 
2103
2176
  <tr class="deep-level-0">
2104
- <td class="name"><code><a href="ResourceServer.html#queryVectorTileStyleList">queryVectorTileStyleList</a></code></td>
2177
+ <td class="name"><code><a href="#queryVectorTileStyleList">queryVectorTileStyleList</a></code></td>
2105
2178
  <td class="name">
2106
2179
  <code>
2107
2180
 
@@ -2109,6 +2182,7 @@ BaseServer.url = '新URL';</code></pre>
2109
2182
  <span class="param-type">Promise.&lt;Object></span>
2110
2183
 
2111
2184
 
2185
+
2112
2186
 
2113
2187
  </code>
2114
2188
  </td>
@@ -2116,7 +2190,7 @@ BaseServer.url = '新URL';</code></pre>
2116
2190
  </tr>
2117
2191
 
2118
2192
  <tr class="deep-level-0">
2119
- <td class="name"><code><a href="ResourceServer.html#removeMapLayer">removeMapLayer</a></code></td>
2193
+ <td class="name"><code><a href="#removeMapLayer">removeMapLayer</a></code></td>
2120
2194
  <td class="name">
2121
2195
  <code>
2122
2196
 
@@ -2124,6 +2198,7 @@ BaseServer.url = '新URL';</code></pre>
2124
2198
  <span class="param-type">Promise.&lt;Object></span>
2125
2199
 
2126
2200
 
2201
+
2127
2202
 
2128
2203
  </code>
2129
2204
  </td>
@@ -2131,7 +2206,7 @@ BaseServer.url = '新URL';</code></pre>
2131
2206
  </tr>
2132
2207
 
2133
2208
  <tr class="deep-level-0">
2134
- <td class="name"><code><a href="ResourceServer.html#updateLayerInGdbp">updateLayerInGdbp</a></code></td>
2209
+ <td class="name"><code><a href="#updateLayerInGdbp">updateLayerInGdbp</a></code></td>
2135
2210
  <td class="name">
2136
2211
  <code>
2137
2212
 
@@ -2139,6 +2214,7 @@ BaseServer.url = '新URL';</code></pre>
2139
2214
  <span class="param-type">Promise.&lt;Object></span>
2140
2215
 
2141
2216
 
2217
+
2142
2218
 
2143
2219
  </code>
2144
2220
  </td>
@@ -2146,7 +2222,7 @@ BaseServer.url = '新URL';</code></pre>
2146
2222
  </tr>
2147
2223
 
2148
2224
  <tr class="deep-level-0">
2149
- <td class="name"><code><a href="ResourceServer.html#updateSimpleFeature">updateSimpleFeature</a></code></td>
2225
+ <td class="name"><code><a href="#updateSimpleFeature">updateSimpleFeature</a></code></td>
2150
2226
  <td class="name">
2151
2227
  <code>
2152
2228
 
@@ -2154,6 +2230,7 @@ BaseServer.url = '新URL';</code></pre>
2154
2230
  <span class="param-type">Promise.&lt;Object></span>
2155
2231
 
2156
2232
 
2233
+
2157
2234
 
2158
2235
  </code>
2159
2236
  </td>
@@ -2161,7 +2238,7 @@ BaseServer.url = '新URL';</code></pre>
2161
2238
  </tr>
2162
2239
 
2163
2240
  <tr class="deep-level-0">
2164
- <td class="name"><code><a href="ResourceServer.html#updateVectorTileServiceStyle">updateVectorTileServiceStyle</a></code></td>
2241
+ <td class="name"><code><a href="#updateVectorTileServiceStyle">updateVectorTileServiceStyle</a></code></td>
2165
2242
  <td class="name">
2166
2243
  <code>
2167
2244
 
@@ -2169,6 +2246,7 @@ BaseServer.url = '新URL';</code></pre>
2169
2246
  <span class="param-type">Promise.&lt;Object></span>
2170
2247
 
2171
2248
 
2249
+
2172
2250
 
2173
2251
  </code>
2174
2252
  </td>
@@ -2259,6 +2337,7 @@ BaseServer.url = '新URL';</code></pre>
2259
2337
  <span class="param-type">String</span>
2260
2338
 
2261
2339
 
2340
+
2262
2341
 
2263
2342
  </td>
2264
2343
 
@@ -2281,6 +2360,7 @@ BaseServer.url = '新URL';</code></pre>
2281
2360
  <span class="param-type">function</span>
2282
2361
 
2283
2362
 
2363
+
2284
2364
 
2285
2365
  </td>
2286
2366
 
@@ -2303,6 +2383,7 @@ BaseServer.url = '新URL';</code></pre>
2303
2383
  <span class="param-type">function</span>
2304
2384
 
2305
2385
 
2386
+
2306
2387
 
2307
2388
  </td>
2308
2389
 
@@ -2325,6 +2406,7 @@ BaseServer.url = '新URL';</code></pre>
2325
2406
  <span class="param-type">String</span>
2326
2407
 
2327
2408
 
2409
+
2328
2410
 
2329
2411
  </td>
2330
2412
 
@@ -2347,6 +2429,7 @@ BaseServer.url = '新URL';</code></pre>
2347
2429
  <span class="param-type">String</span>
2348
2430
 
2349
2431
 
2432
+
2350
2433
 
2351
2434
  </td>
2352
2435
 
@@ -2369,6 +2452,7 @@ BaseServer.url = '新URL';</code></pre>
2369
2452
  <span class="param-type">String</span>
2370
2453
 
2371
2454
 
2455
+
2372
2456
 
2373
2457
  </td>
2374
2458
 
@@ -2391,6 +2475,7 @@ BaseServer.url = '新URL';</code></pre>
2391
2475
  <span class="param-type">String</span>
2392
2476
 
2393
2477
 
2478
+
2394
2479
 
2395
2480
  </td>
2396
2481
 
@@ -2413,6 +2498,7 @@ BaseServer.url = '新URL';</code></pre>
2413
2498
  <span class="param-type">String</span>
2414
2499
 
2415
2500
 
2501
+
2416
2502
 
2417
2503
  </td>
2418
2504
 
@@ -2435,6 +2521,7 @@ BaseServer.url = '新URL';</code></pre>
2435
2521
  <span class="param-type">String</span>
2436
2522
 
2437
2523
 
2524
+
2438
2525
 
2439
2526
  </td>
2440
2527
 
@@ -2457,6 +2544,7 @@ BaseServer.url = '新URL';</code></pre>
2457
2544
  <span class="param-type">String</span>
2458
2545
 
2459
2546
 
2547
+
2460
2548
 
2461
2549
  </td>
2462
2550
 
@@ -2479,6 +2567,7 @@ BaseServer.url = '新URL';</code></pre>
2479
2567
  <span class="param-type">Array.&lt;Object></span>
2480
2568
 
2481
2569
 
2570
+
2482
2571
 
2483
2572
  </td>
2484
2573
 
@@ -2501,6 +2590,7 @@ BaseServer.url = '新URL';</code></pre>
2501
2590
  <span class="param-type">String</span>
2502
2591
 
2503
2592
 
2593
+
2504
2594
 
2505
2595
  </td>
2506
2596
 
@@ -2590,6 +2680,7 @@ BaseServer.url = '新URL';</code></pre>
2590
2680
  <span class="param-type">Promise.&lt;Object></span>
2591
2681
 
2592
2682
 
2683
+
2593
2684
  </div>
2594
2685
 
2595
2686
  </div>
@@ -2715,6 +2806,7 @@ const resourceServer = new ResourceServer({
2715
2806
  <span class="param-type">String</span>
2716
2807
 
2717
2808
 
2809
+
2718
2810
 
2719
2811
  </td>
2720
2812
 
@@ -2737,6 +2829,7 @@ const resourceServer = new ResourceServer({
2737
2829
  <span class="param-type">function</span>
2738
2830
 
2739
2831
 
2832
+
2740
2833
 
2741
2834
  </td>
2742
2835
 
@@ -2759,6 +2852,7 @@ const resourceServer = new ResourceServer({
2759
2852
  <span class="param-type">function</span>
2760
2853
 
2761
2854
 
2855
+
2762
2856
 
2763
2857
  </td>
2764
2858
 
@@ -2781,6 +2875,7 @@ const resourceServer = new ResourceServer({
2781
2875
  <span class="param-type">String</span>
2782
2876
 
2783
2877
 
2878
+
2784
2879
 
2785
2880
  </td>
2786
2881
 
@@ -2803,6 +2898,7 @@ const resourceServer = new ResourceServer({
2803
2898
  <span class="param-type">String</span>
2804
2899
 
2805
2900
 
2901
+
2806
2902
 
2807
2903
  </td>
2808
2904
 
@@ -2825,6 +2921,7 @@ const resourceServer = new ResourceServer({
2825
2921
  <span class="param-type">String</span>
2826
2922
 
2827
2923
 
2924
+
2828
2925
 
2829
2926
  </td>
2830
2927
 
@@ -2847,6 +2944,7 @@ const resourceServer = new ResourceServer({
2847
2944
  <span class="param-type">String</span>
2848
2945
 
2849
2946
 
2947
+
2850
2948
 
2851
2949
  </td>
2852
2950
 
@@ -2936,6 +3034,7 @@ const resourceServer = new ResourceServer({
2936
3034
  <span class="param-type">Promise.&lt;Object></span>
2937
3035
 
2938
3036
 
3037
+
2939
3038
  </div>
2940
3039
 
2941
3040
  </div>
@@ -3081,6 +3180,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3081
3180
  <span class="param-type">String</span>
3082
3181
 
3083
3182
 
3183
+
3084
3184
 
3085
3185
  </td>
3086
3186
 
@@ -3103,6 +3203,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3103
3203
  <span class="param-type">function</span>
3104
3204
 
3105
3205
 
3206
+
3106
3207
 
3107
3208
  </td>
3108
3209
 
@@ -3125,6 +3226,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3125
3226
  <span class="param-type">function</span>
3126
3227
 
3127
3228
 
3229
+
3128
3230
 
3129
3231
  </td>
3130
3232
 
@@ -3147,6 +3249,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3147
3249
  <span class="param-type">String</span>
3148
3250
 
3149
3251
 
3252
+
3150
3253
 
3151
3254
  </td>
3152
3255
 
@@ -3169,6 +3272,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3169
3272
  <span class="param-type">String</span>
3170
3273
 
3171
3274
 
3275
+
3172
3276
 
3173
3277
  </td>
3174
3278
 
@@ -3191,6 +3295,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3191
3295
  <span class="param-type">Object</span>
3192
3296
 
3193
3297
 
3298
+
3194
3299
 
3195
3300
  </td>
3196
3301
 
@@ -3280,6 +3385,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3280
3385
  <span class="param-type">Promise.&lt;Object></span>
3281
3386
 
3282
3387
 
3388
+
3283
3389
  </div>
3284
3390
 
3285
3391
  </div>
@@ -3400,6 +3506,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3400
3506
  <span class="param-type">String</span>
3401
3507
 
3402
3508
 
3509
+
3403
3510
 
3404
3511
  </td>
3405
3512
 
@@ -3422,6 +3529,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3422
3529
  <span class="param-type">String</span>
3423
3530
 
3424
3531
 
3532
+
3425
3533
 
3426
3534
  </td>
3427
3535
 
@@ -3444,6 +3552,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3444
3552
  <span class="param-type">function</span>
3445
3553
 
3446
3554
 
3555
+
3447
3556
 
3448
3557
  </td>
3449
3558
 
@@ -3466,6 +3575,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3466
3575
  <span class="param-type">function</span>
3467
3576
 
3468
3577
 
3578
+
3469
3579
 
3470
3580
  </td>
3471
3581
 
@@ -3488,6 +3598,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3488
3598
  <span class="param-type">String</span>
3489
3599
 
3490
3600
 
3601
+
3491
3602
 
3492
3603
  </td>
3493
3604
 
@@ -3510,6 +3621,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3510
3621
  <span class="param-type">String</span>
3511
3622
 
3512
3623
 
3624
+
3513
3625
 
3514
3626
  </td>
3515
3627
 
@@ -3532,6 +3644,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3532
3644
  <span class="param-type">String</span>
3533
3645
 
3534
3646
 
3647
+
3535
3648
 
3536
3649
  </td>
3537
3650
 
@@ -3554,6 +3667,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3554
3667
  <span class="param-type">String</span>
3555
3668
 
3556
3669
 
3670
+
3557
3671
 
3558
3672
  </td>
3559
3673
 
@@ -3643,6 +3757,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3643
3757
  <span class="param-type">Promise.&lt;Object></span>
3644
3758
 
3645
3759
 
3760
+
3646
3761
  </div>
3647
3762
 
3648
3763
  </div>
@@ -3788,6 +3903,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3788
3903
  <span class="param-type">String</span>
3789
3904
 
3790
3905
 
3906
+
3791
3907
 
3792
3908
  </td>
3793
3909
 
@@ -3810,6 +3926,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3810
3926
  <span class="param-type">function</span>
3811
3927
 
3812
3928
 
3929
+
3813
3930
 
3814
3931
  </td>
3815
3932
 
@@ -3832,6 +3949,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3832
3949
  <span class="param-type">function</span>
3833
3950
 
3834
3951
 
3952
+
3835
3953
 
3836
3954
  </td>
3837
3955
 
@@ -3854,6 +3972,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3854
3972
  <span class="param-type">String</span>
3855
3973
 
3856
3974
 
3975
+
3857
3976
 
3858
3977
  </td>
3859
3978
 
@@ -3876,6 +3995,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3876
3995
  <span class="param-type">String</span>
3877
3996
 
3878
3997
 
3998
+
3879
3999
 
3880
4000
  </td>
3881
4001
 
@@ -3898,6 +4018,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3898
4018
  <span class="param-type">String</span>
3899
4019
 
3900
4020
 
4021
+
3901
4022
 
3902
4023
  </td>
3903
4024
 
@@ -3920,6 +4041,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3920
4041
  <span class="param-type">String</span>
3921
4042
 
3922
4043
 
4044
+
3923
4045
 
3924
4046
  </td>
3925
4047
 
@@ -3942,6 +4064,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3942
4064
  <span class="param-type">String</span>
3943
4065
 
3944
4066
 
4067
+
3945
4068
 
3946
4069
  </td>
3947
4070
 
@@ -3964,6 +4087,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3964
4087
  <span class="param-type">String</span>
3965
4088
 
3966
4089
 
4090
+
3967
4091
 
3968
4092
  </td>
3969
4093
 
@@ -3986,6 +4110,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
3986
4110
  <span class="param-type">String</span>
3987
4111
 
3988
4112
 
4113
+
3989
4114
 
3990
4115
  </td>
3991
4116
 
@@ -4008,6 +4133,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
4008
4133
  <span class="param-type">CAttStruct</span>
4009
4134
 
4010
4135
 
4136
+
4011
4137
 
4012
4138
  </td>
4013
4139
 
@@ -4097,6 +4223,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
4097
4223
  <span class="param-type">Promise.&lt;Object></span>
4098
4224
 
4099
4225
 
4226
+
4100
4227
  </div>
4101
4228
 
4102
4229
  </div>
@@ -4227,6 +4354,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4227
4354
  <span class="param-type">String</span>
4228
4355
 
4229
4356
 
4357
+
4230
4358
 
4231
4359
  </td>
4232
4360
 
@@ -4249,6 +4377,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4249
4377
  <span class="param-type">function</span>
4250
4378
 
4251
4379
 
4380
+
4252
4381
 
4253
4382
  </td>
4254
4383
 
@@ -4271,6 +4400,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4271
4400
  <span class="param-type">function</span>
4272
4401
 
4273
4402
 
4403
+
4274
4404
 
4275
4405
  </td>
4276
4406
 
@@ -4293,6 +4423,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4293
4423
  <span class="param-type">String</span>
4294
4424
 
4295
4425
 
4426
+
4296
4427
 
4297
4428
  </td>
4298
4429
 
@@ -4315,6 +4446,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4315
4446
  <span class="param-type">String</span>
4316
4447
 
4317
4448
 
4449
+
4318
4450
 
4319
4451
  </td>
4320
4452
 
@@ -4337,6 +4469,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4337
4469
  <span class="param-type">String</span>
4338
4470
 
4339
4471
 
4472
+
4340
4473
 
4341
4474
  </td>
4342
4475
 
@@ -4359,6 +4492,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4359
4492
  <span class="param-type">String</span>
4360
4493
 
4361
4494
 
4495
+
4362
4496
 
4363
4497
  </td>
4364
4498
 
@@ -4381,6 +4515,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4381
4515
  <span class="param-type">String</span>
4382
4516
 
4383
4517
 
4518
+
4384
4519
 
4385
4520
  </td>
4386
4521
 
@@ -4403,6 +4538,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4403
4538
  <span class="param-type">String</span>
4404
4539
 
4405
4540
 
4541
+
4406
4542
 
4407
4543
  </td>
4408
4544
 
@@ -4425,6 +4561,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4425
4561
  <span class="param-type">String</span>
4426
4562
 
4427
4563
 
4564
+
4428
4565
 
4429
4566
  </td>
4430
4567
 
@@ -4447,6 +4584,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4447
4584
  <span class="param-type">CAttStruct</span>
4448
4585
 
4449
4586
 
4587
+
4450
4588
 
4451
4589
  </td>
4452
4590
 
@@ -4536,6 +4674,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4536
4674
  <span class="param-type">Promise.&lt;Object></span>
4537
4675
 
4538
4676
 
4677
+
4539
4678
  </div>
4540
4679
 
4541
4680
  </div>
@@ -4666,6 +4805,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4666
4805
  <span class="param-type">String</span>
4667
4806
 
4668
4807
 
4808
+
4669
4809
 
4670
4810
  </td>
4671
4811
 
@@ -4688,6 +4828,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4688
4828
  <span class="param-type">function</span>
4689
4829
 
4690
4830
 
4831
+
4691
4832
 
4692
4833
  </td>
4693
4834
 
@@ -4710,6 +4851,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4710
4851
  <span class="param-type">function</span>
4711
4852
 
4712
4853
 
4854
+
4713
4855
 
4714
4856
  </td>
4715
4857
 
@@ -4732,6 +4874,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4732
4874
  <span class="param-type">String</span>
4733
4875
 
4734
4876
 
4877
+
4735
4878
 
4736
4879
  </td>
4737
4880
 
@@ -4754,6 +4897,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4754
4897
  <span class="param-type">String</span>
4755
4898
 
4756
4899
 
4900
+
4757
4901
 
4758
4902
  </td>
4759
4903
 
@@ -4776,6 +4920,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4776
4920
  <span class="param-type">String</span>
4777
4921
 
4778
4922
 
4923
+
4779
4924
 
4780
4925
  </td>
4781
4926
 
@@ -4865,6 +5010,7 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
4865
5010
  <span class="param-type">Promise.&lt;Object></span>
4866
5011
 
4867
5012
 
5013
+
4868
5014
  </div>
4869
5015
 
4870
5016
  </div>
@@ -5008,6 +5154,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5008
5154
  <span class="param-type">String</span>
5009
5155
 
5010
5156
 
5157
+
5011
5158
 
5012
5159
  </td>
5013
5160
 
@@ -5030,6 +5177,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5030
5177
  <span class="param-type">function</span>
5031
5178
 
5032
5179
 
5180
+
5033
5181
 
5034
5182
  </td>
5035
5183
 
@@ -5052,6 +5200,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5052
5200
  <span class="param-type">function</span>
5053
5201
 
5054
5202
 
5203
+
5055
5204
 
5056
5205
  </td>
5057
5206
 
@@ -5074,6 +5223,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5074
5223
  <span class="param-type">String</span>
5075
5224
 
5076
5225
 
5226
+
5077
5227
 
5078
5228
  </td>
5079
5229
 
@@ -5096,6 +5246,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5096
5246
  <span class="param-type">String</span>
5097
5247
 
5098
5248
 
5249
+
5099
5250
 
5100
5251
  </td>
5101
5252
 
@@ -5118,6 +5269,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5118
5269
  <span class="param-type">String</span>
5119
5270
 
5120
5271
 
5272
+
5121
5273
 
5122
5274
  </td>
5123
5275
 
@@ -5140,6 +5292,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5140
5292
  <span class="param-type">String</span>
5141
5293
 
5142
5294
 
5295
+
5143
5296
 
5144
5297
  </td>
5145
5298
 
@@ -5229,6 +5382,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5229
5382
  <span class="param-type">Promise.&lt;Object></span>
5230
5383
 
5231
5384
 
5385
+
5232
5386
  </div>
5233
5387
 
5234
5388
  </div>
@@ -5350,6 +5504,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5350
5504
  <span class="param-type">String</span>
5351
5505
 
5352
5506
 
5507
+
5353
5508
 
5354
5509
  </td>
5355
5510
 
@@ -5372,6 +5527,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5372
5527
  <span class="param-type">String</span>
5373
5528
 
5374
5529
 
5530
+
5375
5531
 
5376
5532
  </td>
5377
5533
 
@@ -5394,6 +5550,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5394
5550
  <span class="param-type">String</span>
5395
5551
 
5396
5552
 
5553
+
5397
5554
 
5398
5555
  </td>
5399
5556
 
@@ -5416,6 +5573,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5416
5573
  <span class="param-type">String</span>
5417
5574
 
5418
5575
 
5576
+
5419
5577
 
5420
5578
  </td>
5421
5579
 
@@ -5438,6 +5596,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5438
5596
  <span class="param-type">function</span>
5439
5597
 
5440
5598
 
5599
+
5441
5600
 
5442
5601
  </td>
5443
5602
 
@@ -5460,6 +5619,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5460
5619
  <span class="param-type">function</span>
5461
5620
 
5462
5621
 
5622
+
5463
5623
 
5464
5624
  </td>
5465
5625
 
@@ -5482,6 +5642,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5482
5642
  <span class="param-type">String</span>
5483
5643
 
5484
5644
 
5645
+
5485
5646
 
5486
5647
  </td>
5487
5648
 
@@ -5571,6 +5732,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5571
5732
  <span class="param-type">Promise.&lt;Object></span>
5572
5733
 
5573
5734
 
5735
+
5574
5736
  </div>
5575
5737
 
5576
5738
  </div>
@@ -5690,6 +5852,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5690
5852
  <span class="param-type">String</span>
5691
5853
 
5692
5854
 
5855
+
5693
5856
 
5694
5857
  </td>
5695
5858
 
@@ -5712,6 +5875,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5712
5875
  <span class="param-type">function</span>
5713
5876
 
5714
5877
 
5878
+
5715
5879
 
5716
5880
  </td>
5717
5881
 
@@ -5734,6 +5898,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5734
5898
  <span class="param-type">function</span>
5735
5899
 
5736
5900
 
5901
+
5737
5902
 
5738
5903
  </td>
5739
5904
 
@@ -5756,6 +5921,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5756
5921
  <span class="param-type">String</span>
5757
5922
 
5758
5923
 
5924
+
5759
5925
 
5760
5926
  </td>
5761
5927
 
@@ -5778,6 +5944,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5778
5944
  <span class="param-type">String</span>
5779
5945
 
5780
5946
 
5947
+
5781
5948
 
5782
5949
  </td>
5783
5950
 
@@ -5800,6 +5967,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5800
5967
  <span class="param-type">String</span>
5801
5968
 
5802
5969
 
5970
+
5803
5971
 
5804
5972
  </td>
5805
5973
 
@@ -5889,6 +6057,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5889
6057
  <span class="param-type">Promise.&lt;Object></span>
5890
6058
 
5891
6059
 
6060
+
5892
6061
  </div>
5893
6062
 
5894
6063
  </div>
@@ -6032,6 +6201,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6032
6201
  <span class="param-type">String</span>
6033
6202
 
6034
6203
 
6204
+
6035
6205
 
6036
6206
  </td>
6037
6207
 
@@ -6054,6 +6224,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6054
6224
  <span class="param-type">function</span>
6055
6225
 
6056
6226
 
6227
+
6057
6228
 
6058
6229
  </td>
6059
6230
 
@@ -6076,6 +6247,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6076
6247
  <span class="param-type">function</span>
6077
6248
 
6078
6249
 
6250
+
6079
6251
 
6080
6252
  </td>
6081
6253
 
@@ -6098,6 +6270,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6098
6270
  <span class="param-type">String</span>
6099
6271
 
6100
6272
 
6273
+
6101
6274
 
6102
6275
  </td>
6103
6276
 
@@ -6120,6 +6293,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6120
6293
  <span class="param-type">String</span>
6121
6294
 
6122
6295
 
6296
+
6123
6297
 
6124
6298
  </td>
6125
6299
 
@@ -6209,6 +6383,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6209
6383
  <span class="param-type">Promise.&lt;Object></span>
6210
6384
 
6211
6385
 
6386
+
6212
6387
  </div>
6213
6388
 
6214
6389
  </div>
@@ -6328,6 +6503,7 @@ const { FetchMethod } = Zondy.Enum
6328
6503
  <span class="param-type">String</span>
6329
6504
 
6330
6505
 
6506
+
6331
6507
 
6332
6508
  </td>
6333
6509
 
@@ -6350,6 +6526,7 @@ const { FetchMethod } = Zondy.Enum
6350
6526
  <span class="param-type">function</span>
6351
6527
 
6352
6528
 
6529
+
6353
6530
 
6354
6531
  </td>
6355
6532
 
@@ -6372,6 +6549,7 @@ const { FetchMethod } = Zondy.Enum
6372
6549
  <span class="param-type">function</span>
6373
6550
 
6374
6551
 
6552
+
6375
6553
 
6376
6554
  </td>
6377
6555
 
@@ -6394,6 +6572,7 @@ const { FetchMethod } = Zondy.Enum
6394
6572
  <span class="param-type">String</span>
6395
6573
 
6396
6574
 
6575
+
6397
6576
 
6398
6577
  </td>
6399
6578
 
@@ -6416,6 +6595,7 @@ const { FetchMethod } = Zondy.Enum
6416
6595
  <span class="param-type">String</span>
6417
6596
 
6418
6597
 
6598
+
6419
6599
 
6420
6600
  </td>
6421
6601
 
@@ -6438,6 +6618,7 @@ const { FetchMethod } = Zondy.Enum
6438
6618
  <span class="param-type">String</span>
6439
6619
 
6440
6620
 
6621
+
6441
6622
 
6442
6623
  </td>
6443
6624
 
@@ -6460,6 +6641,7 @@ const { FetchMethod } = Zondy.Enum
6460
6641
  <span class="param-type">String</span>
6461
6642
 
6462
6643
 
6644
+
6463
6645
 
6464
6646
  </td>
6465
6647
 
@@ -6549,6 +6731,7 @@ const { FetchMethod } = Zondy.Enum
6549
6731
  <span class="param-type">Promise.&lt;Object></span>
6550
6732
 
6551
6733
 
6734
+
6552
6735
  </div>
6553
6736
 
6554
6737
  </div>
@@ -6670,6 +6853,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6670
6853
  <span class="param-type">String</span>
6671
6854
 
6672
6855
 
6856
+
6673
6857
 
6674
6858
  </td>
6675
6859
 
@@ -6692,6 +6876,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6692
6876
  <span class="param-type">function</span>
6693
6877
 
6694
6878
 
6879
+
6695
6880
 
6696
6881
  </td>
6697
6882
 
@@ -6714,6 +6899,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6714
6899
  <span class="param-type">function</span>
6715
6900
 
6716
6901
 
6902
+
6717
6903
 
6718
6904
  </td>
6719
6905
 
@@ -6736,6 +6922,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6736
6922
  <span class="param-type">String</span>
6737
6923
 
6738
6924
 
6925
+
6739
6926
 
6740
6927
  </td>
6741
6928
 
@@ -6758,6 +6945,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6758
6945
  <span class="param-type">String</span>
6759
6946
 
6760
6947
 
6948
+
6761
6949
 
6762
6950
  </td>
6763
6951
 
@@ -6780,6 +6968,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6780
6968
  <span class="param-type">String</span>
6781
6969
 
6782
6970
 
6971
+
6783
6972
 
6784
6973
  </td>
6785
6974
 
@@ -6802,6 +6991,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6802
6991
  <span class="param-type">String</span>
6803
6992
 
6804
6993
 
6994
+
6805
6995
 
6806
6996
  </td>
6807
6997
 
@@ -6824,6 +7014,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6824
7014
  <span class="param-type">String</span>
6825
7015
 
6826
7016
 
7017
+
6827
7018
 
6828
7019
  </td>
6829
7020
 
@@ -6913,6 +7104,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6913
7104
  <span class="param-type">Promise.&lt;Object></span>
6914
7105
 
6915
7106
 
7107
+
6916
7108
  </div>
6917
7109
 
6918
7110
  </div>
@@ -7034,6 +7226,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7034
7226
  <span class="param-type">String</span>
7035
7227
 
7036
7228
 
7229
+
7037
7230
 
7038
7231
  </td>
7039
7232
 
@@ -7056,6 +7249,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7056
7249
  <span class="param-type">String</span>
7057
7250
 
7058
7251
 
7252
+
7059
7253
 
7060
7254
  </td>
7061
7255
 
@@ -7078,6 +7272,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7078
7272
  <span class="param-type">String</span>
7079
7273
 
7080
7274
 
7275
+
7081
7276
 
7082
7277
  </td>
7083
7278
 
@@ -7100,6 +7295,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7100
7295
  <span class="param-type">String</span>
7101
7296
 
7102
7297
 
7298
+
7103
7299
 
7104
7300
  </td>
7105
7301
 
@@ -7122,6 +7318,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7122
7318
  <span class="param-type">function</span>
7123
7319
 
7124
7320
 
7321
+
7125
7322
 
7126
7323
  </td>
7127
7324
 
@@ -7144,6 +7341,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7144
7341
  <span class="param-type">function</span>
7145
7342
 
7146
7343
 
7344
+
7147
7345
 
7148
7346
  </td>
7149
7347
 
@@ -7233,6 +7431,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7233
7431
  <span class="param-type">Promise.&lt;Object></span>
7234
7432
 
7235
7433
 
7434
+
7236
7435
  </div>
7237
7436
 
7238
7437
  </div>
@@ -7350,6 +7549,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7350
7549
  <span class="param-type">String</span>
7351
7550
 
7352
7551
 
7552
+
7353
7553
 
7354
7554
  </td>
7355
7555
 
@@ -7372,6 +7572,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7372
7572
  <span class="param-type">String</span>
7373
7573
 
7374
7574
 
7575
+
7375
7576
 
7376
7577
  </td>
7377
7578
 
@@ -7394,6 +7595,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7394
7595
  <span class="param-type">String</span>
7395
7596
 
7396
7597
 
7598
+
7397
7599
 
7398
7600
  </td>
7399
7601
 
@@ -7416,6 +7618,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7416
7618
  <span class="param-type">function</span>
7417
7619
 
7418
7620
 
7621
+
7419
7622
 
7420
7623
  </td>
7421
7624
 
@@ -7438,6 +7641,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7438
7641
  <span class="param-type">function</span>
7439
7642
 
7440
7643
 
7644
+
7441
7645
 
7442
7646
  </td>
7443
7647
 
@@ -7527,6 +7731,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7527
7731
  <span class="param-type">Promise.&lt;Object></span>
7528
7732
 
7529
7733
 
7734
+
7530
7735
  </div>
7531
7736
 
7532
7737
  </div>
@@ -7676,6 +7881,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7676
7881
  <span class="param-type">String</span>
7677
7882
 
7678
7883
 
7884
+
7679
7885
 
7680
7886
  </td>
7681
7887
 
@@ -7699,7 +7905,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7699
7905
  <td class="type">
7700
7906
 
7701
7907
 
7702
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
7908
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
7909
+
7703
7910
 
7704
7911
 
7705
7912
 
@@ -7728,6 +7935,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7728
7935
  <span class="param-type">String</span>
7729
7936
 
7730
7937
 
7938
+
7731
7939
 
7732
7940
  </td>
7733
7941
 
@@ -7754,6 +7962,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7754
7962
  <span class="param-type">function</span>
7755
7963
 
7756
7964
 
7965
+
7757
7966
 
7758
7967
  </td>
7759
7968
 
@@ -7780,6 +7989,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7780
7989
  <span class="param-type">function</span>
7781
7990
 
7782
7991
 
7992
+
7783
7993
 
7784
7994
  </td>
7785
7995
 
@@ -7806,6 +8016,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7806
8016
  <span class="param-type">Boolean</span>
7807
8017
 
7808
8018
 
8019
+
7809
8020
 
7810
8021
  </td>
7811
8022
 
@@ -7901,6 +8112,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7901
8112
  <span class="param-type">Promise.&lt;Object></span>
7902
8113
 
7903
8114
 
8115
+
7904
8116
  </div>
7905
8117
 
7906
8118
  </div>
@@ -8046,6 +8258,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8046
8258
  <span class="param-type">String</span>
8047
8259
 
8048
8260
 
8261
+
8049
8262
 
8050
8263
  </td>
8051
8264
 
@@ -8068,6 +8281,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8068
8281
  <span class="param-type">String</span>
8069
8282
 
8070
8283
 
8284
+
8071
8285
 
8072
8286
  </td>
8073
8287
 
@@ -8090,6 +8304,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8090
8304
  <span class="param-type">String</span>
8091
8305
 
8092
8306
 
8307
+
8093
8308
 
8094
8309
  </td>
8095
8310
 
@@ -8112,6 +8327,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8112
8327
  <span class="param-type">String</span>
8113
8328
 
8114
8329
 
8330
+
8115
8331
 
8116
8332
  </td>
8117
8333
 
@@ -8134,6 +8350,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8134
8350
  <span class="param-type">function</span>
8135
8351
 
8136
8352
 
8353
+
8137
8354
 
8138
8355
  </td>
8139
8356
 
@@ -8156,6 +8373,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8156
8373
  <span class="param-type">function</span>
8157
8374
 
8158
8375
 
8376
+
8159
8377
 
8160
8378
  </td>
8161
8379
 
@@ -8178,6 +8396,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8178
8396
  <span class="param-type">String</span>
8179
8397
 
8180
8398
 
8399
+
8181
8400
 
8182
8401
  </td>
8183
8402
 
@@ -8267,6 +8486,7 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8267
8486
  <span class="param-type">Promise.&lt;Object></span>
8268
8487
 
8269
8488
 
8489
+
8270
8490
  </div>
8271
8491
 
8272
8492
  </div>
@@ -8386,6 +8606,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8386
8606
  <span class="param-type">String</span>
8387
8607
 
8388
8608
 
8609
+
8389
8610
 
8390
8611
  </td>
8391
8612
 
@@ -8408,6 +8629,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8408
8629
  <span class="param-type">function</span>
8409
8630
 
8410
8631
 
8632
+
8411
8633
 
8412
8634
  </td>
8413
8635
 
@@ -8430,6 +8652,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8430
8652
  <span class="param-type">function</span>
8431
8653
 
8432
8654
 
8655
+
8433
8656
 
8434
8657
  </td>
8435
8658
 
@@ -8452,6 +8675,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8452
8675
  <span class="param-type">String</span>
8453
8676
 
8454
8677
 
8678
+
8455
8679
 
8456
8680
  </td>
8457
8681
 
@@ -8474,6 +8698,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8474
8698
  <span class="param-type">String</span>
8475
8699
 
8476
8700
 
8701
+
8477
8702
 
8478
8703
  </td>
8479
8704
 
@@ -8496,6 +8721,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8496
8721
  <span class="param-type">String</span>
8497
8722
 
8498
8723
 
8724
+
8499
8725
 
8500
8726
  </td>
8501
8727
 
@@ -8518,6 +8744,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8518
8744
  <span class="param-type">String</span>
8519
8745
 
8520
8746
 
8747
+
8521
8748
 
8522
8749
  </td>
8523
8750
 
@@ -8540,6 +8767,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8540
8767
  <span class="param-type">String</span>
8541
8768
 
8542
8769
 
8770
+
8543
8771
 
8544
8772
  </td>
8545
8773
 
@@ -8562,6 +8790,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8562
8790
  <span class="param-type">String</span>
8563
8791
 
8564
8792
 
8793
+
8565
8794
 
8566
8795
  </td>
8567
8796
 
@@ -8651,6 +8880,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8651
8880
  <span class="param-type">Promise.&lt;Object></span>
8652
8881
 
8653
8882
 
8883
+
8654
8884
  </div>
8655
8885
 
8656
8886
  </div>
@@ -8772,6 +9002,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8772
9002
  <span class="param-type">String</span>
8773
9003
 
8774
9004
 
9005
+
8775
9006
 
8776
9007
  </td>
8777
9008
 
@@ -8794,6 +9025,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8794
9025
  <span class="param-type">function</span>
8795
9026
 
8796
9027
 
9028
+
8797
9029
 
8798
9030
  </td>
8799
9031
 
@@ -8816,6 +9048,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8816
9048
  <span class="param-type">function</span>
8817
9049
 
8818
9050
 
9051
+
8819
9052
 
8820
9053
  </td>
8821
9054
 
@@ -8838,6 +9071,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8838
9071
  <span class="param-type">String</span>
8839
9072
 
8840
9073
 
9074
+
8841
9075
 
8842
9076
  </td>
8843
9077
 
@@ -8860,6 +9094,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8860
9094
  <span class="param-type">String</span>
8861
9095
 
8862
9096
 
9097
+
8863
9098
 
8864
9099
  </td>
8865
9100
 
@@ -8882,6 +9117,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8882
9117
  <span class="param-type">String</span>
8883
9118
 
8884
9119
 
9120
+
8885
9121
 
8886
9122
  </td>
8887
9123
 
@@ -8904,6 +9140,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8904
9140
  <span class="param-type">String</span>
8905
9141
 
8906
9142
 
9143
+
8907
9144
 
8908
9145
  </td>
8909
9146
 
@@ -8926,6 +9163,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8926
9163
  <span class="param-type">String</span>
8927
9164
 
8928
9165
 
9166
+
8929
9167
 
8930
9168
  </td>
8931
9169
 
@@ -9015,6 +9253,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9015
9253
  <span class="param-type">Promise.&lt;Object></span>
9016
9254
 
9017
9255
 
9256
+
9018
9257
  </div>
9019
9258
 
9020
9259
  </div>
@@ -9136,6 +9375,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9136
9375
  <span class="param-type">String</span>
9137
9376
 
9138
9377
 
9378
+
9139
9379
 
9140
9380
  </td>
9141
9381
 
@@ -9158,6 +9398,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9158
9398
  <span class="param-type">function</span>
9159
9399
 
9160
9400
 
9401
+
9161
9402
 
9162
9403
  </td>
9163
9404
 
@@ -9180,6 +9421,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9180
9421
  <span class="param-type">function</span>
9181
9422
 
9182
9423
 
9424
+
9183
9425
 
9184
9426
  </td>
9185
9427
 
@@ -9202,6 +9444,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9202
9444
  <span class="param-type">String</span>
9203
9445
 
9204
9446
 
9447
+
9205
9448
 
9206
9449
  </td>
9207
9450
 
@@ -9291,6 +9534,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9291
9534
  <span class="param-type">Promise.&lt;Object></span>
9292
9535
 
9293
9536
 
9537
+
9294
9538
  </div>
9295
9539
 
9296
9540
  </div>
@@ -9407,6 +9651,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9407
9651
  <span class="param-type">String</span>
9408
9652
 
9409
9653
 
9654
+
9410
9655
 
9411
9656
  </td>
9412
9657
 
@@ -9429,6 +9674,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9429
9674
  <span class="param-type">function</span>
9430
9675
 
9431
9676
 
9677
+
9432
9678
 
9433
9679
  </td>
9434
9680
 
@@ -9451,6 +9697,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9451
9697
  <span class="param-type">function</span>
9452
9698
 
9453
9699
 
9700
+
9454
9701
 
9455
9702
  </td>
9456
9703
 
@@ -9540,6 +9787,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9540
9787
  <span class="param-type">Promise.&lt;Object></span>
9541
9788
 
9542
9789
 
9790
+
9543
9791
  </div>
9544
9792
 
9545
9793
  </div>
@@ -9673,6 +9921,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9673
9921
  <span class="param-type">String</span>
9674
9922
 
9675
9923
 
9924
+
9676
9925
 
9677
9926
  </td>
9678
9927
 
@@ -9695,6 +9944,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9695
9944
  <span class="param-type">function</span>
9696
9945
 
9697
9946
 
9947
+
9698
9948
 
9699
9949
  </td>
9700
9950
 
@@ -9717,6 +9967,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9717
9967
  <span class="param-type">function</span>
9718
9968
 
9719
9969
 
9970
+
9720
9971
 
9721
9972
  </td>
9722
9973
 
@@ -9739,6 +9990,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9739
9990
  <span class="param-type">String</span>
9740
9991
 
9741
9992
 
9993
+
9742
9994
 
9743
9995
  </td>
9744
9996
 
@@ -9761,6 +10013,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9761
10013
  <span class="param-type">String</span>
9762
10014
 
9763
10015
 
10016
+
9764
10017
 
9765
10018
  </td>
9766
10019
 
@@ -9783,6 +10036,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9783
10036
  <span class="param-type">String</span>
9784
10037
 
9785
10038
 
10039
+
9786
10040
 
9787
10041
  </td>
9788
10042
 
@@ -9805,6 +10059,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9805
10059
  <span class="param-type">String</span>
9806
10060
 
9807
10061
 
10062
+
9808
10063
 
9809
10064
  </td>
9810
10065
 
@@ -9827,6 +10082,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9827
10082
  <span class="param-type">String</span>
9828
10083
 
9829
10084
 
10085
+
9830
10086
 
9831
10087
  </td>
9832
10088
 
@@ -9849,6 +10105,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9849
10105
  <span class="param-type">String</span>
9850
10106
 
9851
10107
 
10108
+
9852
10109
 
9853
10110
  </td>
9854
10111
 
@@ -9938,6 +10195,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
9938
10195
  <span class="param-type">Promise.&lt;Object></span>
9939
10196
 
9940
10197
 
10198
+
9941
10199
  </div>
9942
10200
 
9943
10201
  </div>
@@ -10059,6 +10317,7 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
10059
10317
  <span class="param-type">String</span>
10060
10318
 
10061
10319
 
10320
+
10062
10321
 
10063
10322
  </td>
10064
10323
 
@@ -10081,6 +10340,7 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
10081
10340
  <span class="param-type">function</span>
10082
10341
 
10083
10342
 
10343
+
10084
10344
 
10085
10345
  </td>
10086
10346
 
@@ -10103,6 +10363,7 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
10103
10363
  <span class="param-type">function</span>
10104
10364
 
10105
10365
 
10366
+
10106
10367
 
10107
10368
  </td>
10108
10369
 
@@ -10125,6 +10386,7 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
10125
10386
  <span class="param-type">String</span>
10126
10387
 
10127
10388
 
10389
+
10128
10390
 
10129
10391
  </td>
10130
10392
 
@@ -10147,6 +10409,7 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
10147
10409
  <span class="param-type">String</span>
10148
10410
 
10149
10411
 
10412
+
10150
10413
 
10151
10414
  </td>
10152
10415
 
@@ -10169,6 +10432,7 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
10169
10432
  <span class="param-type">String</span>
10170
10433
 
10171
10434
 
10435
+
10172
10436
 
10173
10437
  </td>
10174
10438
 
@@ -10258,6 +10522,7 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
10258
10522
  <span class="param-type">Promise.&lt;Object></span>
10259
10523
 
10260
10524
 
10525
+
10261
10526
  </div>
10262
10527
 
10263
10528
  </div>
@@ -10403,6 +10668,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
10403
10668
  <span class="param-type">String</span>
10404
10669
 
10405
10670
 
10671
+
10406
10672
 
10407
10673
  </td>
10408
10674
 
@@ -10425,6 +10691,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
10425
10691
  <span class="param-type">String</span>
10426
10692
 
10427
10693
 
10694
+
10428
10695
 
10429
10696
  </td>
10430
10697
 
@@ -10447,6 +10714,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
10447
10714
  <span class="param-type">String</span>
10448
10715
 
10449
10716
 
10717
+
10450
10718
 
10451
10719
  </td>
10452
10720
 
@@ -10469,6 +10737,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
10469
10737
  <span class="param-type">function</span>
10470
10738
 
10471
10739
 
10740
+
10472
10741
 
10473
10742
  </td>
10474
10743
 
@@ -10491,6 +10760,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
10491
10760
  <span class="param-type">function</span>
10492
10761
 
10493
10762
 
10763
+
10494
10764
 
10495
10765
  </td>
10496
10766
 
@@ -10580,6 +10850,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
10580
10850
  <span class="param-type">Promise.&lt;Object></span>
10581
10851
 
10582
10852
 
10853
+
10583
10854
  </div>
10584
10855
 
10585
10856
  </div>
@@ -10715,6 +10986,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10715
10986
  <span class="param-type">String</span>
10716
10987
 
10717
10988
 
10989
+
10718
10990
 
10719
10991
  </td>
10720
10992
 
@@ -10737,6 +11009,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10737
11009
  <span class="param-type">function</span>
10738
11010
 
10739
11011
 
11012
+
10740
11013
 
10741
11014
  </td>
10742
11015
 
@@ -10759,6 +11032,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10759
11032
  <span class="param-type">function</span>
10760
11033
 
10761
11034
 
11035
+
10762
11036
 
10763
11037
  </td>
10764
11038
 
@@ -10781,6 +11055,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10781
11055
  <span class="param-type">String</span>
10782
11056
 
10783
11057
 
11058
+
10784
11059
 
10785
11060
  </td>
10786
11061
 
@@ -10803,6 +11078,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10803
11078
  <span class="param-type">String</span>
10804
11079
 
10805
11080
 
11081
+
10806
11082
 
10807
11083
  </td>
10808
11084
 
@@ -10825,6 +11101,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10825
11101
  <span class="param-type">String</span>
10826
11102
 
10827
11103
 
11104
+
10828
11105
 
10829
11106
  </td>
10830
11107
 
@@ -10847,6 +11124,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10847
11124
  <span class="param-type">String</span>
10848
11125
 
10849
11126
 
11127
+
10850
11128
 
10851
11129
  </td>
10852
11130
 
@@ -10869,6 +11147,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10869
11147
  <span class="param-type">String</span>
10870
11148
 
10871
11149
 
11150
+
10872
11151
 
10873
11152
  </td>
10874
11153
 
@@ -10891,6 +11170,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10891
11170
  <span class="param-type">Boolean</span>
10892
11171
 
10893
11172
 
11173
+
10894
11174
 
10895
11175
  </td>
10896
11176
 
@@ -10980,6 +11260,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10980
11260
  <span class="param-type">Promise.&lt;Object></span>
10981
11261
 
10982
11262
 
11263
+
10983
11264
  </div>
10984
11265
 
10985
11266
  </div>
@@ -11100,6 +11381,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11100
11381
  <span class="param-type">String</span>
11101
11382
 
11102
11383
 
11384
+
11103
11385
 
11104
11386
  </td>
11105
11387
 
@@ -11122,6 +11404,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11122
11404
  <span class="param-type">function</span>
11123
11405
 
11124
11406
 
11407
+
11125
11408
 
11126
11409
  </td>
11127
11410
 
@@ -11144,6 +11427,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11144
11427
  <span class="param-type">function</span>
11145
11428
 
11146
11429
 
11430
+
11147
11431
 
11148
11432
  </td>
11149
11433
 
@@ -11166,6 +11450,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11166
11450
  <span class="param-type">String</span>
11167
11451
 
11168
11452
 
11453
+
11169
11454
 
11170
11455
  </td>
11171
11456
 
@@ -11188,6 +11473,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11188
11473
  <span class="param-type">String</span>
11189
11474
 
11190
11475
 
11476
+
11191
11477
 
11192
11478
  </td>
11193
11479
 
@@ -11277,6 +11563,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11277
11563
  <span class="param-type">Promise.&lt;Object></span>
11278
11564
 
11279
11565
 
11566
+
11280
11567
  </div>
11281
11568
 
11282
11569
  </div>
@@ -11397,6 +11684,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11397
11684
  <span class="param-type">String</span>
11398
11685
 
11399
11686
 
11687
+
11400
11688
 
11401
11689
  </td>
11402
11690
 
@@ -11419,6 +11707,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11419
11707
  <span class="param-type">function</span>
11420
11708
 
11421
11709
 
11710
+
11422
11711
 
11423
11712
  </td>
11424
11713
 
@@ -11441,6 +11730,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11441
11730
  <span class="param-type">function</span>
11442
11731
 
11443
11732
 
11733
+
11444
11734
 
11445
11735
  </td>
11446
11736
 
@@ -11463,6 +11753,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11463
11753
  <span class="param-type">String</span>
11464
11754
 
11465
11755
 
11756
+
11466
11757
 
11467
11758
  </td>
11468
11759
 
@@ -11485,6 +11776,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11485
11776
  <span class="param-type">String</span>
11486
11777
 
11487
11778
 
11779
+
11488
11780
 
11489
11781
  </td>
11490
11782
 
@@ -11507,6 +11799,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11507
11799
  <span class="param-type">String</span>
11508
11800
 
11509
11801
 
11802
+
11510
11803
 
11511
11804
  </td>
11512
11805
 
@@ -11529,6 +11822,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11529
11822
  <span class="param-type">String</span>
11530
11823
 
11531
11824
 
11825
+
11532
11826
 
11533
11827
  </td>
11534
11828
 
@@ -11551,6 +11845,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11551
11845
  <span class="param-type">String</span>
11552
11846
 
11553
11847
 
11848
+
11554
11849
 
11555
11850
  </td>
11556
11851
 
@@ -11573,6 +11868,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11573
11868
  <span class="param-type">String</span>
11574
11869
 
11575
11870
 
11871
+
11576
11872
 
11577
11873
  </td>
11578
11874
 
@@ -11595,6 +11891,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11595
11891
  <span class="param-type">String</span>
11596
11892
 
11597
11893
 
11894
+
11598
11895
 
11599
11896
  </td>
11600
11897
 
@@ -11617,6 +11914,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11617
11914
  <span class="param-type">String</span>
11618
11915
 
11619
11916
 
11917
+
11620
11918
 
11621
11919
  </td>
11622
11920
 
@@ -11639,6 +11937,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11639
11937
  <span class="param-type">String</span>
11640
11938
 
11641
11939
 
11940
+
11642
11941
 
11643
11942
  </td>
11644
11943
 
@@ -11728,6 +12027,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11728
12027
  <span class="param-type">Promise.&lt;Object></span>
11729
12028
 
11730
12029
 
12030
+
11731
12031
  </div>
11732
12032
 
11733
12033
  </div>
@@ -11846,6 +12146,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11846
12146
  <span class="param-type">String</span>
11847
12147
 
11848
12148
 
12149
+
11849
12150
 
11850
12151
  </td>
11851
12152
 
@@ -11868,6 +12169,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11868
12169
  <span class="param-type">function</span>
11869
12170
 
11870
12171
 
12172
+
11871
12173
 
11872
12174
  </td>
11873
12175
 
@@ -11890,6 +12192,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11890
12192
  <span class="param-type">function</span>
11891
12193
 
11892
12194
 
12195
+
11893
12196
 
11894
12197
  </td>
11895
12198
 
@@ -11912,6 +12215,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
11912
12215
  <span class="param-type">String</span>
11913
12216
 
11914
12217
 
12218
+
11915
12219
 
11916
12220
  </td>
11917
12221
 
@@ -12001,6 +12305,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
12001
12305
  <span class="param-type">Promise.&lt;Object></span>
12002
12306
 
12003
12307
 
12308
+
12004
12309
  </div>
12005
12310
 
12006
12311
  </div>
@@ -12118,6 +12423,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12118
12423
  <span class="param-type">String</span>
12119
12424
 
12120
12425
 
12426
+
12121
12427
 
12122
12428
  </td>
12123
12429
 
@@ -12140,6 +12446,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12140
12446
  <span class="param-type">function</span>
12141
12447
 
12142
12448
 
12449
+
12143
12450
 
12144
12451
  </td>
12145
12452
 
@@ -12162,6 +12469,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12162
12469
  <span class="param-type">function</span>
12163
12470
 
12164
12471
 
12472
+
12165
12473
 
12166
12474
  </td>
12167
12475
 
@@ -12184,6 +12492,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12184
12492
  <span class="param-type">String</span>
12185
12493
 
12186
12494
 
12495
+
12187
12496
 
12188
12497
  </td>
12189
12498
 
@@ -12206,6 +12515,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12206
12515
  <span class="param-type">Boolean</span>
12207
12516
 
12208
12517
 
12518
+
12209
12519
 
12210
12520
  </td>
12211
12521
 
@@ -12228,6 +12538,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12228
12538
  <span class="param-type">Object</span>
12229
12539
 
12230
12540
 
12541
+
12231
12542
 
12232
12543
  </td>
12233
12544
 
@@ -12250,6 +12561,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12250
12561
  <span class="param-type">String</span>
12251
12562
 
12252
12563
 
12564
+
12253
12565
 
12254
12566
  </td>
12255
12567
 
@@ -12272,6 +12584,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12272
12584
  <span class="param-type">String</span>
12273
12585
 
12274
12586
 
12587
+
12275
12588
 
12276
12589
  </td>
12277
12590
 
@@ -12361,6 +12674,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12361
12674
  <span class="param-type">Promise.&lt;Object></span>
12362
12675
 
12363
12676
 
12677
+
12364
12678
  </div>
12365
12679
 
12366
12680
  </div>
@@ -12479,6 +12793,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12479
12793
  <span class="param-type">String</span>
12480
12794
 
12481
12795
 
12796
+
12482
12797
 
12483
12798
  </td>
12484
12799
 
@@ -12501,6 +12816,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12501
12816
  <span class="param-type">function</span>
12502
12817
 
12503
12818
 
12819
+
12504
12820
 
12505
12821
  </td>
12506
12822
 
@@ -12523,6 +12839,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12523
12839
  <span class="param-type">function</span>
12524
12840
 
12525
12841
 
12842
+
12526
12843
 
12527
12844
  </td>
12528
12845
 
@@ -12545,6 +12862,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12545
12862
  <span class="param-type">String</span>
12546
12863
 
12547
12864
 
12865
+
12548
12866
 
12549
12867
  </td>
12550
12868
 
@@ -12567,6 +12885,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12567
12885
  <span class="param-type">String</span>
12568
12886
 
12569
12887
 
12888
+
12570
12889
 
12571
12890
  </td>
12572
12891
 
@@ -12589,6 +12908,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12589
12908
  <span class="param-type">Object</span>
12590
12909
 
12591
12910
 
12911
+
12592
12912
 
12593
12913
  </td>
12594
12914
 
@@ -12611,6 +12931,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12611
12931
  <span class="param-type">String</span>
12612
12932
 
12613
12933
 
12934
+
12614
12935
 
12615
12936
  </td>
12616
12937
 
@@ -12633,6 +12954,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12633
12954
  <span class="param-type">String</span>
12634
12955
 
12635
12956
 
12957
+
12636
12958
 
12637
12959
  </td>
12638
12960
 
@@ -12722,6 +13044,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
12722
13044
  <span class="param-type">Promise.&lt;Object></span>
12723
13045
 
12724
13046
 
13047
+
12725
13048
  </div>
12726
13049
 
12727
13050
  </div>
@@ -12841,6 +13164,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12841
13164
  <span class="param-type">String</span>
12842
13165
 
12843
13166
 
13167
+
12844
13168
 
12845
13169
  </td>
12846
13170
 
@@ -12863,6 +13187,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12863
13187
  <span class="param-type">function</span>
12864
13188
 
12865
13189
 
13190
+
12866
13191
 
12867
13192
  </td>
12868
13193
 
@@ -12885,6 +13210,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12885
13210
  <span class="param-type">function</span>
12886
13211
 
12887
13212
 
13213
+
12888
13214
 
12889
13215
  </td>
12890
13216
 
@@ -12907,6 +13233,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12907
13233
  <span class="param-type">String</span>
12908
13234
 
12909
13235
 
13236
+
12910
13237
 
12911
13238
  </td>
12912
13239
 
@@ -12929,6 +13256,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12929
13256
  <span class="param-type">String</span>
12930
13257
 
12931
13258
 
13259
+
12932
13260
 
12933
13261
  </td>
12934
13262
 
@@ -12951,6 +13279,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12951
13279
  <span class="param-type">String</span>
12952
13280
 
12953
13281
 
13282
+
12954
13283
 
12955
13284
  </td>
12956
13285
 
@@ -13040,6 +13369,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
13040
13369
  <span class="param-type">Promise.&lt;Object></span>
13041
13370
 
13042
13371
 
13372
+
13043
13373
  </div>
13044
13374
 
13045
13375
  </div>
@@ -13159,6 +13489,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13159
13489
  <span class="param-type">String</span>
13160
13490
 
13161
13491
 
13492
+
13162
13493
 
13163
13494
  </td>
13164
13495
 
@@ -13181,6 +13512,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13181
13512
  <span class="param-type">function</span>
13182
13513
 
13183
13514
 
13515
+
13184
13516
 
13185
13517
  </td>
13186
13518
 
@@ -13203,6 +13535,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13203
13535
  <span class="param-type">function</span>
13204
13536
 
13205
13537
 
13538
+
13206
13539
 
13207
13540
  </td>
13208
13541
 
@@ -13225,6 +13558,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13225
13558
  <span class="param-type">String</span>
13226
13559
 
13227
13560
 
13561
+
13228
13562
 
13229
13563
  </td>
13230
13564
 
@@ -13247,6 +13581,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13247
13581
  <span class="param-type">String</span>
13248
13582
 
13249
13583
 
13584
+
13250
13585
 
13251
13586
  </td>
13252
13587
 
@@ -13269,6 +13604,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13269
13604
  <span class="param-type">String</span>
13270
13605
 
13271
13606
 
13607
+
13272
13608
 
13273
13609
  </td>
13274
13610
 
@@ -13291,6 +13627,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13291
13627
  <span class="param-type">String</span>
13292
13628
 
13293
13629
 
13630
+
13294
13631
 
13295
13632
  </td>
13296
13633
 
@@ -13313,6 +13650,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13313
13650
  <span class="param-type">String</span>
13314
13651
 
13315
13652
 
13653
+
13316
13654
 
13317
13655
  </td>
13318
13656
 
@@ -13402,6 +13740,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13402
13740
  <span class="param-type">Promise.&lt;Object></span>
13403
13741
 
13404
13742
 
13743
+
13405
13744
  </div>
13406
13745
 
13407
13746
  </div>
@@ -13528,6 +13867,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13528
13867
  <span class="param-type">function</span>
13529
13868
 
13530
13869
 
13870
+
13531
13871
 
13532
13872
  </td>
13533
13873
 
@@ -13556,6 +13896,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13556
13896
  <span class="param-type">function</span>
13557
13897
 
13558
13898
 
13899
+
13559
13900
 
13560
13901
  </td>
13561
13902
 
@@ -13594,7 +13935,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13594
13935
 
13595
13936
  <dt class="inherited-from">Inherited From:</dt>
13596
13937
  <dd class="inherited-from"><ul class="dummy"><li>
13597
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
13938
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
13598
13939
  </li></ul></dd>
13599
13940
 
13600
13941
 
@@ -13761,6 +14102,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13761
14102
  <span class="param-type">String</span>
13762
14103
 
13763
14104
 
14105
+
13764
14106
 
13765
14107
  </td>
13766
14108
 
@@ -13787,6 +14129,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13787
14129
  <span class="param-type">function</span>
13788
14130
 
13789
14131
 
14132
+
13790
14133
 
13791
14134
  </td>
13792
14135
 
@@ -13813,6 +14156,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13813
14156
  <span class="param-type">function</span>
13814
14157
 
13815
14158
 
14159
+
13816
14160
 
13817
14161
  </td>
13818
14162
 
@@ -13839,6 +14183,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13839
14183
  <span class="param-type">String</span>
13840
14184
 
13841
14185
 
14186
+
13842
14187
 
13843
14188
  </td>
13844
14189
 
@@ -13865,6 +14210,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13865
14210
  <span class="param-type">String</span>
13866
14211
 
13867
14212
 
14213
+
13868
14214
 
13869
14215
  </td>
13870
14216
 
@@ -13891,6 +14237,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13891
14237
  <span class="param-type">String</span>
13892
14238
 
13893
14239
 
14240
+
13894
14241
 
13895
14242
  </td>
13896
14243
 
@@ -13917,6 +14264,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13917
14264
  <span class="param-type">String</span>
13918
14265
 
13919
14266
 
14267
+
13920
14268
 
13921
14269
  </td>
13922
14270
 
@@ -13943,6 +14291,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13943
14291
  <span class="param-type">Boolean</span>
13944
14292
 
13945
14293
 
14294
+
13946
14295
 
13947
14296
  </td>
13948
14297
 
@@ -14038,6 +14387,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14038
14387
  <span class="param-type">Promise.&lt;Object></span>
14039
14388
 
14040
14389
 
14390
+
14041
14391
  </div>
14042
14392
 
14043
14393
  </div>
@@ -14185,6 +14535,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14185
14535
  <span class="param-type">String</span>
14186
14536
 
14187
14537
 
14538
+
14188
14539
 
14189
14540
  </td>
14190
14541
 
@@ -14207,6 +14558,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14207
14558
  <span class="param-type">String</span>
14208
14559
 
14209
14560
 
14561
+
14210
14562
 
14211
14563
  </td>
14212
14564
 
@@ -14229,6 +14581,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14229
14581
  <span class="param-type">String</span>
14230
14582
 
14231
14583
 
14584
+
14232
14585
 
14233
14586
  </td>
14234
14587
 
@@ -14251,6 +14604,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14251
14604
  <span class="param-type">String</span>
14252
14605
 
14253
14606
 
14607
+
14254
14608
 
14255
14609
  </td>
14256
14610
 
@@ -14273,6 +14627,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14273
14627
  <span class="param-type">function</span>
14274
14628
 
14275
14629
 
14630
+
14276
14631
 
14277
14632
  </td>
14278
14633
 
@@ -14295,6 +14650,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14295
14650
  <span class="param-type">function</span>
14296
14651
 
14297
14652
 
14653
+
14298
14654
 
14299
14655
  </td>
14300
14656
 
@@ -14317,6 +14673,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14317
14673
  <span class="param-type">String</span>
14318
14674
 
14319
14675
 
14676
+
14320
14677
 
14321
14678
  </td>
14322
14679
 
@@ -14406,6 +14763,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14406
14763
  <span class="param-type">Promise.&lt;Object></span>
14407
14764
 
14408
14765
 
14766
+
14409
14767
  </div>
14410
14768
 
14411
14769
  </div>
@@ -14551,6 +14909,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14551
14909
  <span class="param-type">String</span>
14552
14910
 
14553
14911
 
14912
+
14554
14913
 
14555
14914
  </td>
14556
14915
 
@@ -14573,6 +14932,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14573
14932
  <span class="param-type">String</span>
14574
14933
 
14575
14934
 
14935
+
14576
14936
 
14577
14937
  </td>
14578
14938
 
@@ -14595,6 +14955,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14595
14955
  <span class="param-type">String</span>
14596
14956
 
14597
14957
 
14958
+
14598
14959
 
14599
14960
  </td>
14600
14961
 
@@ -14617,6 +14978,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14617
14978
  <span class="param-type">function</span>
14618
14979
 
14619
14980
 
14981
+
14620
14982
 
14621
14983
  </td>
14622
14984
 
@@ -14639,6 +15001,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14639
15001
  <span class="param-type">function</span>
14640
15002
 
14641
15003
 
15004
+
14642
15005
 
14643
15006
  </td>
14644
15007
 
@@ -14661,6 +15024,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14661
15024
  <span class="param-type">String</span>
14662
15025
 
14663
15026
 
15027
+
14664
15028
 
14665
15029
  </td>
14666
15030
 
@@ -14750,6 +15114,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14750
15114
  <span class="param-type">Promise.&lt;Object></span>
14751
15115
 
14752
15116
 
15117
+
14753
15118
  </div>
14754
15119
 
14755
15120
  </div>
@@ -14893,6 +15258,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14893
15258
  <span class="param-type">String</span>
14894
15259
 
14895
15260
 
15261
+
14896
15262
 
14897
15263
  </td>
14898
15264
 
@@ -14915,6 +15281,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14915
15281
  <span class="param-type">function</span>
14916
15282
 
14917
15283
 
15284
+
14918
15285
 
14919
15286
  </td>
14920
15287
 
@@ -14937,6 +15304,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14937
15304
  <span class="param-type">function</span>
14938
15305
 
14939
15306
 
15307
+
14940
15308
 
14941
15309
  </td>
14942
15310
 
@@ -14959,6 +15327,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14959
15327
  <span class="param-type">String</span>
14960
15328
 
14961
15329
 
15330
+
14962
15331
 
14963
15332
  </td>
14964
15333
 
@@ -14981,6 +15350,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14981
15350
  <span class="param-type">String</span>
14982
15351
 
14983
15352
 
15353
+
14984
15354
 
14985
15355
  </td>
14986
15356
 
@@ -15003,6 +15373,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15003
15373
  <span class="param-type">String</span>
15004
15374
 
15005
15375
 
15376
+
15006
15377
 
15007
15378
  </td>
15008
15379
 
@@ -15025,6 +15396,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15025
15396
  <span class="param-type">String</span>
15026
15397
 
15027
15398
 
15399
+
15028
15400
 
15029
15401
  </td>
15030
15402
 
@@ -15114,6 +15486,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15114
15486
  <span class="param-type">Promise.&lt;Object></span>
15115
15487
 
15116
15488
 
15489
+
15117
15490
  </div>
15118
15491
 
15119
15492
  </div>
@@ -15235,6 +15608,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15235
15608
  <span class="param-type">String</span>
15236
15609
 
15237
15610
 
15611
+
15238
15612
 
15239
15613
  </td>
15240
15614
 
@@ -15257,6 +15631,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15257
15631
  <span class="param-type">function</span>
15258
15632
 
15259
15633
 
15634
+
15260
15635
 
15261
15636
  </td>
15262
15637
 
@@ -15279,6 +15654,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15279
15654
  <span class="param-type">function</span>
15280
15655
 
15281
15656
 
15657
+
15282
15658
 
15283
15659
  </td>
15284
15660
 
@@ -15301,6 +15677,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15301
15677
  <span class="param-type">String</span>
15302
15678
 
15303
15679
 
15680
+
15304
15681
 
15305
15682
  </td>
15306
15683
 
@@ -15323,6 +15700,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15323
15700
  <span class="param-type">String</span>
15324
15701
 
15325
15702
 
15703
+
15326
15704
 
15327
15705
  </td>
15328
15706
 
@@ -15345,6 +15723,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15345
15723
  <span class="param-type">String</span>
15346
15724
 
15347
15725
 
15726
+
15348
15727
 
15349
15728
  </td>
15350
15729
 
@@ -15367,6 +15746,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15367
15746
  <span class="param-type">String</span>
15368
15747
 
15369
15748
 
15749
+
15370
15750
 
15371
15751
  </td>
15372
15752
 
@@ -15456,6 +15836,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15456
15836
  <span class="param-type">Promise.&lt;Object></span>
15457
15837
 
15458
15838
 
15839
+
15459
15840
  </div>
15460
15841
 
15461
15842
  </div>
@@ -15572,6 +15953,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
15572
15953
  <span class="param-type">String</span>
15573
15954
 
15574
15955
 
15956
+
15575
15957
 
15576
15958
  </td>
15577
15959
 
@@ -15598,6 +15980,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
15598
15980
  <span class="param-type">String</span>
15599
15981
 
15600
15982
 
15983
+
15601
15984
 
15602
15985
  </td>
15603
15986
 
@@ -15624,6 +16007,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
15624
16007
  <span class="param-type">function</span>
15625
16008
 
15626
16009
 
16010
+
15627
16011
 
15628
16012
  </td>
15629
16013
 
@@ -15650,6 +16034,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
15650
16034
  <span class="param-type">function</span>
15651
16035
 
15652
16036
 
16037
+
15653
16038
 
15654
16039
  </td>
15655
16040
 
@@ -15676,6 +16061,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
15676
16061
  <span class="param-type">Number</span>
15677
16062
 
15678
16063
 
16064
+
15679
16065
 
15680
16066
  </td>
15681
16067
 
@@ -15704,6 +16090,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
15704
16090
  <span class="param-type">Number</span>
15705
16091
 
15706
16092
 
16093
+
15707
16094
 
15708
16095
  </td>
15709
16096
 
@@ -15799,6 +16186,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
15799
16186
  <span class="param-type">Promise.&lt;Object></span>
15800
16187
 
15801
16188
 
16189
+
15802
16190
  </div>
15803
16191
 
15804
16192
  </div>
@@ -15942,6 +16330,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
15942
16330
  <span class="param-type">String</span>
15943
16331
 
15944
16332
 
16333
+
15945
16334
 
15946
16335
  </td>
15947
16336
 
@@ -15964,6 +16353,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
15964
16353
  <span class="param-type">function</span>
15965
16354
 
15966
16355
 
16356
+
15967
16357
 
15968
16358
  </td>
15969
16359
 
@@ -15986,6 +16376,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
15986
16376
  <span class="param-type">function</span>
15987
16377
 
15988
16378
 
16379
+
15989
16380
 
15990
16381
  </td>
15991
16382
 
@@ -16075,6 +16466,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16075
16466
  <span class="param-type">Promise.&lt;Object></span>
16076
16467
 
16077
16468
 
16469
+
16078
16470
  </div>
16079
16471
 
16080
16472
  </div>
@@ -16218,6 +16610,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16218
16610
  <span class="param-type">String</span>
16219
16611
 
16220
16612
 
16613
+
16221
16614
 
16222
16615
  </td>
16223
16616
 
@@ -16246,6 +16639,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16246
16639
  <span class="param-type">function</span>
16247
16640
 
16248
16641
 
16642
+
16249
16643
 
16250
16644
  </td>
16251
16645
 
@@ -16272,6 +16666,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16272
16666
  <span class="param-type">function</span>
16273
16667
 
16274
16668
 
16669
+
16275
16670
 
16276
16671
  </td>
16277
16672
 
@@ -16295,7 +16690,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16295
16690
  <td class="type">
16296
16691
 
16297
16692
 
16298
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
16693
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
16694
+
16299
16695
 
16300
16696
 
16301
16697
 
@@ -16324,6 +16720,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16324
16720
  <span class="param-type">String</span>
16325
16721
 
16326
16722
 
16723
+
16327
16724
 
16328
16725
  </td>
16329
16726
 
@@ -16350,6 +16747,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16350
16747
  <span class="param-type">Object</span>
16351
16748
 
16352
16749
 
16750
+
16353
16751
 
16354
16752
  </td>
16355
16753
 
@@ -16376,6 +16774,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16376
16774
  <span class="param-type">String</span>
16377
16775
 
16378
16776
 
16777
+
16379
16778
 
16380
16779
  </td>
16381
16780
 
@@ -16402,6 +16801,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16402
16801
  <span class="param-type">String</span>
16403
16802
 
16404
16803
 
16804
+
16405
16805
 
16406
16806
  </td>
16407
16807
 
@@ -16428,6 +16828,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16428
16828
  <span class="param-type">String</span>
16429
16829
 
16430
16830
 
16831
+
16431
16832
 
16432
16833
  </td>
16433
16834
 
@@ -16454,6 +16855,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16454
16855
  <span class="param-type">Number</span>
16455
16856
 
16456
16857
 
16858
+
16457
16859
 
16458
16860
  </td>
16459
16861
 
@@ -16482,6 +16884,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16482
16884
  <span class="param-type">Number</span>
16483
16885
 
16484
16886
 
16887
+
16485
16888
 
16486
16889
  </td>
16487
16890
 
@@ -16505,7 +16908,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16505
16908
  <td class="type">
16506
16909
 
16507
16910
 
16508
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
16911
+ <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
16912
+
16509
16913
 
16510
16914
 
16511
16915
 
@@ -16534,6 +16938,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16534
16938
  <span class="param-type">String</span>
16535
16939
 
16536
16940
 
16941
+
16537
16942
 
16538
16943
  </td>
16539
16944
 
@@ -16560,6 +16965,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16560
16965
  <span class="param-type">String</span>
16561
16966
 
16562
16967
 
16968
+
16563
16969
 
16564
16970
  </td>
16565
16971
 
@@ -16586,6 +16992,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16586
16992
  <span class="param-type">Number</span>
16587
16993
 
16588
16994
 
16995
+
16589
16996
 
16590
16997
  </td>
16591
16998
 
@@ -16614,6 +17021,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16614
17021
  <span class="param-type">Number</span>
16615
17022
 
16616
17023
 
17024
+
16617
17025
 
16618
17026
  </td>
16619
17027
 
@@ -16640,6 +17048,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16640
17048
  <span class="param-type">Array</span>
16641
17049
 
16642
17050
 
17051
+
16643
17052
 
16644
17053
  </td>
16645
17054
 
@@ -16666,6 +17075,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16666
17075
  <span class="param-type">Boolean</span>
16667
17076
 
16668
17077
 
17078
+
16669
17079
 
16670
17080
  </td>
16671
17081
 
@@ -16694,6 +17104,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16694
17104
  <span class="param-type">Boolean</span>
16695
17105
 
16696
17106
 
17107
+
16697
17108
 
16698
17109
  </td>
16699
17110
 
@@ -16722,6 +17133,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16722
17133
  <span class="param-type">Boolean</span>
16723
17134
 
16724
17135
 
17136
+
16725
17137
 
16726
17138
  </td>
16727
17139
 
@@ -16750,6 +17162,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16750
17162
  <span class="param-type">Boolean</span>
16751
17163
 
16752
17164
 
17165
+
16753
17166
 
16754
17167
  </td>
16755
17168
 
@@ -16778,6 +17191,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16778
17191
  <span class="param-type">Boolean</span>
16779
17192
 
16780
17193
 
17194
+
16781
17195
 
16782
17196
  </td>
16783
17197
 
@@ -16806,6 +17220,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16806
17220
  <span class="param-type">Boolean</span>
16807
17221
 
16808
17222
 
17223
+
16809
17224
 
16810
17225
  </td>
16811
17226
 
@@ -16834,6 +17249,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16834
17249
  <span class="param-type">Boolean</span>
16835
17250
 
16836
17251
 
17252
+
16837
17253
 
16838
17254
  </td>
16839
17255
 
@@ -16862,6 +17278,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16862
17278
  <span class="param-type">Boolean</span>
16863
17279
 
16864
17280
 
17281
+
16865
17282
 
16866
17283
  </td>
16867
17284
 
@@ -16957,6 +17374,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
16957
17374
  <span class="param-type">Promise.&lt;Object></span>
16958
17375
 
16959
17376
 
17377
+
16960
17378
  </div>
16961
17379
 
16962
17380
  </div>
@@ -17074,6 +17492,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17074
17492
  <span class="param-type">String</span>
17075
17493
 
17076
17494
 
17495
+
17077
17496
 
17078
17497
  </td>
17079
17498
 
@@ -17096,6 +17515,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17096
17515
  <span class="param-type">function</span>
17097
17516
 
17098
17517
 
17518
+
17099
17519
 
17100
17520
  </td>
17101
17521
 
@@ -17118,6 +17538,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17118
17538
  <span class="param-type">function</span>
17119
17539
 
17120
17540
 
17541
+
17121
17542
 
17122
17543
  </td>
17123
17544
 
@@ -17140,6 +17561,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17140
17561
  <span class="param-type">String</span>
17141
17562
 
17142
17563
 
17564
+
17143
17565
 
17144
17566
  </td>
17145
17567
 
@@ -17229,6 +17651,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17229
17651
  <span class="param-type">Promise.&lt;Object></span>
17230
17652
 
17231
17653
 
17654
+
17232
17655
  </div>
17233
17656
 
17234
17657
  </div>
@@ -17345,6 +17768,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17345
17768
  <span class="param-type">String</span>
17346
17769
 
17347
17770
 
17771
+
17348
17772
 
17349
17773
  </td>
17350
17774
 
@@ -17367,6 +17791,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17367
17791
  <span class="param-type">function</span>
17368
17792
 
17369
17793
 
17794
+
17370
17795
 
17371
17796
  </td>
17372
17797
 
@@ -17389,6 +17814,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17389
17814
  <span class="param-type">function</span>
17390
17815
 
17391
17816
 
17817
+
17392
17818
 
17393
17819
  </td>
17394
17820
 
@@ -17478,6 +17904,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17478
17904
  <span class="param-type">Promise.&lt;Object></span>
17479
17905
 
17480
17906
 
17907
+
17481
17908
  </div>
17482
17909
 
17483
17910
  </div>
@@ -17595,6 +18022,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17595
18022
  <span class="param-type">String</span>
17596
18023
 
17597
18024
 
18025
+
17598
18026
 
17599
18027
  </td>
17600
18028
 
@@ -17617,6 +18045,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17617
18045
  <span class="param-type">function</span>
17618
18046
 
17619
18047
 
18048
+
17620
18049
 
17621
18050
  </td>
17622
18051
 
@@ -17639,6 +18068,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17639
18068
  <span class="param-type">function</span>
17640
18069
 
17641
18070
 
18071
+
17642
18072
 
17643
18073
  </td>
17644
18074
 
@@ -17661,6 +18091,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17661
18091
  <span class="param-type">String</span>
17662
18092
 
17663
18093
 
18094
+
17664
18095
 
17665
18096
  </td>
17666
18097
 
@@ -17683,6 +18114,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17683
18114
  <span class="param-type">String</span>
17684
18115
 
17685
18116
 
18117
+
17686
18118
 
17687
18119
  </td>
17688
18120
 
@@ -17705,6 +18137,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17705
18137
  <span class="param-type">String</span>
17706
18138
 
17707
18139
 
18140
+
17708
18141
 
17709
18142
  </td>
17710
18143
 
@@ -17794,6 +18227,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17794
18227
  <span class="param-type">Promise.&lt;Object></span>
17795
18228
 
17796
18229
 
18230
+
17797
18231
  </div>
17798
18232
 
17799
18233
  </div>
@@ -17937,6 +18371,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17937
18371
  <span class="param-type">String</span>
17938
18372
 
17939
18373
 
18374
+
17940
18375
 
17941
18376
  </td>
17942
18377
 
@@ -17959,6 +18394,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17959
18394
  <span class="param-type">function</span>
17960
18395
 
17961
18396
 
18397
+
17962
18398
 
17963
18399
  </td>
17964
18400
 
@@ -17981,6 +18417,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17981
18417
  <span class="param-type">function</span>
17982
18418
 
17983
18419
 
18420
+
17984
18421
 
17985
18422
  </td>
17986
18423
 
@@ -18003,6 +18440,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18003
18440
  <span class="param-type">String</span>
18004
18441
 
18005
18442
 
18443
+
18006
18444
 
18007
18445
  </td>
18008
18446
 
@@ -18025,6 +18463,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18025
18463
  <span class="param-type">String</span>
18026
18464
 
18027
18465
 
18466
+
18028
18467
 
18029
18468
  </td>
18030
18469
 
@@ -18114,6 +18553,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18114
18553
  <span class="param-type">Promise.&lt;Object></span>
18115
18554
 
18116
18555
 
18556
+
18117
18557
  </div>
18118
18558
 
18119
18559
  </div>
@@ -18232,6 +18672,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18232
18672
  <span class="param-type">String</span>
18233
18673
 
18234
18674
 
18675
+
18235
18676
 
18236
18677
  </td>
18237
18678
 
@@ -18254,6 +18695,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18254
18695
  <span class="param-type">function</span>
18255
18696
 
18256
18697
 
18698
+
18257
18699
 
18258
18700
  </td>
18259
18701
 
@@ -18276,6 +18718,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18276
18718
  <span class="param-type">function</span>
18277
18719
 
18278
18720
 
18721
+
18279
18722
 
18280
18723
  </td>
18281
18724
 
@@ -18298,6 +18741,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18298
18741
  <span class="param-type">String</span>
18299
18742
 
18300
18743
 
18744
+
18301
18745
 
18302
18746
  </td>
18303
18747
 
@@ -18387,6 +18831,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18387
18831
  <span class="param-type">Promise.&lt;Object></span>
18388
18832
 
18389
18833
 
18834
+
18390
18835
  </div>
18391
18836
 
18392
18837
  </div>
@@ -18504,6 +18949,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18504
18949
  <span class="param-type">String</span>
18505
18950
 
18506
18951
 
18952
+
18507
18953
 
18508
18954
  </td>
18509
18955
 
@@ -18526,6 +18972,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18526
18972
  <span class="param-type">function</span>
18527
18973
 
18528
18974
 
18975
+
18529
18976
 
18530
18977
  </td>
18531
18978
 
@@ -18548,6 +18995,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18548
18995
  <span class="param-type">function</span>
18549
18996
 
18550
18997
 
18998
+
18551
18999
 
18552
19000
  </td>
18553
19001
 
@@ -18570,6 +19018,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18570
19018
  <span class="param-type">String</span>
18571
19019
 
18572
19020
 
19021
+
18573
19022
 
18574
19023
  </td>
18575
19024
 
@@ -18592,6 +19041,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18592
19041
  <span class="param-type">String</span>
18593
19042
 
18594
19043
 
19044
+
18595
19045
 
18596
19046
  </td>
18597
19047
 
@@ -18681,6 +19131,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18681
19131
  <span class="param-type">Promise.&lt;Object></span>
18682
19132
 
18683
19133
 
19134
+
18684
19135
  </div>
18685
19136
 
18686
19137
  </div>
@@ -18801,6 +19252,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18801
19252
  <span class="param-type">String</span>
18802
19253
 
18803
19254
 
19255
+
18804
19256
 
18805
19257
  </td>
18806
19258
 
@@ -18823,6 +19275,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18823
19275
  <span class="param-type">function</span>
18824
19276
 
18825
19277
 
19278
+
18826
19279
 
18827
19280
  </td>
18828
19281
 
@@ -18845,6 +19298,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18845
19298
  <span class="param-type">function</span>
18846
19299
 
18847
19300
 
19301
+
18848
19302
 
18849
19303
  </td>
18850
19304
 
@@ -18934,6 +19388,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18934
19388
  <span class="param-type">Promise.&lt;Object></span>
18935
19389
 
18936
19390
 
19391
+
18937
19392
  </div>
18938
19393
 
18939
19394
  </div>
@@ -19051,6 +19506,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19051
19506
  <span class="param-type">String</span>
19052
19507
 
19053
19508
 
19509
+
19054
19510
 
19055
19511
  </td>
19056
19512
 
@@ -19073,6 +19529,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19073
19529
  <span class="param-type">function</span>
19074
19530
 
19075
19531
 
19532
+
19076
19533
 
19077
19534
  </td>
19078
19535
 
@@ -19095,6 +19552,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19095
19552
  <span class="param-type">function</span>
19096
19553
 
19097
19554
 
19555
+
19098
19556
 
19099
19557
  </td>
19100
19558
 
@@ -19117,6 +19575,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19117
19575
  <span class="param-type">String</span>
19118
19576
 
19119
19577
 
19578
+
19120
19579
 
19121
19580
  </td>
19122
19581
 
@@ -19206,6 +19665,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19206
19665
  <span class="param-type">Promise.&lt;Object></span>
19207
19666
 
19208
19667
 
19668
+
19209
19669
  </div>
19210
19670
 
19211
19671
  </div>
@@ -19324,6 +19784,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19324
19784
  <span class="param-type">String</span>
19325
19785
 
19326
19786
 
19787
+
19327
19788
 
19328
19789
  </td>
19329
19790
 
@@ -19346,6 +19807,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19346
19807
  <span class="param-type">function</span>
19347
19808
 
19348
19809
 
19810
+
19349
19811
 
19350
19812
  </td>
19351
19813
 
@@ -19368,6 +19830,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19368
19830
  <span class="param-type">function</span>
19369
19831
 
19370
19832
 
19833
+
19371
19834
 
19372
19835
  </td>
19373
19836
 
@@ -19390,6 +19853,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19390
19853
  <span class="param-type">String</span>
19391
19854
 
19392
19855
 
19856
+
19393
19857
 
19394
19858
  </td>
19395
19859
 
@@ -19412,6 +19876,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19412
19876
  <span class="param-type">String</span>
19413
19877
 
19414
19878
 
19879
+
19415
19880
 
19416
19881
  </td>
19417
19882
 
@@ -19501,6 +19966,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19501
19966
  <span class="param-type">Promise.&lt;Object></span>
19502
19967
 
19503
19968
 
19969
+
19504
19970
  </div>
19505
19971
 
19506
19972
  </div>
@@ -19621,6 +20087,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19621
20087
  <span class="param-type">String</span>
19622
20088
 
19623
20089
 
20090
+
19624
20091
 
19625
20092
  </td>
19626
20093
 
@@ -19643,6 +20110,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19643
20110
  <span class="param-type">function</span>
19644
20111
 
19645
20112
 
20113
+
19646
20114
 
19647
20115
  </td>
19648
20116
 
@@ -19665,6 +20133,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19665
20133
  <span class="param-type">function</span>
19666
20134
 
19667
20135
 
20136
+
19668
20137
 
19669
20138
  </td>
19670
20139
 
@@ -19687,6 +20156,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19687
20156
  <span class="param-type">String</span>
19688
20157
 
19689
20158
 
20159
+
19690
20160
 
19691
20161
  </td>
19692
20162
 
@@ -19709,6 +20179,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19709
20179
  <span class="param-type">String</span>
19710
20180
 
19711
20181
 
20182
+
19712
20183
 
19713
20184
  </td>
19714
20185
 
@@ -19798,6 +20269,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19798
20269
  <span class="param-type">Promise.&lt;Object></span>
19799
20270
 
19800
20271
 
20272
+
19801
20273
  </div>
19802
20274
 
19803
20275
  </div>
@@ -19917,6 +20389,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19917
20389
  <span class="param-type">String</span>
19918
20390
 
19919
20391
 
20392
+
19920
20393
 
19921
20394
  </td>
19922
20395
 
@@ -19939,6 +20412,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19939
20412
  <span class="param-type">function</span>
19940
20413
 
19941
20414
 
20415
+
19942
20416
 
19943
20417
  </td>
19944
20418
 
@@ -19961,6 +20435,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19961
20435
  <span class="param-type">function</span>
19962
20436
 
19963
20437
 
20438
+
19964
20439
 
19965
20440
  </td>
19966
20441
 
@@ -19983,6 +20458,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19983
20458
  <span class="param-type">String</span>
19984
20459
 
19985
20460
 
20461
+
19986
20462
 
19987
20463
  </td>
19988
20464
 
@@ -20072,6 +20548,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20072
20548
  <span class="param-type">Promise.&lt;Object></span>
20073
20549
 
20074
20550
 
20551
+
20075
20552
  </div>
20076
20553
 
20077
20554
  </div>
@@ -20190,6 +20667,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20190
20667
  <span class="param-type">String</span>
20191
20668
 
20192
20669
 
20670
+
20193
20671
 
20194
20672
  </td>
20195
20673
 
@@ -20212,6 +20690,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20212
20690
  <span class="param-type">function</span>
20213
20691
 
20214
20692
 
20693
+
20215
20694
 
20216
20695
  </td>
20217
20696
 
@@ -20234,6 +20713,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20234
20713
  <span class="param-type">function</span>
20235
20714
 
20236
20715
 
20716
+
20237
20717
 
20238
20718
  </td>
20239
20719
 
@@ -20323,6 +20803,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20323
20803
  <span class="param-type">Promise.&lt;Object></span>
20324
20804
 
20325
20805
 
20806
+
20326
20807
  </div>
20327
20808
 
20328
20809
  </div>
@@ -20440,6 +20921,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20440
20921
  <span class="param-type">String</span>
20441
20922
 
20442
20923
 
20924
+
20443
20925
 
20444
20926
  </td>
20445
20927
 
@@ -20462,6 +20944,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20462
20944
  <span class="param-type">function</span>
20463
20945
 
20464
20946
 
20947
+
20465
20948
 
20466
20949
  </td>
20467
20950
 
@@ -20484,6 +20967,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20484
20967
  <span class="param-type">function</span>
20485
20968
 
20486
20969
 
20970
+
20487
20971
 
20488
20972
  </td>
20489
20973
 
@@ -20506,6 +20990,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20506
20990
  <span class="param-type">String</span>
20507
20991
 
20508
20992
 
20993
+
20509
20994
 
20510
20995
  </td>
20511
20996
 
@@ -20528,6 +21013,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20528
21013
  <span class="param-type">String</span>
20529
21014
 
20530
21015
 
21016
+
20531
21017
 
20532
21018
  </td>
20533
21019
 
@@ -20550,6 +21036,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20550
21036
  <span class="param-type">String</span>
20551
21037
 
20552
21038
 
21039
+
20553
21040
 
20554
21041
  </td>
20555
21042
 
@@ -20572,6 +21059,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20572
21059
  <span class="param-type">String</span>
20573
21060
 
20574
21061
 
21062
+
20575
21063
 
20576
21064
  </td>
20577
21065
 
@@ -20661,6 +21149,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20661
21149
  <span class="param-type">Promise.&lt;Object></span>
20662
21150
 
20663
21151
 
21152
+
20664
21153
  </div>
20665
21154
 
20666
21155
  </div>
@@ -20781,6 +21270,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20781
21270
  <span class="param-type">String</span>
20782
21271
 
20783
21272
 
21273
+
20784
21274
 
20785
21275
  </td>
20786
21276
 
@@ -20803,6 +21293,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20803
21293
  <span class="param-type">function</span>
20804
21294
 
20805
21295
 
21296
+
20806
21297
 
20807
21298
  </td>
20808
21299
 
@@ -20825,6 +21316,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20825
21316
  <span class="param-type">function</span>
20826
21317
 
20827
21318
 
21319
+
20828
21320
 
20829
21321
  </td>
20830
21322
 
@@ -20847,6 +21339,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20847
21339
  <span class="param-type">String</span>
20848
21340
 
20849
21341
 
21342
+
20850
21343
 
20851
21344
  </td>
20852
21345
 
@@ -20869,6 +21362,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20869
21362
  <span class="param-type">String</span>
20870
21363
 
20871
21364
 
21365
+
20872
21366
 
20873
21367
  </td>
20874
21368
 
@@ -20891,6 +21385,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20891
21385
  <span class="param-type">String</span>
20892
21386
 
20893
21387
 
21388
+
20894
21389
 
20895
21390
  </td>
20896
21391
 
@@ -20913,6 +21408,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20913
21408
  <span class="param-type">String</span>
20914
21409
 
20915
21410
 
21411
+
20916
21412
 
20917
21413
  </td>
20918
21414
 
@@ -20935,6 +21431,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20935
21431
  <span class="param-type">Object</span>
20936
21432
 
20937
21433
 
21434
+
20938
21435
 
20939
21436
  </td>
20940
21437
 
@@ -21024,6 +21521,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21024
21521
  <span class="param-type">Promise.&lt;Object></span>
21025
21522
 
21026
21523
 
21524
+
21027
21525
  </div>
21028
21526
 
21029
21527
  </div>
@@ -21149,6 +21647,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21149
21647
  <span class="param-type">String</span>
21150
21648
 
21151
21649
 
21650
+
21152
21651
 
21153
21652
  </td>
21154
21653
 
@@ -21171,6 +21670,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21171
21670
  <span class="param-type">String</span>
21172
21671
 
21173
21672
 
21673
+
21174
21674
 
21175
21675
  </td>
21176
21676
 
@@ -21193,6 +21693,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21193
21693
  <span class="param-type">String</span>
21194
21694
 
21195
21695
 
21696
+
21196
21697
 
21197
21698
  </td>
21198
21699
 
@@ -21215,6 +21716,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21215
21716
  <span class="param-type">Object</span>
21216
21717
 
21217
21718
 
21719
+
21218
21720
 
21219
21721
  </td>
21220
21722
 
@@ -21237,6 +21739,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21237
21739
  <span class="param-type">String</span>
21238
21740
 
21239
21741
 
21742
+
21240
21743
 
21241
21744
  </td>
21242
21745
 
@@ -21259,6 +21762,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21259
21762
  <span class="param-type">function</span>
21260
21763
 
21261
21764
 
21765
+
21262
21766
 
21263
21767
  </td>
21264
21768
 
@@ -21281,6 +21785,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21281
21785
  <span class="param-type">function</span>
21282
21786
 
21283
21787
 
21788
+
21284
21789
 
21285
21790
  </td>
21286
21791
 
@@ -21303,6 +21808,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21303
21808
  <span class="param-type">String</span>
21304
21809
 
21305
21810
 
21811
+
21306
21812
 
21307
21813
  </td>
21308
21814
 
@@ -21392,6 +21898,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21392
21898
  <span class="param-type">Promise.&lt;Object></span>
21393
21899
 
21394
21900
 
21901
+
21395
21902
  </div>
21396
21903
 
21397
21904
  </div>
@@ -21514,6 +22021,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21514
22021
  <span class="param-type">String</span>
21515
22022
 
21516
22023
 
22024
+
21517
22025
 
21518
22026
  </td>
21519
22027
 
@@ -21536,6 +22044,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21536
22044
  <span class="param-type">function</span>
21537
22045
 
21538
22046
 
22047
+
21539
22048
 
21540
22049
  </td>
21541
22050
 
@@ -21558,6 +22067,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21558
22067
  <span class="param-type">function</span>
21559
22068
 
21560
22069
 
22070
+
21561
22071
 
21562
22072
  </td>
21563
22073
 
@@ -21580,6 +22090,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21580
22090
  <span class="param-type">String</span>
21581
22091
 
21582
22092
 
22093
+
21583
22094
 
21584
22095
  </td>
21585
22096
 
@@ -21602,6 +22113,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21602
22113
  <span class="param-type">Object</span>
21603
22114
 
21604
22115
 
22116
+
21605
22117
 
21606
22118
  </td>
21607
22119
 
@@ -21691,6 +22203,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21691
22203
  <span class="param-type">Promise.&lt;Object></span>
21692
22204
 
21693
22205
 
22206
+
21694
22207
  </div>
21695
22208
 
21696
22209
  </div>