@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">Number</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -136,6 +138,7 @@
136
138
  <span class="param-type">Number</span>
137
139
 
138
140
 
141
+
139
142
 
140
143
  </td>
141
144
 
@@ -164,6 +167,7 @@
164
167
  <span class="param-type">String</span>
165
168
 
166
169
 
170
+
167
171
 
168
172
  </td>
169
173
 
@@ -190,6 +194,7 @@
190
194
  <span class="param-type">String</span>
191
195
 
192
196
 
197
+
193
198
 
194
199
  </td>
195
200
 
@@ -288,7 +293,7 @@
288
293
 
289
294
 
290
295
  <ul>
291
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
296
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
292
297
  </ul>
293
298
 
294
299
 
@@ -320,11 +325,12 @@
320
325
  <tbody>
321
326
 
322
327
  <tr class="deep-level-0">
323
- <td class="name"><code><a href="MapImageLayer.html#allSublayers">allSublayers</a></code></td>
328
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
324
329
  <td class="name">
325
330
  <code>
326
331
 
327
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
332
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
333
+
328
334
 
329
335
 
330
336
  </code>
@@ -333,11 +339,12 @@
333
339
  </tr>
334
340
 
335
341
  <tr class="deep-level-0">
336
- <td class="name"><code><a href="MapImageLayer.html#allSublayers">allSublayers</a></code></td>
342
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
337
343
  <td class="name">
338
344
  <code>
339
345
 
340
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
346
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
347
+
341
348
 
342
349
 
343
350
  </code>
@@ -346,128 +353,138 @@
346
353
  </tr>
347
354
 
348
355
  <tr class="deep-level-0">
349
- <td class="name"><code><a href="MapImageLayer.html#capabilities">capabilities</a></code></td>
356
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
350
357
  <td class="name">
351
358
  <code>
352
359
 
353
360
  <span class="param-type">String</span>
354
361
 
355
362
 
363
+
356
364
  </code>
357
365
  </td>
358
366
  <td class="name"><code><p>可提供的服务</p></code></td>
359
367
  </tr>
360
368
 
361
369
  <tr class="deep-level-0">
362
- <td class="name"><code><a href="MapImageLayer.html#capabilities">capabilities</a></code></td>
370
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
363
371
  <td class="name">
364
372
  <code>
365
373
 
366
374
  <span class="param-type">Array</span>
367
375
 
368
376
 
377
+
369
378
  </code>
370
379
  </td>
371
380
  <td class="name"><code><p>可提供的服务</p></code></td>
372
381
  </tr>
373
382
 
374
383
  <tr class="deep-level-0">
375
- <td class="name"><code><a href="MapImageLayer.html#copyright">copyright</a></code></td>
384
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
376
385
  <td class="name">
377
386
  <code>
378
387
 
379
388
  <span class="param-type">String</span>
380
389
 
381
390
 
391
+
382
392
  </code>
383
393
  </td>
384
394
  <td class="name"><code><p>版权所有</p></code></td>
385
395
  </tr>
386
396
 
387
397
  <tr class="deep-level-0">
388
- <td class="name"><code><a href="MapImageLayer.html#description">description</a></code></td>
398
+ <td class="name"><code><a href="#description">description</a></code></td>
389
399
  <td class="name">
390
400
  <code>
391
401
 
392
402
  <span class="param-type">String</span>
393
403
 
394
404
 
405
+
395
406
  </code>
396
407
  </td>
397
408
  <td class="name"><code><p>图层描述</p></code></td>
398
409
  </tr>
399
410
 
400
411
  <tr class="deep-level-0">
401
- <td class="name"><code><a href="MapImageLayer.html#documentInfo">documentInfo</a></code></td>
412
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
402
413
  <td class="name">
403
414
  <code>
404
415
 
405
416
  <span class="param-type">String</span>
406
417
 
407
418
 
419
+
408
420
  </code>
409
421
  </td>
410
422
  <td class="name"><code><p>地图文档信息</p></code></td>
411
423
  </tr>
412
424
 
413
425
  <tr class="deep-level-0">
414
- <td class="name"><code><a href="MapImageLayer.html#documentInfo">documentInfo</a></code></td>
426
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
415
427
  <td class="name">
416
428
  <code>
417
429
 
418
430
  <span class="param-type">String</span>
419
431
 
420
432
 
433
+
421
434
  </code>
422
435
  </td>
423
436
  <td class="name"><code><p>地图文档信息</p></code></td>
424
437
  </tr>
425
438
 
426
439
  <tr class="deep-level-0">
427
- <td class="name"><code><a href="MapImageLayer.html#extendOptions">extendOptions</a></code></td>
440
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
428
441
  <td class="name">
429
442
  <code>
430
443
 
431
444
  <span class="param-type">Object</span>
432
445
 
433
446
 
447
+
434
448
  </code>
435
449
  </td>
436
450
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
437
451
  </tr>
438
452
 
439
453
  <tr class="deep-level-0">
440
- <td class="name"><code><a href="MapImageLayer.html#extendProps">extendProps</a></code></td>
454
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
441
455
  <td class="name">
442
456
  <code>
443
457
 
444
458
  <span class="param-type">Object</span>
445
459
 
446
460
 
461
+
447
462
  </code>
448
463
  </td>
449
464
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
450
465
  </tr>
451
466
 
452
467
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="MapImageLayer.html#extent">extent</a></code></td>
468
+ <td class="name"><code><a href="#extent">extent</a></code></td>
454
469
  <td class="name">
455
470
  <code>
456
471
 
457
472
  <span class="param-type">String</span>
458
473
 
459
474
 
475
+
460
476
  </code>
461
477
  </td>
462
478
  <td class="name"><code><p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p></code></td>
463
479
  </tr>
464
480
 
465
481
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="MapImageLayer.html#extent">extent</a></code></td>
482
+ <td class="name"><code><a href="#extent">extent</a></code></td>
467
483
  <td class="name">
468
484
  <code>
469
485
 
470
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
486
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
487
+
471
488
 
472
489
 
473
490
  </code>
@@ -476,297 +493,320 @@
476
493
  </tr>
477
494
 
478
495
  <tr class="deep-level-0">
479
- <td class="name"><code><a href="MapImageLayer.html#extent">extent</a></code></td>
496
+ <td class="name"><code><a href="#extent">extent</a></code></td>
480
497
  <td class="name">
481
498
  <code>
482
499
 
483
500
  <span class="param-type">String</span>
484
501
 
485
502
 
503
+
486
504
  </code>
487
505
  </td>
488
506
  <td class="name"><code><p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p></code></td>
489
507
  </tr>
490
508
 
491
509
  <tr class="deep-level-0">
492
- <td class="name"><code><a href="MapImageLayer.html#headers">headers</a></code></td>
510
+ <td class="name"><code><a href="#headers">headers</a></code></td>
493
511
  <td class="name">
494
512
  <code>
495
513
 
496
514
  <span class="param-type">String</span>
497
515
 
498
516
 
517
+
499
518
  </code>
500
519
  </td>
501
520
  <td class="name"><code><p>设置服务请求头</p></code></td>
502
521
  </tr>
503
522
 
504
523
  <tr class="deep-level-0">
505
- <td class="name"><code><a href="MapImageLayer.html#httpMethod">httpMethod</a></code></td>
524
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
506
525
  <td class="name">
507
526
  <code>
508
527
 
509
528
  <span class="param-type">String</span>
510
529
 
511
530
 
531
+
512
532
  </code>
513
533
  </td>
514
534
  <td class="name"><code><p>http请求方式</p></code></td>
515
535
  </tr>
516
536
 
517
537
  <tr class="deep-level-0">
518
- <td class="name"><code><a href="MapImageLayer.html#id">id</a></code></td>
538
+ <td class="name"><code><a href="#id">id</a></code></td>
519
539
  <td class="name">
520
540
  <code>
521
541
 
522
542
  <span class="param-type">String</span>
523
543
 
524
544
 
545
+
525
546
  </code>
526
547
  </td>
527
548
  <td class="name"><code><p>图层id</p></code></td>
528
549
  </tr>
529
550
 
530
551
  <tr class="deep-level-0">
531
- <td class="name"><code><a href="MapImageLayer.html#imageFormat">imageFormat</a></code></td>
552
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
532
553
  <td class="name">
533
554
  <code>
534
555
 
535
556
  <span class="param-type">String</span>
536
557
 
537
558
 
559
+
538
560
  </code>
539
561
  </td>
540
562
  <td class="name"><code><p>图片格式</p></code></td>
541
563
  </tr>
542
564
 
543
565
  <tr class="deep-level-0">
544
- <td class="name"><code><a href="MapImageLayer.html#imageFormat">imageFormat</a></code></td>
566
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
545
567
  <td class="name">
546
568
  <code>
547
569
 
548
570
  <span class="param-type">String</span>
549
571
 
550
572
 
573
+
551
574
  </code>
552
575
  </td>
553
576
  <td class="name"><code><p>图片格式</p></code></td>
554
577
  </tr>
555
578
 
556
579
  <tr class="deep-level-0">
557
- <td class="name"><code><a href="MapImageLayer.html#imageHeight">imageHeight</a></code></td>
580
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
558
581
  <td class="name">
559
582
  <code>
560
583
 
561
584
  <span class="param-type">Number</span>
562
585
 
563
586
 
587
+
564
588
  </code>
565
589
  </td>
566
590
  <td class="name"><code><p>瓦片化显示时,瓦片高度</p></code></td>
567
591
  </tr>
568
592
 
569
593
  <tr class="deep-level-0">
570
- <td class="name"><code><a href="MapImageLayer.html#imageHeight">imageHeight</a></code></td>
594
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
571
595
  <td class="name">
572
596
  <code>
573
597
 
574
598
  <span class="param-type">Number</span>
575
599
 
576
600
 
601
+
577
602
  </code>
578
603
  </td>
579
604
  <td class="name"><code><p>瓦片化显示时,瓦片高度</p></code></td>
580
605
  </tr>
581
606
 
582
607
  <tr class="deep-level-0">
583
- <td class="name"><code><a href="MapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
608
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
584
609
  <td class="name">
585
610
  <code>
586
611
 
587
612
  <span class="param-type">Boolean</span>
588
613
 
589
614
 
615
+
590
616
  </code>
591
617
  </td>
592
618
  <td class="name"><code><p>图片中没有数据的地方是否透明</p></code></td>
593
619
  </tr>
594
620
 
595
621
  <tr class="deep-level-0">
596
- <td class="name"><code><a href="MapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
622
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
597
623
  <td class="name">
598
624
  <code>
599
625
 
600
626
  <span class="param-type">Boolean</span>
601
627
 
602
628
 
629
+
603
630
  </code>
604
631
  </td>
605
632
  <td class="name"><code><p>图片中没有数据的地方是否透明</p></code></td>
606
633
  </tr>
607
634
 
608
635
  <tr class="deep-level-0">
609
- <td class="name"><code><a href="MapImageLayer.html#imageWidth">imageWidth</a></code></td>
636
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
610
637
  <td class="name">
611
638
  <code>
612
639
 
613
640
  <span class="param-type">Number</span>
614
641
 
615
642
 
643
+
616
644
  </code>
617
645
  </td>
618
646
  <td class="name"><code><p>瓦片化显示时,瓦片宽度</p></code></td>
619
647
  </tr>
620
648
 
621
649
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="MapImageLayer.html#imageWidth">imageWidth</a></code></td>
650
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
623
651
  <td class="name">
624
652
  <code>
625
653
 
626
654
  <span class="param-type">Number</span>
627
655
 
628
656
 
657
+
629
658
  </code>
630
659
  </td>
631
660
  <td class="name"><code><p>瓦片化显示时,瓦片宽度</p></code></td>
632
661
  </tr>
633
662
 
634
663
  <tr class="deep-level-0">
635
- <td class="name"><code><a href="MapImageLayer.html#index">index</a></code></td>
664
+ <td class="name"><code><a href="#index">index</a></code></td>
636
665
  <td class="name">
637
666
  <code>
638
667
 
639
668
  <span class="param-type">Number</span>
640
669
 
641
670
 
671
+
642
672
  </code>
643
673
  </td>
644
674
  <td class="name"><code><p>图层顺序</p></code></td>
645
675
  </tr>
646
676
 
647
677
  <tr class="deep-level-0">
648
- <td class="name"><code><a href="MapImageLayer.html#loaded">loaded</a></code></td>
678
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
649
679
  <td class="name">
650
680
  <code>
651
681
 
652
682
  <span class="param-type">Boolean</span>
653
683
 
654
684
 
685
+
655
686
  </code>
656
687
  </td>
657
688
  <td class="name"><code><p>是否加载完毕</p></code></td>
658
689
  </tr>
659
690
 
660
691
  <tr class="deep-level-0">
661
- <td class="name"><code><a href="MapImageLayer.html#loadStatus">loadStatus</a></code></td>
692
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
662
693
  <td class="name">
663
694
  <code>
664
695
 
665
696
  <span class="param-type">String</span>
666
697
 
667
698
 
699
+
668
700
  </code>
669
701
  </td>
670
702
  <td class="name"><code><p>图层加载状态</p></code></td>
671
703
  </tr>
672
704
 
673
705
  <tr class="deep-level-0">
674
- <td class="name"><code><a href="MapImageLayer.html#mapName">mapName</a></code></td>
706
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
675
707
  <td class="name">
676
708
  <code>
677
709
 
