@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
 
@@ -192,6 +196,7 @@
192
196
  <span class="param-type">String</span>
193
197
 
194
198
 
199
+
195
200
 
196
201
  </td>
197
202
 
@@ -218,6 +223,7 @@
218
223
  <span class="param-type">String</span>
219
224
 
220
225
 
226
+
221
227
 
222
228
  </td>
223
229
 
@@ -246,6 +252,7 @@
246
252
  <span class="param-type">Object</span>
247
253
 
248
254
 
255
+
249
256
 
250
257
  </td>
251
258
 
@@ -274,6 +281,7 @@
274
281
  <span class="param-type">Object</span>
275
282
 
276
283
 
284
+
277
285
 
278
286
  </td>
279
287
 
@@ -374,7 +382,7 @@
374
382
 
375
383
 
376
384
  <ul>
377
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
385
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
378
386
  </ul>
379
387
 
380
388
 
@@ -406,76 +414,82 @@
406
414
  <tbody>
407
415
 
408
416
  <tr class="deep-level-0">
409
- <td class="name"><code><a href="OGCLayer.html#copyright">copyright</a></code></td>
417
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
410
418
  <td class="name">
411
419
  <code>
412
420
 
413
421
  <span class="param-type">String</span>
414
422
 
415
423
 
424
+
416
425
  </code>
417
426
  </td>
418
427
  <td class="name"><code><p>版权所有</p></code></td>
419
428
  </tr>
420
429
 
421
430
  <tr class="deep-level-0">
422
- <td class="name"><code><a href="OGCLayer.html#customParameters">customParameters</a></code></td>
431
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
423
432
  <td class="name">
424
433
  <code>
425
434
 
426
435
  <span class="param-type">Object</span>
427
436
 
428
437
 
438
+
429
439
  </code>
430
440
  </td>
431
441
  <td class="name"><code><p>自定义查询参数customParameters</p></code></td>
432
442
  </tr>
433
443
 
434
444
  <tr class="deep-level-0">
435
- <td class="name"><code><a href="OGCLayer.html#description">description</a></code></td>
445
+ <td class="name"><code><a href="#description">description</a></code></td>
436
446
  <td class="name">
437
447
  <code>
438
448
 
439
449
  <span class="param-type">String</span>
440
450
 
441
451
 
452
+
442
453
  </code>
443
454
  </td>
444
455
  <td class="name"><code><p>图层描述</p></code></td>
445
456
  </tr>
446
457
 
447
458
  <tr class="deep-level-0">
448
- <td class="name"><code><a href="OGCLayer.html#extendOptions">extendOptions</a></code></td>
459
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
449
460
  <td class="name">
450
461
  <code>
451
462
 
452
463
  <span class="param-type">Object</span>
453
464
 
454
465
 
466
+
455
467
  </code>
456
468
  </td>
457
469
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
458
470
  </tr>
459
471
 
460
472
  <tr class="deep-level-0">
461
- <td class="name"><code><a href="OGCLayer.html#extendProps">extendProps</a></code></td>
473
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
462
474
  <td class="name">
463
475
  <code>
464
476
 
465
477
  <span class="param-type">Object</span>
466
478
 
467
479
 
480
+
468
481
  </code>
469
482
  </td>
470
483
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
471
484
  </tr>
472
485
 
473
486
  <tr class="deep-level-0">
474
- <td class="name"><code><a href="OGCLayer.html#extent">extent</a></code></td>
487
+ <td class="name"><code><a href="#extent">extent</a></code></td>
475
488
  <td class="name">
476
489
  <code>
477
490
 
478
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
491
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
492
+
479
493
 
480
494
 
481
495
  </code>
@@ -484,128 +498,138 @@
484
498
  </tr>
485
499
 
486
500
  <tr class="deep-level-0">
487
- <td class="name"><code><a href="OGCLayer.html#headers">headers</a></code></td>
501
+ <td class="name"><code><a href="#headers">headers</a></code></td>
488
502
  <td class="name">
489
503
  <code>
490
504
 
491
505
  <span class="param-type">String</span>
492
506
 
493
507
 
508
+
494
509
  </code>
495
510
  </td>
496
511
  <td class="name"><code><p>设置服务请求头</p></code></td>
497
512
  </tr>
498
513
 
499
514
  <tr class="deep-level-0">
500
- <td class="name"><code><a href="OGCLayer.html#httpMethod">httpMethod</a></code></td>
515
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
501
516
  <td class="name">
502
517
  <code>
503
518
 
504
519
  <span class="param-type">String</span>
505
520
 
506
521
 
522
+
507
523
  </code>
508
524
  </td>
509
525
  <td class="name"><code><p>http请求方式</p></code></td>
510
526
  </tr>
511
527
 
512
528
  <tr class="deep-level-0">
513
- <td class="name"><code><a href="OGCLayer.html#id">id</a></code></td>
529
+ <td class="name"><code><a href="#id">id</a></code></td>
514
530
  <td class="name">
515
531
  <code>
516
532
 
517
533
  <span class="param-type">String</span>
518
534
 
519
535
 
536
+
520
537
  </code>
521
538
  </td>
522
539
  <td class="name"><code><p>图层id</p></code></td>
523
540
  </tr>
