@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -87,13 +87,17 @@ if(layer.loadStatus === 'loaded') {<br/>
87
87
 
88
88
  <tr class="deep-level-0">
89
89
 
90
- <td class="name" id="options"><code>options</code></td>
90
+ <td class="name"><code>options</code></td>
91
91
 
92
92
 
93
93
  <td class="type">
94
94
 
95
95
 
96
- <span class="param-type">Object</span>
96
+ <span class="param-type">
97
+
98
+ Object
99
+
100
+ </span>
97
101
 
98
102
 
99
103
 
@@ -114,13 +118,17 @@ if(layer.loadStatus === 'loaded') {<br/>
114
118
 
115
119
  <tr class="deep-level-1">
116
120
 
117
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
118
122
 
119
123
 
120
124
  <td class="type">
121
125
 
122
126
 
123
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
124
132
 
125
133
 
126
134
 
@@ -143,13 +151,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
143
151
 
144
152
  <tr class="deep-level-1">
145
153
 
146
- <td class="name" id="id"><code>id</code></td>
154
+ <td class="name"><code>id</code></td>
147
155
 
148
156
 
149
157
  <td class="type">
150
158
 
151
159
 
152
- <span class="param-type">String</span>
160
+ <span class="param-type">
161
+
162
+ String
163
+
164
+ </span>
153
165
 
154
166
 
155
167
 
@@ -170,13 +182,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
170
182
 
171
183
  <tr class="deep-level-1">
172
184
 
173
- <td class="name" id="opacity"><code>opacity</code></td>
185
+ <td class="name"><code>opacity</code></td>
174
186
 
175
187
 
176
188
  <td class="type">
177
189
 
178
190
 
179
- <span class="param-type">Number</span>
191
+ <span class="param-type">
192
+
193
+ Number
194
+
195
+ </span>
180
196
 
181
197
 
182
198
 
@@ -199,13 +215,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
199
215
 
200
216
  <tr class="deep-level-1">
201
217
 
202
- <td class="name" id="visible"><code>visible</code></td>
218
+ <td class="name"><code>visible</code></td>
203
219
 
204
220
 
205
221
  <td class="type">
206
222
 
207
223
 
208
- <span class="param-type">Boolean</span>
224
+ <span class="param-type">
225
+
226
+ Boolean
227
+
228
+ </span>
209
229
 
210
230
 
211
231
 
@@ -228,13 +248,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
228
248
 
229
249
  <tr class="deep-level-1">
230
250
 
231
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
251
+ <td class="name"><code>spatialReference</code></td>
232
252
 
233
253
 
234
254
  <td class="type">
235
255
 
236
256
 
237
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
257
+ <span class="param-type">
258
+
259
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
260
+
261
+ </span>
238
262
 
239
263
 
240
264
 
@@ -256,13 +280,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
256
280
 
257
281
  <tr class="deep-level-1">
258
282
 
259
- <td class="name" id="imageWidth"><code>imageWidth</code></td>
283
+ <td class="name"><code>imageWidth</code></td>
260
284
 
261
285
 
262
286
  <td class="type">
263
287
 
264
288
 
265
- <span class="param-type">Number</span>
289
+ <span class="param-type">
290
+
291
+ Number
292
+
293
+ </span>
266
294
 
267
295
 
268
296
 
@@ -285,13 +313,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
285
313
 
286
314
  <tr class="deep-level-1">
287
315
 
288
- <td class="name" id="imageHeight"><code>imageHeight</code></td>
316
+ <td class="name"><code>imageHeight</code></td>
289
317
 
290
318
 
291
319
  <td class="type">
292
320
 
293
321
 
294
- <span class="param-type">Number</span>
322
+ <span class="param-type">
323
+
324
+ Number
325
+
326
+ </span>
295
327
 
296
328
 
297
329
 
@@ -314,13 +346,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
314
346
 
315
347
  <tr class="deep-level-1">
316
348
 
317
- <td class="name" id="minScale"><code>minScale</code></td>
349
+ <td class="name"><code>minScale</code></td>
318
350
 
319
351
 
320
352
  <td class="type">
321
353
 
322
354
 
323
- <span class="param-type">Number</span>
355
+ <span class="param-type">
356
+
357
+ Number
358
+
359
+ </span>
324
360
 
325
361
 
326
362
 
@@ -343,13 +379,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
343
379
 
344
380
  <tr class="deep-level-1">
345
381
 
346
- <td class="name" id="maxScale"><code>maxScale</code></td>
382
+ <td class="name"><code>maxScale</code></td>
347
383
 
348
384
 
349
385
  <td class="type">
350
386
 
351
387
 
352
- <span class="param-type">Number</span>
388
+ <span class="param-type">
389
+
390
+ Number
391
+
392
+ </span>
353
393
 
354
394
 
355
395
 
@@ -372,13 +412,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
372
412
 
373
413
  <tr class="deep-level-1">
374
414
 
375
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
415
+ <td class="name"><code>tokenKey</code></td>
376
416
 
377
417
 
378
418
  <td class="type">
379
419
 
380
420
 
381
- <span class="param-type">String</span>
421
+ <span class="param-type">
422
+
423
+ String
424
+
425
+ </span>
382
426
 
383
427
 
384
428
 
@@ -401,13 +445,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
401
445
 
402
446
  <tr class="deep-level-1">
403
447
 
404
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
448
+ <td class="name"><code>tokenValue</code></td>
405
449
 
406
450
 
407
451
  <td class="type">
408
452
 
409
453
 
410
- <span class="param-type">String</span>
454
+ <span class="param-type">
455
+
456
+ String
457
+
458
+ </span>
411
459
 
412
460
 
413
461
 
@@ -428,13 +476,17 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
428
476
 
429
477
  <tr class="deep-level-1">
430
478
 
431
- <td class="name" id="imageTransparency"><code>imageTransparency</code></td>
479
+ <td class="name"><code>imageTransparency</code></td>
432
480
 
433
481
 
434
482
  <td class="type">
435
483
 
436
484
 
437
- <span class="param-type">Boolean</span>
485
+ <span class="param-type">
486
+
487
+ Boolean
488
+
489
+ </span>
438
490
 
439
491
 
440
492
 
@@ -509,11 +561,11 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
509
561
  <div class="column is-2"><label>绑定事件</label></div>
510
562
  <div class="column is-10">
511
563
  <ul>
512
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
564
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
513
565
 
514
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
566
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
515
567
 
516
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
568
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
517
569
  </ul>
518
570
  </div>
519
571
  </div>
@@ -714,7 +766,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
714
766
  <td class="name">
715
767
  <code>
716
768
 
717
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
769
+ <span class="param-type">
770
+
771
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
772
+
773
+ </span>
718
774
 
719
775
 
720
776
 
@@ -728,7 +784,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
728
784
  <td class="name">
729
785
  <code>
730
786
 
731
- <span class="param-type">String</span>
787
+ <span class="param-type">
788
+
789
+ String
790
+
791
+ </span>
732
792
 
733
793
 
734
794
 
@@ -742,7 +802,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
742
802
  <td class="name">
743
803
  <code>
744
804
 
745
- <span class="param-type">String</span>
805
+ <span class="param-type">
806
+
807
+ String
808
+
809
+ </span>
746
810
 
747
811
 
748
812
 
@@ -756,7 +820,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
756
820
  <td class="name">
757
821
  <code>
758
822
 
759
- <span class="param-type">String</span>
823
+ <span class="param-type">
824
+
825
+ String
826
+
827
+ </span>
760
828
 
761
829
 
762
830
 
@@ -770,7 +838,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
770
838
  <td class="name">
771
839
  <code>
772
840
 
773
- <span class="param-type">Boolean</span>
841
+ <span class="param-type">
842
+
843
+ Boolean
844
+
845
+ </span>
774
846
 
775
847
 
776
848
 
@@ -784,7 +856,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
784
856
  <td class="name">
785
857
  <code>
786
858
 
787
- <span class="param-type">Boolean</span>
859
+ <span class="param-type">
860
+
861
+ Boolean
862
+
863
+ </span>
788
864
 
789
865
 
790
866
 
@@ -798,7 +874,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
798
874
  <td class="name">
799
875
  <code>
800
876
 
801
- <span class="param-type">String</span>
877
+ <span class="param-type">
878
+
879
+ String
880
+
881
+ </span>
802
882
 
803
883
 
804
884
 
@@ -812,7 +892,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
812
892
  <td class="name">
813
893
  <code>
814
894
 
815
- <span class="param-type">String</span>
895
+ <span class="param-type">
896
+
897
+ String
898
+
899
+ </span>
816
900
 
817
901
 
818
902
 
@@ -826,7 +910,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
826
910
  <td class="name">
827
911
  <code>
828
912
 
829
- <span class="param-type">Number</span>
913
+ <span class="param-type">
914
+
915
+ Number
916
+
917
+ </span>
830
918
 
831
919
 
832
920
 
@@ -840,7 +928,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
840
928
  <td class="name">
841
929
  <code>
842
930
 
843
- <span class="param-type">Boolean</span>
931
+ <span class="param-type">
932
+
933
+ Boolean
934
+
935
+ </span>
844
936
 
845
937
 
846
938
 
@@ -854,7 +946,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
854
946
  <td class="name">
855
947
  <code>
856
948
 
857
- <span class="param-type">Number</span>
949
+ <span class="param-type">
950
+
951
+ Number
952
+
953
+ </span>
858
954
 
859
955
 
860
956
 
@@ -868,7 +964,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
868
964
  <td class="name">
869
965
  <code>
870
966
 
871
- <span class="param-type">String</span>
967
+ <span class="param-type">
968
+
969
+ String
970
+
971
+ </span>
872
972
 
873
973
 
874
974
 
@@ -882,7 +982,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
882
982
  <td class="name">
883
983
  <code>
884
984
 
885
- <span class="param-type">String</span>
985
+ <span class="param-type">
986
+
987
+ String
988
+
989
+ </span>
886
990
 
887
991
 
888
992
 
@@ -896,7 +1000,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
896
1000
  <td class="name">
897
1001
  <code>
898
1002
 
899
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1003
+ <span class="param-type">
1004
+
1005
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1006
+
1007
+ </span>
900
1008
 
901
1009
 
902
1010
 
@@ -910,7 +1018,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
910
1018
  <td class="name">
911
1019
  <code>
912
1020
 
913
- <span class="param-type">Array</span>
1021
+ <span class="param-type">
1022
+
1023
+ Array
1024
+
1025
+ </span>
914
1026
 
915
1027
 
916
1028
 
@@ -924,7 +1036,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
924
1036
  <td class="name">
925
1037
  <code>
926
1038
 
927
- <span class="param-type">String</span>
1039
+ <span class="param-type">
1040
+
1041
+ String
1042
+
1043
+ </span>
928
1044
 
929
1045
 
930
1046
 
@@ -938,7 +1054,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
938
1054
  <td class="name">
939
1055
  <code>
940
1056
 
941
- <span class="param-type">String</span>
1057
+ <span class="param-type">
1058
+
1059
+ String
1060
+
1061
+ </span>
942
1062
 
943
1063
 
944
1064
 
@@ -958,7 +1078,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
958
1078
  <span class="method-parameter is-pulled-right">
959
1079
  <label>类型:</label>
960
1080
 
961
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1081
+ <span class="param-type">
1082
+
1083
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1084
+
1085
+ </span>
962
1086
 
963
1087
 
964
1088
 
@@ -1034,7 +1158,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1034
1158
  <span class="method-parameter is-pulled-right">
1035
1159
  <label>类型:</label>
1036
1160
 
1037
- <span class="param-type">String</span>
1161
+ <span class="param-type">
1162
+
1163
+ String
1164
+
1165
+ </span>
1038
1166
 
1039
1167
 
1040
1168
 
@@ -1114,7 +1242,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1114
1242
  <span class="method-parameter is-pulled-right">
1115
1243
  <label>类型:</label>
1116
1244
 
1117
- <span class="param-type">String</span>
1245
+ <span class="param-type">
1246
+
1247
+ String
1248
+
1249
+ </span>
1118
1250
 
1119
1251
 
1120
1252
 
@@ -1189,7 +1321,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1189
1321
  <span class="method-parameter is-pulled-right">
1190
1322
  <label>类型:</label>
1191
1323
 
1192
- <span class="param-type">String</span>
1324
+ <span class="param-type">
1325
+
1326
+ String
1327
+
1328
+ </span>
1193
1329
 
1194
1330
 
1195
1331
 
@@ -1269,7 +1405,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1269
1405
  <span class="method-parameter is-pulled-right">
1270
1406
  <label>类型:</label>
1271
1407
 
1272
- <span class="param-type">Boolean</span>
1408
+ <span class="param-type">
1409
+
1410
+ Boolean
1411
+
1412
+ </span>
1273
1413
 
1274
1414
 
1275
1415
 
@@ -1340,7 +1480,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1340
1480
  <span class="method-parameter is-pulled-right">
1341
1481
  <label>类型:</label>
1342
1482
 
1343
- <span class="param-type">Boolean</span>
1483
+ <span class="param-type">
1484
+
1485
+ Boolean
1486
+
1487
+ </span>
1344
1488
 
1345
1489
 
1346
1490
 
@@ -1411,7 +1555,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1411
1555
  <span class="method-parameter is-pulled-right">
1412
1556
  <label>类型:</label>
1413
1557
 
1414
- <span class="param-type">String</span>
1558
+ <span class="param-type">
1559
+
1560
+ String
1561
+
1562
+ </span>
1415
1563
 
1416
1564
 
1417
1565
 
@@ -1491,7 +1639,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1491
1639
  <span class="method-parameter is-pulled-right">
1492
1640
  <label>类型:</label>
1493
1641
 
1494
- <span class="param-type">String</span>
1642
+ <span class="param-type">
1643
+
1644
+ String
1645
+
1646
+ </span>
1495
1647
 
1496
1648
 
1497
1649
 
@@ -1567,7 +1719,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1567
1719
  <span class="method-parameter is-pulled-right">
1568
1720
  <label>类型:</label>
1569
1721
 
1570
- <span class="param-type">Number</span>
1722
+ <span class="param-type">
1723
+
1724
+ Number
1725
+
1726
+ </span>
1571
1727
 
1572
1728
 
1573
1729
 
@@ -1643,7 +1799,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1643
1799
  <span class="method-parameter is-pulled-right">
1644
1800
  <label>类型:</label>
1645
1801
 
1646
- <span class="param-type">Boolean</span>
1802
+ <span class="param-type">
1803
+
1804
+ Boolean
1805
+
1806
+ </span>
1647
1807
 
1648
1808
 
1649
1809
 
@@ -1719,7 +1879,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1719
1879
  <span class="method-parameter is-pulled-right">
1720
1880
  <label>类型:</label>
1721
1881
 
1722
- <span class="param-type">Number</span>
1882
+ <span class="param-type">
1883
+
1884
+ Number
1885
+
1886
+ </span>
1723
1887
 
1724
1888
 
1725
1889
 
@@ -1795,7 +1959,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1795
1959
  <span class="method-parameter is-pulled-right">
1796
1960
  <label>类型:</label>
1797
1961
 
1798
- <span class="param-type">String</span>
1962
+ <span class="param-type">
1963
+
1964
+ String
1965
+
1966
+ </span>
1799
1967
 
1800
1968
 
1801
1969
 
@@ -1875,7 +2043,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1875
2043
  <span class="method-parameter is-pulled-right">
1876
2044
  <label>类型:</label>
1877
2045
 
1878
- <span class="param-type">String</span>
2046
+ <span class="param-type">
2047
+
2048
+ String
2049
+
2050
+ </span>
1879
2051
 
1880
2052
 
1881
2053
 
@@ -1951,7 +2123,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1951
2123
  <span class="method-parameter is-pulled-right">
1952
2124
  <label>类型:</label>
1953
2125
 
1954
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2126
+ <span class="param-type">
2127
+
2128
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2129
+
2130
+ </span>
1955
2131
 
1956
2132
 
1957
2133
 
@@ -2027,7 +2203,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2027
2203
  <span class="method-parameter is-pulled-right">
2028
2204
  <label>类型:</label>
2029
2205
 
2030
- <span class="param-type">Array</span>
2206
+ <span class="param-type">
2207
+
2208
+ Array
2209
+
2210
+ </span>
2031
2211
 
2032
2212
 
2033
2213
 
@@ -2103,7 +2283,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2103
2283
  <span class="method-parameter is-pulled-right">
2104
2284
  <label>类型:</label>
2105
2285
 
2106
- <span class="param-type">String</span>
2286
+ <span class="param-type">
2287
+
2288
+ String
2289
+
2290
+ </span>
2107
2291
 
2108
2292
 
2109
2293
 
@@ -2178,7 +2362,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2178
2362
  <span class="method-parameter is-pulled-right">
2179
2363
  <label>类型:</label>
2180
2364
 
2181
- <span class="param-type">String</span>
2365
+ <span class="param-type">
2366
+
2367
+ String
2368
+
2369
+ </span>
2182
2370
 
2183
2371
 
2184
2372
 
@@ -2279,14 +2467,18 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2279
2467
  <code>
2280
2468
 
2281
2469
 
2282
- <span class="param-type"><a link="ArcGISMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a></span>
2470
+ <span class="param-type">
2471
+
2472
+ <a link="ArcGISMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a>
2473
+
2474
+ </span>
2283
2475
 
2284
2476
 
2285
2477
 
2286
2478
 
2287
2479
  </code>
2288
2480
  </td>
2289
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
2481
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2290
2482
  </tr>
2291
2483
 
2292
2484
  <tr class="deep-level-0">
@@ -2295,7 +2487,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2295
2487
  <code>
2296
2488
 
2297
2489
 
2298
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2490
+ <span class="param-type">
2491
+
2492
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2493
+
2494
+ </span>
2299
2495
 
2300
2496
 
2301
2497
 
@@ -2311,14 +2507,18 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2311
2507
  <code>
2312
2508
 
2313
2509
 
2314
- <span class="param-type">Array</span>
2510
+ <span class="param-type">
2511
+
2512
+ Array
2513
+
2514
+ </span>
2315
2515
 
2316
2516
 
2317
2517
 
2318
2518
 
2319
2519
  </code>
2320
2520
  </td>
2321
- <td class="name"><code><p>创建一个该服务的子图层克隆对象,注意不是本地的子图层对象<a id='createServiceSublayers'></a></p></code></td>
2521
+ <td class="name"><code><p>创建一个该服务的子图层克隆对象,注意不是本地的子图层对象</code></td>
2322
2522
  </tr>
2323
2523
 
2324
2524
  <tr class="deep-level-0">
@@ -2327,7 +2527,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2327
2527
  <code>
2328
2528
 
2329
2529
 
2330
- <span class="param-type">Promise</span>
2530
+ <span class="param-type">
2531
+
2532
+ Promise
2533
+
2534
+ </span>
2331
2535
 
2332
2536
 
2333
2537
 
@@ -2343,14 +2547,18 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2343
2547
  <code>
2344
2548
 
2345
2549
 
2346
- <span class="param-type">Object</span>
2550
+ <span class="param-type">
2551
+
2552
+ Object
2553
+
2554
+ </span>
2347
2555
 
2348
2556
 
2349
2557
 
2350
2558
 
2351
2559
  </code>
2352
2560
  </td>
2353
- <td class="name"><code><p>根据子图层id查询子图层<a id='findSublayerById'></a></p></code></td>
2561
+ <td class="name"><code><p>根据子图层id查询子图层</code></td>
2354
2562
  </tr>
2355
2563
 
2356
2564
  <tr class="deep-level-0">
@@ -2359,7 +2567,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2359
2567
  <code>
2360
2568
 
2361
2569
 
2362
- <span class="param-type">String</span>
2570
+ <span class="param-type">
2571
+
2572
+ String
2573
+
2574
+ </span>
2363
2575
 
2364
2576
 
2365
2577
 
@@ -2376,7 +2588,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2376
2588
 
2377
2589
  </code>
2378
2590
  </td>
2379
- <td class="name"><code><p>刷新图层<a id='refresh'></a></p></code></td>
2591
+ <td class="name"><code><p>刷新图层</code></td>
2380
2592
  </tr>
2381
2593
 
2382
2594
  <tr class="deep-level-0">
@@ -2386,7 +2598,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2386
2598
 
2387
2599
  </code>
2388
2600
  </td>
2389
- <td class="name"><code><p>更新子图层<a id='setSubLayer'></a></p></code></td>
2601
+ <td class="name"><code><p>更新子图层</code></td>
2390
2602
  </tr>
2391
2603
 
2392
2604
  <tr class="deep-level-0">
@@ -2395,7 +2607,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2395
2607
  <code>
2396
2608
 
2397
2609
 
2398
- <span class="param-type">Object</span>
2610
+ <span class="param-type">
2611
+
2612
+ Object
2613
+
2614
+ </span>
2399
2615
 
2400
2616
 
2401
2617
 
@@ -2467,13 +2683,17 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2467
2683
 
2468
2684
  <tr class="deep-level-0">
2469
2685
 
2470
- <td class="name" id="json"><code>json</code></td>
2686
+ <td class="name"><code>json</code></td>
2471
2687
 
2472
2688
 
2473
2689
  <td class="type">
2474
2690
 
2475
2691
 
2476
- <span class="param-type">Object</span>
2692
+ <span class="param-type">
2693
+
2694
+ Object
2695
+
2696
+ </span>
2477
2697
 
2478
2698
 
2479
2699
 
@@ -2562,7 +2782,11 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2562
2782
  <div class='column is-5 has-text-left'>
2563
2783
  <label>类型: </label>
2564
2784
 
2565
- <span class="param-type"><a link="ArcGISMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a></span>
2785
+ <span class="param-type">
2786
+
2787
+ <a link="ArcGISMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a>
2788
+
2789
+ </span>
2566
2790
 
2567
2791
 
2568
2792
 
@@ -2701,7 +2925,11 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2701
2925
  <div class='column is-5 has-text-left'>
2702
2926
  <label>类型: </label>
2703
2927
 
2704
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2928
+ <span class="param-type">
2929
+
2930
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2931
+
2932
+ </span>
2705
2933
 
2706
2934
 
2707
2935
 
@@ -2818,7 +3046,11 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2818
3046
  <div class='column is-5 has-text-left'>
2819
3047
  <label>类型: </label>
2820
3048
 
2821
- <span class="param-type">Array</span>
3049
+ <span class="param-type">
3050
+
3051
+ Array
3052
+
3053
+ </span>
2822
3054
 
2823
3055
 
2824
3056
 
@@ -2892,13 +3124,17 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2892
3124
 
2893
3125
  <tr class="deep-level-0">
2894
3126
 
2895
- <td class="name" id="extent"><code>extent</code></td>
3127
+ <td class="name"><code>extent</code></td>
2896
3128
 
2897
3129
 
2898
3130
  <td class="type">
2899
3131
 
2900
3132
 
2901
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3133
+ <span class="param-type">
3134
+
3135
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3136
+
3137
+ </span>
2902
3138
 
2903
3139
 
2904
3140
 
@@ -2921,13 +3157,17 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2921
3157
 
2922
3158
  <tr class="deep-level-0">
2923
3159
 
2924
- <td class="name" id="width"><code>width</code></td>
3160
+ <td class="name"><code>width</code></td>
2925
3161
 
2926
3162
 
2927
3163
  <td class="type">
2928
3164
 
2929
3165
 
2930
- <span class="param-type">Number</span>
3166
+ <span class="param-type">
3167
+
3168
+ Number
3169
+
3170
+ </span>
2931
3171
 
2932
3172
 
2933
3173
 
@@ -2952,13 +3192,17 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2952
3192
 
2953
3193
  <tr class="deep-level-0">
2954
3194
 
2955
- <td class="name" id="height"><code>height</code></td>
3195
+ <td class="name"><code>height</code></td>
2956
3196
 
2957
3197
 
2958
3198
  <td class="type">
2959
3199
 
2960
3200
 
2961
- <span class="param-type">Number</span>
3201
+ <span class="param-type">
3202
+
3203
+ Number
3204
+
3205
+ </span>
2962
3206
 
2963
3207
 
2964
3208
 
@@ -3053,7 +3297,11 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
3053
3297
  <div class='column is-5 has-text-left'>
3054
3298
  <label>类型: </label>
3055
3299
 
3056
- <span class="param-type">Promise</span>
3300
+ <span class="param-type">
3301
+
3302
+ Promise
3303
+
3304
+ </span>
3057
3305
 
3058
3306
 
3059
3307
 
@@ -3147,13 +3395,17 @@ arcGISMapImageLayer.fetchImage({
3147
3395
 
3148
3396
  <tr class="deep-level-0">
3149
3397
 
3150
- <td class="name" id="id"><code>id</code></td>
3398
+ <td class="name"><code>id</code></td>
3151
3399
 
3152
3400
 
3153
3401
  <td class="type">
3154
3402
 
3155
3403
 
3156
- <span class="param-type">String</span>
3404
+ <span class="param-type">
3405
+
3406
+ String
3407
+
3408
+ </span>
3157
3409
 
3158
3410
 
3159
3411
 
@@ -3242,7 +3494,11 @@ arcGISMapImageLayer.fetchImage({
3242
3494
  <div class='column is-5 has-text-left'>
3243
3495
  <label>类型: </label>
3244
3496
 
3245
- <span class="param-type">Object</span>
3497
+ <span class="param-type">
3498
+
3499
+ Object
3500
+
3501
+ </span>
3246
3502
 
3247
3503
 
3248
3504
 
@@ -3314,7 +3570,7 @@ arcGISMapImageLayer.fetchImage({
3314
3570
 
3315
3571
  <tr class="deep-level-0">
3316
3572
 
3317
- <td class="name" id="options"><code>options</code></td>
3573
+ <td class="name"><code>options</code></td>
3318
3574
 
3319
3575
 
3320
3576
  <td class="type">
@@ -3331,13 +3587,17 @@ arcGISMapImageLayer.fetchImage({
3331
3587
 
3332
3588
  <tr class="deep-level-1">
3333
3589
 
3334
- <td class="name" id="extent"><code>extent</code></td>
3590
+ <td class="name"><code>extent</code></td>
3335
3591
 
3336
3592
 
3337
3593
  <td class="type">
3338
3594
 
3339
3595
 
3340
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3596
+ <span class="param-type">
3597
+
3598
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3599
+
3600
+ </span>
3341
3601
 
3342
3602
 
3343
3603
 
@@ -3354,13 +3614,17 @@ arcGISMapImageLayer.fetchImage({
3354
3614
 
3355
3615
  <tr class="deep-level-1">
3356
3616
 
3357
- <td class="name" id="width"><code>width</code></td>
3617
+ <td class="name"><code>width</code></td>
3358
3618
 
3359
3619
 
3360
3620
  <td class="type">
3361
3621
 
3362
3622
 
3363
- <span class="param-type">Number</span>
3623
+ <span class="param-type">
3624
+
3625
+ Number
3626
+
3627
+ </span>
3364
3628
 
3365
3629
 
3366
3630
 
@@ -3377,13 +3641,17 @@ arcGISMapImageLayer.fetchImage({
3377
3641
 
3378
3642
  <tr class="deep-level-1">
3379
3643
 
3380
- <td class="name" id="height"><code>height</code></td>
3644
+ <td class="name"><code>height</code></td>
3381
3645
 
3382
3646
 
3383
3647
  <td class="type">
3384
3648
 
3385
3649
 
3386
- <span class="param-type">Number</span>
3650
+ <span class="param-type">
3651
+
3652
+ Number
3653
+
3654
+ </span>
3387
3655
 
3388
3656
 
3389
3657
 
@@ -3475,7 +3743,11 @@ arcGISMapImageLayer.fetchImage({
3475
3743
  <div class='column is-5 has-text-left'>
3476
3744
  <label>类型: </label>
3477
3745
 
3478
- <span class="param-type">String</span>
3746
+ <span class="param-type">
3747
+
3748
+ String
3749
+
3750
+ </span>
3479
3751
 
3480
3752
 
3481
3753
 
@@ -3658,13 +3930,17 @@ const url = arcGISMapImageLayer.getImageUrl({
3658
3930
 
3659
3931
  <tr class="deep-level-0">
3660
3932
 
3661
- <td class="name" id="ArcGISMapImageSubLayer"><code>ArcGISMapImageSubLayer</code></td>
3933
+ <td class="name"><code>ArcGISMapImageSubLayer</code></td>
3662
3934
 
3663
3935
 
3664
3936
  <td class="type">
3665
3937
 
3666
3938
 
3667
- <span class="param-type"><a link="ArcGISMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageSubLayer" ArcGISMapImageSubLayer.html>ArcGISMapImageSubLayer</a></span>
3939
+ <span class="param-type">
3940
+
3941
+ <a link="ArcGISMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapImageSubLayer" ArcGISMapImageSubLayer.html>ArcGISMapImageSubLayer</a>
3942
+
3943
+ </span>
3668
3944
 
3669
3945
 
3670
3946
 
@@ -3849,7 +4125,11 @@ const url = arcGISMapImageLayer.getImageUrl({
3849
4125
  <div class='column is-5 has-text-left'>
3850
4126
  <label>类型: </label>
3851
4127
 
3852
- <span class="param-type">Object</span>
4128
+ <span class="param-type">
4129
+
4130
+ Object
4131
+
4132
+ </span>
3853
4133
 
3854
4134
 
3855
4135