@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -223,7 +233,7 @@ const imageServer = new ImageServer({
223
233
 
224
234
 
225
235
  <ul>
226
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
236
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
227
237
  </ul>
228
238
 
229
239
 
@@ -255,11 +265,16 @@ const imageServer = new ImageServer({
255
265
  <tbody>
256
266
 
257
267
  <tr class="deep-level-0">
258
- <td class="name"><code><a href="ImageServer.html#clientId">clientId</a></code></td>
268
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
259
269
  <td class="name">
260
270
  <code>
261
271
 
262
- <span class="param-type">Boolean</span>
272
+ <span class="param-type">
273
+
274
+ Boolean
275
+
276
+ </span>
277
+
263
278
 
264
279
 
265
280
  </code>
@@ -268,11 +283,16 @@ const imageServer = new ImageServer({
268
283
  </tr>
269
284
 
270
285
  <tr class="deep-level-0">
271
- <td class="name"><code><a href="ImageServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
286
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
272
287
  <td class="name">
273
288
  <code>
274
289
 
275
- <span class="param-type">Boolean</span>
290
+ <span class="param-type">
291
+
292
+ Boolean
293
+
294
+ </span>
295
+
276
296
 
277
297
 
278
298
  </code>
@@ -281,11 +301,16 @@ const imageServer = new ImageServer({
281
301
  </tr>
282
302
 
283
303
  <tr class="deep-level-0">
284
- <td class="name"><code><a href="ImageServer.html#headers">headers</a></code></td>
304
+ <td class="name"><code><a href="#headers">headers</a></code></td>
285
305
  <td class="name">
286
306
  <code>
287
307
 
288
- <span class="param-type">String</span>
308
+ <span class="param-type">
309
+
310
+ String
311
+
312
+ </span>
313
+
289
314
 
290
315
 
291
316
  </code>
@@ -294,11 +319,16 @@ const imageServer = new ImageServer({
294
319
  </tr>
295
320
 
296
321
  <tr class="deep-level-0">
297
- <td class="name"><code><a href="ImageServer.html#requestInterceptor">requestInterceptor</a></code></td>
322
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
298
323
  <td class="name">
299
324
  <code>
300
325
 
301
- <span class="param-type">function</span>
326
+ <span class="param-type">
327
+
328
+ function
329
+
330
+ </span>
331
+
302
332
 
303
333
 
304
334
  </code>
@@ -307,11 +337,16 @@ const imageServer = new ImageServer({
307
337
  </tr>
308
338
 
309
339
  <tr class="deep-level-0">
310
- <td class="name"><code><a href="ImageServer.html#requestTimeout">requestTimeout</a></code></td>
340
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
311
341
  <td class="name">
312
342
  <code>
313
343
 
314
- <span class="param-type">String</span>
344
+ <span class="param-type">
345
+
346
+ String
347
+
348
+ </span>
349
+
315
350
 
316
351
 
317
352
  </code>
@@ -320,11 +355,16 @@ const imageServer = new ImageServer({
320
355
  </tr>
321
356
 
322
357
  <tr class="deep-level-0">
323
- <td class="name"><code><a href="ImageServer.html#responseInterceptor">responseInterceptor</a></code></td>
358
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
324
359
  <td class="name">
325
360
  <code>
326
361
 
327
- <span class="param-type">function</span>
362
+ <span class="param-type">
363
+
364
+ function
365
+
366
+ </span>
367
+
328
368
 
329
369
 
330
370
  </code>
@@ -333,11 +373,16 @@ const imageServer = new ImageServer({
333
373
  </tr>
334
374
 
335
375
  <tr class="deep-level-0">
336
- <td class="name"><code><a href="ImageServer.html#tokenAttachType">tokenAttachType</a></code></td>
376
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
337
377
  <td class="name">
338
378
  <code>
339
379
 
340
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
380
+ <span class="param-type">
381
+
382
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
383
+
384
+ </span>
385
+
341
386
 
342
387
 
343
388
  </code>
@@ -346,11 +391,16 @@ const imageServer = new ImageServer({
346
391
  </tr>
347
392
 
348
393
  <tr class="deep-level-0">
349
- <td class="name"><code><a href="ImageServer.html#tokenKey">tokenKey</a></code></td>
394
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
350
395
  <td class="name">
351
396
  <code>
352
397
 
353
- <span class="param-type">String</span>
398
+ <span class="param-type">
399
+
400
+ String
401
+
402
+ </span>
403
+
354
404
 
355
405
 
356
406
  </code>
@@ -359,11 +409,16 @@ const imageServer = new ImageServer({
359
409
  </tr>
360
410
 
361
411
  <tr class="deep-level-0">
362
- <td class="name"><code><a href="ImageServer.html#tokenValue">tokenValue</a></code></td>
412
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
363
413
  <td class="name">
364
414
  <code>
365
415
 
366
- <span class="param-type">String</span>
416
+ <span class="param-type">
417
+
418
+ String
419
+
420
+ </span>
421
+
367
422
 
368
423
 
369
424
  </code>
@@ -372,11 +427,16 @@ const imageServer = new ImageServer({
372
427
  </tr>
373
428
 
374
429
  <tr class="deep-level-0">
375
- <td class="name"><code><a href="ImageServer.html#url">url</a></code></td>
430
+ <td class="name"><code><a href="#url">url</a></code></td>
376
431
  <td class="name">
377
432
  <code>
378
433
 
379
- <span class="param-type">String</span>
434
+ <span class="param-type">
435
+
436
+ String
437
+
438
+ </span>
439
+
380
440
 
381
441
 
382
442
  </code>
@@ -395,7 +455,12 @@ const imageServer = new ImageServer({
395
455
  <span class="method-parameter is-pulled-right">
396
456
  <label>类型:</label>
397
457
 
398
- <span class="param-type">Boolean</span>
458
+ <span class="param-type">
459
+
460
+ Boolean
461
+
462
+ </span>
463
+
399
464
 
400
465
 
401
466
  </span>
@@ -429,7 +494,7 @@ const imageServer = new ImageServer({
429
494
 
430
495
  <dt class="inherited-from">Inherited From:</dt>
431
496
  <dd class="inherited-from"><ul class="dummy"><li>
432
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
497
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
433
498
  </li></ul></dd>
434
499
 
435
500
 
@@ -470,7 +535,12 @@ const imageServer = new ImageServer({
470
535
  <span class="method-parameter is-pulled-right">
471
536
  <label>类型:</label>
472
537
 
473
- <span class="param-type">Boolean</span>
538
+ <span class="param-type">
539
+
540
+ Boolean
541
+
542
+ </span>
543
+
474
544
 
475
545
 
476
546
  </span>
@@ -504,7 +574,7 @@ const imageServer = new ImageServer({
504
574
 
505
575
  <dt class="inherited-from">Inherited From:</dt>
506
576
  <dd class="inherited-from"><ul class="dummy"><li>
507
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
577
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
508
578
  </li></ul></dd>
509
579
 
510
580
 
@@ -566,7 +636,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
566
636
  <span class="method-parameter is-pulled-right">
567
637
  <label>类型:</label>
568
638
 
569
- <span class="param-type">String</span>
639
+ <span class="param-type">
640
+
641
+ String
642
+
643
+ </span>
644
+
570
645
 
571
646
 
572
647
  </span>
@@ -600,7 +675,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
600
675
 
601
676
  <dt class="inherited-from">Inherited From:</dt>
602
677
  <dd class="inherited-from"><ul class="dummy"><li>
603
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
678
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
604
679
  </li></ul></dd>
605
680
 
606
681
 
@@ -663,7 +738,12 @@ BaseServer.headers.token = '新token';</code></pre>
663
738
  <span class="method-parameter is-pulled-right">
664
739
  <label>类型:</label>
665
740
 
666
- <span class="param-type">function</span>
741
+ <span class="param-type">
742
+
743
+ function
744
+
745
+ </span>
746
+
667
747
 
668
748
 
669
749
  </span>
@@ -697,7 +777,7 @@ BaseServer.headers.token = '新token';</code></pre>
697
777
 
698
778
  <dt class="inherited-from">Inherited From:</dt>
699
779
  <dd class="inherited-from"><ul class="dummy"><li>
700
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
780
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
701
781
  </li></ul></dd>
702
782
 
703
783
 
@@ -766,7 +846,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
766
846
  <span class="method-parameter is-pulled-right">
767
847
  <label>类型:</label>
768
848
 
769
- <span class="param-type">String</span>
849
+ <span class="param-type">
850
+
851
+ String
852
+
853
+ </span>
854
+
770
855
 
771
856
 
772
857
  </span>
@@ -800,7 +885,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
800
885
 
801
886
  <dt class="inherited-from">Inherited From:</dt>
802
887
  <dd class="inherited-from"><ul class="dummy"><li>
803
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
888
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
804
889
  </li></ul></dd>
805
890
 
806
891
 
@@ -859,7 +944,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
859
944
  <span class="method-parameter is-pulled-right">
860
945
  <label>类型:</label>
861
946
 
862
- <span class="param-type">function</span>
947
+ <span class="param-type">
948
+
949
+ function
950
+
951
+ </span>
952
+
863
953
 
864
954
 
865
955
  </span>
@@ -893,7 +983,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
893
983
 
894
984
  <dt class="inherited-from">Inherited From:</dt>
895
985
  <dd class="inherited-from"><ul class="dummy"><li>
896
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
986
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
897
987
  </li></ul></dd>
898
988
 
899
989
 
@@ -964,7 +1054,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
964
1054
  <span class="method-parameter is-pulled-right">
965
1055
  <label>类型:</label>
966
1056
 
967
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1057
+ <span class="param-type">
1058
+
1059
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1060
+
1061
+ </span>
1062
+
968
1063
 
969
1064
 
970
1065
  </span>
@@ -998,7 +1093,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
998
1093
 
999
1094
  <dt class="inherited-from">Inherited From:</dt>
1000
1095
  <dd class="inherited-from"><ul class="dummy"><li>
1001
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1096
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1002
1097
  </li></ul></dd>
1003
1098
 
1004
1099
 
@@ -1061,7 +1156,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1061
1156
  <span class="method-parameter is-pulled-right">
1062
1157
  <label>类型:</label>
1063
1158
 
1064
- <span class="param-type">String</span>
1159
+ <span class="param-type">
1160
+
1161
+ String
1162
+
1163
+ </span>
1164
+
1065
1165
 
1066
1166
 
1067
1167
  </span>
@@ -1095,7 +1195,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1095
1195
 
1096
1196
  <dt class="inherited-from">Inherited From:</dt>
1097
1197
  <dd class="inherited-from"><ul class="dummy"><li>
1098
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1198
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1099
1199
  </li></ul></dd>
1100
1200
 
1101
1201
 
@@ -1153,7 +1253,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1153
1253
  <span class="method-parameter is-pulled-right">
1154
1254
  <label>类型:</label>
1155
1255
 
1156
- <span class="param-type">String</span>
1256
+ <span class="param-type">
1257
+
1258
+ String
1259
+
1260
+ </span>
1261
+
1157
1262
 
1158
1263
 
1159
1264
  </span>
@@ -1187,7 +1292,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1187
1292
 
1188
1293
  <dt class="inherited-from">Inherited From:</dt>
1189
1294
  <dd class="inherited-from"><ul class="dummy"><li>
1190
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1295
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1191
1296
  </li></ul></dd>
1192
1297
 
1193
1298
 
@@ -1245,7 +1350,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1245
1350
  <span class="method-parameter is-pulled-right">
1246
1351
  <label>类型:</label>
1247
1352
 
1248
- <span class="param-type">String</span>
1353
+ <span class="param-type">
1354
+
1355
+ String
1356
+
1357
+ </span>
1358
+
1249
1359
 
1250
1360
 
1251
1361
  </span>
@@ -1279,7 +1389,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1279
1389
 
1280
1390
  <dt class="inherited-from">Inherited From:</dt>
1281
1391
  <dd class="inherited-from"><ul class="dummy"><li>
1282
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1392
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1283
1393
  </li></ul></dd>
1284
1394
 
1285
1395
 
@@ -1353,12 +1463,17 @@ BaseServer.url = '新URL';</code></pre>
1353
1463
  <tbody>
1354
1464
 
1355
1465
  <tr class="deep-level-0">
1356
- <td class="name"><code><a href="ImageServer.html#getColorMap">getColorMap</a></code></td>
1466
+ <td class="name"><code><a href="#getColorMap">getColorMap</a></code></td>
1357
1467
  <td class="name">
1358
1468
  <code>
1359
1469
 
1360
1470
 
1361
- <span class="param-type">Promise.&lt;Object></span>
1471
+ <span class="param-type">
1472
+
1473
+ Promise.&lt;Object>
1474
+
1475
+ </span>
1476
+
1362
1477
 
1363
1478
 
1364
1479
 
@@ -1368,12 +1483,17 @@ BaseServer.url = '新URL';</code></pre>
1368
1483
  </tr>
1369
1484
 
1370
1485
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="ImageServer.html#getHistograms">getHistograms</a></code></td>
1486
+ <td class="name"><code><a href="#getHistograms">getHistograms</a></code></td>
1372
1487
  <td class="name">
1373
1488
  <code>
1374
1489
 
1375
1490
 
1376
- <span class="param-type">Promise.&lt;Object></span>
1491
+ <span class="param-type">
1492
+
1493
+ Promise.&lt;Object>
1494
+
1495
+ </span>
1496
+
1377
1497
 
1378
1498
 
1379
1499
 
@@ -1383,12 +1503,17 @@ BaseServer.url = '新URL';</code></pre>
1383
1503
  </tr>
1384
1504
 
1385
1505
  <tr class="deep-level-0">
1386
- <td class="name"><code><a href="ImageServer.html#getLegend">getLegend</a></code></td>
1506
+ <td class="name"><code><a href="#getLegend">getLegend</a></code></td>
1387
1507
  <td class="name">
1388
1508
  <code>
1389
1509
 
1390
1510
 
1391
- <span class="param-type">Promise.&lt;Object></span>
1511
+ <span class="param-type">
1512
+
1513
+ Promise.&lt;Object>
1514
+
1515
+ </span>
1516
+
1392
1517
 
1393
1518
 
1394
1519
 
@@ -1398,12 +1523,17 @@ BaseServer.url = '新URL';</code></pre>
1398
1523
  </tr>
1399
1524
 
1400
1525
  <tr class="deep-level-0">
1401
- <td class="name"><code><a href="ImageServer.html#getRasterValue">getRasterValue</a></code></td>
1526
+ <td class="name"><code><a href="#getRasterValue">getRasterValue</a></code></td>
1402
1527
  <td class="name">
1403
1528
  <code>
1404
1529
 
1405
1530
 
1406
- <span class="param-type">Promise.&lt;Object></span>
1531
+ <span class="param-type">
1532
+
1533
+ Promise.&lt;Object>
1534
+
1535
+ </span>
1536
+
1407
1537
 
1408
1538
 
1409
1539
 
@@ -1413,12 +1543,17 @@ BaseServer.url = '新URL';</code></pre>
1413
1543
  </tr>
1414
1544
 
1415
1545
  <tr class="deep-level-0">
1416
- <td class="name"><code><a href="ImageServer.html#getStatistics">getStatistics</a></code></td>
1546
+ <td class="name"><code><a href="#getStatistics">getStatistics</a></code></td>
1417
1547
  <td class="name">
1418
1548
  <code>
1419
1549
 
1420
1550
 
1421
- <span class="param-type">Promise.&lt;Object></span>
1551
+ <span class="param-type">
1552
+
1553
+ Promise.&lt;Object>
1554
+
1555
+ </span>
1556
+
1422
1557
 
1423
1558
 
1424
1559
 
@@ -1428,12 +1563,17 @@ BaseServer.url = '新URL';</code></pre>
1428
1563
  </tr>
1429
1564
 
1430
1565
  <tr class="deep-level-0">
1431
- <td class="name"><code><a href="ImageServer.html#queryImageInfo">queryImageInfo</a></code></td>
1566
+ <td class="name"><code><a href="#queryImageInfo">queryImageInfo</a></code></td>
1432
1567
  <td class="name">
1433
1568
  <code>
1434
1569
 
1435
1570
 
1436
- <span class="param-type">Promise.&lt;Object></span>
1571
+ <span class="param-type">
1572
+
1573
+ Promise.&lt;Object>
1574
+
1575
+ </span>
1576
+
1437
1577
 
1438
1578
 
1439
1579
 
@@ -1443,7 +1583,7 @@ BaseServer.url = '新URL';</code></pre>
1443
1583
  </tr>
1444
1584
 
1445
1585
  <tr class="deep-level-0">
1446
- <td class="name"><code><a href="ImageServer.html#queryServerInfo">queryServerInfo</a></code></td>
1586
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1447
1587
  <td class="name">
1448
1588
  <code>
1449
1589
 
@@ -1512,7 +1652,7 @@ BaseServer.url = '新URL';</code></pre>
1512
1652
 
1513
1653
  <tr class="deep-level-0">
1514
1654
 
1515
- <td class="name" id="options"><code>options</code></td>
1655
+ <td class="name"><code>options</code></td>
1516
1656
 
1517
1657
 
1518
1658
  <td class="type">
@@ -1533,13 +1673,18 @@ BaseServer.url = '新URL';</code></pre>
1533
1673
 
1534
1674
  <tr class="deep-level-1">
1535
1675
 
1536
- <td class="name" id="method"><code>method</code></td>
1676
+ <td class="name"><code>method</code></td>
1537
1677
 
1538
1678
 
1539
1679
  <td class="type">
1540
1680
 
1541
1681
 
1542
- <span class="param-type">String</span>
1682
+ <span class="param-type">
1683
+
1684
+ String
1685
+
1686
+ </span>
1687
+
1543
1688
 
1544
1689
 
1545
1690
 
@@ -1561,13 +1706,18 @@ BaseServer.url = '新URL';</code></pre>
1561
1706
 
1562
1707
  <tr class="deep-level-1">
1563
1708
 
1564
- <td class="name" id="success"><code>success</code></td>
1709
+ <td class="name"><code>success</code></td>
1565
1710
 
1566
1711
 
1567
1712
  <td class="type">
1568
1713
 
1569
1714
 
1570
- <span class="param-type">function</span>
1715
+ <span class="param-type">
1716
+
1717
+ function
1718
+
1719
+ </span>
1720
+
1571
1721
 
1572
1722
 
1573
1723
 
@@ -1589,13 +1739,18 @@ BaseServer.url = '新URL';</code></pre>
1589
1739
 
1590
1740
  <tr class="deep-level-1">
1591
1741
 
1592
- <td class="name" id="failure"><code>failure</code></td>
1742
+ <td class="name"><code>failure</code></td>
1593
1743
 
1594
1744
 
1595
1745
  <td class="type">
1596
1746
 
1597
1747
 
1598
- <span class="param-type">function</span>
1748
+ <span class="param-type">
1749
+
1750
+ function
1751
+
1752
+ </span>
1753
+
1599
1754
 
1600
1755
 
1601
1756
 
@@ -1690,7 +1845,12 @@ BaseServer.url = '新URL';</code></pre>
1690
1845
  <div class='column is-5 has-text-left'>
1691
1846
  <label>类型: </label>
1692
1847
 
1693
- <span class="param-type">Promise.&lt;Object></span>
1848
+ <span class="param-type">
1849
+
1850
+ Promise.&lt;Object>
1851
+
1852
+ </span>
1853
+
1694
1854
 
1695
1855
 
1696
1856
  </div>
@@ -1782,7 +1942,7 @@ imageServer.getColorMap({
1782
1942
 
1783
1943
  <tr class="deep-level-0">
1784
1944
 
1785
- <td class="name" id="options"><code>options</code></td>
1945
+ <td class="name"><code>options</code></td>
1786
1946
 
1787
1947
 
1788
1948
  <td class="type">
@@ -1803,13 +1963,18 @@ imageServer.getColorMap({
1803
1963
 
1804
1964
  <tr class="deep-level-1">
1805
1965
 
1806
- <td class="name" id="method"><code>method</code></td>
1966
+ <td class="name"><code>method</code></td>
1807
1967
 
1808
1968
 
1809
1969
  <td class="type">
1810
1970
 
1811
1971
 
1812
- <span class="param-type">String</span>
1972
+ <span class="param-type">
1973
+
1974
+ String
1975
+
1976
+ </span>
1977
+
1813
1978
 
1814
1979
 
1815
1980
 
@@ -1831,13 +1996,18 @@ imageServer.getColorMap({
1831
1996
 
1832
1997
  <tr class="deep-level-1">
1833
1998
 
1834
- <td class="name" id="success"><code>success</code></td>
1999
+ <td class="name"><code>success</code></td>
1835
2000
 
1836
2001
 
1837
2002
  <td class="type">
1838
2003
 
1839
2004
 
1840
- <span class="param-type">function</span>
2005
+ <span class="param-type">
2006
+
2007
+ function
2008
+
2009
+ </span>
2010
+
1841
2011
 
1842
2012
 
1843
2013
 
@@ -1859,13 +2029,18 @@ imageServer.getColorMap({
1859
2029
 
1860
2030
  <tr class="deep-level-1">
1861
2031
 
1862
- <td class="name" id="failure"><code>failure</code></td>
2032
+ <td class="name"><code>failure</code></td>
1863
2033
 
1864
2034
 
1865
2035
  <td class="type">
1866
2036
 
1867
2037
 
1868
- <span class="param-type">function</span>
2038
+ <span class="param-type">
2039
+
2040
+ function
2041
+
2042
+ </span>
2043
+
1869
2044
 
1870
2045
 
1871
2046
 
@@ -1960,7 +2135,12 @@ imageServer.getColorMap({
1960
2135
  <div class='column is-5 has-text-left'>
1961
2136
  <label>类型: </label>
1962
2137
 
1963
- <span class="param-type">Promise.&lt;Object></span>
2138
+ <span class="param-type">
2139
+
2140
+ Promise.&lt;Object>
2141
+
2142
+ </span>
2143
+
1964
2144
 
1965
2145
 
1966
2146
  </div>
@@ -2052,7 +2232,7 @@ imageServer.getHistograms({
2052
2232
 
2053
2233
  <tr class="deep-level-0">
2054
2234
 
2055
- <td class="name" id="options"><code>options</code></td>
2235
+ <td class="name"><code>options</code></td>
2056
2236
 
2057
2237
 
2058
2238
  <td class="type">
@@ -2073,13 +2253,18 @@ imageServer.getHistograms({
2073
2253
 
2074
2254
  <tr class="deep-level-1">
2075
2255
 
2076
- <td class="name" id="method"><code>method</code></td>
2256
+ <td class="name"><code>method</code></td>
2077
2257
 
2078
2258
 
2079
2259
  <td class="type">
2080
2260
 
2081
2261
 
2082
- <span class="param-type">String</span>
2262
+ <span class="param-type">
2263
+
2264
+ String
2265
+
2266
+ </span>
2267
+
2083
2268
 
2084
2269
 
2085
2270
 
@@ -2101,13 +2286,18 @@ imageServer.getHistograms({
2101
2286
 
2102
2287
  <tr class="deep-level-1">
2103
2288
 
2104
- <td class="name" id="size"><code>size</code></td>
2289
+ <td class="name"><code>size</code></td>
2105
2290
 
2106
2291
 
2107
2292
  <td class="type">
2108
2293
 
2109
2294
 
2110
- <span class="param-type">String</span>
2295
+ <span class="param-type">
2296
+
2297
+ String
2298
+
2299
+ </span>
2300
+
2111
2301
 
2112
2302
 
2113
2303
 
@@ -2129,13 +2319,18 @@ imageServer.getHistograms({
2129
2319
 
2130
2320
  <tr class="deep-level-1">
2131
2321
 
2132
- <td class="name" id="bandIds"><code>bandIds</code></td>
2322
+ <td class="name"><code>bandIds</code></td>
2133
2323
 
2134
2324
 
2135
2325
  <td class="type">
2136
2326
 
2137
2327
 
2138
- <span class="param-type">String</span>
2328
+ <span class="param-type">
2329
+
2330
+ String
2331
+
2332
+ </span>
2333
+
2139
2334
 
2140
2335
 
2141
2336
 
@@ -2157,13 +2352,18 @@ imageServer.getHistograms({
2157
2352
 
2158
2353
  <tr class="deep-level-1">
2159
2354
 
2160
- <td class="name" id="success"><code>success</code></td>
2355
+ <td class="name"><code>success</code></td>
2161
2356
 
2162
2357
 
2163
2358
  <td class="type">
2164
2359
 
2165
2360
 
2166
- <span class="param-type">function</span>
2361
+ <span class="param-type">
2362
+
2363
+ function
2364
+
2365
+ </span>
2366
+
2167
2367
 
2168
2368
 
2169
2369
 
@@ -2185,13 +2385,18 @@ imageServer.getHistograms({
2185
2385
 
2186
2386
  <tr class="deep-level-1">
2187
2387
 
2188
- <td class="name" id="failure"><code>failure</code></td>
2388
+ <td class="name"><code>failure</code></td>
2189
2389
 
2190
2390
 
2191
2391
  <td class="type">
2192
2392
 
2193
2393
 
2194
- <span class="param-type">function</span>
2394
+ <span class="param-type">
2395
+
2396
+ function
2397
+
2398
+ </span>
2399
+
2195
2400
 
2196
2401
 
2197
2402
 
@@ -2286,7 +2491,12 @@ imageServer.getHistograms({
2286
2491
  <div class='column is-5 has-text-left'>
2287
2492
  <label>类型: </label>
2288
2493
 
2289
- <span class="param-type">Promise.&lt;Object></span>
2494
+ <span class="param-type">
2495
+
2496
+ Promise.&lt;Object>
2497
+
2498
+ </span>
2499
+
2290
2500
 
2291
2501
 
2292
2502
  </div>
@@ -2380,7 +2590,7 @@ imageServer.getHistograms({
2380
2590
 
2381
2591
  <tr class="deep-level-0">
2382
2592
 
2383
- <td class="name" id="options"><code>options</code></td>
2593
+ <td class="name"><code>options</code></td>
2384
2594
 
2385
2595
 
2386
2596
  <td class="type">
@@ -2401,13 +2611,18 @@ imageServer.getHistograms({
2401
2611
 
2402
2612
  <tr class="deep-level-1">
2403
2613
 
2404
- <td class="name" id="method"><code>method</code></td>
2614
+ <td class="name"><code>method</code></td>
2405
2615
 
2406
2616
 
2407
2617
  <td class="type">
2408
2618
 
2409
2619
 
2410
- <span class="param-type">String</span>
2620
+ <span class="param-type">
2621
+
2622
+ String
2623
+
2624
+ </span>
2625
+
2411
2626
 
2412
2627
 
2413
2628
 
@@ -2429,13 +2644,18 @@ imageServer.getHistograms({
2429
2644
 
2430
2645
  <tr class="deep-level-1">
2431
2646
 
2432
- <td class="name" id="success"><code>success</code></td>
2647
+ <td class="name"><code>success</code></td>
2433
2648
 
2434
2649
 
2435
2650
  <td class="type">
2436
2651
 
2437
2652
 
2438
- <span class="param-type">function</span>
2653
+ <span class="param-type">
2654
+
2655
+ function
2656
+
2657
+ </span>
2658
+
2439
2659
 
2440
2660
 
2441
2661
 
@@ -2457,13 +2677,18 @@ imageServer.getHistograms({
2457
2677
 
2458
2678
  <tr class="deep-level-1">
2459
2679
 
2460
- <td class="name" id="failure"><code>failure</code></td>
2680
+ <td class="name"><code>failure</code></td>
2461
2681
 
2462
2682
 
2463
2683
  <td class="type">
2464
2684
 
2465
2685
 
2466
- <span class="param-type">function</span>
2686
+ <span class="param-type">
2687
+
2688
+ function
2689
+
2690
+ </span>
2691
+
2467
2692
 
2468
2693
 
2469
2694
 
@@ -2485,13 +2710,18 @@ imageServer.getHistograms({
2485
2710
 
2486
2711
  <tr class="deep-level-1">
2487
2712
 
2488
- <td class="name" id="x"><code>x</code></td>
2713
+ <td class="name"><code>x</code></td>
2489
2714
 
2490
2715
 
2491
2716
  <td class="type">
2492
2717
 
2493
2718
 
2494
- <span class="param-type">Number</span>
2719
+ <span class="param-type">
2720
+
2721
+ Number
2722
+
2723
+ </span>
2724
+
2495
2725
 
2496
2726
 
2497
2727
 
@@ -2513,13 +2743,18 @@ imageServer.getHistograms({
2513
2743
 
2514
2744
  <tr class="deep-level-1">
2515
2745
 
2516
- <td class="name" id="y"><code>y</code></td>
2746
+ <td class="name"><code>y</code></td>
2517
2747
 
2518
2748
 
2519
2749
  <td class="type">
2520
2750
 
2521
2751
 
2522
- <span class="param-type">Number</span>
2752
+ <span class="param-type">
2753
+
2754
+ Number
2755
+
2756
+ </span>
2757
+
2523
2758
 
2524
2759
 
2525
2760
 
@@ -2614,7 +2849,12 @@ imageServer.getHistograms({
2614
2849
  <div class='column is-5 has-text-left'>
2615
2850
  <label>类型: </label>
2616
2851
 
2617
- <span class="param-type">Promise.&lt;Object></span>
2852
+ <span class="param-type">
2853
+
2854
+ Promise.&lt;Object>
2855
+
2856
+ </span>
2857
+
2618
2858
 
2619
2859
 
2620
2860
  </div>
@@ -2710,7 +2950,7 @@ imageServer.getRasterValue({
2710
2950
 
2711
2951
  <tr class="deep-level-0">
2712
2952
 
2713
- <td class="name" id="options"><code>options</code></td>
2953
+ <td class="name"><code>options</code></td>
2714
2954
 
2715
2955
 
2716
2956
  <td class="type">
@@ -2731,13 +2971,18 @@ imageServer.getRasterValue({
2731
2971
 
2732
2972
  <tr class="deep-level-1">
2733
2973
 
2734
- <td class="name" id="method"><code>method</code></td>
2974
+ <td class="name"><code>method</code></td>
2735
2975
 
2736
2976
 
2737
2977
  <td class="type">
2738
2978
 
2739
2979
 
2740
- <span class="param-type">String</span>
2980
+ <span class="param-type">
2981
+
2982
+ String
2983
+
2984
+ </span>
2985
+
2741
2986
 
2742
2987
 
2743
2988
 
@@ -2759,13 +3004,18 @@ imageServer.getRasterValue({
2759
3004
 
2760
3005
  <tr class="deep-level-1">
2761
3006
 
2762
- <td class="name" id="success"><code>success</code></td>
3007
+ <td class="name"><code>success</code></td>
2763
3008
 
2764
3009
 
2765
3010
  <td class="type">
2766
3011
 
2767
3012
 
2768
- <span class="param-type">function</span>
3013
+ <span class="param-type">
3014
+
3015
+ function
3016
+
3017
+ </span>
3018
+
2769
3019
 
2770
3020
 
2771
3021
 
@@ -2787,13 +3037,18 @@ imageServer.getRasterValue({
2787
3037
 
2788
3038
  <tr class="deep-level-1">
2789
3039
 
2790
- <td class="name" id="failure"><code>failure</code></td>
3040
+ <td class="name"><code>failure</code></td>
2791
3041
 
2792
3042
 
2793
3043
  <td class="type">
2794
3044
 
2795
3045
 
2796
- <span class="param-type">function</span>
3046
+ <span class="param-type">
3047
+
3048
+ function
3049
+
3050
+ </span>
3051
+
2797
3052
 
2798
3053
 
2799
3054
 
@@ -2888,7 +3143,12 @@ imageServer.getRasterValue({
2888
3143
  <div class='column is-5 has-text-left'>
2889
3144
  <label>类型: </label>
2890
3145
 
2891
- <span class="param-type">Promise.&lt;Object></span>
3146
+ <span class="param-type">
3147
+
3148
+ Promise.&lt;Object>
3149
+
3150
+ </span>
3151
+
2892
3152
 
2893
3153
 
2894
3154
  </div>
@@ -2980,7 +3240,7 @@ imageServer.getStatistics({
2980
3240
 
2981
3241
  <tr class="deep-level-0">
2982
3242
 
2983
- <td class="name" id="options"><code>options</code></td>
3243
+ <td class="name"><code>options</code></td>
2984
3244
 
2985
3245
 
2986
3246
  <td class="type">
@@ -3001,13 +3261,18 @@ imageServer.getStatistics({
3001
3261
 
3002
3262
  <tr class="deep-level-1">
3003
3263
 
3004
- <td class="name" id="method"><code>method</code></td>
3264
+ <td class="name"><code>method</code></td>
3005
3265
 
3006
3266
 
3007
3267
  <td class="type">
3008
3268
 
3009
3269
 
3010
- <span class="param-type">String</span>
3270
+ <span class="param-type">
3271
+
3272
+ String
3273
+
3274
+ </span>
3275
+
3011
3276
 
3012
3277
 
3013
3278
 
@@ -3029,13 +3294,18 @@ imageServer.getStatistics({
3029
3294
 
3030
3295
  <tr class="deep-level-1">
3031
3296
 
3032
- <td class="name" id="success"><code>success</code></td>
3297
+ <td class="name"><code>success</code></td>
3033
3298
 
3034
3299
 
3035
3300
  <td class="type">
3036
3301
 
3037
3302
 
3038
- <span class="param-type">function</span>
3303
+ <span class="param-type">
3304
+
3305
+ function
3306
+
3307
+ </span>
3308
+
3039
3309
 
3040
3310
 
3041
3311
 
@@ -3057,13 +3327,18 @@ imageServer.getStatistics({
3057
3327
 
3058
3328
  <tr class="deep-level-1">
3059
3329
 
3060
- <td class="name" id="failure"><code>failure</code></td>
3330
+ <td class="name"><code>failure</code></td>
3061
3331
 
3062
3332
 
3063
3333
  <td class="type">
3064
3334
 
3065
3335
 
3066
- <span class="param-type">function</span>
3336
+ <span class="param-type">
3337
+
3338
+ function
3339
+
3340
+ </span>
3341
+
3067
3342
 
3068
3343
 
3069
3344
 
@@ -3158,7 +3433,12 @@ imageServer.getStatistics({
3158
3433
  <div class='column is-5 has-text-left'>
3159
3434
  <label>类型: </label>
3160
3435
 
3161
- <span class="param-type">Promise.&lt;Object></span>
3436
+ <span class="param-type">
3437
+
3438
+ Promise.&lt;Object>
3439
+
3440
+ </span>
3441
+
3162
3442
 
3163
3443
 
3164
3444
  </div>
@@ -3250,7 +3530,7 @@ imageServer.queryImageInfo({
3250
3530
 
3251
3531
  <tr class="deep-level-0">
3252
3532
 
3253
- <td class="name" id="options"><code>options</code></td>
3533
+ <td class="name"><code>options</code></td>
3254
3534
 
3255
3535
 
3256
3536
  <td class="type">
@@ -3271,13 +3551,18 @@ imageServer.queryImageInfo({
3271
3551
 
3272
3552
  <tr class="deep-level-1">
3273
3553
 
3274
- <td class="name" id="success"><code>success</code></td>
3554
+ <td class="name"><code>success</code></td>
3275
3555
 
3276
3556
 
3277
3557
  <td class="type">
3278
3558
 
3279
3559
 
3280
- <span class="param-type">function</span>
3560
+ <span class="param-type">
3561
+
3562
+ function
3563
+
3564
+ </span>
3565
+
3281
3566
 
3282
3567
 
3283
3568
 
@@ -3299,13 +3584,18 @@ imageServer.queryImageInfo({
3299
3584
 
3300
3585
  <tr class="deep-level-1">
3301
3586
 
3302
- <td class="name" id="failure"><code>failure</code></td>
3587
+ <td class="name"><code>failure</code></td>
3303
3588
 
3304
3589
 
3305
3590
  <td class="type">
3306
3591
 
3307
3592
 
3308
- <span class="param-type">function</span>
3593
+ <span class="param-type">
3594
+
3595
+ function
3596
+
3597
+ </span>
3598
+
3309
3599
 
3310
3600
 
3311
3601
 
@@ -3346,7 +3636,7 @@ imageServer.queryImageInfo({
3346
3636
 
3347
3637
  <dt class="inherited-from">Inherited From:</dt>
3348
3638
  <dd class="inherited-from"><ul class="dummy"><li>
3349
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3639
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3350
3640
  </li></ul></dd>
3351
3641
 
3352
3642