524
541
 
525
542
  <tr class="deep-level-0">
526
- <td class="name"><code><a href="OGCLayer.html#index">index</a></code></td>
543
+ <td class="name"><code><a href="#index">index</a></code></td>
527
544
  <td class="name">
528
545
  <code>
529
546
 
530
547
  <span class="param-type">Number</span>
531
548
 
532
549
 
550
+
533
551
  </code>
534
552
  </td>
535
553
  <td class="name"><code><p>图层顺序</p></code></td>
536
554
  </tr>
537
555
 
538
556
  <tr class="deep-level-0">
539
- <td class="name"><code><a href="OGCLayer.html#loaded">loaded</a></code></td>
557
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
540
558
  <td class="name">
541
559
  <code>
542
560
 
543
561
  <span class="param-type">Boolean</span>
544
562
 
545
563
 
564
+
546
565
  </code>
547
566
  </td>
548
567
  <td class="name"><code><p>是否加载完毕</p></code></td>
549
568
  </tr>
550
569
 
551
570
  <tr class="deep-level-0">
552
- <td class="name"><code><a href="OGCLayer.html#loadStatus">loadStatus</a></code></td>
571
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
553
572
  <td class="name">
554
573
  <code>
555
574
 
556
575
  <span class="param-type">String</span>
557
576
 
558
577
 
578
+
559
579
  </code>
560
580
  </td>
561
581
  <td class="name"><code><p>图层加载状态</p></code></td>
562
582
  </tr>
563
583
 
564
584
  <tr class="deep-level-0">
565
- <td class="name"><code><a href="OGCLayer.html#maxScale">maxScale</a></code></td>
585
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
566
586
  <td class="name">
567
587
  <code>
568
588
 
569
589
  <span class="param-type">Number</span>
570
590
 
571
591
 
592
+
572
593
  </code>
573
594
  </td>
574
595
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
575
596
  </tr>
576
597
 
577
598
  <tr class="deep-level-0">
578
- <td class="name"><code><a href="OGCLayer.html#minScale">minScale</a></code></td>
599
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
579
600
  <td class="name">
580
601
  <code>
581
602
 
582
603
  <span class="param-type">Number</span>
583
604
 
584
605
 
606
+
585
607
  </code>
586
608
  </td>
587
609
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
588
610
  </tr>
589
611
 
590
612
  <tr class="deep-level-0">
591
- <td class="name"><code><a href="OGCLayer.html#opacity">opacity</a></code></td>
613
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
592
614
  <td class="name">
593
615
  <code>
594
616
 
595
617
  <span class="param-type">Number</span>
596
618
 
597
619
 
620
+
598
621
  </code>
599
622
  </td>
600
623
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
601
624
  </tr>
602
625
 
603
626
  <tr class="deep-level-0">
604
- <td class="name"><code><a href="OGCLayer.html#spatialReference">spatialReference</a></code></td>
627
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
605
628
  <td class="name">
606
629
  <code>
607
630
 
608
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
631
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
632
+
609
633
 
610
634
 
611
635
  </code>
@@ -614,78 +638,84 @@
614
638
  </tr>
615
639
 
616
640
  <tr class="deep-level-0">
617
- <td class="name"><code><a href="OGCLayer.html#title">title</a></code></td>
641
+ <td class="name"><code><a href="#title">title</a></code></td>
618
642
  <td class="name">
619
643
  <code>
620
644
 
621
645
  <span class="param-type">String</span>
622
646
 
623
647
 
648
+
624
649
  </code>
625
650
  </td>
626
651
  <td class="name"><code><p>图层名称</p></code></td>
627
652
  </tr>
628
653
 
629
654
  <tr class="deep-level-0">
630
- <td class="name"><code><a href="OGCLayer.html#tokenKey">tokenKey</a></code></td>
655
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
631
656
  <td class="name">
632
657
  <code>
633
658
 
634
659
  <span class="param-type">String</span>
635
660
 
636
661
 
662
+
637
663
  </code>
638
664
  </td>
639
665
  <td class="name"><code><p>token名</p></code></td>
640
666
  </tr>
641
667
 
642
668
  <tr class="deep-level-0">
643
- <td class="name"><code><a href="OGCLayer.html#tokenValue">tokenValue</a></code></td>
669
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
644
670
  <td class="name">
645
671
  <code>
646
672
 
647
673
  <span class="param-type">String</span>
648
674
 
649
675
 
676
+
650
677
  </code>
651
678
  </td>
652
679
  <td class="name"><code><p>token值</p></code></td>
653
680
  </tr>
654
681
 
655
682
  <tr class="deep-level-0">
656
- <td class="name"><code><a href="OGCLayer.html#type">type</a></code></td>
683
+ <td class="name"><code><a href="#type">type</a></code></td>
657
684
  <td class="name">
658
685
  <code>
659
686
 
660
687
  <span class="param-type">String</span>
661
688
 
662
689
 
690
+
663
691
  </code>
664
692
  </td>
665
693
  <td class="name"><code><p>图层类型</p></code></td>
666
694
  </tr>
667
695
 
668
696
  <tr class="deep-level-0">