678
710
  <span class="param-type">String</span>
679
711
 
680
712
 
713
+
681
714
  </code>
682
715
  </td>
683
716
  <td class="name"><code><p>地图名称</p></code></td>
684
717
  </tr>
685
718
 
686
719
  <tr class="deep-level-0">
687
- <td class="name"><code><a href="MapImageLayer.html#mapName">mapName</a></code></td>
720
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
688
721
  <td class="name">
689
722
  <code>
690
723
 
691
724
  <span class="param-type">String</span>
692
725
 
693
726
 
727
+
694
728
  </code>
695
729
  </td>
696
730
  <td class="name"><code><p>地图名称</p></code></td>
697
731
  </tr>
698
732
 
699
733
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="MapImageLayer.html#maxScale">maxScale</a></code></td>
734
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
701
735
  <td class="name">
702
736
  <code>
703
737
 
704
738
  <span class="param-type">Number</span>
705
739
 
706
740
 
741
+
707
742
  </code>
708
743
  </td>
709
744
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
710
745
  </tr>
711
746
 
712
747
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="MapImageLayer.html#minScale">minScale</a></code></td>
748
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
714
749
  <td class="name">
715
750
  <code>
716
751
 
717
752
  <span class="param-type">Number</span>
718
753
 
719
754
 
755
+
720
756
  </code>
721
757
  </td>
722
758
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
723
759
  </tr>
724
760
 
725
761
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="MapImageLayer.html#opacity">opacity</a></code></td>
762
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
727
763
  <td class="name">
728
764
  <code>
729
765
 
730
766
  <span class="param-type">Number</span>
731
767
 
732
768
 
769
+
733
770
  </code>
734
771
  </td>
735
772
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
736
773
  </tr>
737
774
 
738
775
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="MapImageLayer.html#renderMode">renderMode</a></code></td>
776
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
740
777
  <td class="name">
741
778
  <code>
742
779
 
743
780
  <span class="param-type">String</span>
744
781
 
745
782
 
783
+
746
784
  </code>
747
785
  </td>
748
786
  <td class="name"><code><p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p></code></td>
749
787
  </tr>
750
788
 
751
789
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="MapImageLayer.html#renderMode">renderMode</a></code></td>
790
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
753
791
  <td class="name">
754
792
  <code>
755
793
 
756
794
  <span class="param-type">String</span>
757
795
 
758
796
 
797
+
759
798
  </code>
760
799
  </td>
761
800
  <td class="name"><code><p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p></code></td>
762
801
  </tr>
763
802
 
764
803
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="MapImageLayer.html#spatialReference">spatialReference</a></code></td>
804
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
766
805
  <td class="name">
767
806
  <code>
768
807
 
769
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
808
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
809
+
770
810
 
771
811
 
772
812
  </code>
@@ -775,11 +815,12 @@
775
815
  </tr>
776
816
 
777
817
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="MapImageLayer.html#sublayers">sublayers</a></code></td>
818
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
779
819
  <td class="name">
780
820
  <code>
781
821
 
782
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
822
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
823
+
783
824
 
784
825
 
785
826
  </code>
@@ -788,91 +829,98 @@
788
829
  </tr>
789
830
 
790
831
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="MapImageLayer.html#title">title</a></code></td>
832
+ <td class="name"><code><a href="#title">title</a></code></td>
792
833
  <td class="name">
793
834
  <code>
794
835
 
795
836
  <span class="param-type">String</span>
796
837
 
797
838
 
839
+
798
840
  </code>
799
841
  </td>
800
842
  <td class="name"><code><p>图层名称</p></code></td>
801
843
  </tr>
802
844
 
803
845
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="MapImageLayer.html#tokenKey">tokenKey</a></code></td>
846
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
805
847
  <td class="name">
806
848
  <code>
807
849
 
808
850
  <span class="param-type">String</span>
809
851
 
810
852
 
853
+
811
854
  </code>
812
855
  </td>
813
856
  <td class="name"><code><p>token名</p></code></td>
814
857
  </tr>
815
858
 
816
859
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="MapImageLayer.html#tokenValue">tokenValue</a></code></td>
860
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
818
861
  <td class="name">
819
862
  <code>
820
863
 
821
864
  <span class="param-type">String</span>
822
865
 
823
866
 
867
+
824
868
  </code>
825
869
  </td>
826
870
  <td class="name"><code><p>token值</p></code></td>
827
871
  </tr>
828
872
 
829
873
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="MapImageLayer.html#type">type</a></code></td>
874
+ <td class="name"><code><a href="#type">type</a></code></td>
831
875
  <td class="name">
832
876
  <code>
833
877
 
834
878
  <span class="param-type">String</span>
835
879
 
836
880
 
881
+
837
882
  </code>
838
883
  </td>
839
884
  <td class="name"><code><p>图层类型</p></code></td>
840
885
  </tr>
841
886
 
842
887
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="MapImageLayer.html#url">url</a></code></td>
888
+ <td class="name"><code><a href="#url">url</a></code></td>
844
889
  <td class="name">
845
890
  <code>
846
891
 
847
892
  <span class="param-type">String</span>
848
893
 
849
894
 
895
+
850
896
  </code>
851
897
  </td>
852
898
  <td class="name"><code><p>服务基地址</p></code></td>
853
899
  </tr>
854
900
 
855
901
  <tr class="deep-level-0">
856
- <td class="name"><code><a href="MapImageLayer.html#url">url</a></code></td>
902
+ <td class="name"><code><a href="#url">url</a></code></td>
857
903
  <td class="name">
858
904
  <code>
859
905
 
860
906
  <span class="param-type">String</span>
861
907
 
862
908
 
909
+
863
910
  </code>
864
911
  </td>
865
912
  <td class="name"><code><p>服务基地址</p></code></td>
866
913
  </tr>
867
914
 
868
915
  <tr class="deep-level-0">
869
- <td class="name"><code><a href="MapImageLayer.html#visible">visible</a></code></td>
916
+ <td class="name"><code><a href="#visible">visible</a></code></td>
870
917
  <td class="name">
871
918
  <code>
872
919
 
873
920
  <span class="param-type">Number</span>
874
921
 
875
922
 
923
+
876
924
  </code>
877
925
  </td>
878
926
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -889,7 +937,8 @@
889
937
  <span class="method-parameter is-pulled-right">
890
938
  <label>类型:</label>
891
939
 
892
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
940
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
941
+
893
942
 
894
943
 
895
944
  </span>
@@ -959,7 +1008,8 @@
959
1008
  <span class="method-parameter is-pulled-right">
960
1009
  <label>类型:</label>
961
1010
 
962
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1011
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1012
+
963
1013
 
964
1014
 
965
1015
  </span>
@@ -1036,6 +1086,7 @@
1036
1086
  <span class="param-type">String</span>
1037
1087
 
1038
1088
 
1089
+
1039
1090
  </span>
1040
1091
 
1041
1092
  <h4 class="name" id="capabilities">
@@ -1110,6 +1161,7 @@
1110
1161
  <span class="param-type">Array</span>
1111
1162
 
1112
1163
 
1164
+
1113
1165
  </span>
1114
1166
 
1115
1167
  <h4 class="name" id="capabilities">
@@ -1184,6 +1236,7 @@
1184
1236
  <span class="param-type">String</span>
1185
1237
 
1186
1238
 
1239
+
1187
1240
  </span>
1188
1241
 
1189
1242
  <h4 class="name" id="copyright">
@@ -1263,6 +1316,7 @@
1263
1316
  <span class="param-type">String</span>
1264
1317
 
1265
1318
 
1319
+
1266
1320
  </span>
1267
1321
 
1268
1322
  <h4 class="name" id="description">
@@ -1342,6 +1396,7 @@
1342
1396
  <span class="param-type">String</span>
1343
1397
 
1344
1398
 
1399
+
1345
1400
  </span>
1346
1401
 
1347
1402
  <h4 class="name" id="documentInfo">
@@ -1416,6 +1471,7 @@
1416
1471
  <span class="param-type">String</span>
1417
1472
 
1418
1473
 
1474
+
1419
1475
  </span>
1420
1476
 
1421
1477
  <h4 class="name" id="documentInfo">
@@ -1490,6 +1546,7 @@
1490
1546
  <span class="param-type">Object</span>
1491
1547
 
1492
1548
 
1549
+
1493
1550
  </span>
1494
1551
 
1495
1552
  <h4 class="name" id="extendOptions">
@@ -1565,6 +1622,7 @@
1565
1622
  <span class="param-type">Object</span>
1566
1623
 
1567
1624
 
1625
+
1568
1626
  </span>
1569
1627
 
1570
1628
  <h4 class="name" id="extendProps">
@@ -1640,6 +1698,7 @@
1640
1698
  <span class="param-type">String</span>
1641
1699
 
1642
1700
 
1701
+
1643
1702
  </span>
1644
1703
 
1645
1704
  <h4 class="name" id="extent">
@@ -1716,7 +1775,8 @@
1716
1775
  <span class="method-parameter is-pulled-right">
1717
1776
  <label>类型:</label>
1718
1777
 
1719
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1778
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1779
+
1720
1780
 
1721
1781
 
1722
1782
  </span>
@@ -1798,6 +1858,7 @@
1798
1858
  <span class="param-type">String</span>
1799
1859
 
1800
1860
 
1861
+
1801
1862
  </span>
1802
1863
 
1803
1864
  <h4 class="name" id="extent">
@@ -1877,6 +1938,7 @@
1877
1938
  <span class="param-type">String</span>
1878
1939
 
1879
1940
 
1941
+
1880
1942
  </span>
1881
1943
 
1882
1944
  <h4 class="name" id="headers">
@@ -1952,6 +2014,7 @@
1952
2014
  <span class="param-type">String</span>
1953
2015
 
1954
2016
 
2017
+
1955
2018
  </span>
1956
2019
 
1957
2020
  <h4 class="name" id="httpMethod">
@@ -2027,6 +2090,7 @@
2027
2090
  <span class="param-type">String</span>
2028
2091
 
2029
2092
 
2093
+
2030
2094
  </span>
2031
2095
 
2032
2096
  <h4 class="name" id="id">
@@ -2106,6 +2170,7 @@
2106
2170
  <span class="param-type">String</span>
2107
2171
 
2108
2172
 
2173
+
2109
2174
  </span>
2110
2175
 
2111
2176
  <h4 class="name" id="imageFormat">
@@ -2176,6 +2241,7 @@
2176
2241
  <span class="param-type">String</span>
2177
2242
 
2178
2243
 
2244
+
2179
2245
  </span>
2180
2246
 
2181
2247
  <h4 class="name" id="imageFormat">
@@ -2246,6 +2312,7 @@
2246
2312
  <span class="param-type">Number</span>
2247
2313
 
2248
2314
 
2315
+
2249
2316
  </span>
2250
2317
 
2251
2318
  <h4 class="name" id="imageHeight">
@@ -2316,6 +2383,7 @@
2316
2383
  <span class="param-type">Number</span>
2317
2384
 
2318
2385
 
2386
+
2319
2387
  </span>
2320
2388
 
2321
2389
  <h4 class="name" id="imageHeight">
@@ -2386,6 +2454,7 @@
2386
2454
  <span class="param-type">Boolean</span>
2387
2455
 
2388
2456
 
2457
+
2389
2458
  </span>
2390
2459
 
2391
2460
  <h4 class="name" id="imageTransparency">
@@ -2456,6 +2525,7 @@
2456
2525
  <span class="param-type">Boolean</span>
2457
2526
 
2458
2527
 
2528
+
2459
2529
  </span>
2460
2530
 
2461
2531
  <h4 class="name" id="imageTransparency">
@@ -2526,6 +2596,7 @@
2526
2596
  <span class="param-type">Number</span>
2527
2597
 
2528
2598
 
2599
+
2529
2600
  </span>
2530
2601
 
2531
2602
  <h4 class="name" id="imageWidth">
@@ -2596,6 +2667,7 @@
2596
2667
  <span class="param-type">Number</span>
2597
2668
 
2598
2669
 
2670
+
2599
2671
  </span>
2600
2672
 
2601
2673
  <h4 class="name" id="imageWidth">
@@ -2666,6 +2738,7 @@
2666
2738
  <span class="param-type">Number</span>
2667
2739
 
2668
2740
 
2741
+
2669
2742
  </span>
2670
2743
 
2671
2744
  <h4 class="name" id="index">
@@ -2741,6 +2814,7 @@
2741
2814
  <span class="param-type">Boolean</span>
2742
2815
 
2743
2816
 
2817
+
2744
2818
  </span>
2745
2819
 
2746
2820
  <h4 class="name" id="loaded">
@@ -2825,6 +2899,7 @@
2825
2899
  <span class="param-type">String</span>
2826
2900
 
2827
2901
 
2902
+
2828
2903
  </span>
2829
2904
 
2830
2905
  <h4 class="name" id="loadStatus">
@@ -2909,6 +2984,7 @@
2909
2984
  <span class="param-type">String</span>
2910
2985
 
2911
2986
 
2987
+
2912
2988
  </span>
2913
2989
 
2914
2990
  <h4 class="name" id="mapName">
@@ -2983,6 +3059,7 @@
2983
3059
  <span class="param-type">String</span>
2984
3060
 
2985
3061
 
3062
+
2986
3063
  </span>
2987
3064
 
2988
3065
  <h4 class="name" id="mapName">
