@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
@@ -87,13 +87,18 @@ 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>
101
+
97
102
 
98
103
 
99
104
 
@@ -113,13 +118,18 @@ if(layer.loadStatus === 'loaded') {<br/>
113
118
 
114
119
  <tr class="deep-level-1">
115
120
 
116
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
117
122
 
118
123
 
119
124
  <td class="type">
120
125
 
121
126
 
122
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
132
+
123
133
 
124
134
 
125
135
 
@@ -141,13 +151,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
141
151
 
142
152
  <tr class="deep-level-1">
143
153
 
144
- <td class="name" id="id"><code>id</code></td>
154
+ <td class="name"><code>id</code></td>
145
155
 
146
156
 
147
157
  <td class="type">
148
158
 
149
159
 
150
- <span class="param-type">String</span>
160
+ <span class="param-type">
161
+
162
+ String
163
+
164
+ </span>
165
+
151
166
 
152
167
 
153
168
 
@@ -167,13 +182,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
167
182
 
168
183
  <tr class="deep-level-1">
169
184
 
170
- <td class="name" id="opacity"><code>opacity</code></td>
185
+ <td class="name"><code>opacity</code></td>
171
186
 
172
187
 
173
188
  <td class="type">
174
189
 
175
190
 
176
- <span class="param-type">Number</span>
191
+ <span class="param-type">
192
+
193
+ Number
194
+
195
+ </span>
196
+
177
197
 
178
198
 
179
199
 
@@ -195,13 +215,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
195
215
 
196
216
  <tr class="deep-level-1">
197
217
 
198
- <td class="name" id="visible"><code>visible</code></td>
218
+ <td class="name"><code>visible</code></td>
199
219
 
200
220
 
201
221
  <td class="type">
202
222
 
203
223
 
204
- <span class="param-type">Boolean</span>
224
+ <span class="param-type">
225
+
226
+ Boolean
227
+
228
+ </span>
229
+
205
230
 
206
231
 
207
232
 
@@ -223,13 +248,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
223
248
 
224
249
  <tr class="deep-level-1">
225
250
 
226
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
251
+ <td class="name"><code>spatialReference</code></td>
227
252
 
228
253
 
229
254
  <td class="type">
230
255
 
231
256
 
232
- <span class="param-type"><a 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>
262
+
233
263
 
234
264
 
235
265
 
@@ -250,13 +280,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
250
280
 
251
281
  <tr class="deep-level-1">
252
282
 
253
- <td class="name" id="imageWidth"><code>imageWidth</code></td>
283
+ <td class="name"><code>imageWidth</code></td>
254
284
 
255
285
 
256
286
  <td class="type">
257
287
 
258
288
 
259
- <span class="param-type">Number</span>
289
+ <span class="param-type">
290
+
291
+ Number
292
+
293
+ </span>
294
+
260
295
 
261
296
 
262
297
 
@@ -278,13 +313,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
278
313
 
279
314
  <tr class="deep-level-1">
280
315
 
281
- <td class="name" id="imageHeight"><code>imageHeight</code></td>
316
+ <td class="name"><code>imageHeight</code></td>
282
317
 
283
318
 
284
319
  <td class="type">
285
320
 
286
321
 
287
- <span class="param-type">Number</span>
322
+ <span class="param-type">
323
+
324
+ Number
325
+
326
+ </span>
327
+
288
328
 
289
329
 
290
330
 
@@ -306,13 +346,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
306
346
 
307
347
  <tr class="deep-level-1">
308
348
 
309
- <td class="name" id="minScale"><code>minScale</code></td>
349
+ <td class="name"><code>minScale</code></td>
310
350
 
311
351
 
312
352
  <td class="type">
313
353
 
314
354
 
315
- <span class="param-type">Number</span>
355
+ <span class="param-type">
356
+
357
+ Number
358
+
359
+ </span>
360
+
316
361
 
317
362
 
318
363
 
@@ -334,13 +379,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
334
379
 
335
380
  <tr class="deep-level-1">
336
381
 
337
- <td class="name" id="maxScale"><code>maxScale</code></td>
382
+ <td class="name"><code>maxScale</code></td>
338
383
 
339
384
 
340
385
  <td class="type">
341
386
 
342
387
 
343
- <span class="param-type">Number</span>
388
+ <span class="param-type">
389
+
390
+ Number
391
+
392
+ </span>
393
+
344
394
 
345
395
 
346
396
 
@@ -362,13 +412,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
362
412
 
363
413
  <tr class="deep-level-1">
364
414
 
365
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
415
+ <td class="name"><code>tokenKey</code></td>
366
416
 
367
417
 
368
418
  <td class="type">
369
419
 
370
420
 
371
- <span class="param-type">String</span>
421
+ <span class="param-type">
422
+
423
+ String
424
+
425
+ </span>
426
+
372
427
 
373
428
 
374
429
 
@@ -390,13 +445,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
390
445
 
391
446
  <tr class="deep-level-1">
392
447
 
393
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
448
+ <td class="name"><code>tokenValue</code></td>
394
449
 
395
450
 
396
451
  <td class="type">
397
452
 
398
453
 
399
- <span class="param-type">String</span>
454
+ <span class="param-type">
455
+
456
+ String
457
+
458
+ </span>
459
+
400
460
 
401
461
 
402
462
 
@@ -416,13 +476,18 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
416
476
 
417
477
  <tr class="deep-level-1">
418
478
 
419
- <td class="name" id="imageTransparency"><code>imageTransparency</code></td>
479
+ <td class="name"><code>imageTransparency</code></td>
420
480
 
421
481
 
422
482
  <td class="type">
423
483
 
424
484
 
425
- <span class="param-type">Boolean</span>
485
+ <span class="param-type">
486
+
487
+ Boolean
488
+
489
+ </span>
490
+
426
491
 
427
492
 
428
493
 
@@ -496,11 +561,11 @@ https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer,参考示例
496
561
  <div class="column is-2"><label>绑定事件</label></div>
497
562
  <div class="column is-10">
498
563
  <ul>
499
- <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>
500
565
 
501
- <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>
502
567
 
503
- <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>
504
569
  </ul>
505
570
  </div>
506
571
  </div>
@@ -665,7 +730,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
665
730
 
666
731
 
667
732
  <ul>
668
- <li><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
733
+ <li><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
669
734
  </ul>
670
735
 
671
736
 
@@ -697,11 +762,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
697
762
  <tbody>
698
763
 
699
764
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="ArcGISMapImageLayer.html#allSublayers">allSublayers</a></code></td>
765
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
701
766
  <td class="name">
702
767
  <code>
703
768
 
704
- <span class="param-type"><a 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>
774
+
705
775
 
706
776
 
707
777
  </code>
@@ -710,11 +780,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
710
780
  </tr>
711
781
 
712
782
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="ArcGISMapImageLayer.html#capabilities">capabilities</a></code></td>
783
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
714
784
  <td class="name">
715
785
  <code>
716
786
 
717
- <span class="param-type">String</span>
787
+ <span class="param-type">
788
+
789
+ String
790
+
791
+ </span>
792
+
718
793
 
719
794
 
720
795
  </code>
@@ -723,11 +798,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
723
798
  </tr>
724
799
 
725
800
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="ArcGISMapImageLayer.html#description">description</a></code></td>
801
+ <td class="name"><code><a href="#description">description</a></code></td>
727
802
  <td class="name">
728
803
  <code>
729
804
 
730
- <span class="param-type">String</span>
805
+ <span class="param-type">
806
+
807
+ String
808
+
809
+ </span>
810
+
731
811
 
732
812
 
733
813
  </code>
@@ -736,11 +816,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
736
816
  </tr>
737
817
 
738
818
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="ArcGISMapImageLayer.html#documentInfo">documentInfo</a></code></td>
819
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
740
820
  <td class="name">
741
821
  <code>
742
822
 
743
- <span class="param-type">String</span>
823
+ <span class="param-type">
824
+
825
+ String
826
+
827
+ </span>
828
+
744
829
 
745
830
 
746
831
  </code>
@@ -749,11 +834,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
749
834
  </tr>
750
835
 
751
836
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="ArcGISMapImageLayer.html#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
837
+ <td class="name"><code><a href="#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
753
838
  <td class="name">
754
839
  <code>
755
840
 
756
- <span class="param-type">Boolean</span>
841
+ <span class="param-type">
842
+
843
+ Boolean
844
+
845
+ </span>
846
+
757
847
 
758
848
 
759
849
  </code>
@@ -762,11 +852,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
762
852
  </tr>
763
853
 
764
854
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="ArcGISMapImageLayer.html#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
855
+ <td class="name"><code><a href="#dynamicProjectionEnabled">dynamicProjectionEnabled</a></code></td>
766
856
  <td class="name">
767
857
  <code>
768
858
 
769
- <span class="param-type">Boolean</span>
859
+ <span class="param-type">
860
+
861
+ Boolean
862
+
863
+ </span>
864
+
770
865
 
771
866
 
772
867
  </code>
@@ -775,11 +870,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
775
870
  </tr>
776
871
 
777
872
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="ArcGISMapImageLayer.html#extent">extent</a></code></td>
873
+ <td class="name"><code><a href="#extent">extent</a></code></td>
779
874
  <td class="name">
780
875
  <code>
781
876
 
782
- <span class="param-type">String</span>
877
+ <span class="param-type">
878
+
879
+ String
880
+
881
+ </span>
882
+
783
883
 
784
884
 
785
885
  </code>
@@ -788,11 +888,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
788
888
  </tr>
789
889
 
790
890
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageFormat">imageFormat</a></code></td>
891
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
792
892
  <td class="name">
793
893
  <code>
794
894
 
795
- <span class="param-type">String</span>
895
+ <span class="param-type">
896
+
897
+ String
898
+
899
+ </span>
900
+
796
901
 
797
902
 
798
903
  </code>
@@ -801,11 +906,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
801
906
  </tr>
802
907
 
803
908
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageHeight">imageHeight</a></code></td>
909
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
805
910
  <td class="name">
806
911
  <code>
807
912
 
808
- <span class="param-type">Number</span>
913
+ <span class="param-type">
914
+
915
+ Number
916
+
917
+ </span>
918
+
809
919
 
810
920
 
811
921
  </code>
@@ -814,11 +924,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
814
924
  </tr>
815
925
 
816
926
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
927
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
818
928
  <td class="name">
819
929
  <code>
820
930
 
821
- <span class="param-type">Boolean</span>
931
+ <span class="param-type">
932
+
933
+ Boolean
934
+
935
+ </span>
936
+
822
937
 
823
938
 
824
939
  </code>
@@ -827,11 +942,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
827
942
  </tr>
828
943
 
829
944
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="ArcGISMapImageLayer.html#imageWidth">imageWidth</a></code></td>
945
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
831
946
  <td class="name">
832
947
  <code>
833
948
 
834
- <span class="param-type">Number</span>
949
+ <span class="param-type">
950
+
951
+ Number
952
+
953
+ </span>
954
+
835
955
 
836
956
 
837
957
  </code>
@@ -840,11 +960,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
840
960
  </tr>
841
961
 
842
962
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="ArcGISMapImageLayer.html#mapName">mapName</a></code></td>
963
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
844
964
  <td class="name">
845
965
  <code>
846
966
 
847
- <span class="param-type">String</span>
967
+ <span class="param-type">
968
+
969
+ String
970
+
971
+ </span>
972
+
848
973
 
849
974
 
850
975
  </code>
@@ -853,11 +978,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
853
978
  </tr>
854
979
 
855
980
  <tr class="deep-level-0">
856
- <td class="name"><code><a href="ArcGISMapImageLayer.html#renderMode">renderMode</a></code></td>
981
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
857
982
  <td class="name">
858
983
  <code>
859
984
 
860
- <span class="param-type">String</span>
985
+ <span class="param-type">
986
+
987
+ String
988
+
989
+ </span>
990
+
861
991
 
862
992
 
863
993
  </code>
@@ -866,11 +996,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
866
996
  </tr>
867
997
 
868
998
  <tr class="deep-level-0">
869
- <td class="name"><code><a href="ArcGISMapImageLayer.html#spatialReference">spatialReference</a></code></td>
999
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
870
1000
  <td class="name">
871
1001
  <code>
872
1002
 
873
- <span class="param-type"><a 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>
1008
+
874
1009
 
875
1010
 
876
1011
  </code>
@@ -879,11 +1014,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
879
1014
  </tr>
880
1015
 
881
1016
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="ArcGISMapImageLayer.html#sublayers">sublayers</a></code></td>
1017
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
883
1018
  <td class="name">
884
1019
  <code>
885
1020
 
886
- <span class="param-type">Array</span>
1021
+ <span class="param-type">
1022
+
1023
+ Array
1024
+
1025
+ </span>
1026
+
887
1027
 
888
1028
 
889
1029
  </code>
@@ -892,11 +1032,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
892
1032
  </tr>
893
1033
 
894
1034
  <tr class="deep-level-0">
895
- <td class="name"><code><a href="ArcGISMapImageLayer.html#type">type</a></code></td>
1035
+ <td class="name"><code><a href="#type">type</a></code></td>
896
1036
  <td class="name">
897
1037
  <code>
898
1038
 
899
- <span class="param-type">String</span>
1039
+ <span class="param-type">
1040
+
1041
+ String
1042
+
1043
+ </span>
1044
+
900
1045
 
901
1046
 
902
1047
  </code>
@@ -905,11 +1050,16 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
905
1050
  </tr>
906
1051
 
907
1052
  <tr class="deep-level-0">
908
- <td class="name"><code><a href="ArcGISMapImageLayer.html#url">url</a></code></td>
1053
+ <td class="name"><code><a href="#url">url</a></code></td>
909
1054
  <td class="name">
910
1055
  <code>
911
1056
 
912
- <span class="param-type">String</span>
1057
+ <span class="param-type">
1058
+
1059
+ String
1060
+
1061
+ </span>
1062
+
913
1063
 
914
1064
 
915
1065
  </code>
@@ -928,7 +1078,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
928
1078
  <span class="method-parameter is-pulled-right">
929
1079
  <label>类型:</label>
930
1080
 
931
- <span class="param-type"><a 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>
1086
+
932
1087
 
933
1088
 
934
1089
  </span>
@@ -1003,7 +1158,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1003
1158
  <span class="method-parameter is-pulled-right">
1004
1159
  <label>类型:</label>
1005
1160
 
1006
- <span class="param-type">String</span>
1161
+ <span class="param-type">
1162
+
1163
+ String
1164
+
1165
+ </span>
1166
+
1007
1167
 
1008
1168
 
1009
1169
  </span>
@@ -1082,7 +1242,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1082
1242
  <span class="method-parameter is-pulled-right">
1083
1243
  <label>类型:</label>
1084
1244
 
1085
- <span class="param-type">String</span>
1245
+ <span class="param-type">
1246
+
1247
+ String
1248
+
1249
+ </span>
1250
+
1086
1251
 
1087
1252
 
1088
1253
  </span>
@@ -1156,7 +1321,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1156
1321
  <span class="method-parameter is-pulled-right">
1157
1322
  <label>类型:</label>
1158
1323
 
1159
- <span class="param-type">String</span>
1324
+ <span class="param-type">
1325
+
1326
+ String
1327
+
1328
+ </span>
1329
+
1160
1330
 
1161
1331
 
1162
1332
  </span>
@@ -1235,7 +1405,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1235
1405
  <span class="method-parameter is-pulled-right">
1236
1406
  <label>类型:</label>
1237
1407
 
1238
- <span class="param-type">Boolean</span>
1408
+ <span class="param-type">
1409
+
1410
+ Boolean
1411
+
1412
+ </span>
1413
+
1239
1414
 
1240
1415
 
1241
1416
  </span>
@@ -1305,7 +1480,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1305
1480
  <span class="method-parameter is-pulled-right">
1306
1481
  <label>类型:</label>
1307
1482
 
1308
- <span class="param-type">Boolean</span>
1483
+ <span class="param-type">
1484
+
1485
+ Boolean
1486
+
1487
+ </span>
1488
+
1309
1489
 
1310
1490
 
1311
1491
  </span>
@@ -1375,7 +1555,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1375
1555
  <span class="method-parameter is-pulled-right">
1376
1556
  <label>类型:</label>
1377
1557
 
1378
- <span class="param-type">String</span>
1558
+ <span class="param-type">
1559
+
1560
+ String
1561
+
1562
+ </span>
1563
+
1379
1564
 
1380
1565
 
1381
1566
  </span>
@@ -1454,7 +1639,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1454
1639
  <span class="method-parameter is-pulled-right">
1455
1640
  <label>类型:</label>
1456
1641
 
1457
- <span class="param-type">String</span>
1642
+ <span class="param-type">
1643
+
1644
+ String
1645
+
1646
+ </span>
1647
+
1458
1648
 
1459
1649
 
1460
1650
  </span>
@@ -1529,7 +1719,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1529
1719
  <span class="method-parameter is-pulled-right">
1530
1720
  <label>类型:</label>
1531
1721
 
1532
- <span class="param-type">Number</span>
1722
+ <span class="param-type">
1723
+
1724
+ Number
1725
+
1726
+ </span>
1727
+
1533
1728
 
1534
1729
 
1535
1730
  </span>
@@ -1604,7 +1799,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1604
1799
  <span class="method-parameter is-pulled-right">
1605
1800
  <label>类型:</label>
1606
1801
 
1607
- <span class="param-type">Boolean</span>
1802
+ <span class="param-type">
1803
+
1804
+ Boolean
1805
+
1806
+ </span>
1807
+
1608
1808
 
1609
1809
 
1610
1810
  </span>
@@ -1679,7 +1879,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1679
1879
  <span class="method-parameter is-pulled-right">
1680
1880
  <label>类型:</label>
1681
1881
 
1682
- <span class="param-type">Number</span>
1882
+ <span class="param-type">
1883
+
1884
+ Number
1885
+
1886
+ </span>
1887
+
1683
1888
 
1684
1889
 
1685
1890
  </span>
@@ -1754,7 +1959,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1754
1959
  <span class="method-parameter is-pulled-right">
1755
1960
  <label>类型:</label>
1756
1961
 
1757
- <span class="param-type">String</span>
1962
+ <span class="param-type">
1963
+
1964
+ String
1965
+
1966
+ </span>
1967
+
1758
1968
 
1759
1969
 
1760
1970
  </span>
@@ -1833,7 +2043,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1833
2043
  <span class="method-parameter is-pulled-right">
1834
2044
  <label>类型:</label>
1835
2045
 
1836
- <span class="param-type">String</span>
2046
+ <span class="param-type">
2047
+
2048
+ String
2049
+
2050
+ </span>
2051
+
1837
2052
 
1838
2053
 
1839
2054
  </span>
@@ -1908,7 +2123,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1908
2123
  <span class="method-parameter is-pulled-right">
1909
2124
  <label>类型:</label>
1910
2125
 
1911
- <span class="param-type"><a 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>
2131
+
1912
2132
 
1913
2133
 
1914
2134
  </span>
@@ -1942,7 +2162,7 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1942
2162
 
1943
2163
  <dt class="inherited-from">Inherited From:</dt>
1944
2164
  <dd class="inherited-from"><ul class="dummy"><li>
1945
- <a class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
2165
+ <a goto="spatialReference" link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
1946
2166
  </li></ul></dd>
1947
2167
 
1948
2168
 
@@ -1983,7 +2203,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
1983
2203
  <span class="method-parameter is-pulled-right">
1984
2204
  <label>类型:</label>
1985
2205
 
1986
- <span class="param-type">Array</span>
2206
+ <span class="param-type">
2207
+
2208
+ Array
2209
+
2210
+ </span>
2211
+
1987
2212
 
1988
2213
 
1989
2214
  </span>
@@ -2058,7 +2283,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2058
2283
  <span class="method-parameter is-pulled-right">
2059
2284
  <label>类型:</label>
2060
2285
 
2061
- <span class="param-type">String</span>
2286
+ <span class="param-type">
2287
+
2288
+ String
2289
+
2290
+ </span>
2291
+
2062
2292
 
2063
2293
 
2064
2294
  </span>
@@ -2132,7 +2362,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2132
2362
  <span class="method-parameter is-pulled-right">
2133
2363
  <label>类型:</label>
2134
2364
 
2135
- <span class="param-type">String</span>
2365
+ <span class="param-type">
2366
+
2367
+ String
2368
+
2369
+ </span>
2370
+
2136
2371
 
2137
2372
 
2138
2373
  </span>
@@ -2227,27 +2462,37 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2227
2462
  <tbody>
2228
2463
 
2229
2464
  <tr class="deep-level-0">
2230
- <td class="name"><code><a href="ArcGISMapImageLayer.html#fromJSON">fromJSON</a></code></td>
2465
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2231
2466
  <td class="name">
2232
2467
  <code>
2233
2468
 
2234
2469
 
2235
- <span class="param-type"><a 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>
2475
+
2236
2476
 
2237
2477
 
2238
2478
 
2239
2479
  </code>
2240
2480
  </td>
2241
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
2481
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2242
2482
  </tr>
2243
2483
 
2244
2484
  <tr class="deep-level-0">
2245
- <td class="name"><code><a href="ArcGISMapImageLayer.html#clone">clone</a></code></td>
2485
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2246
2486
  <td class="name">
2247
2487
  <code>
2248
2488
 
2249
2489
 
2250
- <span class="param-type"><a 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>
2495
+
2251
2496
 
2252
2497
 
2253
2498
 
@@ -2257,27 +2502,37 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2257
2502
  </tr>
2258
2503
 
2259
2504
  <tr class="deep-level-0">
2260
- <td class="name"><code><a href="ArcGISMapImageLayer.html#createServiceSublayers">createServiceSublayers</a></code></td>
2505
+ <td class="name"><code><a href="#createServiceSublayers">createServiceSublayers</a></code></td>
2261
2506
  <td class="name">
2262
2507
  <code>
2263
2508
 
2264
2509
 
2265
- <span class="param-type">Array</span>
2510
+ <span class="param-type">
2511
+
2512
+ Array
2513
+
2514
+ </span>
2515
+
2266
2516
 
2267
2517
 
2268
2518
 
2269
2519
  </code>
2270
2520
  </td>
2271
- <td class="name"><code><p>创建一个该服务的子图层克隆对象,注意不是本地的子图层对象<a id='createServiceSublayers'></a></p></code></td>
2521
+ <td class="name"><code><p>创建一个该服务的子图层克隆对象,注意不是本地的子图层对象</code></td>
2272
2522
  </tr>
2273
2523
 
2274
2524
  <tr class="deep-level-0">
2275
- <td class="name"><code><a href="ArcGISMapImageLayer.html#fetchImage">fetchImage</a></code></td>
2525
+ <td class="name"><code><a href="#fetchImage">fetchImage</a></code></td>
2276
2526
  <td class="name">
2277
2527
  <code>
2278
2528
 
2279
2529
 
2280
- <span class="param-type">Promise</span>
2530
+ <span class="param-type">
2531
+
2532
+ Promise
2533
+
2534
+ </span>
2535
+
2281
2536
 
2282
2537
 
2283
2538
 
@@ -2287,27 +2542,37 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2287
2542
  </tr>
2288
2543
 
2289
2544
  <tr class="deep-level-0">
2290
- <td class="name"><code><a href="ArcGISMapImageLayer.html#findSublayerById">findSublayerById</a></code></td>
2545
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
2291
2546
  <td class="name">
2292
2547
  <code>
2293
2548
 
2294
2549
 
2295
- <span class="param-type">Object</span>
2550
+ <span class="param-type">
2551
+
2552
+ Object
2553
+
2554
+ </span>
2555
+
2296
2556
 
2297
2557
 
2298
2558
 
2299
2559
  </code>
2300
2560
  </td>
2301
- <td class="name"><code><p>根据子图层id查询子图层<a id='findSublayerById'></a></p></code></td>
2561
+ <td class="name"><code><p>根据子图层id查询子图层</code></td>
2302
2562
  </tr>
2303
2563
 
2304
2564
  <tr class="deep-level-0">
2305
- <td class="name"><code><a href="ArcGISMapImageLayer.html#getImageUrl">getImageUrl</a></code></td>
2565
+ <td class="name"><code><a href="#getImageUrl">getImageUrl</a></code></td>
2306
2566
  <td class="name">
2307
2567
  <code>
2308
2568
 
2309
2569
 
2310
- <span class="param-type">String</span>
2570
+ <span class="param-type">
2571
+
2572
+ String
2573
+
2574
+ </span>
2575
+
2311
2576
 
2312
2577
 
2313
2578
 
@@ -2317,32 +2582,37 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2317
2582
  </tr>
2318
2583
 
2319
2584
  <tr class="deep-level-0">
2320
- <td class="name"><code><a href="ArcGISMapImageLayer.html#refresh">refresh</a></code></td>
2585
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2321
2586
  <td class="name">
2322
2587
  <code>
2323
2588
 
2324
2589
  </code>
2325
2590
  </td>
2326
- <td class="name"><code><p>刷新图层<a id='refresh'></a></p></code></td>
2591
+ <td class="name"><code><p>刷新图层</code></td>
2327
2592
  </tr>
2328
2593
 
2329
2594
  <tr class="deep-level-0">
2330
- <td class="name"><code><a href="ArcGISMapImageLayer.html#setSubLayer">setSubLayer</a></code></td>
2595
+ <td class="name"><code><a href="#setSubLayer">setSubLayer</a></code></td>
2331
2596
  <td class="name">
2332
2597
  <code>
2333
2598
 
2334
2599
  </code>
2335
2600
  </td>
2336
- <td class="name"><code><p>更新子图层<a id='setSubLayer'></a></p></code></td>
2601
+ <td class="name"><code><p>更新子图层</code></td>
2337
2602
  </tr>
2338
2603
 
2339
2604
  <tr class="deep-level-0">
2340
- <td class="name"><code><a href="ArcGISMapImageLayer.html#toJSON">toJSON</a></code></td>
2605
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2341
2606
  <td class="name">
2342
2607
  <code>
2343
2608
 
2344
2609
 
2345
- <span class="param-type">Object</span>
2610
+ <span class="param-type">
2611
+
2612
+ Object
2613
+
2614
+ </span>
2615
+
2346
2616
 
2347
2617
 
2348
2618
 
@@ -2413,13 +2683,18 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2413
2683
 
2414
2684
  <tr class="deep-level-0">
2415
2685
 
2416
- <td class="name" id="json"><code>json</code></td>
2686
+ <td class="name"><code>json</code></td>
2417
2687
 
2418
2688
 
2419
2689
  <td class="type">
2420
2690
 
2421
2691
 
2422
- <span class="param-type">Object</span>
2692
+ <span class="param-type">
2693
+
2694
+ Object
2695
+
2696
+ </span>
2697
+
2423
2698
 
2424
2699
 
2425
2700
 
@@ -2507,7 +2782,12 @@ map.reorder(arcGISMapImageLayer, '要移动到的index');</code></pre>
2507
2782
  <div class='column is-5 has-text-left'>
2508
2783
  <label>类型: </label>
2509
2784
 
2510
- <span class="param-type"><a 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>
2790
+
2511
2791
 
2512
2792
 
2513
2793
  </div>
@@ -2645,7 +2925,12 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2645
2925
  <div class='column is-5 has-text-left'>
2646
2926
  <label>类型: </label>
2647
2927
 
2648
- <span class="param-type"><a 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>
2933
+
2649
2934
 
2650
2935
 
2651
2936
  </div>
@@ -2761,7 +3046,12 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2761
3046
  <div class='column is-5 has-text-left'>
2762
3047
  <label>类型: </label>
2763
3048
 
2764
- <span class="param-type">Array</span>
3049
+ <span class="param-type">
3050
+
3051
+ Array
3052
+
3053
+ </span>
3054
+
2765
3055
 
2766
3056
 
2767
3057
  </div>
@@ -2834,13 +3124,18 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2834
3124
 
2835
3125
  <tr class="deep-level-0">
2836
3126
 
2837
- <td class="name" id="extent"><code>extent</code></td>
3127
+ <td class="name"><code>extent</code></td>
2838
3128
 
2839
3129
 
2840
3130
  <td class="type">
2841
3131
 
2842
3132
 
2843
- <span class="param-type"><a 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>
3138
+
2844
3139
 
2845
3140
 
2846
3141
 
@@ -2862,13 +3157,18 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2862
3157
 
2863
3158
  <tr class="deep-level-0">
2864
3159
 
2865
- <td class="name" id="width"><code>width</code></td>
3160
+ <td class="name"><code>width</code></td>
2866
3161
 
2867
3162
 
2868
3163
  <td class="type">
2869
3164
 
2870
3165
 
2871
- <span class="param-type">Number</span>
3166
+ <span class="param-type">
3167
+
3168
+ Number
3169
+
3170
+ </span>
3171
+
2872
3172
 
2873
3173
 
2874
3174
 
@@ -2892,13 +3192,18 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2892
3192
 
2893
3193
  <tr class="deep-level-0">
2894
3194
 
2895
- <td class="name" id="height"><code>height</code></td>
3195
+ <td class="name"><code>height</code></td>
2896
3196
 
2897
3197
 
2898
3198
  <td class="type">
2899
3199
 
2900
3200
 
2901
- <span class="param-type">Number</span>
3201
+ <span class="param-type">
3202
+
3203
+ Number
3204
+
3205
+ </span>
3206
+
2902
3207
 
2903
3208
 
2904
3209
 
@@ -2992,7 +3297,12 @@ const arcGISMapImageLayer = new ArcGISMapImageLayer.fromJSON(json)</code></pre>
2992
3297
  <div class='column is-5 has-text-left'>
2993
3298
  <label>类型: </label>
2994
3299
 
2995
- <span class="param-type">Promise</span>
3300
+ <span class="param-type">
3301
+
3302
+ Promise
3303
+
3304
+ </span>
3305
+
2996
3306
 
2997
3307
 
2998
3308
  </div>
@@ -3085,13 +3395,18 @@ arcGISMapImageLayer.fetchImage({
3085
3395
 
3086
3396
  <tr class="deep-level-0">
3087
3397
 
3088
- <td class="name" id="id"><code>id</code></td>
3398
+ <td class="name"><code>id</code></td>
3089
3399
 
3090
3400
 
3091
3401
  <td class="type">
3092
3402
 
3093
3403
 
3094
- <span class="param-type">String</span>
3404
+ <span class="param-type">
3405
+
3406
+ String
3407
+
3408
+ </span>
3409
+
3095
3410
 
3096
3411
 
3097
3412
 
@@ -3179,7 +3494,12 @@ arcGISMapImageLayer.fetchImage({
3179
3494
  <div class='column is-5 has-text-left'>
3180
3495
  <label>类型: </label>
3181
3496
 
3182
- <span class="param-type">Object</span>
3497
+ <span class="param-type">
3498
+
3499
+ Object
3500
+
3501
+ </span>
3502
+
3183
3503
 
3184
3504
 
3185
3505
  </div>
@@ -3250,7 +3570,7 @@ arcGISMapImageLayer.fetchImage({
3250
3570
 
3251
3571
  <tr class="deep-level-0">
3252
3572
 
3253
- <td class="name" id="options"><code>options</code></td>
3573
+ <td class="name"><code>options</code></td>
3254
3574
 
3255
3575
 
3256
3576
  <td class="type">
@@ -3267,13 +3587,18 @@ arcGISMapImageLayer.fetchImage({
3267
3587
 
3268
3588
  <tr class="deep-level-1">
3269
3589
 
3270
- <td class="name" id="extent"><code>extent</code></td>
3590
+ <td class="name"><code>extent</code></td>
3271
3591
 
3272
3592
 
3273
3593
  <td class="type">
3274
3594
 
3275
3595
 
3276
- <span class="param-type"><a 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>
3601
+
3277
3602
 
3278
3603
 
3279
3604
 
@@ -3289,13 +3614,18 @@ arcGISMapImageLayer.fetchImage({
3289
3614
 
3290
3615
  <tr class="deep-level-1">
3291
3616
 
3292
- <td class="name" id="width"><code>width</code></td>
3617
+ <td class="name"><code>width</code></td>
3293
3618
 
3294
3619
 
3295
3620
  <td class="type">
3296
3621
 
3297
3622
 
3298
- <span class="param-type">Number</span>
3623
+ <span class="param-type">
3624
+
3625
+ Number
3626
+
3627
+ </span>
3628
+
3299
3629
 
3300
3630
 
3301
3631
 
@@ -3311,13 +3641,18 @@ arcGISMapImageLayer.fetchImage({
3311
3641
 
3312
3642
  <tr class="deep-level-1">
3313
3643
 
3314
- <td class="name" id="height"><code>height</code></td>
3644
+ <td class="name"><code>height</code></td>
3315
3645
 
3316
3646
 
3317
3647
  <td class="type">
3318
3648
 
3319
3649
 
3320
- <span class="param-type">Number</span>
3650
+ <span class="param-type">
3651
+
3652
+ Number
3653
+
3654
+ </span>
3655
+
3321
3656
 
3322
3657
 
3323
3658
 
@@ -3408,7 +3743,12 @@ arcGISMapImageLayer.fetchImage({
3408
3743
  <div class='column is-5 has-text-left'>
3409
3744
  <label>类型: </label>
3410
3745
 
3411
- <span class="param-type">String</span>
3746
+ <span class="param-type">
3747
+
3748
+ String
3749
+
3750
+ </span>
3751
+
3412
3752
 
3413
3753
 
3414
3754
  </div>
@@ -3590,13 +3930,18 @@ const url = arcGISMapImageLayer.getImageUrl({
3590
3930
 
3591
3931
  <tr class="deep-level-0">
3592
3932
 
3593
- <td class="name" id="ArcGISMapImageSubLayer"><code>ArcGISMapImageSubLayer</code></td>
3933
+ <td class="name"><code>ArcGISMapImageSubLayer</code></td>
3594
3934
 
3595
3935
 
3596
3936
  <td class="type">
3597
3937
 
3598
3938
 
3599
- <span class="param-type"><a 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>
3944
+
3600
3945
 
3601
3946
 
3602
3947
 
@@ -3780,7 +4125,12 @@ const url = arcGISMapImageLayer.getImageUrl({
3780
4125
  <div class='column is-5 has-text-left'>
3781
4126
  <label>类型: </label>
3782
4127
 
3783
- <span class="param-type">Object</span>
4128
+ <span class="param-type">
4129
+
4130
+ Object
4131
+
4132
+ </span>
4133
+
3784
4134
 
3785
4135
 
3786
4136
  </div>