669
- <td class="name"><code><a href="OGCLayer.html#version">version</a></code></td>
697
+ <td class="name"><code><a href="#version">version</a></code></td>
670
698
  <td class="name">
671
699
  <code>
672
700
 
673
701
  <span class="param-type">String</span>
674
702
 
675
703
 
704
+
676
705
  </code>
677
706
  </td>
678
707
  <td class="name"><code><p>ogc版本号</p></code></td>
679
708
  </tr>
680
709
 
681
710
  <tr class="deep-level-0">
682
- <td class="name"><code><a href="OGCLayer.html#visible">visible</a></code></td>
711
+ <td class="name"><code><a href="#visible">visible</a></code></td>
683
712
  <td class="name">
684
713
  <code>
685
714
 
686
715
  <span class="param-type">Number</span>
687
716
 
688
717
 
718
+
689
719
  </code>
690
720
  </td>
691
721
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -705,6 +735,7 @@
705
735
  <span class="param-type">String</span>
706
736
 
707
737
 
738
+
708
739
  </span>
709
740
 
710
741
  <h4 class="name" id="copyright">
@@ -740,7 +771,7 @@
740
771
 
741
772
  <dt class="inherited-from">Inherited From:</dt>
742
773
  <dd class="inherited-from"><ul class="dummy"><li>
743
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
774
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
744
775
  </li></ul></dd>
745
776
 
746
777
 
@@ -784,6 +815,7 @@
784
815
  <span class="param-type">Object</span>
785
816
 
786
817
 
818
+
787
819
  </span>
788
820
 
789
821
  <h4 class="name" id="customParameters">
@@ -854,6 +886,7 @@
854
886
  <span class="param-type">String</span>
855
887
 
856
888
 
889
+
857
890
  </span>
858
891
 
859
892
  <h4 class="name" id="description">
@@ -889,7 +922,7 @@
889
922
 
890
923
  <dt class="inherited-from">Inherited From:</dt>
891
924
  <dd class="inherited-from"><ul class="dummy"><li>
892
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
925
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
893
926
  </li></ul></dd>
894
927
 
895
928
 
@@ -933,6 +966,7 @@
933
966
  <span class="param-type">Object</span>
934
967
 
935
968
 
969
+
936
970
  </span>
937
971
 
938
972
  <h4 class="name" id="extendOptions">
@@ -964,7 +998,7 @@
964
998
 
965
999
  <dt class="inherited-from">Inherited From:</dt>
966
1000
  <dd class="inherited-from"><ul class="dummy"><li>
967
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1001
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
968
1002
  </li></ul></dd>
969
1003
 
970
1004
 
@@ -1008,6 +1042,7 @@
1008
1042
  <span class="param-type">Object</span>
1009
1043
 
1010
1044
 
1045
+
1011
1046
  </span>
1012
1047
 
1013
1048
  <h4 class="name" id="extendProps">
@@ -1039,7 +1074,7 @@
1039
1074
 
1040
1075
  <dt class="inherited-from">Inherited From:</dt>
1041
1076
  <dd class="inherited-from"><ul class="dummy"><li>
1042
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1077
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1043
1078
  </li></ul></dd>
1044
1079
 
1045
1080
 
@@ -1080,7 +1115,8 @@
1080
1115
  <span class="method-parameter is-pulled-right">
1081
1116
  <label>类型:</label>
1082
1117
 
1083
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1118
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1119
+
1084
1120
 
1085
1121
 
1086
1122
  </span>
@@ -1118,7 +1154,7 @@
1118
1154
 
1119
1155
  <dt class="inherited-from">Inherited From:</dt>
1120
1156
  <dd class="inherited-from"><ul class="dummy"><li>
1121
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1157
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1122
1158
  </li></ul></dd>
1123
1159
 
1124
1160
 
@@ -1162,6 +1198,7 @@
1162
1198
  <span class="param-type">String</span>
1163
1199
 
1164
1200
 
1201
+
1165
1202
  </span>
1166
1203
 
1167
1204
  <h4 class="name" id="headers">
@@ -1193,7 +1230,7 @@
1193
1230
 
1194
1231
  <dt class="inherited-from">Inherited From:</dt>
1195
1232
  <dd class="inherited-from"><ul class="dummy"><li>
1196
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1233
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1197
1234
  </li></ul></dd>
1198
1235
 
1199
1236
 
@@ -1237,6 +1274,7 @@
1237
1274
  <span class="param-type">String</span>
1238
1275
 
1239
1276
 
1277
+
1240
1278
  </span>
1241
1279
 
1242
1280
  <h4 class="name" id="httpMethod">
@@ -1268,7 +1306,7 @@
1268
1306
 
1269
1307
  <dt class="inherited-from">Inherited From:</dt>
1270
1308
  <dd class="inherited-from"><ul class="dummy"><li>
1271
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1309
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1272
1310
  </li></ul></dd>
1273
1311
 
1274
1312
 
@@ -1312,6 +1350,7 @@
1312
1350
  <span class="param-type">String</span>
1313
1351
 
1314
1352
 
1353
+
1315
1354
  </span>
1316
1355
 
1317
1356
  <h4 class="name" id="id">
@@ -1347,7 +1386,7 @@
1347
1386
 
1348
1387
  <dt class="inherited-from">Inherited From:</dt>