@@ -3057,6 +3134,7 @@
3057
3134
  <span class="param-type">Number</span>
3058
3135
 
3059
3136
 
3137
+
3060
3138
  </span>
3061
3139
 
3062
3140
  <h4 class="name" id="maxScale">
@@ -3137,6 +3215,7 @@
3137
3215
  <span class="param-type">Number</span>
3138
3216
 
3139
3217
 
3218
+
3140
3219
  </span>
3141
3220
 
3142
3221
  <h4 class="name" id="minScale">
@@ -3217,6 +3296,7 @@
3217
3296
  <span class="param-type">Number</span>
3218
3297
 
3219
3298
 
3299
+
3220
3300
  </span>
3221
3301
 
3222
3302
  <h4 class="name" id="opacity">
@@ -3292,6 +3372,7 @@
3292
3372
  <span class="param-type">String</span>
3293
3373
 
3294
3374
 
3375
+
3295
3376
  </span>
3296
3377
 
3297
3378
  <h4 class="name" id="renderMode">
@@ -3362,6 +3443,7 @@
3362
3443
  <span class="param-type">String</span>
3363
3444
 
3364
3445
 
3446
+
3365
3447
  </span>
3366
3448
 
3367
3449
  <h4 class="name" id="renderMode">
@@ -3429,7 +3511,8 @@
3429
3511
  <span class="method-parameter is-pulled-right">
3430
3512
  <label>类型:</label>
3431
3513
 
3432
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3514
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3515
+
3433
3516
 
3434
3517
 
3435
3518
  </span>
@@ -3504,7 +3587,8 @@
3504
3587
  <span class="method-parameter is-pulled-right">
3505
3588
  <label>类型:</label>
3506
3589
 
3507
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3590
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3591
+
3508
3592
 
3509
3593
 
3510
3594
  </span>
@@ -3577,6 +3661,7 @@
3577
3661
  <span class="param-type">String</span>
3578
3662
 
3579
3663
 
3664
+
3580
3665
  </span>
3581
3666
 
3582
3667
  <h4 class="name" id="title">
@@ -3652,6 +3737,7 @@
3652
3737
  <span class="param-type">String</span>
3653
3738
 
3654
3739
 
3740
+
3655
3741
  </span>
3656
3742
 
3657
3743
  <h4 class="name" id="tokenKey">
@@ -3732,6 +3818,7 @@
3732
3818
  <span class="param-type">String</span>
3733
3819
 
3734
3820
 
3821
+
3735
3822
  </span>
3736
3823
 
3737
3824
  <h4 class="name" id="tokenValue">
@@ -3807,6 +3894,7 @@
3807
3894
  <span class="param-type">String</span>
3808
3895
 
3809
3896
 
3897
+
3810
3898
  </span>
3811
3899
 
3812
3900
  <h4 class="name" id="type">
@@ -3886,6 +3974,7 @@
3886
3974
  <span class="param-type">String</span>
3887
3975
 
3888
3976
 
3977
+
3889
3978
  </span>
3890
3979
 
3891
3980
  <h4 class="name" id="url">
@@ -3960,6 +4049,7 @@
3960
4049
  <span class="param-type">String</span>
3961
4050
 
3962
4051
 
4052
+
3963
4053
  </span>
3964
4054
 
3965
4055
  <h4 class="name" id="url">
@@ -4034,6 +4124,7 @@
4034
4124
  <span class="param-type">Number</span>
4035
4125
 
4036
4126
 
4127
+
4037
4128
  </span>
4038
4129
 
4039
4130
  <h4 class="name" id="visible">
@@ -4122,12 +4213,13 @@
4122
4213
  <tbody>
4123
4214
 
4124
4215
  <tr class="deep-level-0">
4125
- <td class="name"><code><a href="MapImageLayer.html#clone">clone</a></code></td>
4216
+ <td class="name"><code><a href="#clone">clone</a></code></td>
4126
4217
  <td class="name">
4127
4218
  <code>
4128
4219
 
4129
4220
 
4130
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
4221
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
4222
+
4131
4223
 
4132
4224
 
4133
4225
 
@@ -4137,12 +4229,13 @@
4137
4229
  </tr>
4138
4230
 
4139
4231
  <tr class="deep-level-0">
4140
- <td class="name"><code><a href="MapImageLayer.html#clone">clone</a></code></td>
4232
+ <td class="name"><code><a href="#clone">clone</a></code></td>
4141
4233
  <td class="name">
4142
4234
  <code>
4143
4235
 
4144
4236
 
4145
- <span class="param-type"><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
4237
+ <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
4238
+
4146
4239
 
4147
4240
 
4148
4241
 
@@ -4152,7 +4245,7 @@
4152
4245
  </tr>
4153
4246
 
4154
4247
  <tr class="deep-level-0">
4155
- <td class="name"><code><a href="MapImageLayer.html#destroy">destroy</a></code></td>
4248
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
4156
4249
  <td class="name">
4157
4250
  <code>
4158
4251
 
@@ -4160,6 +4253,7 @@
4160
4253
  <span class="param-type">*</span>
4161
4254
 
4162
4255
 
4256
+
4163
4257
 
4164
4258
  </code>
4165
4259
  </td>
@@ -4167,7 +4261,7 @@
4167
4261
  </tr>
4168
4262
 
4169
4263
  <tr class="deep-level-0">
4170
- <td class="name"><code><a href="MapImageLayer.html#isLoaded">isLoaded</a></code></td>
4264
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
4171
4265
  <td class="name">
4172
4266
  <code>
4173
4267
 
@@ -4175,6 +4269,7 @@
4175
4269
  <span class="param-type">Boolean</span>
4176
4270
 
4177
4271
 
4272
+
4178
4273
 
4179
4274
  </code>
4180
4275
  </td>
@@ -4182,7 +4277,7 @@
4182
4277
  </tr>
4183
4278
 
4184
4279
  <tr class="deep-level-0">
4185
- <td class="name"><code><a href="MapImageLayer.html#off">off</a></code></td>
4280
+ <td class="name"><code><a href="#off">off</a></code></td>
4186
4281
  <td class="name">
4187
4282
  <code>
4188
4283
 
@@ -4190,6 +4285,7 @@
4190
4285
  <span class="param-type">Object</span>
4191
4286
 
4192
4287
 
4288
+
4193
4289
 
4194
4290
  </code>
4195
4291
  </td>
@@ -4204,7 +4300,7 @@
4204
4300
  </tr>
4205
4301
 
4206
4302
  <tr class="deep-level-0">
4207
- <td class="name"><code><a href="MapImageLayer.html#on">on</a></code></td>
4303
+ <td class="name"><code><a href="#on">on</a></code></td>
4208
4304
  <td class="name">
4209
4305
  <code>
4210
4306
 
@@ -4212,6 +4308,7 @@
4212
4308
  <span class="param-type">Object</span>
4213
4309
 
4214
4310
 
4311
+
4215
4312
 
4216
4313
  </code>
4217
4314
  </td>
@@ -4225,7 +4322,7 @@
4225
4322
  </tr>
4226
4323
 
4227
4324
  <tr class="deep-level-0">
4228
- <td class="name"><code><a href="MapImageLayer.html#refresh">refresh</a></code></td>
4325
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
4229
4326
  <td class="name">
4230
4327
  <code>
4231
4328
 
@@ -4235,7 +4332,7 @@
4235
4332
  </tr>
4236
4333
 
4237
4334
  <tr class="deep-level-0">
4238
- <td class="name"><code><a href="MapImageLayer.html#toJSON">toJSON</a></code></td>
4335
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
4239
4336
  <td class="name">
4240
4337
  <code>
4241
4338
 
@@ -4243,6 +4340,7 @@
4243
4340
  <span class="param-type">Object</span>
4244
4341
 
4245
4342
 
4343
+
4246
4344
 
4247
4345
  </code>
4248
4346
  </td>
@@ -4250,7 +4348,7 @@
4250
4348
  </tr>
4251
4349
 
4252
4350
  <tr class="deep-level-0">
4253
- <td class="name"><code><a href="MapImageLayer.html#toJSON">toJSON</a></code></td>
4351
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
4254
4352
  <td class="name">
4255
4353
  <code>
4256
4354
 
@@ -4258,6 +4356,7 @@
4258
4356
  <span class="param-type">Object</span>
4259
4357
 
4260
4358
 
4359
+
4261
4360
 
4262
4361
  </code>
4263
4362
  </td>
@@ -4372,7 +4471,8 @@
4372
4471
  <div class='column is-5 has-text-left'>
4373
4472
  <label>类型: </label>
4374
4473
 
4375
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
4474
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
4475
+
4376
4476
 
4377
4477
 
4378
4478
  </div>
@@ -4493,7 +4593,8 @@
4493
4593
  <div class='column is-5 has-text-left'>
4494
4594
  <label>类型: </label>
4495
4595
 
4496
- <span class="param-type"><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
4596
+ <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
4597
+
4497
4598
 
4498
4599
 
4499
4600
  </div>
@@ -4611,6 +4712,7 @@
4611
4712
  <span class="param-type">*</span>
4612
4713
 
4613
4714
 
4715
+
4614
4716
  </div>
4615
4717
 
4616
4718
  </div>
@@ -4732,6 +4834,7 @@
4732
4834
  <span class="param-type">Boolean</span>
4733
4835
 
4734
4836
 
4837
+
4735
4838
  </div>
4736
4839
 
4737
4840
  </div>
@@ -4816,6 +4919,7 @@
4816
4919
  <span class="param-type">string</span>
4817
4920
 
4818
4921
 
4922
+
4819
4923
 
4820
4924
  </td>
4821
4925
 
@@ -4842,6 +4946,7 @@
4842
4946
  <span class="param-type">function</span>
4843
4947
 
4844
4948
 
4949
+
4845
4950
 
4846
4951
  </td>
4847
4952
 
@@ -4866,6 +4971,7 @@
4866
4971
  <span class="param-type">Object</span>
4867
4972
 
4868
4973
 
4974
+
4869
4975
 
4870
4976
  </td>
4871
4977
 
@@ -4959,6 +5065,7 @@
4959
5065
  <span class="param-type">Object</span>
4960
5066
 
4961
5067
 
5068
+
4962
5069
  </div>
4963
5070
 
4964
5071
  </div>
