@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
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -122,6 +123,7 @@ if(layer.loadStatus === 'loaded') {<br/>
122
123
  <span class="param-type">String</span>
123
124
 
124
125
 
126
+
125
127
 
126
128
  </td>
127
129
 
@@ -150,6 +152,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
150
152
  <span class="param-type">String</span>
151
153
 
152
154
 
155
+
153
156
 
154
157
  </td>
155
158
 
@@ -176,6 +179,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
176
179
  <span class="param-type">Number</span>
177
180
 
178
181
 
182
+
179
183
 
180
184
  </td>
181
185
 
@@ -204,6 +208,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
204
208
  <span class="param-type">Boolean</span>
205
209
 
206
210
 
211
+
207
212
 
208
213
  </td>
209
214
 
@@ -229,7 +234,8 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
229
234
  <td class="type">
230
235
 
231
236
 
232
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
237
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
238
+
233
239
 
234
240
 
235
241
 
@@ -259,6 +265,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
259
265
  <span class="param-type">Number</span>
260
266
 
261
267
 
268
+
262
269
 
263
270
  </td>
264
271
 
@@ -287,6 +294,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
287
294
  <span class="param-type">Number</span>
288
295
 
289
296
 
297
+
290
298
 
291
299
  </td>
292
300
 
@@ -315,6 +323,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
315
323
  <span class="param-type">Number</span>
316
324
 
317
325
 
326
+
318
327
 
319
328
  </td>
320
329
 
@@ -343,6 +352,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
343
352
  <span class="param-type">Number</span>
344
353
 
345
354
 
355
+
346
356
 
347
357
  </td>
348
358
 
@@ -371,6 +381,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
371
381
  <span class="param-type">String</span>
372
382
 
373
383
 
384
+
374
385
 
375
386
  </td>
376
387
 
@@ -399,6 +410,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
399
410
  <span class="param-type">String</span>
400
411
 
401
412
 
413
+
402
414
 
403
415
  </td>
404
416
 
@@ -425,6 +437,7 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
425
437
  <span class="param-type">Boolean</span>
426
438
 
427
439
 
440
+
428
441
 
429
442
  </td>
430
443
 
@@ -665,7 +678,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
665
678
 
666
679
 
667
680
  <ul>
668
- <li><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
681
+ <li><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
669
682
  </ul>
670
683
 
671
684
 
@@ -697,11 +710,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
697
710
  <tbody>
698
711
 
699
712
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="ArcGISMapImageLayer.html#allSublayers">allSublayers</a></code></td>
713
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
701
714
  <td class="name">
702
715
  <code>
703
716
 
704
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
717
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
718
+
705
719
 
706
720
 
707
721
  </code>
@@ -710,167 +724,180 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
710
724
  </tr>
711
725
 
712
726
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="ArcGISMapImageLayer.html#capabilities">capabilities</a></code></td>
727
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
714
728
  <td class="name">
715
729
  <code>
716
730
 
717
731
  <span class="param-type">String</span>
718
732
 
719
733
 
734
+
720
735
  </code>
721
736
  </td>
722
737
  <td class="name"><code><p>可提供的服务</p></code></td>
723
738
  </tr>
724
739
 
725
740
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="ArcGISMapImageLayer.html#description">description</a></code></td>
741
+ <td class="name"><code><a href="#description">description</a></code></td>
727
742
  <td class="name">
728
743
  <code>
729
744
 
730
745
  <span class="param-type">String</span>
731
746
 
732
747
 
748
+
733
749
  </code>
734
750
  </td>
735
751
  <td class="name"><code><p>图层描述信息</p></code></td>
736
752
  </tr>
737
753
 
738
754
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="ArcGISMapImageLayer.html#documentInfo">documentInfo</a></code></td>
755
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
740
756
  <td class="name">
741
757
  <code>
742
758
 
743
759
  <span class="param-type">String</span>
744
760
 
745
761
 
762
+
746
763
  </code>
747
764
  </td>
748
765
  <td class="name"><code><p>地图文档信息</p></code></td>
749
766
  </tr>
750
767
 
751
768
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="ArcGISMapImageLayer.html#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
769
+ <td class="name"><code><a href="#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
753
770
  <td class="name">
754
771
  <code>
755
772
 
756
773
  <span class="param-type">Boolean</span>
757
774
 
758
775
 
776
+
759
777
  </code>
760
778
  </td>
761
779
  <td class="name"><code><p>是否开启动态投影</p></code></td>
762
780
  </tr>
763
781
 
764
782
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="ArcGISMapImageLayer.html#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
783
+ <td class="name"><code><a href="#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
766
784
  <td class="name">
767
785
  <code>
768
786
 
769
787
  <span class="param-type">Boolean</span>
770
788
 
771
789
 
790
+
772
791
  </code>
773
792
  </td>
774
793
  <td class="name"><code><p>是否开启动态投影</p></code></td>
775
794
  </tr>
776
795
 
777
796
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="ArcGISMapImageLayer.html#extent">extent</a></code></td>
797
+ <td class="name"><code><a href="#extent">extent</a></code></td>
779
798
  <td class="name">
780
799
  <code>
781
800
 
782
801
  <span class="param-type">String</span>
783
802
 
784
803
 
804
+
785
805
  </code>
786
806
  </td>
787
807
  <td class="name"><code><p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p></code></td>
788
808
  </tr>
789
809
 
790
810
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageFormat">imageFormat</a></code></td>
811
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
792
812
  <td class="name">
793
813
  <code>
794
814
 
795
815
  <span class="param-type">String</span>
796
816
 
797
817
 
818
+
798
819
  </code>
799
820
  </td>
800
821
  <td class="name"><code><p>图片格式</p></code></td>
801
822
  </tr>
802
823
 
803
824
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageHeight">imageHeight</a></code></td>
825
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
805
826
  <td class="name">
806
827
  <code>
807
828
 
808
829
  <span class="param-type">Number</span>
809
830
 
810
831
 
832
+
811
833
  </code>
812
834
  </td>
813
835
  <td class="name"><code><p>瓦片化显示时,瓦片高度</p></code></td>
814
836
  </tr>
815
837
 
816
838
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
839
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
818
840
  <td class="name">
819
841
  <code>
820
842
 
821
843
  <span class="param-type">Boolean</span>
822
844
 
823
845
 
846
+
824
847
  </code>
825
848
  </td>
826
849
  <td class="name"><code><p>图片中没有数据的地方是否透明</p></code></td>
827
850
  </tr>
828
851
 
829
852
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageWidth">imageWidth</a></code></td>
853
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
831
854
  <td class="name">
832
855
  <code>
833
856
 
834
857
  <span class="param-type">Number</span>
835
858
 
836
859
 
860
+
837
861
  </code>
838
862
  </td>
839
863
  <td class="name"><code><p>瓦片化显示时,瓦片宽度</p></code></td>
840
864
  </tr>
841
865
 
842
866
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="ArcGISMapImageLayer.html#mapName">mapName</a></code></td>
867
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
844
868
  <td class="name">
845
869
  <code>
846
870
 
847
871
  <span class="param-type">String</span>
848
872
 
849
873
 
874
+
850
875
  </code>
851
876
  </td>
852
877
  <td class="name"><code><p>地图名称</p></code></td>
853
878
  </tr>
854
879
 
855
880
  <tr class="deep-level-0">
856
- <td class="name"><code><a href="ArcGISMapImageLayer.html#renderMode">renderMode</a></code></td>
881
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
857
882
  <td class="name">
858
883
  <code>
859
884
 
860
885
  <span class="param-type">String</span>
861
886
 
862
887
 
888
+
863
889
  </code>
864
890
  </td>
865
891
  <td class="name"><code><p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p></code></td>
866
892
  </tr>
867
893
 
868
894
  <tr class="deep-level-0">
869
- <td class="name"><code><a href="ArcGISMapImageLayer.html#spatialReference">spatialReference</a></code></td>
895
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
870
896
  <td class="name">
871
897
  <code>
872
898
 
873
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
899
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
900
+
874
901
 
875
902
 
876
903
  </code>
@@ -879,39 +906,42 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
879
906
  </tr>
880
907
 
881
908
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="ArcGISMapImageLayer.html#sublayers">sublayers</a></code></td>
909
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
883
910
  <td class="name">
884
911
  <code>
885
912
 
886
913
  <span class="param-type">Array</span>
887
914
 
888
915
 
916
+
889
917
  </code>
890
918
  </td>
891
919
  <td class="name"><code><p>子图层对象</p></code></td>
892
920
  </tr>
893
921
 
894
922
  <tr class="deep-level-0">
895
- <td class="name"><code><a href="ArcGISMapImageLayer.html#type">type</a></code></td>
923
+ <td class="name"><code><a href="#type">type</a></code></td>
896
924
  <td class="name">
897
925
  <code>
898
926
 
899
927
  <span class="param-type">String</span>
900
928
 
901
929
 
930
+
902
931
  </code>
903
932
  </td>
904
933
  <td class="name"><code><p>图层类型</p></code></td>
905
934
  </tr>
906
935
 
907
936
  <tr class="deep-level-0">
908
- <td class="name"><code><a href="ArcGISMapImageLayer.html#url">url</a></code></td>
937
+ <td class="name"><code><a href="#url">url</a></code></td>
909
938
  <td class="name">
910
939
  <code>
911
940
 
912
941
  <span class="param-type">String</span>
913
942
 
914
943
 
944
+
915
945
  </code>
916
946
  </td>
917
947
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -928,7 +958,8 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
928
958
  <span class="method-parameter is-pulled-right">
929
959
  <label>类型:</label>
930
960
 
931
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
961
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
962
+
932
963
 
933
964
 
934
965
  </span>
@@ -1006,6 +1037,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1006
1037
  <span class="param-type">String</span>
1007
1038
 
1008
1039
 
1040
+
1009
1041
  </span>
1010
1042
 
1011
1043
  <h4 class="name" id="capabilities">
@@ -1085,6 +1117,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1085
1117
  <span class="param-type">String</span>
1086
1118
 
1087
1119
 
1120
+
1088
1121
  </span>
1089
1122
 
1090
1123
  <h4 class="name" id="description">
@@ -1159,6 +1192,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1159
1192
  <span class="param-type">String</span>
1160
1193
 
1161
1194
 
1195
+
1162
1196
  </span>
1163
1197
 
1164
1198
  <h4 class="name" id="documentInfo">
@@ -1238,6 +1272,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1238
1272
  <span class="param-type">Boolean</span>
1239
1273
 
1240
1274
 
1275
+
1241
1276
  </span>
1242
1277
 
1243
1278
  <h4 class="name" id="dynamicProjectionEnabled">
@@ -1308,6 +1343,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1308
1343
  <span class="param-type">Boolean</span>
1309
1344
 
1310
1345
 
1346
+
1311
1347
  </span>
1312
1348
 
1313
1349
  <h4 class="name" id="dynamicProjectionEnabled">
@@ -1378,6 +1414,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1378
1414
  <span class="param-type">String</span>
1379
1415
 
1380
1416
 
1417
+
1381
1418
  </span>
1382
1419
 
1383
1420
  <h4 class="name" id="extent">
@@ -1457,6 +1494,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1457
1494
  <span class="param-type">String</span>
1458
1495
 
1459
1496
 
1497
+
1460
1498
  </span>
1461
1499
 
1462
1500
  <h4 class="name" id="imageFormat">
@@ -1532,6 +1570,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1532
1570
  <span class="param-type">Number</span>
1533
1571
 
1534
1572
 
1573
+
1535
1574
  </span>
1536
1575
 
1537
1576
  <h4 class="name" id="imageHeight">
@@ -1607,6 +1646,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1607
1646
  <span class="param-type">Boolean</span>
1608
1647
 
1609
1648
 
1649
+
1610
1650
  </span>
1611
1651
 
1612
1652
  <h4 class="name" id="imageTransparency">
@@ -1682,6 +1722,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1682
1722
  <span class="param-type">Number</span>
1683
1723
 
1684
1724
 
1725
+
1685
1726
  </span>
1686
1727
 
1687
1728
  <h4 class="name" id="imageWidth">
@@ -1757,6 +1798,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1757
1798
  <span class="param-type">String</span>
1758
1799
 
1759
1800
 
1801
+
1760
1802
  </span>
1761
1803
 
1762
1804
  <h4 class="name" id="mapName">
@@ -1836,6 +1878,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1836
1878
  <span class="param-type">String</span>
1837
1879
 
1838
1880
 
1881
+
1839
1882
  </span>
1840
1883
 
1841
1884
  <h4 class="name" id="renderMode">
@@ -1908,7 +1951,8 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1908
1951
  <span class="method-parameter is-pulled-right">
1909
1952
  <label>类型:</label>
1910
1953
 
1911
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1954
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1955
+
1912
1956
 
1913
1957
 
1914
1958
  </span>
@@ -1942,7 +1986,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1942
1986
 
1943
1987
  <dt class="inherited-from">Inherited From:</dt>
1944
1988
  <dd class="inherited-from"><ul class="dummy"><li>
1945
- <a class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
1989
+ <a goto="spatialReference" link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
1946
1990
  </li></ul></dd>
1947
1991
 
1948
1992
 
@@ -1986,6 +2030,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1986
2030
  <span class="param-type">Array</span>
1987
2031
 
1988
2032
 
2033
+
1989
2034
  </span>
1990
2035
 
1991
2036
  <h4 class="name" id="sublayers">
@@ -2061,6 +2106,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2061
2106
  <span class="param-type">String</span>
2062
2107
 
2063
2108
 
2109
+
2064
2110
  </span>
2065
2111
 
2066
2112
  <h4 class="name" id="type">
@@ -2135,6 +2181,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2135
2181
  <span class="param-type">String</span>
2136
2182
 
2137
2183
 
2184
+
2138
2185
  </span>
2139
2186
 
2140
2187
  <h4 class="name" id="url">
@@ -2227,12 +2274,13 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2227
2274
  <tbody>
2228
2275
 
2229
2276
  <tr class="deep-level-0">
2230
- <td class="name"><code><a href="ArcGISMapImageLayer.html#fromJSON">fromJSON</a></code></td>
2277
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2231
2278
  <td class="name">
2232
2279
  <code>
2233
2280
 
2234
2281
 
2235
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a></span>
2282
+ <span class="param-type"><a link="ArcGISMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a></span>
2283
+
2236
2284
 
2237
2285
 
2238
2286
 
@@ -2242,12 +2290,13 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2242
2290
  </tr>
2243
2291
 
2244
2292
  <tr class="deep-level-0">
2245
- <td class="name"><code><a href="ArcGISMapImageLayer.html#clone">clone</a></code></td>
2293
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2246
2294
  <td class="name">
2247
2295
  <code>
2248
2296
 
2249
2297
 
2250
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2298
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2299
+
2251
2300
 
2252
2301
 
2253
2302
 
@@ -2257,7 +2306,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2257
2306
  </tr>
2258
2307
 
2259
2308
  <tr class="deep-level-0">
2260
- <td class="name"><code><a href="ArcGISMapImageLayer.html#createServiceSublayers">createServiceSublayers</a></code></td>
2309
+ <td class="name"><code><a href="#createServiceSublayers">createServiceSublayers</a></code></td>
2261
2310
  <td class="name">
2262
2311
  <code>
2263
2312
 
@@ -2265,6 +2314,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2265
2314
  <span class="param-type">Array</span>
2266
2315
 
2267
2316
 
2317
+
2268
2318
 
2269
2319
  </code>
2270
2320
  </td>
@@ -2272,7 +2322,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2272
2322
  </tr>
2273
2323
 
2274
2324
  <tr class="deep-level-0">
2275
- <td class="name"><code><a href="ArcGISMapImageLayer.html#fetchImage">fetchImage</a></code></td>
2325
+ <td class="name"><code><a href="#fetchImage">fetchImage</a></code></td>
2276
2326
  <td class="name">
2277
2327
  <code>
2278
2328
 
@@ -2280,6 +2330,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2280
2330
  <span class="param-type">Promise</span>
2281
2331
 
2282
2332
 
2333
+
2283
2334
 
2284
2335
  </code>
2285
2336
  </td>
@@ -2287,7 +2338,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2287
2338
  </tr>
2288
2339
 
2289
2340
  <tr class="deep-level-0">
2290
- <td class="name"><code><a href="ArcGISMapImageLayer.html#findSublayerById">findSublayerById</a></code></td>
2341
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
2291
2342
  <td class="name">
2292
2343
  <code>
2293
2344
 
@@ -2295,6 +2346,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2295
2346
  <span class="param-type">Object</span>
2296
2347
 
2297
2348
 
2349
+
2298
2350
 
2299
2351
  </code>
2300
2352
  </td>
@@ -2302,7 +2354,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2302
2354
  </tr>
2303
2355
 
2304
2356
  <tr class="deep-level-0">
2305
- <td class="name"><code><a href="ArcGISMapImageLayer.html#getImageUrl">getImageUrl</a></code></td>
2357
+ <td class="name"><code><a href="#getImageUrl">getImageUrl</a></code></td>
2306
2358
  <td class="name">
2307
2359
  <code>
2308
2360
 
@@ -2310,6 +2362,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2310
2362
  <span class="param-type">String</span>
2311
2363
 
2312
2364
 
2365
+
2313
2366
 
2314
2367
  </code>
2315
2368
  </td>
@@ -2317,7 +2370,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2317
2370
  </tr>
2318
2371
 
2319
2372
  <tr class="deep-level-0">
2320
- <td class="name"><code><a href="ArcGISMapImageLayer.html#refresh">refresh</a></code></td>
2373
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2321
2374
  <td class="name">
2322
2375
  <code>
2323
2376
 
@@ -2327,7 +2380,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2327
2380
  </tr>
2328
2381
 
2329
2382
  <tr class="deep-level-0">
2330
- <td class="name"><code><a href="ArcGISMapImageLayer.html#setSubLayer">setSubLayer</a></code></td>
2383
+ <td class="name"><code><a href="#setSubLayer">setSubLayer</a></code></td>
2331
2384
  <td class="name">
2332
2385
  <code>
2333
2386
 
@@ -2337,7 +2390,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2337
2390
  </tr>
2338
2391
 
2339
2392
  <tr class="deep-level-0">
2340
- <td class="name"><code><a href="ArcGISMapImageLayer.html#toJSON">toJSON</a></code></td>
2393
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2341
2394
  <td class="name">
2342
2395
  <code>
2343
2396
 
@@ -2345,6 +2398,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2345
2398
  <span class="param-type">Object</span>
2346
2399
 
2347
2400
 
2401
+
2348
2402
 
2349
2403
  </code>
2350
2404
  </td>
@@ -2422,6 +2476,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2422
2476
  <span class="param-type">Object</span>
2423
2477
 
2424
2478
 
2479
+
2425
2480
 
2426
2481
  </td>
2427
2482
 
@@ -2507,7 +2562,8 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2507
2562
  <div class='column is-5 has-text-left'>
2508
2563
  <label>类型: </label>
2509
2564
 
2510
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a></span>
2565
+ <span class="param-type"><a link="ArcGISMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a></span>
2566
+
2511
2567
 
2512
2568
 
2513
2569
  </div>
@@ -2645,7 +2701,8 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2645
2701
  <div class='column is-5 has-text-left'>
2646
2702
  <label>类型: </label>
2647
2703
 
2648
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2704
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2705
+
2649
2706
 
2650
2707
 
2651
2708
  </div>
@@ -2764,6 +2821,7 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2764
2821
  <span class="param-type">Array</span>
2765
2822
 
2766
2823
 
2824
+
2767
2825
  </div>
2768
2826
 
2769
2827
  </div>
@@ -2840,7 +2898,8 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2840
2898
  <td class="type">
2841
2899
 
2842
2900
 
2843
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2901
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2902
+
2844
2903
 
2845
2904
 
2846
2905
 
@@ -2871,6 +2930,7 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2871
2930
  <span class="param-type">Number</span>
2872
2931
 
2873
2932
 
2933
+
2874
2934
 
2875
2935
  </td>
2876
2936
 
@@ -2901,6 +2961,7 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2901
2961
  <span class="param-type">Number</span>
2902
2962
 
2903
2963
 
2964
+
2904
2965
 
2905
2966
  </td>
2906
2967
 
@@ -2995,6 +3056,7 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2995
3056
  <span class="param-type">Promise</span>
2996
3057
 
2997
3058
 
3059
+
2998
3060
  </div>
2999
3061
 
3000
3062
  </div>
@@ -3094,6 +3156,7 @@ arcGISMapImageLayer.fetchImage({
3094
3156
  <span class="param-type">String</span>
3095
3157
 
3096
3158
 
3159
+
3097
3160
 
3098
3161
  </td>
3099
3162
 
@@ -3182,6 +3245,7 @@ arcGISMapImageLayer.fetchImage({
3182
3245
  <span class="param-type">Object</span>
3183
3246
 
3184
3247
 
3248
+
3185
3249
  </div>
3186
3250
 
3187
3251
  </div>
@@ -3273,7 +3337,8 @@ arcGISMapImageLayer.fetchImage({
3273
3337
  <td class="type">
3274
3338
 
3275
3339
 
3276
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3340
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3341
+
3277
3342
 
3278
3343
 
3279
3344
 
@@ -3298,6 +3363,7 @@ arcGISMapImageLayer.fetchImage({
3298
3363
  <span class="param-type">Number</span>
3299
3364
 
3300
3365
 
3366
+
3301
3367
 
3302
3368
  </td>
3303
3369
 
@@ -3320,6 +3386,7 @@ arcGISMapImageLayer.fetchImage({
3320
3386
  <span class="param-type">Number</span>
3321
3387
 
3322
3388
 
3389
+
3323
3390
 
3324
3391
  </td>
3325
3392
 
@@ -3411,6 +3478,7 @@ arcGISMapImageLayer.fetchImage({
3411
3478
  <span class="param-type">String</span>
3412
3479
 
3413
3480
 
3481
+
3414
3482
  </div>
3415
3483
 
3416
3484
  </div>
@@ -3596,7 +3664,8 @@ const url = arcGISMapImageLayer.getImageUrl({
3596
3664
  <td class="type">
3597
3665
 
3598
3666
 
3599
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISMapImageSubLayer" ArcGISMapImageSubLayer.html>ArcGISMapImageSubLayer</a></span>
3667
+ <span class="param-type"><a link="ArcGISMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageSubLayer" ArcGISMapImageSubLayer.html>ArcGISMapImageSubLayer</a></span>
3668
+
3600
3669
 
3601
3670
 
3602
3671
 
@@ -3783,6 +3852,7 @@ const url = arcGISMapImageLayer.getImageUrl({
3783
3852
  <span class="param-type">Object</span>
3784
3853
 
3785
3854
 
3855
+
3786
3856
  </div>
3787
3857
 
3788
3858
  </div>