1349
1388
  <dd class="inherited-from"><ul class="dummy"><li>
1350
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1389
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1351
1390
  </li></ul></dd>
1352
1391
 
1353
1392
 
@@ -1391,6 +1430,7 @@
1391
1430
  <span class="param-type">Number</span>
1392
1431
 
1393
1432
 
1433
+
1394
1434
  </span>
1395
1435
 
1396
1436
  <h4 class="name" id="index">
@@ -1422,7 +1462,7 @@
1422
1462
 
1423
1463
  <dt class="inherited-from">Inherited From:</dt>
1424
1464
  <dd class="inherited-from"><ul class="dummy"><li>
1425
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1465
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1426
1466
  </li></ul></dd>
1427
1467
 
1428
1468
 
@@ -1466,6 +1506,7 @@
1466
1506
  <span class="param-type">Boolean</span>
1467
1507
 
1468
1508
 
1509
+
1469
1510
  </span>
1470
1511
 
1471
1512
  <h4 class="name" id="loaded">
@@ -1501,7 +1542,7 @@
1501
1542
 
1502
1543
  <dt class="inherited-from">Inherited From:</dt>
1503
1544
  <dd class="inherited-from"><ul class="dummy"><li>
1504
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1545
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1505
1546
  </li></ul></dd>
1506
1547
 
1507
1548
 
@@ -1550,6 +1591,7 @@
1550
1591
  <span class="param-type">String</span>
1551
1592
 
1552
1593
 
1594
+
1553
1595
  </span>
1554
1596
 
1555
1597
  <h4 class="name" id="loadStatus">
@@ -1585,7 +1627,7 @@
1585
1627
 
1586
1628
  <dt class="inherited-from">Inherited From:</dt>
1587
1629
  <dd class="inherited-from"><ul class="dummy"><li>
1588
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1630
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1589
1631
  </li></ul></dd>
1590
1632
 
1591
1633
 
@@ -1634,6 +1676,7 @@
1634
1676
  <span class="param-type">Number</span>
1635
1677
 
1636
1678
 
1679
+
1637
1680
  </span>
1638
1681
 
1639
1682
  <h4 class="name" id="maxScale">
@@ -1665,7 +1708,7 @@
1665
1708
 
1666
1709
  <dt class="inherited-from">Inherited From:</dt>
1667
1710
  <dd class="inherited-from"><ul class="dummy"><li>
1668
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1711
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1669
1712
  </li></ul></dd>
1670
1713
 
1671
1714
 
@@ -1714,6 +1757,7 @@
1714
1757
  <span class="param-type">Number</span>
1715
1758
 
1716
1759
 
1760
+
1717
1761
  </span>
1718
1762
 
1719
1763
  <h4 class="name" id="minScale">
@@ -1745,7 +1789,7 @@
1745
1789
 
1746
1790
  <dt class="inherited-from">Inherited From:</dt>
1747
1791
  <dd class="inherited-from"><ul class="dummy"><li>
1748
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1792
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1749
1793
  </li></ul></dd>
1750
1794
 
1751
1795
 
@@ -1794,6 +1838,7 @@
1794
1838
  <span class="param-type">Number</span>
1795
1839
 
1796
1840
 
1841
+
1797
1842
  </span>
1798
1843
 
1799
1844
  <h4 class="name" id="opacity">
@@ -1825,7 +1870,7 @@
1825
1870
 
1826
1871
  <dt class="inherited-from">Inherited From:</dt>
1827
1872
  <dd class="inherited-from"><ul class="dummy"><li>
1828
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1873
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1829
1874
  </li></ul></dd>
1830
1875
 
1831
1876
 
@@ -1866,7 +1911,8 @@
1866
1911
  <span class="method-parameter is-pulled-right">
1867
1912
  <label>类型:</label>
1868
1913
 
1869
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1914
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1915
+
1870
1916
 
1871
1917
 
1872
1918
  </span>
@@ -1944,6 +1990,7 @@
1944
1990
  <span class="param-type">String</span>
1945
1991
 
1946
1992
 
1993
+
1947
1994
  </span>
1948
1995
 
1949
1996
  <h4 class="name" id="title">
@@ -1975,7 +2022,7 @@
1975
2022
 
1976
2023
  <dt class="inherited-from">Inherited From:</dt>
1977
2024
  <dd class="inherited-from"><ul class="dummy"><li>
1978
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2025
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1979
2026
  </li></ul></dd>
1980
2027
 
1981
2028
 
@@ -2019,6 +2066,7 @@
2019
2066
  <span class="param-type">String</span>
2020
2067
 
2021
2068
 
2069
+
2022
2070
  </span>
2023
2071
 
2024
2072
  <h4 class="name" id="tokenKey">
@@ -2050,7 +2098,7 @@
2050
2098
 
2051
2099
  <dt class="inherited-from">Inherited From:</dt>
2052
2100
  <dd class="inherited-from"><ul class="dummy"><li>
2053
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2101
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2054
2102
  </li></ul></dd>
2055
2103
 
2056
2104
 
@@ -2099,6 +2147,7 @@
2099
2147
  <span class="param-type">String</span>
2100
2148
 
2101
2149
 
2150
+
2102
2151
  </span>