@@ -5135,6 +5242,7 @@ view.off({
5135
5242
  <span class="param-type">Object</span>
5136
5243
 
5137
5244
 
5245
+
5138
5246
 
5139
5247
  </td>
5140
5248
 
@@ -5167,6 +5275,7 @@ view.off({
5167
5275
  <span class="param-type">function</span>
5168
5276
 
5169
5277
 
5278
+
5170
5279
 
5171
5280
  </td>
5172
5281
 
@@ -5197,6 +5306,7 @@ view.off({
5197
5306
  <span class="param-type">Object</span>
5198
5307
 
5199
5308
 
5309
+
5200
5310
 
5201
5311
  </td>
5202
5312
 
@@ -5296,6 +5406,7 @@ view.off({
5296
5406
  <span class="param-type">Object</span>
5297
5407
 
5298
5408
 
5409
+
5299
5410
  </div>
5300
5411
 
5301
5412
  </div>
@@ -5591,6 +5702,7 @@ view.on({
5591
5702
  <span class="param-type">Object</span>
5592
5703
 
5593
5704
 
5705
+
5594
5706
  </div>
5595
5707
 
5596
5708
  </div>
@@ -5712,6 +5824,7 @@ view.on({
5712
5824
  <span class="param-type">Object</span>
5713
5825
 
5714
5826
 
5827
+
5715
5828
  </div>
5716
5829
 
5717
5830
  </div>
@@ -5861,6 +5974,7 @@ view.on({
5861
5974
  <span class="param-type">Object</span>
5862
5975
 
5863
5976
 
5977
+
5864
5978
 
5865
5979
  </td>
5866
5980
 
@@ -5894,6 +6008,7 @@ view.on({
5894
6008
  <span class="param-type">String</span>
5895
6009
 
5896
6010
 
6011
+
5897
6012
 
5898
6013
  </td>
5899
6014
 
@@ -5931,6 +6046,7 @@ view.on({
5931
6046
  <span class="param-type">String</span>
5932
6047
 
5933
6048
 
6049
+
5934
6050
 
5935
6051
  </td>
5936
6052
 
@@ -5965,7 +6081,8 @@ view.on({
5965
6081
  <td class="type">
5966
6082
 
5967
6083
 
5968
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6084
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6085
+
5969
6086
 
5970
6087
 
5971
6088
 
@@ -6002,7 +6119,8 @@ view.on({
6002
6119
  <td class="type">
6003
6120
 
6004
6121
 
6005
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6122
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6123
+
6006
6124
 
6007
6125
 
6008
6126
 
@@ -6039,7 +6157,8 @@ view.on({
6039
6157
  <td class="type">
6040
6158
 
6041
6159
 
6042
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6160
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6161
+
6043
6162
 
6044
6163
 
6045
6164
 
@@ -6076,7 +6195,8 @@ view.on({
6076
6195
  <td class="type">
6077
6196
 
6078
6197
 
6079
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6198
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6199
+
6080
6200
 
6081
6201
 
6082
6202
 
@@ -6113,7 +6233,8 @@ view.on({
6113
6233
  <td class="type">
6114
6234
 
6115
6235
 
6116
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6236
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6237
+
6117
6238
 
6118
6239
 
6119
6240
 
@@ -6307,6 +6428,7 @@ view.on({
6307
6428
  <span class="param-type">Object</span>
6308
6429
 
6309
6430
 
6431
+
6310
6432
 
6311
6433
  </td>
6312
6434
 
@@ -6340,6 +6462,7 @@ view.on({
6340
6462
  <span class="param-type">String</span>
6341
6463
 
6342
6464
 
6465
+
6343
6466
 
6344
6467
  </td>
6345
6468
 
@@ -6377,6 +6500,7 @@ view.on({
6377
6500
  <span class="param-type">String</span>
6378
6501
 
6379
6502
 
6503
+
6380
6504
 
6381
6505
  </td>
6382
6506
 
@@ -6411,7 +6535,8 @@ view.on({
6411
6535
  <td class="type">
6412
6536
 
6413
6537
 
6414
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6538
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6539
+
6415
6540
 
6416
6541
 
6417
6542
 
@@ -6448,7 +6573,8 @@ view.on({
6448
6573
  <td class="type">
6449
6574
 
6450
6575
 
6451
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6576
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6577
+
6452
6578
 
6453
6579
 
6454
6580
 
@@ -6485,7 +6611,8 @@ view.on({
6485
6611
  <td class="type">
6486
6612
 
6487
6613
 
6488
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6614
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6615
+
6489
6616
 
6490
6617
 
6491
6618
 
@@ -6522,7 +6649,8 @@ view.on({
6522
6649
  <td class="type">
6523
6650
 
6524
6651
 
6525
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6652
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6653
+
6526
6654
 
6527
6655
 
6528
6656
 
@@ -6559,7 +6687,8 @@ view.on({
6559
6687
  <td class="type">
6560
6688
 
6561
6689
 
6562
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6690
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6691
+
6563
6692
 
6564
6693
 
6565
6694
 
@@ -6743,6 +6872,7 @@ view.on({
6743
6872
  <span class="param-type">Object</span>
6744
6873
 
6745
6874
 
6875
+
6746
6876
 
6747
6877
  </td>
6748
6878
 
@@ -6776,6 +6906,7 @@ view.on({
6776
6906
  <span class="param-type">String</span>
6777
6907
 
6778
6908
 
6909
+
6779
6910
 
6780
6911
  </td>
6781
6912
 
@@ -6813,6 +6944,7 @@ view.on({
6813
6944
  <span class="param-type">String</span>
6814
6945
 
6815
6946
 
6947
+
6816
6948
 
6817
6949
  </td>
6818
6950
 
@@ -6847,7 +6979,8 @@ view.on({
6847
6979
  <td class="type">
6848
6980
 
6849
6981
 
6850
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6982
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6983
+
6851
6984
 
6852
6985
 
6853
6986
 
@@ -6884,7 +7017,8 @@ view.on({
6884
7017
  <td class="type">
6885
7018
 
6886
7019
 
6887
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7020
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7021
+
6888
7022
 
6889
7023
 
6890
7024
 
@@ -6921,7 +7055,8 @@ view.on({
6921
7055
  <td class="type">
6922
7056
 
6923
7057
 
6924
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7058
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7059
+
6925
7060
 
6926
7061
 
6927
7062
 
@@ -6958,7 +7093,8 @@ view.on({
6958
7093
  <td class="type">
6959
7094
 
6960
7095
 
6961
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7096
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7097
+
6962
7098
 
6963
7099
 
6964
7100
 
@@ -6995,7 +7131,8 @@ view.on({
6995
7131
  <td class="type">
6996
7132
 
6997
7133
 
6998
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7134
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7135
+
6999
7136
 
7000
7137
 
7001
7138
 
@@ -7189,6 +7326,7 @@ view.on({
7189
7326
  <span class="param-type">Object</span>
7190
7327
 
7191
7328
 
7329
+
7192
7330
 
7193
7331
  </td>
7194
7332
 
@@ -7222,6 +7360,7 @@ view.on({
7222
7360
  <span class="param-type">String</span>
7223
7361
 
7224
7362
 
7363
+
7225
7364
 
7226
7365
  </td>
7227
7366
 
@@ -7259,6 +7398,7 @@ view.on({
7259
7398
  <span class="param-type">String</span>
7260
7399
 
7261
7400
 
7401
+
7262
7402
 
7263
7403
  </td>
7264
7404
 
@@ -7293,7 +7433,8 @@ view.on({
7293
7433
  <td class="type">
7294
7434
 
7295
7435
 
7296
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7436
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7437
+
7297
7438
 
7298
7439
 
7299
7440
 
@@ -7330,7 +7471,8 @@ view.on({
7330
7471
  <td class="type">
7331
7472
 
7332
7473
 
7333
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7474
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7475
+
7334
7476
 
7335
7477
 
7336
7478
 
@@ -7367,7 +7509,8 @@ view.on({
7367
7509
  <td class="type">
7368
7510
 
7369
7511
 
7370
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7512
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7513
+
7371
7514
 
7372
7515
 
7373
7516
 
@@ -7404,7 +7547,8 @@ view.on({
7404
7547
  <td class="type">
7405
7548
 
7406
7549
 
7407
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7550
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7551
+
7408
7552
 
7409
7553
 
7410
7554
 
@@ -7441,7 +7585,8 @@ view.on({
7441
7585
  <td class="type">
7442
7586
 
7443
7587
 
7444
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7588
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7589
+
7445
7590
 
7446
7591
 
7447
7592
 
@@ -7625,6 +7770,7 @@ view.on({
7625
7770
  <span class="param-type">Object</span>
7626
7771
 
7627
7772
 
7773
+
7628
7774
 
7629
7775
  </td>
7630
7776
 
@@ -7658,6 +7804,7 @@ view.on({
7658
7804
  <span class="param-type">String</span>
7659
7805
 
7660
7806
 
7807
+
7661
7808
 
7662
7809
  </td>
7663
7810
 
@@ -7695,6 +7842,7 @@ view.on({
7695
7842
  <span class="param-type">String</span>
7696
7843
 
7697
7844
 
7845
+
7698
7846
 
7699
7847
  </td>
7700
7848
 
@@ -7729,7 +7877,8 @@ view.on({
7729
7877
  <td class="type">
7730
7878
 
7731
7879
 
7732
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7880
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7881
+
7733
7882
 
7734
7883
 
7735
7884
 
@@ -7766,7 +7915,8 @@ view.on({
7766
7915
  <td class="type">
7767
7916
 
7768
7917
 
7769
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7918
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7919
+
7770
7920
 
7771
7921
 
7772
7922
 
@@ -7803,7 +7953,8 @@ view.on({
7803
7953
  <td class="type">
7804
7954
 
7805
7955
 
7806
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7956
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7957
+
7807
7958
 
7808
7959
 
7809
7960
 
@@ -7840,7 +7991,8 @@ view.on({
7840
7991
  <td class="type">
7841
7992
 
7842
7993
 
7843
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7994
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7995
+
7844
7996
 
7845
7997
 
7846
7998
 
@@ -7877,7 +8029,8 @@ view.on({
7877
8029
  <td class="type">
7878
8030
 
7879
8031
 
7880
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8032
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8033
+
7881
8034
 
7882
8035
 
7883
8036
 
@@ -8071,6 +8224,7 @@ view.on({
8071
8224
  <span class="param-type">Object</span>
8072
8225
 
8073
8226
 
8227
+
8074
8228
 
8075
8229
  </td>
8076
8230
 
@@ -8104,6 +8258,7 @@ view.on({
8104
8258
  <span class="param-type">String</span>
8105
8259
 
8106
8260
 
8261
+
8107
8262
 
8108
8263
  </td>
8109
8264
 
@@ -8141,6 +8296,7 @@ view.on({
8141
8296
  <span class="param-type">String</span>
8142
8297
 
8143
8298
 
8299
+
8144
8300
 
8145
8301
  </td>
8146
8302
 
@@ -8175,7 +8331,8 @@ view.on({
8175
8331
  <td class="type">
8176
8332
 
8177
8333
 
8178
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8334
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8335
+
8179
8336
 
8180
8337
 
8181
8338
 
@@ -8212,7 +8369,8 @@ view.on({
8212
8369
  <td class="type">
8213
8370
 
8214
8371
 
8215
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8372
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8373
+
8216
8374
 
8217
8375
 
8218
8376
 
@@ -8249,7 +8407,8 @@ view.on({
8249
8407
  <td class="type">
8250
8408
 
8251
8409
 
8252
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8410
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8411
+
8253
8412
 
8254
8413
 
8255
8414
 
@@ -8286,7 +8445,8 @@ view.on({
8286
8445
  <td class="type">
8287
8446
 
8288
8447
 
8289
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8448
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8449
+
8290
8450
 
8291
8451
 
8292
8452
 
@@ -8323,7 +8483,8 @@ view.on({
8323
8483
  <td class="type">
8324
8484
 
8325
8485
 
8326
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8486
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8487
+
8327
8488
 
8328
8489
 
8329
8490
 
@@ -8507,6 +8668,7 @@ view.on({
8507
8668
  <span class="param-type">Object</span>
8508
8669
 
8509
8670
 
8671
+
8510
8672
 
8511
8673
  </td>
8512
8674
 
@@ -8540,6 +8702,7 @@ view.on({
8540
8702
  <span class="param-type">String</span>
8541
8703
 
8542
8704
 
8705
+
8543
8706
 
8544
8707
  </td>
8545
8708
 
@@ -8577,6 +8740,7 @@ view.on({
8577
8740
  <span class="param-type">String</span>
8578
8741
 
8579
8742
 
8743
+
8580
8744
 
8581
8745
  </td>
8582
8746
 
@@ -8611,7 +8775,8 @@ view.on({
8611
8775
  <td class="type">
8612
8776
 
8613
8777
 
8614
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8778
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8779
+
8615
8780
 
8616
8781
 
8617
8782
 
@@ -8648,7 +8813,8 @@ view.on({
8648
8813
  <td class="type">
8649
8814
 
8650
8815
 
8651
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8816
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8817
+
8652
8818
 
8653
8819
 
8654
8820
 
@@ -8685,7 +8851,8 @@ view.on({
8685
8851
  <td class="type">
8686
8852
 
8687
8853
 
8688
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8854
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8855
+
8689
8856
 
8690
8857
 
8691
8858
 
@@ -8722,7 +8889,8 @@ view.on({
8722
8889
  <td class="type">
8723
8890
 
8724
8891
 
8725
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8892
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8893
+
8726
8894
 
8727
8895
 
8728
8896
 
@@ -8759,7 +8927,8 @@ view.on({
8759
8927
  <td class="type">
8760
8928
 
8761
8929
 
8762
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8930
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8931
+
8763
8932
 
8764
8933
 
8765
8934
 
@@ -8966,6 +9135,7 @@ view.on({
8966
9135
  <span class="param-type">Object</span>
8967
9136
 
8968
9137
 
9138
+
8969
9139
 
8970
9140
  </td>
8971
9141
 
@@ -8992,6 +9162,7 @@ view.on({
8992
9162
  <span class="param-type">Number</span>
8993
9163
 
8994
9164
 
9165
+
8995
9166
 
8996
9167
  </td>
8997
9168
 
@@ -9020,6 +9191,7 @@ view.on({
9020
9191
  <span class="param-type">Number</span>
9021
9192
 
9022
9193
 
9194
+
9023
9195
 
9024
9196
  </td>
9025
9197
 
@@ -9048,6 +9220,7 @@ view.on({
9048
9220
  <span class="param-type">String</span>
9049
9221
 
9050
9222
 
9223
+
9051
9224
 
9052
9225
  </td>
9053
9226
 
@@ -9074,6 +9247,7 @@ view.on({
9074
9247
  <span class="param-type">String</span>
9075
9248
 
9076
9249
 
9250
+
9077
9251
 
9078
9252
  </td>
9079
9253
 
@@ -9172,7 +9346,7 @@ view.on({
9172
9346
 
9173
9347
 
9174
9348
  <ul>
9175
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
9349
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
9176
9350
  </ul>
9177
9351
 
9178
9352
 
@@ -9204,11 +9378,12 @@ view.on({
9204
9378
  <tbody>
9205
9379
 
9206
9380
  <tr class="deep-level-0">
9207
- <td class="name"><code><a href="MapImageLayer.html#allSublayers">allSublayers</a></code></td>
9381
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
9208
9382
  <td class="name">
9209
9383
  <code>
9210
9384
 
9211
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9385
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9386
+
9212
9387
 
9213
9388
 
9214
9389
  </code>
@@ -9217,11 +9392,12 @@ view.on({
9217
9392
  </tr>
9218
9393
 
9219
9394
  <tr class="deep-level-0">
9220
- <td class="name"><code><a href="MapImageLayer.html#allSublayers">allSublayers</a></code></td>
9395
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
9221
9396
  <td class="name">
9222
9397
  <code>
9223
9398
 
9224
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9399
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9400
+
9225
9401
 
9226
9402
 
9227
9403
  </code>
@@ -9230,128 +9406,138 @@ view.on({
9230
9406
  </tr>
9231
9407
 
9232
9408
  <tr class="deep-level-0">
9233
- <td class="name"><code><a href="MapImageLayer.html#capabilities">capabilities</a></code></td>
9409
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
9234
9410
  <td class="name">
9235
9411
  <code>
9236
9412
 
9237
9413
  <span class="param-type">String</span>
9238
9414
 
9239
9415
 
9416
+
9240
9417
  </code>
9241
9418
  </td>
9242
9419
  <td class="name"><code><p>可提供的服务</p></code></td>
9243
9420
  </tr>
9244
9421
 
9245
9422
  <tr class="deep-level-0">
9246
- <td class="name"><code><a href="MapImageLayer.html#capabilities">capabilities</a></code></td>
9423
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
9247
9424
  <td class="name">
9248
9425
  <code>
9249
9426
 
9250
9427
  <span class="param-type">Array</span>
9251
9428
 
9252
9429
 
9430
+
9253
9431
  </code>
9254
9432
  </td>
9255
9433
  <td class="name"><code><p>可提供的服务</p></code></td>
9256
9434
  </tr>
9257
9435
 
9258
9436
  <tr class="deep-level-0">
9259
- <td class="name"><code><a href="MapImageLayer.html#copyright">copyright</a></code></td>
9437
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
9260
9438
  <td class="name">
9261
9439
  <code>
9262
9440
 
9263
9441
  <span class="param-type">String</span>
9264
9442
 
9265
9443
 
9444
+
9266
9445
  </code>
9267
9446
  </td>
9268
9447
  <td class="name"><code><p>版权所有</p></code></td>
9269
9448
  </tr>
9270
9449
 
9271
9450
  <tr class="deep-level-0">
9272
- <td class="name"><code><a href="MapImageLayer.html#description">description</a></code></td>
9451
+ <td class="name"><code><a href="#description">description</a></code></td>
9273
9452
  <td class="name">
9274
9453
  <code>
9275
9454
 
9276
9455
  <span class="param-type">String</span>
9277
9456
 
9278
9457
 
9458
+
9279
9459
  </code>
9280
9460
  </td>
9281
9461
  <td class="name"><code><p>图层描述</p></code></td>
9282
9462
  </tr>
9283
9463
 
9284
9464
  <tr class="deep-level-0">
9285
- <td class="name"><code><a href="MapImageLayer.html#documentInfo">documentInfo</a></code></td>
9465
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
9286
9466
  <td class="name">
9287
9467
  <code>
9288
9468
 
9289
9469
  <span class="param-type">String</span>
9290
9470
 
9291
9471
 
9472
+
9292
9473
  </code>
9293
9474
  </td>
9294
9475
  <td class="name"><code><p>地图文档信息</p></code></td>
9295
9476
  </tr>
9296
9477
 
9297
9478
  <tr class="deep-level-0">
9298
- <td class="name"><code><a href="MapImageLayer.html#documentInfo">documentInfo</a></code></td>
9479
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
9299
9480
  <td class="name">
9300
9481
  <code>
9301
9482
 
9302
9483
  <span class="param-type">String</span>
9303
9484
 
9304
9485
 
9486
+
9305
9487
  </code>
9306
9488
  </td>
9307
9489
  <td class="name"><code><p>地图文档信息</p></code></td>
9308
9490
  </tr>
9309
9491
 
9310
9492
  <tr class="deep-level-0">
9311
- <td class="name"><code><a href="MapImageLayer.html#extendOptions">extendOptions</a></code></td>
9493
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
9312
9494
  <td class="name">
9313
9495
  <code>
9314
9496
 
9315
9497
  <span class="param-type">Object</span>
9316
9498
 
9317
9499
 
9500
+
9318
9501
  </code>
9319
9502
  </td>
9320
9503
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
9321
9504
  </tr>
9322
9505
 
9323
9506
  <tr class="deep-level-0">
9324
- <td class="name"><code><a href="MapImageLayer.html#extendProps">extendProps</a></code></td>
9507
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
9325
9508
  <td class="name">
9326
9509
  <code>
9327
9510
 
9328
9511
  <span class="param-type">Object</span>
9329
9512
 
9330
9513
 
9514
+
9331
9515
  </code>
9332
9516
  </td>
9333
9517
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
9334
9518
  </tr>
9335
9519
 
9336
9520
  <tr class="deep-level-0">
9337
- <td class="name"><code><a href="MapImageLayer.html#extent">extent</a></code></td>
9521
+ <td class="name"><code><a href="#extent">extent</a></code></td>
9338
9522
  <td class="name">
9339
9523
  <code>
9340
9524
 
9341
9525
  <span class="param-type">String</span>
9342
9526
 
9343
9527
 
9528
+
9344
9529
  </code>
9345
9530
  </td>
9346
9531
  <td class="name"><code><p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p></code></td>
9347
9532
  </tr>
9348
9533
 
9349
9534
  <tr class="deep-level-0">
9350
- <td class="name"><code><a href="MapImageLayer.html#extent">extent</a></code></td>
9535
+ <td class="name"><code><a href="#extent">extent</a></code></td>
9351
9536
  <td class="name">
9352
9537
  <code>
9353
9538
 
9354
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
9539
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
9540
+
9355
9541
 
9356
9542
 
9357
9543
  </code>
@@ -9360,297 +9546,320 @@ view.on({
9360
9546
  </tr>
9361
9547
 
9362
9548
  <tr class="deep-level-0">
9363
- <td class="name"><code><a href="MapImageLayer.html#extent">extent</a></code></td>
9549
+ <td class="name"><code><a href="#extent">extent</a></code></td>
9364
9550
  <td class="name">
9365
9551
  <code>
9366
9552
 
9367
9553
  <span class="param-type">String</span>
9368
9554
 
9369
9555
 
9556
+
9370
9557
  </code>
9371
9558
  </td>
9372
9559
  <td class="name"><code><p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p></code></td>
9373
9560
  </tr>
9374
9561
 
9375
9562
  <tr class="deep-level-0">
9376
- <td class="name"><code><a href="MapImageLayer.html#headers">headers</a></code></td>
9563
+ <td class="name"><code><a href="#headers">headers</a></code></td>
9377
9564
  <td class="name">
9378
9565
  <code>
9379
9566
 
9380
9567
  <span class="param-type">String</span>
9381
9568
 
9382
9569
 
9570
+
9383
9571
  </code>
9384
9572
  </td>
9385
9573
  <td class="name"><code><p>设置服务请求头</p></code></td>
9386
9574
  </tr>
9387
9575
 
9388
9576
  <tr class="deep-level-0">
9389
- <td class="name"><code><a href="MapImageLayer.html#httpMethod">httpMethod</a></code></td>
9577
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
9390
9578
  <td class="name">
9391
9579
  <code>
9392
9580
 
9393
9581
  <span class="param-type">String</span>
9394
9582
 
9395
9583
 
9584
+
9396
9585
  </code>
9397
9586
  </td>
9398
9587
  <td class="name"><code><p>http请求方式</p></code></td>
9399
9588
  </tr>
9400
9589
 
9401
9590
  <tr class="deep-level-0">
9402
- <td class="name"><code><a href="MapImageLayer.html#id">id</a></code></td>
9591
+ <td class="name"><code><a href="#id">id</a></code></td>
9403
9592
  <td class="name">
9404
9593
  <code>
9405
9594
 
9406
9595
  <span class="param-type">String</span>
9407
9596
 
9408
9597
 
9598
+
9409
9599
  </code>
9410
9600
  </td>
9411
9601
  <td class="name"><code><p>图层id</p></code></td>
9412
9602
  </tr>
9413
9603
 
9414
9604
  <tr class="deep-level-0">
9415
- <td class="name"><code><a href="MapImageLayer.html#imageFormat">imageFormat</a></code></td>
9605
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
9416
9606
  <td class="name">
9417
9607
  <code>
9418
9608
 
9419
9609
  <span class="param-type">String</span>
9420
9610
 
9421
9611
 
9612
+
9422
9613
  </code>
9423
9614
  </td>
9424
9615
  <td class="name"><code><p>图片格式</p></code></td>
9425
9616
  </tr>
9426
9617
 
9427
9618
  <tr class="deep-level-0">
9428
- <td class="name"><code><a href="MapImageLayer.html#imageFormat">imageFormat</a></code></td>
9619
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
9429
9620
  <td class="name">
9430
9621
  <code>
9431
9622
 
9432
9623
  <span class="param-type">String</span>
9433
9624
 
9434
9625
 
9626
+
9435
9627
  </code>
9436
9628
  </td>
9437
9629
  <td class="name"><code><p>图片格式</p></code></td>
9438
9630
  </tr>
9439
9631
 
9440
9632
  <tr class="deep-level-0">
9441
- <td class="name"><code><a href="MapImageLayer.html#imageHeight">imageHeight</a></code></td>
9633
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
9442
9634
  <td class="name">
9443
9635
  <code>
9444
9636
 
9445
9637
  <span class="param-type">Number</span>
9446
9638
 
9447
9639
 
9640
+
9448
9641
  </code>
9449
9642
  </td>
9450
9643
  <td class="name"><code><p>瓦片化显示时,瓦片高度</p></code></td>
9451
9644
  </tr>
9452
9645
 
9453
9646
  <tr class="deep-level-0">
9454
- <td class="name"><code><a href="MapImageLayer.html#imageHeight">imageHeight</a></code></td>
9647
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
9455
9648
  <td class="name">
9456
9649
  <code>
9457
9650
 
9458
9651
  <span class="param-type">Number</span>
9459
9652
 
9460
9653
 
9654
+
9461
9655
  </code>
9462
9656
  </td>
9463
9657
  <td class="name"><code><p>瓦片化显示时,瓦片高度</p></code></td>
9464
9658
  </tr>
9465
9659
 
9466
9660
  <tr class="deep-level-0">
9467
- <td class="name"><code><a href="MapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
9661
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
9468
9662
  <td class="name">
9469
9663
  <code>
9470
9664
 
9471
9665
  <span class="param-type">Boolean</span>
9472
9666
 
9473
9667
 
9668
+
9474
9669
  </code>
9475
9670
  </td>
9476
9671
  <td class="name"><code><p>图片中没有数据的地方是否透明</p></code></td>
9477
9672
  </tr>
9478
9673
 
9479
9674
  <tr class="deep-level-0">
9480
- <td class="name"><code><a href="MapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
9675
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
9481
9676
  <td class="name">
9482
9677
  <code>
9483
9678
 
9484
9679
  <span class="param-type">Boolean</span>
9485
9680
 
9486
9681
 
9682
+
9487
9683
  </code>
9488
9684
  </td>
9489
9685
  <td class="name"><code><p>图片中没有数据的地方是否透明</p></code></td>
9490
9686
  </tr>
9491
9687
 
9492
9688
  <tr class="deep-level-0">
9493
- <td class="name"><code><a href="MapImageLayer.html#imageWidth">imageWidth</a></code></td>
9689
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
9494
9690
  <td class="name">
9495
9691
  <code>
9496
9692
 
9497
9693
  <span class="param-type">Number</span>
9498
9694
 
9499
9695
 
9696
+
9500
9697
  </code>
9501
9698
  </td>
9502
9699
  <td class="name"><code><p>瓦片化显示时,瓦片宽度</p></code></td>
9503
9700
  </tr>
9504
9701
 
9505
9702
  <tr class="deep-level-0">
9506
- <td class="name"><code><a href="MapImageLayer.html#imageWidth">imageWidth</a></code></td>
9703
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
9507
9704
  <td class="name">
9508
9705
  <code>
9509
9706
 
9510
9707
  <span class="param-type">Number</span>
9511
9708
 
9512
9709
 
9710
+
9513
9711
  </code>
9514
9712
  </td>
9515
9713
  <td class="name"><code><p>瓦片化显示时,瓦片宽度</p></code></td>
9516
9714
  </tr>
9517
9715
 
9518
9716
  <tr class="deep-level-0">
9519
- <td class="name"><code><a href="MapImageLayer.html#index">index</a></code></td>
9717
+ <td class="name"><code><a href="#index">index</a></code></td>
9520
9718
  <td class="name">
9521
9719
  <code>
9522
9720
 
9523
9721
  <span class="param-type">Number</span>
9524
9722
 
9525
9723
 
9724
+
9526
9725
  </code>
9527
9726
  </td>
9528
9727
  <td class="name"><code><p>图层顺序</p></code></td>
9529
9728
  </tr>
9530
9729
 
9531
9730
  <tr class="deep-level-0">
9532
- <td class="name"><code><a href="MapImageLayer.html#loaded">loaded</a></code></td>
9731
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
9533
9732
  <td class="name">
9534
9733
  <code>
9535
9734
 
9536
9735
  <span class="param-type">Boolean</span>
9537
9736
 
9538
9737
 
9738
+
9539
9739
  </code>
9540
9740
  </td>
9541
9741
  <td class="name"><code><p>是否加载完毕</p></code></td>
9542
9742
  </tr>
9543
9743
 
9544
9744
  <tr class="deep-level-0">
9545
- <td class="name"><code><a href="MapImageLayer.html#loadStatus">loadStatus</a></code></td>
9745
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
9546
9746
  <td class="name">
9547
9747
  <code>
9548
9748
 
9549
9749
  <span class="param-type">String</span>
9550
9750
 
9551
9751
 
9752
+
9552
9753
  </code>
9553
9754
  </td>
9554
9755
  <td class="name"><code><p>图层加载状态</p></code></td>
9555
9756
  </tr>
9556
9757
 
9557
9758
  <tr class="deep-level-0">
9558
- <td class="name"><code><a href="MapImageLayer.html#mapName">mapName</a></code></td>
9759
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
9559
9760
  <td class="name">
9560
9761
  <code>
9561
9762
 
9562
9763
  <span class="param-type">String</span>
9563
9764
 
9564
9765
 
9766
+
9565
9767
  </code>
9566
9768
  </td>
9567
9769
  <td class="name"><code><p>地图名称</p></code></td>
9568
9770
  </tr>
9569
9771
 
9570
9772
  <tr class="deep-level-0">
9571
- <td class="name"><code><a href="MapImageLayer.html#mapName">mapName</a></code></td>
9773
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
9572
9774
  <td class="name">
9573
9775
  <code>
9574
9776
 
9575
9777
  <span class="param-type">String</span>
9576
9778
 
9577
9779
 
9780
+
9578
9781
  </code>
9579
9782
  </td>
9580
9783
  <td class="name"><code><p>地图名称</p></code></td>
9581
9784
  </tr>
9582
9785
 
9583
9786
  <tr class="deep-level-0">
9584
- <td class="name"><code><a href="MapImageLayer.html#maxScale">maxScale</a></code></td>
9787
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
9585
9788
  <td class="name">
9586
9789
  <code>
9587
9790
 
9588
9791
  <span class="param-type">Number</span>
9589
9792
 
9590
9793
 
9794
+
9591
9795
  </code>
9592
9796
  </td>
9593
9797
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
9594
9798
  </tr>
9595
9799
 
9596
9800
  <tr class="deep-level-0">
9597
- <td class="name"><code><a href="MapImageLayer.html#minScale">minScale</a></code></td>
9801
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
9598
9802
  <td class="name">
9599
9803
  <code>
9600
9804
 
9601
9805
  <span class="param-type">Number</span>
9602
9806
 
9603
9807
 
9808
+
9604
9809
  </code>
9605
9810
  </td>
9606
9811
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
9607
9812
  </tr>
9608
9813
 
9609
9814
  <tr class="deep-level-0">
9610
- <td class="name"><code><a href="MapImageLayer.html#opacity">opacity</a></code></td>
9815
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
9611
9816
  <td class="name">
9612
9817
  <code>
9613
9818
 
9614
9819
  <span class="param-type">Number</span>
9615
9820
 
9616
9821
 
9822
+
9617
9823
  </code>
9618
9824
  </td>
9619
9825
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
9620
9826
  </tr>
9621
9827
 
9622
9828
  <tr class="deep-level-0">
9623
- <td class="name"><code><a href="MapImageLayer.html#renderMode">renderMode</a></code></td>
9829
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
9624
9830
  <td class="name">
9625
9831
  <code>
9626
9832
 
9627
9833
  <span class="param-type">String</span>
9628
9834
 
9629
9835
 
9836
+
9630
9837
  </code>
9631
9838
  </td>
9632
9839
  <td class="name"><code><p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p></code></td>
9633
9840
  </tr>
9634
9841
 
9635
9842
  <tr class="deep-level-0">
9636
- <td class="name"><code><a href="MapImageLayer.html#renderMode">renderMode</a></code></td>
9843
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
9637
9844
  <td class="name">
9638
9845
  <code>
9639
9846
 
9640
9847
  <span class="param-type">String</span>
9641
9848
 
9642
9849
 
9850
+
9643
9851
  </code>
9644
9852
  </td>
9645
9853
  <td class="name"><code><p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p></code></td>
9646
9854
  </tr>
9647
9855
 
9648
9856
  <tr class="deep-level-0">
9649
- <td class="name"><code><a href="MapImageLayer.html#spatialReference">spatialReference</a></code></td>
9857
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
9650
9858
  <td class="name">
9651
9859
  <code>
9652
9860
 
9653
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
9861
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
9862
+
9654
9863
 
9655
9864
 
9656
9865
  </code>
@@ -9659,11 +9868,12 @@ view.on({
9659
9868
  </tr>
9660
9869
 
9661
9870
  <tr class="deep-level-0">
9662
- <td class="name"><code><a href="MapImageLayer.html#sublayers">sublayers</a></code></td>
9871
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
9663
9872
  <td class="name">
9664
9873
  <code>
9665
9874
 
9666
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9875
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9876
+
9667
9877
 
9668
9878
 
9669
9879
  </code>
@@ -9672,91 +9882,98 @@ view.on({
9672
9882
  </tr>
9673
9883
 
9674
9884
  <tr class="deep-level-0">
9675
- <td class="name"><code><a href="MapImageLayer.html#title">title</a></code></td>
9885
+ <td class="name"><code><a href="#title">title</a></code></td>
9676
9886
  <td class="name">
9677
9887
  <code>
9678
9888
 
9679
9889
  <span class="param-type">String</span>
9680
9890
 
9681
9891
 
9892
+
9682
9893
  </code>
9683
9894
  </td>
9684
9895
  <td class="name"><code><p>图层名称</p></code></td>
9685
9896
  </tr>
9686
9897
 
9687
9898
  <tr class="deep-level-0">
9688
- <td class="name"><code><a href="MapImageLayer.html#tokenKey">tokenKey</a></code></td>
9899
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
9689
9900
  <td class="name">
9690
9901
  <code>
9691
9902
 
9692
9903
  <span class="param-type">String</span>
9693
9904
 
9694
9905
 
9906
+
9695
9907
  </code>
9696
9908
  </td>
9697
9909
  <td class="name"><code><p>token名</p></code></td>
9698
9910
  </tr>
9699
9911
 
9700
9912
  <tr class="deep-level-0">
9701
- <td class="name"><code><a href="MapImageLayer.html#tokenValue">tokenValue</a></code></td>
9913
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
9702
9914
  <td class="name">
9703
9915
  <code>
9704
9916
 
9705
9917
  <span class="param-type">String</span>
9706
9918
 
9707
9919
 
9920
+
9708
9921
  </code>
9709
9922
  </td>
9710
9923
  <td class="name"><code><p>token值</p></code></td>
9711
9924
  </tr>
9712
9925
 
9713
9926
  <tr class="deep-level-0">
9714
- <td class="name"><code><a href="MapImageLayer.html#type">type</a></code></td>
9927
+ <td class="name"><code><a href="#type">type</a></code></td>
9715
9928
  <td class="name">
9716
9929
  <code>
9717
9930
 
9718
9931
  <span class="param-type">String</span>
9719
9932
 
9720
9933
 
9934
+
9721
9935
  </code>
9722
9936
  </td>
9723
9937
  <td class="name"><code><p>图层类型</p></code></td>
9724
9938
  </tr>
9725
9939
 
9726
9940
  <tr class="deep-level-0">
9727
- <td class="name"><code><a href="MapImageLayer.html#url">url</a></code></td>
9941
+ <td class="name"><code><a href="#url">url</a></code></td>
9728
9942
  <td class="name">
9729
9943
  <code>
9730
9944
 
9731
9945
  <span class="param-type">String</span>
9732
9946
 
9733
9947
 
9948
+
9734
9949
  </code>
9735
9950
  </td>
9736
9951
  <td class="name"><code><p>服务基地址</p></code></td>
9737
9952
  </tr>
9738
9953
 
9739
9954
  <tr class="deep-level-0">
9740
- <td class="name"><code><a href="MapImageLayer.html#url">url</a></code></td>
9955
+ <td class="name"><code><a href="#url">url</a></code></td>
9741
9956
  <td class="name">
9742
9957
  <code>
9743
9958
 
9744
9959
  <span class="param-type">String</span>
9745
9960
 
9746
9961
 
9962
+
9747
9963
  </code>
9748
9964
  </td>
9749
9965
  <td class="name"><code><p>服务基地址</p></code></td>
9750
9966
  </tr>
9751
9967
 
9752
9968
  <tr class="deep-level-0">
9753
- <td class="name"><code><a href="MapImageLayer.html#visible">visible</a></code></td>
9969
+ <td class="name"><code><a href="#visible">visible</a></code></td>
9754
9970
  <td class="name">
9755
9971
  <code>
9756
9972
 
9757
9973
  <span class="param-type">Number</span>
9758
9974
 
9759
9975
 
9976
+
9760
9977
  </code>
9761
9978
  </td>
9762
9979
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -9773,7 +9990,8 @@ view.on({
9773
9990
  <span class="method-parameter is-pulled-right">
9774
9991
  <label>类型:</label>
9775
9992
 
9776
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9993
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9994
+
9777
9995
 
9778
9996
 
9779
9997
  </span>
@@ -9843,7 +10061,8 @@ view.on({
9843
10061
  <span class="method-parameter is-pulled-right">
9844
10062
  <label>类型:</label>
9845
10063
 
9846
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10064
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10065
+
9847
10066
 
9848
10067
 
9849
10068
  </span>
@@ -9920,6 +10139,7 @@ view.on({
9920
10139
  <span class="param-type">String</span>
9921
10140
 
9922
10141
 
10142
+
9923
10143
  </span>
9924
10144
 
9925
10145
  <h4 class="name" id="capabilities">
@@ -9994,6 +10214,7 @@ view.on({
9994
10214
  <span class="param-type">Array</span>
9995
10215
 
9996
10216
 
10217
+
9997
10218
  </span>
9998
10219
 
9999
10220
  <h4 class="name" id="capabilities">
@@ -10068,6 +10289,7 @@ view.on({
10068
10289
  <span class="param-type">String</span>
10069
10290
 
10070
10291
 
10292
+
10071
10293
  </span>
10072
10294
 
10073
10295
  <h4 class="name" id="copyright">
@@ -10147,6 +10369,7 @@ view.on({
10147
10369
  <span class="param-type">String</span>
10148
10370
 
10149
10371
 
10372
+
10150
10373
  </span>
10151
10374
 
10152
10375
  <h4 class="name" id="description">
@@ -10226,6 +10449,7 @@ view.on({
10226
10449
  <span class="param-type">String</span>
10227
10450
 
10228
10451
 
10452
+
10229
10453
  </span>
10230
10454
 
10231
10455
  <h4 class="name" id="documentInfo">
@@ -10300,6 +10524,7 @@ view.on({
10300
10524
  <span class="param-type">String</span>
10301
10525
 
10302
10526
 
10527
+
10303
10528
  </span>
10304
10529
 
10305
10530
  <h4 class="name" id="documentInfo">
@@ -10374,6 +10599,7 @@ view.on({
10374
10599
  <span class="param-type">Object</span>
10375
10600
 
10376
10601
 
10602
+
10377
10603
  </span>
10378
10604
 
10379
10605
  <h4 class="name" id="extendOptions">
@@ -10449,6 +10675,7 @@ view.on({
10449
10675
  <span class="param-type">Object</span>
10450
10676
 
10451
10677
 
10678
+
10452
10679
  </span>
10453
10680
 
10454
10681
  <h4 class="name" id="extendProps">
@@ -10524,6 +10751,7 @@ view.on({
10524
10751
  <span class="param-type">String</span>
10525
10752
 
10526
10753
 
10754
+
10527
10755
  </span>
10528
10756
 
10529
10757
  <h4 class="name" id="extent">
@@ -10600,7 +10828,8 @@ view.on({
10600
10828
  <span class="method-parameter is-pulled-right">
10601
10829
  <label>类型:</label>
10602
10830
 
10603
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
10831
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
10832
+
10604
10833
 
10605
10834
 
10606
10835
  </span>
@@ -10682,6 +10911,7 @@ view.on({
10682
10911
  <span class="param-type">String</span>
10683
10912
 
10684
10913
 
10914
+
10685
10915
  </span>
10686
10916
 
10687
10917
  <h4 class="name" id="extent">
@@ -10761,6 +10991,7 @@ view.on({
10761
10991
  <span class="param-type">String</span>
10762
10992
 
10763
10993
 
10994
+
10764
10995
  </span>
10765
10996
 
10766
10997
  <h4 class="name" id="headers">
@@ -10836,6 +11067,7 @@ view.on({
10836
11067
  <span class="param-type">String</span>
10837
11068
 
10838
11069
 
11070
+
10839
11071
  </span>
10840
11072
 
10841
11073
  <h4 class="name" id="httpMethod">
@@ -10911,6 +11143,7 @@ view.on({
10911
11143
  <span class="param-type">String</span>
10912
11144
 
10913
11145
 
11146
+
10914
11147
  </span>
10915
11148
 
10916
11149
  <h4 class="name" id="id">
@@ -10990,6 +11223,7 @@ view.on({
10990
11223
  <span class="param-type">String</span>
10991
11224
 
10992
11225
 
11226
+
10993
11227
  </span>
10994
11228
 
10995
11229
  <h4 class="name" id="imageFormat">
@@ -11060,6 +11294,7 @@ view.on({
11060
11294
  <span class="param-type">String</span>
11061
11295
 
11062
11296
 
11297
+
11063
11298
  </span>
11064
11299
 
11065
11300
  <h4 class="name" id="imageFormat">
@@ -11130,6 +11365,7 @@ view.on({
11130
11365
  <span class="param-type">Number</span>
11131
11366
 
11132
11367
 
11368
+
11133
11369
  </span>
11134
11370
 
11135
11371
  <h4 class="name" id="imageHeight">
@@ -11200,6 +11436,7 @@ view.on({
11200
11436
  <span class="param-type">Number</span>
11201
11437
 
11202
11438
 
11439
+
11203
11440
  </span>
11204
11441
 
11205
11442
  <h4 class="name" id="imageHeight">
@@ -11270,6 +11507,7 @@ view.on({
11270
11507
  <span class="param-type">Boolean</span>
11271
11508
 
11272
11509
 
11510
+
11273
11511
  </span>
11274
11512
 
11275
11513
  <h4 class="name" id="imageTransparency">
@@ -11340,6 +11578,7 @@ view.on({
11340
11578
  <span class="param-type">Boolean</span>
11341
11579
 
11342
11580
 
11581
+
11343
11582
  </span>
11344
11583
 
11345
11584
  <h4 class="name" id="imageTransparency">
@@ -11410,6 +11649,7 @@ view.on({
11410
11649
  <span class="param-type">Number</span>
11411
11650
 
11412
11651
 
11652
+
11413
11653
  </span>
11414
11654
 
11415
11655
  <h4 class="name" id="imageWidth">
@@ -11480,6 +11720,7 @@ view.on({
11480
11720
  <span class="param-type">Number</span>
11481
11721
 
11482
11722
 
11723
+
11483
11724
  </span>
11484
11725
 
11485
11726
  <h4 class="name" id="imageWidth">
@@ -11550,6 +11791,7 @@ view.on({
11550
11791
  <span class="param-type">Number</span>
11551
11792
 
11552
11793
 
11794
+
11553
11795
  </span>
11554
11796
 
11555
11797
  <h4 class="name" id="index">
@@ -11625,6 +11867,7 @@ view.on({
11625
11867
  <span class="param-type">Boolean</span>
11626
11868
 
11627
11869
 
11870
+
11628
11871
  </span>
11629
11872
 
11630
11873
  <h4 class="name" id="loaded">
@@ -11709,6 +11952,7 @@ view.on({
11709
11952
  <span class="param-type">String</span>
11710
11953
 
11711
11954
 
11955
+
11712
11956
  </span>
11713
11957
 
11714
11958
  <h4 class="name" id="loadStatus">
@@ -11793,6 +12037,7 @@ view.on({
11793
12037
  <span class="param-type">String</span>
11794
12038
 
11795
12039
 
12040
+
11796
12041
  </span>
11797
12042
 
11798
12043
  <h4 class="name" id="mapName">
@@ -11867,6 +12112,7 @@ view.on({
11867
12112
  <span class="param-type">String</span>
11868
12113
 
11869
12114
 
12115
+
11870
12116
  </span>
11871
12117
 
11872
12118
  <h4 class="name" id="mapName">
@@ -11941,6 +12187,7 @@ view.on({
11941
12187
  <span class="param-type">Number</span>
11942
12188
 
11943
12189
 
12190
+
11944
12191
  </span>
11945
12192
 
11946
12193
  <h4 class="name" id="maxScale">
@@ -12021,6 +12268,7 @@ view.on({
12021
12268
  <span class="param-type">Number</span>
12022
12269
 
12023
12270
 
12271
+
12024
12272
  </span>
12025
12273
 
12026
12274
  <h4 class="name" id="minScale">
@@ -12101,6 +12349,7 @@ view.on({
12101
12349
  <span class="param-type">Number</span>
12102
12350
 
12103
12351
 
12352
+
12104
12353
  </span>
12105
12354
 
12106
12355
  <h4 class="name" id="opacity">
@@ -12176,6 +12425,7 @@ view.on({
12176
12425
  <span class="param-type">String</span>
12177
12426
 
12178
12427
 
12428
+
12179
12429
  </span>
12180
12430
 
12181
12431
  <h4 class="name" id="renderMode">
@@ -12246,6 +12496,7 @@ view.on({
12246
12496
  <span class="param-type">String</span>
12247
12497
 
12248
12498
 
12499
+
12249
12500
  </span>
12250
12501
 
12251
12502
  <h4 class="name" id="renderMode">
@@ -12313,7 +12564,8 @@ view.on({
12313
12564
  <span class="method-parameter is-pulled-right">
12314
12565
  <label>类型:</label>
12315
12566
 
12316
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
12567
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
12568
+
12317
12569
 
12318
12570
 
12319
12571
  </span>
@@ -12388,7 +12640,8 @@ view.on({
12388
12640
  <span class="method-parameter is-pulled-right">
12389
12641
  <label>类型:</label>
12390
12642
 
12391
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12643
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12644
+
12392
12645
 
12393
12646
 
12394
12647
  </span>
@@ -12461,6 +12714,7 @@ view.on({
12461
12714
  <span class="param-type">String</span>
12462
12715
 
12463
12716
 
12717
+
12464
12718
  </span>
12465
12719
 
12466
12720
  <h4 class="name" id="title">
@@ -12536,6 +12790,7 @@ view.on({
12536
12790
  <span class="param-type">String</span>
12537
12791
 
12538
12792
 
12793
+
12539
12794
  </span>
12540
12795
 
12541
12796
  <h4 class="name" id="tokenKey">
@@ -12616,6 +12871,7 @@ view.on({
12616
12871
  <span class="param-type">String</span>
12617
12872
 
12618
12873
 
12874
+
12619
12875
  </span>
12620
12876
 
12621
12877
  <h4 class="name" id="tokenValue">
@@ -12691,6 +12947,7 @@ view.on({
12691
12947
  <span class="param-type">String</span>
12692
12948
 
12693
12949
 
12950
+
12694
12951
  </span>
12695
12952
 
12696
12953
  <h4 class="name" id="type">
@@ -12770,6 +13027,7 @@ view.on({
12770
13027
  <span class="param-type">String</span>
12771
13028
 
12772
13029
 
13030
+
12773
13031
  </span>
12774
13032
 
12775
13033
  <h4 class="name" id="url">
@@ -12844,6 +13102,7 @@ view.on({
12844
13102
  <span class="param-type">String</span>
12845
13103
 
12846
13104
 
13105
+
12847
13106
  </span>
12848
13107
 
12849
13108
  <h4 class="name" id="url">
@@ -12918,6 +13177,7 @@ view.on({
12918
13177
  <span class="param-type">Number</span>
12919
13178
 
12920
13179
 
13180
+
12921
13181
  </span>
12922
13182
 
12923
13183
  <h4 class="name" id="visible">
@@ -13006,12 +13266,13 @@ view.on({
13006
13266
  <tbody>
13007
13267
 
13008
13268
  <tr class="deep-level-0">
13009
- <td class="name"><code><a href="MapImageLayer.html#clone">clone</a></code></td>
13269
+ <td class="name"><code><a href="#clone">clone</a></code></td>
13010
13270
  <td class="name">
13011
13271
  <code>
13012
13272
 
13013
13273
 
13014
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
13274
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
13275
+
13015
13276
 
13016
13277
 
13017
13278
 
@@ -13021,12 +13282,13 @@ view.on({
13021
13282
  </tr>
13022
13283
 
13023
13284
  <tr class="deep-level-0">
13024
- <td class="name"><code><a href="MapImageLayer.html#clone">clone</a></code></td>
13285
+ <td class="name"><code><a href="#clone">clone</a></code></td>
13025
13286
  <td class="name">
13026
13287
  <code>
13027
13288
 
13028
13289
 
13029
- <span class="param-type"><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
13290
+ <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
13291
+
13030
13292
 
13031
13293
 
13032
13294
 
@@ -13036,7 +13298,7 @@ view.on({
13036
13298
  </tr>
13037
13299
 
13038
13300
  <tr class="deep-level-0">
13039
- <td class="name"><code><a href="MapImageLayer.html#destroy">destroy</a></code></td>
13301
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
13040
13302
  <td class="name">
13041
13303
  <code>
13042
13304
 
@@ -13044,6 +13306,7 @@ view.on({
13044
13306
  <span class="param-type">*</span>
13045
13307
 
13046
13308
 
13309
+
13047
13310
 
13048
13311
  </code>
13049
13312
  </td>
@@ -13051,7 +13314,7 @@ view.on({
13051
13314
  </tr>
13052
13315
 
13053
13316
  <tr class="deep-level-0">
13054
- <td class="name"><code><a href="MapImageLayer.html#isLoaded">isLoaded</a></code></td>
13317
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
13055
13318
  <td class="name">
13056
13319
  <code>
13057
13320
 
@@ -13059,6 +13322,7 @@ view.on({
13059
13322
  <span class="param-type">Boolean</span>
13060
13323
 
13061
13324
 
13325
+
13062
13326
 
13063
13327
  </code>
13064
13328
  </td>
@@ -13066,7 +13330,7 @@ view.on({
13066
13330
  </tr>
13067
13331
 
13068
13332
  <tr class="deep-level-0">
13069
- <td class="name"><code><a href="MapImageLayer.html#off">off</a></code></td>
13333
+ <td class="name"><code><a href="#off">off</a></code></td>
13070
13334
  <td class="name">
13071
13335
  <code>
13072
13336
 
@@ -13074,6 +13338,7 @@ view.on({
13074
13338
  <span class="param-type">Object</span>
13075
13339
 
13076
13340
 
13341
+
13077
13342
 
13078
13343
  </code>
13079
13344
  </td>
@@ -13088,7 +13353,7 @@ view.on({
13088
13353
  </tr>
13089
13354
 
13090
13355
  <tr class="deep-level-0">
13091
- <td class="name"><code><a href="MapImageLayer.html#on">on</a></code></td>
13356
+ <td class="name"><code><a href="#on">on</a></code></td>
13092
13357
  <td class="name">
13093
13358
  <code>
13094
13359
 
@@ -13096,6 +13361,7 @@ view.on({
13096
13361
  <span class="param-type">Object</span>
13097
13362
 
13098
13363
 
13364
+
13099
13365
 
13100
13366
  </code>
13101
13367
  </td>
@@ -13109,7 +13375,7 @@ view.on({
13109
13375
  </tr>
13110
13376
 
13111
13377
  <tr class="deep-level-0">
13112
- <td class="name"><code><a href="MapImageLayer.html#refresh">refresh</a></code></td>
13378
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
13113
13379
  <td class="name">
13114
13380
  <code>
13115
13381
 
@@ -13119,7 +13385,7 @@ view.on({
13119
13385
  </tr>
13120
13386
 
13121
13387
  <tr class="deep-level-0">
13122
- <td class="name"><code><a href="MapImageLayer.html#toJSON">toJSON</a></code></td>
13388
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
13123
13389
  <td class="name">
13124
13390
  <code>
13125
13391
 
@@ -13127,6 +13393,7 @@ view.on({
13127
13393
  <span class="param-type">Object</span>
13128
13394
 
13129
13395
 
13396
+
13130
13397
 
13131
13398
  </code>
13132
13399
  </td>
@@ -13134,7 +13401,7 @@ view.on({
13134
13401
  </tr>
13135
13402
 
13136
13403
  <tr class="deep-level-0">
13137
- <td class="name"><code><a href="MapImageLayer.html#toJSON">toJSON</a></code></td>
13404
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
13138
13405
  <td class="name">
13139
13406
  <code>
13140
13407
 
@@ -13142,6 +13409,7 @@ view.on({
13142
13409
  <span class="param-type">Object</span>
13143
13410
 
13144
13411
 
13412
+
13145
13413
 
13146
13414
  </code>
13147
13415
  </td>
@@ -13256,7 +13524,8 @@ view.on({
13256
13524
  <div class='column is-5 has-text-left'>
13257
13525
  <label>类型: </label>
13258
13526
 
13259
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
13527
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
13528
+
13260
13529
 
13261
13530
 
13262
13531
  </div>
@@ -13377,7 +13646,8 @@ view.on({
13377
13646
  <div class='column is-5 has-text-left'>
13378
13647
  <label>类型: </label>
13379
13648
 
13380
- <span class="param-type"><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
13649
+ <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
13650
+
13381
13651
 
13382
13652
 
13383
13653
  </div>
@@ -13495,6 +13765,7 @@ view.on({
13495
13765
  <span class="param-type">*</span>
13496
13766
 
13497
13767
 
13768
+
13498
13769
  </div>
13499
13770
 
13500
13771
  </div>
@@ -13616,6 +13887,7 @@ view.on({
13616
13887
  <span class="param-type">Boolean</span>
13617
13888
 
13618
13889
 
13890
+
13619
13891
  </div>
13620
13892
 
13621
13893
  </div>
@@ -13700,6 +13972,7 @@ view.on({
13700
13972
  <span class="param-type">string</span>
13701
13973
 
13702
13974
 
13975
+
13703
13976
 
13704
13977
  </td>
13705
13978
 
@@ -13726,6 +13999,7 @@ view.on({
13726
13999
  <span class="param-type">function</span>
13727
14000
 
13728
14001
 
14002
+
13729
14003
 
13730
14004
  </td>
13731
14005
 
@@ -13750,6 +14024,7 @@ view.on({
13750
14024
  <span class="param-type">Object</span>
13751
14025
 
13752
14026
 
14027
+
13753
14028
 
13754
14029
  </td>
13755
14030
 
@@ -13843,6 +14118,7 @@ view.on({
13843
14118
  <span class="param-type">Object</span>
13844
14119
 
13845
14120
 
14121
+
13846
14122
  </div>
13847
14123
 
13848
14124
  </div>
@@ -14019,6 +14295,7 @@ view.off({
14019
14295
  <span class="param-type">Object</span>
14020
14296
 
14021
14297
 
14298
+
14022
14299
 
14023
14300
  </td>
14024
14301
 
@@ -14051,6 +14328,7 @@ view.off({
14051
14328
  <span class="param-type">function</span>
14052
14329
 
14053
14330
 
14331
+
14054
14332
 
14055
14333
  </td>
14056
14334
 
@@ -14081,6 +14359,7 @@ view.off({
14081
14359
  <span class="param-type">Object</span>
14082
14360
 
14083
14361
 
14362
+
14084
14363
 
14085
14364
  </td>
14086
14365
 
@@ -14180,6 +14459,7 @@ view.off({
14180
14459
  <span class="param-type">Object</span>
14181
14460
 
14182
14461
 
14462
+
14183
14463
  </div>
14184
14464
 
14185
14465
  </div>
@@ -14475,6 +14755,7 @@ view.on({
14475
14755
  <span class="param-type">Object</span>
14476
14756
 
14477
14757
 
14758
+
14478
14759
  </div>
14479
14760
 
14480
14761
  </div>
@@ -14596,6 +14877,7 @@ view.on({
14596
14877
  <span class="param-type">Object</span>
14597
14878
 
14598
14879
 
14880
+
14599
14881
  </div>
14600
14882
 
14601
14883
  </div>
@@ -14745,6 +15027,7 @@ view.on({
14745
15027
  <span class="param-type">Object</span>
14746
15028
 
14747
15029
 
15030
+
14748
15031
 
14749
15032
  </td>
14750
15033
 
@@ -14778,6 +15061,7 @@ view.on({
14778
15061
  <span class="param-type">String</span>
14779
15062
 
14780
15063
 
15064
+
14781
15065
 
14782
15066
  </td>
14783
15067
 
@@ -14815,6 +15099,7 @@ view.on({
14815
15099
  <span class="param-type">String</span>
14816
15100
 
14817
15101
 
15102
+
14818
15103
 
14819
15104
  </td>
14820
15105
 
@@ -14849,7 +15134,8 @@ view.on({
14849
15134
  <td class="type">
14850
15135
 
14851
15136
 
14852
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
15137
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
15138
+
14853
15139
 
14854
15140
 
14855
15141
 
@@ -14886,7 +15172,8 @@ view.on({
14886
15172
  <td class="type">
14887
15173
 
14888
15174
 
14889
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15175
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15176
+
14890
15177
 
14891
15178
 
14892
15179
 
@@ -14923,7 +15210,8 @@ view.on({
14923
15210
  <td class="type">
14924
15211
 
14925
15212
 
14926
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
15213
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
15214
+
14927
15215
 
14928
15216
 
14929
15217
 
@@ -14960,7 +15248,8 @@ view.on({
14960
15248
  <td class="type">
14961
15249
 
14962
15250
 
14963
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15251
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15252
+
14964
15253
 
14965
15254
 
14966
15255
 
@@ -14997,7 +15286,8 @@ view.on({
14997
15286
  <td class="type">
14998
15287
 
14999
15288
 
15000
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
15289
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
15290
+
15001
15291
 
15002
15292
 
15003
15293
 
@@ -15191,6 +15481,7 @@ view.on({
15191
15481
  <span class="param-type">Object</span>
15192
15482
 
15193
15483
 
15484
+
15194
15485
 
15195
15486
  </td>
15196
15487
 
@@ -15224,6 +15515,7 @@ view.on({
15224
15515
  <span class="param-type">String</span>
15225
15516
 
15226
15517
 
15518
+
15227
15519
 
15228
15520
  </td>
15229
15521
 
@@ -15261,6 +15553,7 @@ view.on({
15261
15553
  <span class="param-type">String</span>
15262
15554
 
15263
15555
 
15556
+
15264
15557
 
15265
15558
  </td>
15266
15559
 
@@ -15295,7 +15588,8 @@ view.on({
15295
15588
  <td class="type">
15296
15589
 
15297
15590
 
15298
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
15591
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
15592
+
15299
15593
 
15300
15594
 
15301
15595
 
@@ -15332,7 +15626,8 @@ view.on({
15332
15626
  <td class="type">
15333
15627
 
15334
15628
 
15335
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15629
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15630
+
15336
15631
 
15337
15632
 
15338
15633
 
@@ -15369,7 +15664,8 @@ view.on({
15369
15664
  <td class="type">
15370
15665
 
15371
15666
 
15372
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
15667
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
15668
+
15373
15669
 
15374
15670
 
15375
15671
 
@@ -15406,7 +15702,8 @@ view.on({
15406
15702
  <td class="type">
15407
15703
 
15408
15704
 
15409
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15705
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
15706
+
15410
15707
 
15411
15708
 
15412
15709
 
@@ -15443,7 +15740,8 @@ view.on({
15443
15740
  <td class="type">
15444
15741
 
15445
15742
 
15446
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
15743
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
15744
+
15447
15745
 
15448
15746
 
15449
15747
 
@@ -15627,6 +15925,7 @@ view.on({
15627
15925
  <span class="param-type">Object</span>
15628
15926
 
15629
15927
 
15928
+
15630
15929
 
15631
15930
  </td>
15632
15931
 
@@ -15660,6 +15959,7 @@ view.on({
15660
15959
  <span class="param-type">String</span>
15661
15960
 
15662
15961
 
15962
+
15663
15963
 
15664
15964
  </td>
15665
15965
 
@@ -15697,6 +15997,7 @@ view.on({
15697
15997
  <span class="param-type">String</span>
15698
15998
 
15699
15999
 
16000
+
15700
16001
 
15701
16002
  </td>
15702
16003
 
@@ -15731,7 +16032,8 @@ view.on({
15731
16032
  <td class="type">
15732
16033
 
15733
16034
 
15734
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
16035
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
16036
+
15735
16037
 
15736
16038
 
15737
16039
 
@@ -15768,7 +16070,8 @@ view.on({
15768
16070
  <td class="type">
15769
16071
 
15770
16072
 
15771
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16073
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16074
+
15772
16075
 
15773
16076
 
15774
16077
 
@@ -15805,7 +16108,8 @@ view.on({
15805
16108
  <td class="type">
15806
16109
 
15807
16110
 
15808
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
16111
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
16112
+
15809
16113
 
15810
16114
 
15811
16115
 
@@ -15842,7 +16146,8 @@ view.on({
15842
16146
  <td class="type">
15843
16147
 
15844
16148
 
15845
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16149
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16150
+
15846
16151
 
15847
16152
 
15848
16153
 
@@ -15879,7 +16184,8 @@ view.on({
15879
16184
  <td class="type">
15880
16185
 
15881
16186
 
15882
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
16187
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
16188
+
15883
16189
 
15884
16190
 
15885
16191
 
@@ -16073,6 +16379,7 @@ view.on({
16073
16379
  <span class="param-type">Object</span>
16074
16380
 
16075
16381
 
16382
+
16076
16383
 
16077
16384
  </td>
16078
16385
 
@@ -16106,6 +16413,7 @@ view.on({
16106
16413
  <span class="param-type">String</span>
16107
16414
 
16108
16415
 
16416
+
16109
16417
 
16110
16418
  </td>
16111
16419
 
@@ -16143,6 +16451,7 @@ view.on({
16143
16451
  <span class="param-type">String</span>
16144
16452
 
16145
16453
 
16454
+
16146
16455
 
16147
16456
  </td>
16148
16457
 
@@ -16177,7 +16486,8 @@ view.on({
16177
16486
  <td class="type">
16178
16487
 
16179
16488
 
16180
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
16489
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
16490
+
16181
16491
 
16182
16492
 
16183
16493
 
@@ -16214,7 +16524,8 @@ view.on({
16214
16524
  <td class="type">
16215
16525
 
16216
16526
 
16217
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16527
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16528
+
16218
16529
 
16219
16530
 
16220
16531
 
@@ -16251,7 +16562,8 @@ view.on({
16251
16562
  <td class="type">
16252
16563
 
16253
16564
 
16254
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
16565
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
16566
+
16255
16567
 
16256
16568
 
16257
16569
 
@@ -16288,7 +16600,8 @@ view.on({
16288
16600
  <td class="type">
16289
16601
 
16290
16602
 
16291
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16603
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16604
+
16292
16605
 
16293
16606
 
16294
16607
 
@@ -16325,7 +16638,8 @@ view.on({
16325
16638
  <td class="type">
16326
16639
 
16327
16640
 
16328
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
16641
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
16642
+
16329
16643
 
16330
16644
 
16331
16645
 
@@ -16509,6 +16823,7 @@ view.on({
16509
16823
  <span class="param-type">Object</span>
16510
16824
 
16511
16825
 
16826
+
16512
16827
 
16513
16828
  </td>
16514
16829
 
@@ -16542,6 +16857,7 @@ view.on({
16542
16857
  <span class="param-type">String</span>
16543
16858
 
16544
16859
 
16860
+
16545
16861
 
16546
16862
  </td>
16547
16863
 
@@ -16579,6 +16895,7 @@ view.on({
16579
16895
  <span class="param-type">String</span>
16580
16896
 
16581
16897
 
16898
+
16582
16899
 
16583
16900
  </td>
16584
16901
 
@@ -16613,7 +16930,8 @@ view.on({
16613
16930
  <td class="type">
16614
16931
 
16615
16932
 
16616
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
16933
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
16934
+
16617
16935
 
16618
16936
 
16619
16937
 
@@ -16650,7 +16968,8 @@ view.on({
16650
16968
  <td class="type">
16651
16969
 
16652
16970
 
16653
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16971
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16972
+
16654
16973
 
16655
16974
 
16656
16975
 
@@ -16687,7 +17006,8 @@ view.on({
16687
17006
  <td class="type">
16688
17007
 
16689
17008
 
16690
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17009
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17010
+
16691
17011
 
16692
17012
 
16693
17013
 
@@ -16724,7 +17044,8 @@ view.on({
16724
17044
  <td class="type">
16725
17045
 
16726
17046
 
16727
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17047
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17048
+
16728
17049
 
16729
17050
 
16730
17051
 
@@ -16761,7 +17082,8 @@ view.on({
16761
17082
  <td class="type">
16762
17083
 
16763
17084
 
16764
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17085
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17086
+
16765
17087
 
16766
17088
 
16767
17089
 
@@ -16955,6 +17277,7 @@ view.on({
16955
17277
  <span class="param-type">Object</span>
16956
17278
 
16957
17279
 
17280
+
16958
17281
 
16959
17282
  </td>
16960
17283
 
@@ -16988,6 +17311,7 @@ view.on({
16988
17311
  <span class="param-type">String</span>
16989
17312
 
16990
17313
 
17314
+
16991
17315
 
16992
17316
  </td>
16993
17317
 
@@ -17025,6 +17349,7 @@ view.on({
17025
17349
  <span class="param-type">String</span>
17026
17350
 
17027
17351
 
17352
+
17028
17353
 
17029
17354
  </td>
17030
17355
 
@@ -17059,7 +17384,8 @@ view.on({
17059
17384
  <td class="type">
17060
17385
 
17061
17386
 
17062
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
17387
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
17388
+
17063
17389
 
17064
17390
 
17065
17391
 
@@ -17096,7 +17422,8 @@ view.on({
17096
17422
  <td class="type">
17097
17423
 
17098
17424
 
17099
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17425
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17426
+
17100
17427
 
17101
17428
 
17102
17429
 
@@ -17133,7 +17460,8 @@ view.on({
17133
17460
  <td class="type">
17134
17461
 
17135
17462
 
17136
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17463
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17464
+
17137
17465
 
17138
17466
 
17139
17467
 
@@ -17170,7 +17498,8 @@ view.on({
17170
17498
  <td class="type">
17171
17499
 
17172
17500
 
17173
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17501
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17502
+
17174
17503
 
17175
17504
 
17176
17505
 
@@ -17207,7 +17536,8 @@ view.on({
17207
17536
  <td class="type">
17208
17537
 
17209
17538
 
17210
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17539
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17540
+
17211
17541
 
17212
17542
 
17213
17543
 
@@ -17391,6 +17721,7 @@ view.on({
17391
17721
  <span class="param-type">Object</span>
17392
17722
 
17393
17723
 
17724
+
17394
17725
 
17395
17726
  </td>
17396
17727
 
@@ -17424,6 +17755,7 @@ view.on({
17424
17755
  <span class="param-type">String</span>
17425
17756
 
17426
17757
 
17758
+
17427
17759
 
17428
17760
  </td>
17429
17761
 
@@ -17461,6 +17793,7 @@ view.on({
17461
17793
  <span class="param-type">String</span>
17462
17794
 
17463
17795
 
17796
+
17464
17797
 
17465
17798
  </td>
17466
17799
 
@@ -17495,7 +17828,8 @@ view.on({
17495
17828
  <td class="type">
17496
17829
 
17497
17830
 
17498
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
17831
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
17832
+
17499
17833
 
17500
17834
 
17501
17835
 
@@ -17532,7 +17866,8 @@ view.on({
17532
17866
  <td class="type">
17533
17867
 
17534
17868
 
17535
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17869
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17870
+
17536
17871
 
17537
17872
 
17538
17873
 
@@ -17569,7 +17904,8 @@ view.on({
17569
17904
  <td class="type">
17570
17905
 
17571
17906
 
17572
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17907
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17908
+
17573
17909
 
17574
17910
 
17575
17911
 
@@ -17606,7 +17942,8 @@ view.on({
17606
17942
  <td class="type">
17607
17943
 
17608
17944
 
17609
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17945
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17946
+
17610
17947
 
17611
17948
 
17612
17949
 
@@ -17643,7 +17980,8 @@ view.on({
17643
17980
  <td class="type">
17644
17981
 
17645
17982
 
17646
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17983
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17984
+
17647
17985
 
17648
17986
 
17649
17987