2103
2152
 
2104
2153
  <h4 class="name" id="tokenValue">
@@ -2130,7 +2179,7 @@
2130
2179
 
2131
2180
  <dt class="inherited-from">Inherited From:</dt>
2132
2181
  <dd class="inherited-from"><ul class="dummy"><li>
2133
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2182
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2134
2183
  </li></ul></dd>
2135
2184
 
2136
2185
 
@@ -2174,6 +2223,7 @@
2174
2223
  <span class="param-type">String</span>
2175
2224
 
2176
2225
 
2226
+
2177
2227
  </span>
2178
2228
 
2179
2229
  <h4 class="name" id="type">
@@ -2209,7 +2259,7 @@
2209
2259
 
2210
2260
  <dt class="inherited-from">Inherited From:</dt>
2211
2261
  <dd class="inherited-from"><ul class="dummy"><li>
2212
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2262
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2213
2263
  </li></ul></dd>
2214
2264
 
2215
2265
 
@@ -2253,6 +2303,7 @@
2253
2303
  <span class="param-type">String</span>
2254
2304
 
2255
2305
 
2306
+
2256
2307
  </span>
2257
2308
 
2258
2309
  <h4 class="name" id="version">
@@ -2323,6 +2374,7 @@
2323
2374
  <span class="param-type">Number</span>
2324
2375
 
2325
2376
 
2377
+
2326
2378
  </span>
2327
2379
 
2328
2380
  <h4 class="name" id="visible">
@@ -2354,7 +2406,7 @@
2354
2406
 
2355
2407
  <dt class="inherited-from">Inherited From:</dt>
2356
2408
  <dd class="inherited-from"><ul class="dummy"><li>
2357
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2409
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2358
2410
  </li></ul></dd>
2359
2411
 
2360
2412
 
@@ -2411,12 +2463,13 @@
2411
2463
  <tbody>
2412
2464
 
2413
2465
  <tr class="deep-level-0">
2414
- <td class="name"><code><a href="OGCLayer.html#clone">clone</a></code></td>
2466
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2415
2467
  <td class="name">
2416
2468
  <code>
2417
2469
 
2418
2470
 
2419
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2471
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2472
+
2420
2473
 
2421
2474
 
2422
2475
 
@@ -2426,7 +2479,7 @@
2426
2479
  </tr>
2427
2480
 
2428
2481
  <tr class="deep-level-0">
2429
- <td class="name"><code><a href="OGCLayer.html#destroy">destroy</a></code></td>
2482
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2430
2483
  <td class="name">
2431
2484
  <code>
2432
2485
 
@@ -2434,6 +2487,7 @@
2434
2487
  <span class="param-type">*</span>
2435
2488
 
2436
2489
 
2490
+
2437
2491
 
2438
2492
  </code>
2439
2493
  </td>
@@ -2441,7 +2495,7 @@
2441
2495
  </tr>
2442
2496
 
2443
2497
  <tr class="deep-level-0">
2444
- <td class="name"><code><a href="OGCLayer.html#isLoaded">isLoaded</a></code></td>
2498
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2445
2499
  <td class="name">
2446
2500
  <code>
2447
2501
 
@@ -2449,6 +2503,7 @@
2449
2503
  <span class="param-type">Boolean</span>
2450
2504
 
2451
2505
 
2506
+
2452
2507
 
2453
2508
  </code>
2454
2509
  </td>
@@ -2456,7 +2511,7 @@
2456
2511
  </tr>
2457
2512
 
2458
2513
  <tr class="deep-level-0">
2459
- <td class="name"><code><a href="OGCLayer.html#refresh">refresh</a></code></td>
2514
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2460
2515
  <td class="name">
2461
2516
  <code>
2462
2517
 
@@ -2466,7 +2521,7 @@
2466
2521
  </tr>
2467
2522
 
2468
2523
  <tr class="deep-level-0">
2469
- <td class="name"><code><a href="OGCLayer.html#toJSON">toJSON</a></code></td>
2524
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2470
2525
  <td class="name">
2471
2526
  <code>
2472
2527
 
@@ -2474,6 +2529,7 @@
2474
2529
  <span class="param-type">Object</span>
2475
2530
 
2476
2531
 
2532
+
2477
2533
 
2478
2534
  </code>
2479
2535
  </td>
@@ -2527,7 +2583,7 @@
2527
2583
 
2528
2584
  <dt class="inherited-from">Inherited From:</dt>
2529
2585
  <dd class="inherited-from"><ul class="dummy"><li>
2530
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
2586
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
2531
2587
  </li></ul></dd>
2532
2588
 
2533
2589
 
@@ -2588,7 +2644,8 @@
2588
2644
  <div class='column is-5 has-text-left'>
2589
2645
  <label>类型: </label>
2590
2646
 
2591
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2647
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2648
+
2592
2649
 
2593
2650
 
2594
2651
  </div>
@@ -2644,7 +2701,7 @@
2644
2701
 
2645
2702
  <dt class="inherited-from">Inherited From:</dt>
2646
2703
  <dd class="inherited-from"><ul class="dummy"><li>
2647
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2704
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2648
2705
  </li></ul></dd>
2649
2706
 
2650
2707
 
@@ -2706,6 +2763,7 @@
2706
2763
  <span class="param-type">*</span>
2707
2764
 
2708
2765
 
2766
+
2709
2767
  </div>
2710
2768
 
2711
2769
  </div>
@@ -2763,7 +2821,7 @@
2763
2821
 
2764
2822
  <dt class="inherited-from">Inherited From:</dt>
2765
2823
  <dd class="inherited-from"><ul class="dummy"><li>
2766
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2824
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2767
2825
  </li></ul></dd>
2768
2826
 
2769
2827
 
@@ -2827,6 +2885,7 @@
2827
2885
  <span class="param-type">Boolean</span>
2828
2886
 
2829
2887
 
2888
+
2830
2889
  </div>
2831
2890
 
2832
2891
  </div>
@@ -2884,7 +2943,7 @@
2884
2943
 
2885
2944
  <dt class="inherited-from">Inherited From:</dt>
2886
2945
  <dd class="inherited-from"><ul class="dummy"><li>
2887
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
2946
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
2888
2947
  </li></ul></dd>
2889
2948
 
2890
2949
 
@@ -3044,6 +3103,7 @@
3044
3103
  <span class="param-type">Object</span>
3045
3104
 
3046
3105
 
3106
+
3047
3107
  </div>
3048
3108
 
3049
3109
  </div>
@@ -3193,6 +3253,7 @@
3193
3253
  <span class="param-type">Object</span>
3194
3254
 
3195
3255
 
3256
+
3196
3257
 
3197
3258
  </td>
3198
3259
 
@@ -3226,6 +3287,7 @@
3226
3287
  <span class="param-type">String</span>
3227
3288
 
3228
3289
 
3290
+
3229
3291
 
3230
3292
  </td>
3231
3293
 
@@ -3263,6 +3325,7 @@
3263
3325
  <span class="param-type">String</span>
3264
3326
 
3265
3327
 
3328
+
3266
3329
 
3267
3330
  </td>
3268
3331
 
@@ -3297,7 +3360,8 @@
3297
3360
  <td class="type">
3298
3361
 
3299
3362
 
3300
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3363
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3364
+
3301
3365
 
3302
3366
 
3303
3367
 
@@ -3334,7 +3398,8 @@
3334
3398
  <td class="type">
3335
3399
 
3336
3400
 
3337
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3401
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3402
+
3338
3403
 
3339
3404
 
3340
3405
 
@@ -3371,7 +3436,8 @@
3371
3436
  <td class="type">
3372
3437
 
3373
3438
 
3374
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3439
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3440
+
3375
3441
 
3376
3442
 
3377
3443
 
@@ -3408,7 +3474,8 @@
3408
3474
  <td class="type">
3409
3475
 
3410
3476
 
3411
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3477
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3478
+
3412
3479
 
3413
3480
 
3414
3481
 
@@ -3445,7 +3512,8 @@
3445
3512
  <td class="type">
3446
3513
 
3447
3514
 
3448
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3515
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3516
+
3449
3517
 
3450
3518
 
3451
3519
 
@@ -3490,7 +3558,7 @@
3490
3558
 
3491
3559
  <dt class="inherited-from">Inherited From:</dt>
3492
3560
  <dd class="inherited-from"><ul class="dummy"><li>
3493
- <a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
3561
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
3494
3562
  </li></ul></dd>
3495
3563
 
3496
3564
 
@@ -3639,6 +3707,7 @@
3639
3707
  <span class="param-type">Object</span>
3640
3708
 
3641
3709
 
3710
+
3642
3711
 
3643
3712
  </td>
3644
3713
 
@@ -3672,6 +3741,7 @@
3672
3741
  <span class="param-type">String</span>
3673
3742
 
3674
3743
 
3744
+
3675
3745
 
3676
3746
  </td>
3677
3747
 
@@ -3709,6 +3779,7 @@
3709
3779
  <span class="param-type">String</span>
3710
3780
 
3711
3781
 
3782
+
3712
3783
 
3713
3784
  </td>
3714
3785
 
@@ -3743,7 +3814,8 @@
3743
3814
  <td class="type">
3744
3815
 
3745
3816
 
3746
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3817
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3818
+
3747
3819
 
3748
3820
 
3749
3821
 
@@ -3780,7 +3852,8 @@
3780
3852
  <td class="type">
3781
3853
 
3782
3854
 
3783
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3855
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3856
+
3784
3857
 
3785
3858
 
3786
3859
 
@@ -3817,7 +3890,8 @@
3817
3890
  <td class="type">
3818
3891
 
3819
3892
 
3820
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3893
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3894
+
3821
3895
 
3822
3896
 
3823
3897
 
@@ -3854,7 +3928,8 @@
3854
3928
  <td class="type">
3855
3929
 
3856
3930
 
3857
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3931
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3932
+
3858
3933
 
3859
3934
 
3860
3935
 
@@ -3891,7 +3966,8 @@
3891
3966
  <td class="type">
3892
3967
 
3893
3968
 
3894
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3969
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3970
+
3895
3971
 
3896
3972
 
3897
3973
 
@@ -3936,7 +4012,7 @@
3936
4012
 
3937
4013
  <dt class="inherited-from">Inherited From:</dt>
3938
4014
  <dd class="inherited-from"><ul class="dummy"><li>
3939
- <a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
4015
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
3940
4016
  </li></ul></dd>
3941
4017
 
3942
4018
 
@@ -4075,6 +4151,7 @@
4075
4151
  <span class="param-type">Object</span>
4076
4152
 
4077
4153
 
4154
+
4078
4155
 
4079
4156
  </td>
4080
4157
 
@@ -4108,6 +4185,7 @@
4108
4185
  <span class="param-type">String</span>
4109
4186
 
4110
4187
 
4188
+
4111
4189
 
4112
4190
  </td>
4113
4191
 
@@ -4145,6 +4223,7 @@
4145
4223
  <span class="param-type">String</span>
4146
4224
 
4147
4225
 
4226
+
4148
4227
 
4149
4228
  </td>
4150
4229
 
@@ -4179,7 +4258,8 @@
4179
4258
  <td class="type">
4180
4259
 
4181
4260
 
4182
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4261
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4262
+
4183
4263
 
4184
4264
 
4185
4265
 
@@ -4216,7 +4296,8 @@
4216
4296
  <td class="type">
4217
4297
 
4218
4298
 
4219
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4299
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4300
+
4220
4301
 
4221
4302
 
4222
4303
 
@@ -4253,7 +4334,8 @@
4253
4334
  <td class="type">
4254
4335
 
4255
4336
 
4256
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4337
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4338
+
4257
4339
 
4258
4340
 
4259
4341
 
@@ -4290,7 +4372,8 @@
4290
4372
  <td class="type">
4291
4373
 
4292
4374
 
4293
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4375
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4376
+
4294
4377
 
4295
4378
 
4296
4379
 
@@ -4327,7 +4410,8 @@
4327
4410
  <td class="type">
4328
4411
 
4329
4412
 
4330
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4413
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4414
+
4331
4415
 
4332
4416
 
4333
4417
 
@@ -4372,7 +4456,7 @@
4372
4456
 
4373
4457
  <dt class="inherited-from">Inherited From:</dt>
4374
4458
  <dd class="inherited-from"><ul class="dummy"><li>
4375
- <a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
4459
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
4376
4460
  </li></ul></dd>
4377
4461
 
4378
4462
 
@@ -4521,6 +4605,7 @@
4521
4605
  <span class="param-type">Object</span>
4522
4606
 
4523
4607
 
4608
+
4524
4609
 
4525
4610
  </td>
4526
4611
 
@@ -4554,6 +4639,7 @@
4554
4639
  <span class="param-type">String</span>
4555
4640
 
4556
4641
 
4642
+
4557
4643
 
4558
4644
  </td>
4559
4645
 
@@ -4591,6 +4677,7 @@
4591
4677
  <span class="param-type">String</span>
4592
4678
 
4593
4679
 
4680
+
4594
4681
 
4595
4682
  </td>
4596
4683
 
@@ -4625,7 +4712,8 @@
4625
4712
  <td class="type">
4626
4713
 
4627
4714
 
4628
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4715
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4716
+
4629
4717
 
4630
4718
 
4631
4719
 
@@ -4662,7 +4750,8 @@
4662
4750
  <td class="type">
4663
4751
 
4664
4752
 
4665
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4753
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4754
+
4666
4755
 
4667
4756
 
4668
4757
 
@@ -4699,7 +4788,8 @@
4699
4788
  <td class="type">
4700
4789
 
4701
4790
 
4702
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4791
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4792
+
4703
4793
 
4704
4794
 
4705
4795
 
@@ -4736,7 +4826,8 @@
4736
4826
  <td class="type">
4737
4827
 
4738
4828
 
4739
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4829
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4830
+
4740
4831
 
4741
4832
 
4742
4833
 
@@ -4773,7 +4864,8 @@
4773
4864
  <td class="type">
4774
4865
 
4775
4866
 
4776
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4867
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4868
+
4777
4869
 
4778
4870
 
4779
4871
 
@@ -4818,7 +4910,7 @@
4818
4910
 
4819
4911
  <dt class="inherited-from">Inherited From:</dt>
4820
4912
  <dd class="inherited-from"><ul class="dummy"><li>
4821
- <a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
4913
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
4822
4914
  </li></ul></dd>
4823
4915
 
4824
4916
 
@@ -4957,6 +5049,7 @@
4957
5049
  <span class="param-type">Object</span>
4958
5050
 
4959
5051
 
5052
+
4960
5053
 
4961
5054
  </td>
4962
5055
 
@@ -4990,6 +5083,7 @@
4990
5083
  <span class="param-type">String</span>
4991
5084
 
4992
5085
 
5086
+
4993
5087
 
4994
5088
  </td>
4995
5089
 
@@ -5027,6 +5121,7 @@
5027
5121
  <span class="param-type">String</span>
5028
5122
 
5029
5123
 
5124
+
5030
5125
 
5031
5126
  </td>
5032
5127
 
@@ -5061,7 +5156,8 @@
5061
5156
  <td class="type">
5062
5157
 
5063
5158
 
5064
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5159
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5160
+
5065
5161
 
5066
5162
 
5067
5163
 
@@ -5098,7 +5194,8 @@
5098
5194
  <td class="type">
5099
5195
 
5100
5196
 
5101
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5197
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5198
+
5102
5199
 
5103
5200
 
5104
5201
 
@@ -5135,7 +5232,8 @@
5135
5232
  <td class="type">
5136
5233
 
5137
5234
 
5138
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5235
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5236
+
5139
5237
 
5140
5238
 
5141
5239
 
@@ -5172,7 +5270,8 @@
5172
5270
  <td class="type">
5173
5271
 
5174
5272
 
5175
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5273
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5274
+
5176
5275
 
5177
5276
 
5178
5277
 
@@ -5209,7 +5308,8 @@
5209
5308
  <td class="type">
5210
5309
 
5211
5310
 
5212
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5311
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5312
+
5213
5313
 
5214
5314
 
5215
5315
 
@@ -5254,7 +5354,7 @@
5254
5354
 
5255
5355
  <dt class="inherited-from">Inherited From:</dt>
5256
5356
  <dd class="inherited-from"><ul class="dummy"><li>
5257
- <a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
5357
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
5258
5358
  </li></ul></dd>
5259
5359
 
5260
5360
 
@@ -5403,6 +5503,7 @@
5403
5503
  <span class="param-type">Object</span>
5404
5504
 
5405
5505
 
5506
+
5406
5507
 
5407
5508
  </td>
5408
5509
 
@@ -5436,6 +5537,7 @@
5436
5537
  <span class="param-type">String</span>
5437
5538
 
5438
5539
 
5540
+
5439
5541
 
5440
5542
  </td>
5441
5543
 
@@ -5473,6 +5575,7 @@
5473
5575
  <span class="param-type">String</span>
5474
5576
 
5475
5577
 
5578
+
5476
5579
 
5477
5580
  </td>
5478
5581
 
@@ -5507,7 +5610,8 @@
5507
5610
  <td class="type">
5508
5611
 
5509
5612
 
5510
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5613
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5614
+
5511
5615
 
5512
5616
 
5513
5617
 
@@ -5544,7 +5648,8 @@
5544
5648
  <td class="type">
5545
5649
 
5546
5650
 
5547
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5651
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5652
+
5548
5653
 
5549
5654
 
5550
5655
 
@@ -5581,7 +5686,8 @@
5581
5686
  <td class="type">
5582
5687
 
5583
5688
 
5584
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5689
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5690
+
5585
5691
 
5586
5692
 
5587
5693
 
@@ -5618,7 +5724,8 @@
5618
5724
  <td class="type">
5619
5725
 
5620
5726
 
5621
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5727
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5728
+
5622
5729
 
5623
5730
 
5624
5731
 
@@ -5655,7 +5762,8 @@
5655
5762
  <td class="type">
5656
5763
 
5657
5764
 
5658
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5765
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5766
+
5659
5767
 
5660
5768
 
5661
5769
 
@@ -5700,7 +5808,7 @@
5700
5808
 
5701
5809
  <dt class="inherited-from">Inherited From:</dt>
5702
5810
  <dd class="inherited-from"><ul class="dummy"><li>
5703
- <a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
5811
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
5704
5812
  </li></ul></dd>
5705
5813
 
5706
5814
 
@@ -5839,6 +5947,7 @@
5839
5947
  <span class="param-type">Object</span>
5840
5948
 
5841
5949
 
5950
+
5842
5951
 
5843
5952
  </td>
5844
5953
 
@@ -5872,6 +5981,7 @@
5872
5981
  <span class="param-type">String</span>
5873
5982
 
5874
5983
 
5984
+
5875
5985
 
5876
5986
  </td>
5877
5987
 
@@ -5909,6 +6019,7 @@
5909
6019
  <span class="param-type">String</span>
5910
6020
 
5911
6021
 
6022
+
5912
6023
 
5913
6024
  </td>
5914
6025
 
@@ -5943,7 +6054,8 @@
5943
6054
  <td class="type">
5944
6055
 
5945
6056
 
5946
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6057
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6058
+
5947
6059
 
5948
6060
 
5949
6061
 
@@ -5980,7 +6092,8 @@
5980
6092
  <td class="type">
5981
6093
 
5982
6094
 
5983
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6095
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6096
+
5984
6097
 
5985
6098
 
5986
6099
 
@@ -6017,7 +6130,8 @@
6017
6130
  <td class="type">
6018
6131
 
6019
6132
 
6020
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6133
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6134
+
6021
6135
 
6022
6136
 
6023
6137
 
@@ -6054,7 +6168,8 @@
6054
6168
  <td class="type">
6055
6169
 
6056
6170
 
6057
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6171
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6172
+
6058
6173
 
6059
6174
 
6060
6175
 
@@ -6091,7 +6206,8 @@
6091
6206
  <td class="type">
6092
6207
 
6093
6208
 
6094
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6209
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6210
+
6095
6211
 
6096
6212
 
6097
6213
 
@@ -6136,7 +6252,7 @@
6136
6252
 
6137
6253
  <dt class="inherited-from">Inherited From:</dt>
6138
6254
  <dd class="inherited-from"><ul class="dummy"><li>
6139
- <a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
6255
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
6140
6256
  </li></ul></dd>
6141
6257
 
6142
6258