@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -122,6 +123,7 @@ if(layer.loadStatus === 'loaded') {<br/>
122
123
  <span class="param-type">String</span>
123
124
 
124
125
 
126
+
125
127
 
126
128
  </td>
127
129
 
@@ -150,6 +152,7 @@ if(layer.loadStatus === 'loaded') {<br/>
150
152
  <span class="param-type">String</span>
151
153
 
152
154
 
155
+
153
156
 
154
157
  </td>
155
158
 
@@ -173,7 +176,8 @@ if(layer.loadStatus === 'loaded') {<br/>
173
176
  <td class="type">
174
177
 
175
178
 
176
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
179
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
180
+
177
181
 
178
182
 
179
183
 
@@ -203,6 +207,7 @@ if(layer.loadStatus === 'loaded') {<br/>
203
207
  <span class="param-type">Number</span>
204
208
 
205
209
 
210
+
206
211
 
207
212
  </td>
208
213
 
@@ -231,6 +236,7 @@ if(layer.loadStatus === 'loaded') {<br/>
231
236
  <span class="param-type">Boolean</span>
232
237
 
233
238
 
239
+
234
240
 
235
241
  </td>
236
242
 
@@ -259,6 +265,7 @@ if(layer.loadStatus === 'loaded') {<br/>
259
265
  <span class="param-type">Number</span>
260
266
 
261
267
 
268
+
262
269
 
263
270
  </td>
264
271
 
@@ -287,6 +294,7 @@ if(layer.loadStatus === 'loaded') {<br/>
287
294
  <span class="param-type">Number</span>
288
295
 
289
296
 
297
+
290
298
 
291
299
  </td>
292
300
 
@@ -315,6 +323,7 @@ if(layer.loadStatus === 'loaded') {<br/>
315
323
  <span class="param-type">Number</span>
316
324
 
317
325
 
326
+
318
327
 
319
328
  </td>
320
329
 
@@ -343,6 +352,7 @@ if(layer.loadStatus === 'loaded') {<br/>
343
352
  <span class="param-type">Number</span>
344
353
 
345
354
 
355
+
346
356
 
347
357
  </td>
348
358
 
@@ -371,6 +381,7 @@ if(layer.loadStatus === 'loaded') {<br/>
371
381
  <span class="param-type">Boolean</span>
372
382
 
373
383
 
384
+
374
385
 
375
386
  </td>
376
387
 
@@ -396,21 +407,22 @@ if(layer.loadStatus === 'loaded') {<br/>
396
407
  <td class="type">
397
408
 
398
409
 
399
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
410
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
400
411
  |
401
412
 
402
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
413
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
403
414
  |
404
415
 
405
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
416
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
406
417
  |
407
418
 
408
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
419
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
409
420
  |
410
421
 
411
422
  <span class="param-type">null</span>
412
423
 
413
424
 
425
+
414
426
 
415
427
  </td>
416
428
 
@@ -439,6 +451,7 @@ if(layer.loadStatus === 'loaded') {<br/>
439
451
  <span class="param-type">Array</span>
440
452
 
441
453
 
454
+
442
455
 
443
456
  </td>
444
457
 
@@ -471,6 +484,7 @@ if(layer.loadStatus === 'loaded') {<br/>
471
484
  <span class="param-type">String</span>
472
485
 
473
486
 
487
+
474
488
 
475
489
  </td>
476
490
 
@@ -499,6 +513,7 @@ if(layer.loadStatus === 'loaded') {<br/>
499
513
  <span class="param-type">String</span>
500
514
 
501
515
 
516
+
502
517
 
503
518
  </td>
504
519
 
@@ -786,7 +801,7 @@ wmsSubLayer.visible = false</code></pre>
786
801
 
787
802
 
788
803
  <ul>
789
- <li><a class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
804
+ <li><a link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
790
805
  </ul>
791
806
 
792
807
 
@@ -818,114 +833,122 @@ wmsSubLayer.visible = false</code></pre>
818
833
  <tbody>
819
834
 
820
835
  <tr class="deep-level-0">
821
- <td class="name"><code><a href="WMSLayer.html#allSublayers">allSublayers</a></code></td>
836
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
822
837
  <td class="name">
823
838
  <code>
824
839
 
825
840
  <span class="param-type">Array</span>
826
841
 
827
842
 
843
+
828
844
  </code>
829
845
  </td>
830
846
  <td class="name"><code><p>所有子图层对象信息</p></code></td>
831
847
  </tr>
832
848
 
833
849
  <tr class="deep-level-0">
834
- <td class="name"><code><a href="WMSLayer.html#clippingArea">clippingArea</a></code></td>
850
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
835
851
  <td class="name">
836
852
  <code>
837
853
 
838
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
854
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
839
855
  |
840
856
 
841
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
857
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
842
858
  |
843
859
 
844
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
860
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
845
861
  |
846
862
 
847
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
863
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
848
864
  |
849
865
 
850
866
  <span class="param-type">null</span>
851
867
 
852
868
 
869
+
853
870
  </code>
854
871
  </td>
855
872
  <td class="name"><code><p>空间裁剪范围</p></code></td>
856
873
  </tr>
857
874
 
858
875
  <tr class="deep-level-0">
859
- <td class="name"><code><a href="WMSLayer.html#copyright">copyright</a></code></td>
876
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
860
877
  <td class="name">
861
878
  <code>
862
879
 
863
880
  <span class="param-type">String</span>
864
881
 
865
882
 
883
+
866
884
  </code>
867
885
  </td>
868
886
  <td class="name"><code><p>版权所有</p></code></td>
869
887
  </tr>
870
888
 
871
889
  <tr class="deep-level-0">
872
- <td class="name"><code><a href="WMSLayer.html#customParameters">customParameters</a></code></td>
890
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
873
891
  <td class="name">
874
892
  <code>
875
893
 
876
894
  <span class="param-type">Object</span>
877
895
 
878
896
 
897
+
879
898
  </code>
880
899
  </td>
881
900
  <td class="name"><code><p>自定义查询参数customParameters</p></code></td>
882
901
  </tr>
883
902
 
884
903
  <tr class="deep-level-0">
885
- <td class="name"><code><a href="WMSLayer.html#description">description</a></code></td>
904
+ <td class="name"><code><a href="#description">description</a></code></td>
886
905
  <td class="name">
887
906
  <code>
888
907
 
889
908
  <span class="param-type">String</span>
890
909
 
891
910
 
911
+
892
912
  </code>
893
913
  </td>
894
914
  <td class="name"><code><p>图层描述</p></code></td>
895
915
  </tr>
896
916
 
897
917
  <tr class="deep-level-0">
898
- <td class="name"><code><a href="WMSLayer.html#extendOptions">extendOptions</a></code></td>
918
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
899
919
  <td class="name">
900
920
  <code>
901
921
 
902
922
  <span class="param-type">Object</span>
903
923
 
904
924
 
925
+
905
926
  </code>
906
927
  </td>
907
928
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
908
929
  </tr>
909
930
 
910
931
  <tr class="deep-level-0">
911
- <td class="name"><code><a href="WMSLayer.html#extendProps">extendProps</a></code></td>
932
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
912
933
  <td class="name">
913
934
  <code>
914
935
 
915
936
  <span class="param-type">Object</span>
916
937
 
917
938
 
939
+
918
940
  </code>
919
941
  </td>
920
942
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
921
943
  </tr>
922
944
 
923
945
  <tr class="deep-level-0">
924
- <td class="name"><code><a href="WMSLayer.html#extent">extent</a></code></td>
946
+ <td class="name"><code><a href="#extent">extent</a></code></td>
925
947
  <td class="name">
926
948
  <code>
927
949
 
928
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
950
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
951
+
929
952
 
930
953
 
931
954
  </code>
@@ -934,206 +957,222 @@ wmsSubLayer.visible = false</code></pre>
934
957
  </tr>
935
958
 
936
959
  <tr class="deep-level-0">
937
- <td class="name"><code><a href="WMSLayer.html#headers">headers</a></code></td>
960
+ <td class="name"><code><a href="#headers">headers</a></code></td>
938
961
  <td class="name">
939
962
  <code>
940
963
 
941
964
  <span class="param-type">String</span>
942
965
 
943
966
 
967
+
944
968
  </code>
945
969
  </td>
946
970
  <td class="name"><code><p>设置服务请求头</p></code></td>
947
971
  </tr>
948
972
 
949
973
  <tr class="deep-level-0">
950
- <td class="name"><code><a href="WMSLayer.html#httpMethod">httpMethod</a></code></td>
974
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
951
975
  <td class="name">
952
976
  <code>
953
977
 
954
978
  <span class="param-type">String</span>
955
979
 
956
980
 
981
+
957
982
  </code>
958
983
  </td>
959
984
  <td class="name"><code><p>http请求方式</p></code></td>
960
985
  </tr>
961
986
 
962
987
  <tr class="deep-level-0">
963
- <td class="name"><code><a href="WMSLayer.html#id">id</a></code></td>
988
+ <td class="name"><code><a href="#id">id</a></code></td>
964
989
  <td class="name">
965
990
  <code>
966
991
 
967
992
  <span class="param-type">String</span>
968
993
 
969
994
 
995
+
970
996
  </code>
971
997
  </td>
972
998
  <td class="name"><code><p>图层id</p></code></td>
973
999
  </tr>
974
1000
 
975
1001
  <tr class="deep-level-0">
976
- <td class="name"><code><a href="WMSLayer.html#imageFormat">imageFormat</a></code></td>
1002
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
977
1003
  <td class="name">
978
1004
  <code>
979
1005
 
980
1006
  <span class="param-type">String</span>
981
1007
 
982
1008
 
1009
+
983
1010
  </code>
984
1011
  </td>
985
1012
  <td class="name"><code><p>图片格式</p></code></td>
986
1013
  </tr>
987
1014
 
988
1015
  <tr class="deep-level-0">
989
- <td class="name"><code><a href="WMSLayer.html#imageFormats">imageFormats</a></code></td>
1016
+ <td class="name"><code><a href="#imageFormats">imageFormats</a></code></td>
990
1017
  <td class="name">
991
1018
  <code>
992
1019
 
993
1020
  <span class="param-type">Array</span>
994
1021
 
995
1022
 
1023
+
996
1024
  </code>
997
1025
  </td>
998
1026
  <td class="name"><code><p>图片格式数组,表示服务支持的所有图片格式</p></code></td>
999
1027
  </tr>
1000
1028
 
1001
1029
  <tr class="deep-level-0">
1002
- <td class="name"><code><a href="WMSLayer.html#imageHeight">imageHeight</a></code></td>
1030
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
1003
1031
  <td class="name">
1004
1032
  <code>
1005
1033
 
1006
1034
  <span class="param-type">Number</span>
1007
1035
 
1008
1036
 
1037
+
1009
1038
  </code>
1010
1039
  </td>
1011
1040
  <td class="name"><code><p>图片高度,单位px</p></code></td>
1012
1041
  </tr>
1013
1042
 
1014
1043
  <tr class="deep-level-0">
1015
- <td class="name"><code><a href="WMSLayer.html#imageTransparency">imageTransparency</a></code></td>
1044
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
1016
1045
  <td class="name">
1017
1046
  <code>
1018
1047
 
1019
1048
  <span class="param-type">Boolean</span>
1020
1049
 
1021
1050
 
1051
+
1022
1052
  </code>
1023
1053
  </td>
1024
1054
  <td class="name"><code><p>图层中的非数据部分是否透明</p></code></td>
1025
1055
  </tr>
1026
1056
 
1027
1057
  <tr class="deep-level-0">
1028
- <td class="name"><code><a href="WMSLayer.html#imageWidth">imageWidth</a></code></td>
1058
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
1029
1059
  <td class="name">
1030
1060
  <code>
1031
1061
 
1032
1062
  <span class="param-type">Number</span>
1033
1063
 
1034
1064
 
1065
+
1035
1066
  </code>
1036
1067
  </td>
1037
1068
  <td class="name"><code><p>图片宽度,单位px</p></code></td>
1038
1069
  </tr>
1039
1070
 
1040
1071
  <tr class="deep-level-0">
1041
- <td class="name"><code><a href="WMSLayer.html#index">index</a></code></td>
1072
+ <td class="name"><code><a href="#index">index</a></code></td>
1042
1073
  <td class="name">
1043
1074
  <code>
1044
1075
 
1045
1076
  <span class="param-type">Number</span>
1046
1077
 
1047
1078
 
1079
+
1048
1080
  </code>
1049
1081
  </td>
1050
1082
  <td class="name"><code><p>图层顺序</p></code></td>
1051
1083
  </tr>
1052
1084
 
1053
1085
  <tr class="deep-level-0">
1054
- <td class="name"><code><a href="WMSLayer.html#layers">layers</a></code></td>
1086
+ <td class="name"><code><a href="#layers">layers</a></code></td>
1055
1087
  <td class="name">
1056
1088
  <code>
1057
1089
 
1058
1090
  <span class="param-type">String</span>
1059
1091
 
1060
1092
 
1093
+
1061
1094
  </code>
1062
1095
  </td>
1063
1096
  <td class="name"><code><p>WMS服务要加载的图层id,多个id以逗号分割</p></code></td>
1064
1097
  </tr>
1065
1098
 
1066
1099
  <tr class="deep-level-0">
1067
- <td class="name"><code><a href="WMSLayer.html#loaded">loaded</a></code></td>
1100
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
1068
1101
  <td class="name">
1069
1102
  <code>
1070
1103
 
1071
1104
  <span class="param-type">Boolean</span>
1072
1105
 
1073
1106
 
1107
+
1074
1108
  </code>
1075
1109
  </td>
1076
1110
  <td class="name"><code><p>是否加载完毕</p></code></td>
1077
1111
  </tr>
1078
1112
 
1079
1113
  <tr class="deep-level-0">
1080
- <td class="name"><code><a href="WMSLayer.html#loadStatus">loadStatus</a></code></td>
1114
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
1081
1115
  <td class="name">
1082
1116
  <code>
1083
1117
 
1084
1118
  <span class="param-type">String</span>
1085
1119
 
1086
1120
 
1121
+
1087
1122
  </code>
1088
1123
  </td>
1089
1124
  <td class="name"><code><p>图层加载状态</p></code></td>
1090
1125
  </tr>
1091
1126
 
1092
1127
  <tr class="deep-level-0">
1093
- <td class="name"><code><a href="WMSLayer.html#maxScale">maxScale</a></code></td>
1128
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
1094
1129
  <td class="name">
1095
1130
  <code>
1096
1131
 
1097
1132
  <span class="param-type">Number</span>
1098
1133
 
1099
1134
 
1135
+
1100
1136
  </code>
1101
1137
  </td>
1102
1138
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
1103
1139
  </tr>
1104
1140
 
1105
1141
  <tr class="deep-level-0">
1106
- <td class="name"><code><a href="WMSLayer.html#minScale">minScale</a></code></td>
1142
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
1107
1143
  <td class="name">
1108
1144
  <code>
1109
1145
 
1110
1146
  <span class="param-type">Number</span>
1111
1147
 
1112
1148
 
1149
+
1113
1150
  </code>
1114
1151
  </td>
1115
1152
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
1116
1153
  </tr>
1117
1154
 
1118
1155
  <tr class="deep-level-0">
1119
- <td class="name"><code><a href="WMSLayer.html#opacity">opacity</a></code></td>
1156
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
1120
1157
  <td class="name">
1121
1158
  <code>
1122
1159
 
1123
1160
  <span class="param-type">Number</span>
1124
1161
 
1125
1162
 
1163
+
1126
1164
  </code>
1127
1165
  </td>
1128
1166
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
1129
1167
  </tr>
1130
1168
 
1131
1169
  <tr class="deep-level-0">
1132
- <td class="name"><code><a href="WMSLayer.html#spatialReference">spatialReference</a></code></td>
1170
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1133
1171
  <td class="name">
1134
1172
  <code>
1135
1173
 
1136
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1174
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1175
+
1137
1176
 
1138
1177
 
1139
1178
  </code>
@@ -1142,11 +1181,12 @@ wmsSubLayer.visible = false</code></pre>
1142
1181
  </tr>
1143
1182
 
1144
1183
  <tr class="deep-level-0">
1145
- <td class="name"><code><a href="WMSLayer.html#spatialReferences">spatialReferences</a></code></td>
1184
+ <td class="name"><code><a href="#spatialReferences">spatialReferences</a></code></td>
1146
1185
  <td class="name">
1147
1186
  <code>
1148
1187
 
1149
- <span class="param-type">Array.&lt;<a href="SpatialReference.html">SpatialReference</a>></span>
1188
+ <span class="param-type">Array.&lt;<a link="Array.<SpatialReference>.html" onclick="getTypeHTML(event)" href="SpatialReference.html">SpatialReference</a>></span>
1189
+
1150
1190
 
1151
1191
 
1152
1192
  </code>
@@ -1155,117 +1195,126 @@ wmsSubLayer.visible = false</code></pre>
1155
1195
  </tr>
1156
1196
 
1157
1197
  <tr class="deep-level-0">
1158
- <td class="name"><code><a href="WMSLayer.html#sublayers">sublayers</a></code></td>
1198
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1159
1199
  <td class="name">
1160
1200
  <code>
1161
1201
 
1162
1202
  <span class="param-type">Array</span>
1163
1203
 
1164
1204
 
1205
+
1165
1206
  </code>
1166
1207
  </td>
1167
1208
  <td class="name"><code><p>用户自定义的子图层参数</p></code></td>
1168
1209
  </tr>
1169
1210
 
1170
1211
  <tr class="deep-level-0">
1171
- <td class="name"><code><a href="WMSLayer.html#sublayers">sublayers</a></code></td>
1212
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1172
1213
  <td class="name">
1173
1214
  <code>
1174
1215
 
1175
1216
  <span class="param-type">Array</span>
1176
1217
 
1177
1218
 
1219
+
1178
1220
  </code>
1179
1221
  </td>
1180
1222
  <td class="name"><code><p>子图层对象</p></code></td>
1181
1223
  </tr>
1182
1224
 
1183
1225
  <tr class="deep-level-0">
1184
- <td class="name"><code><a href="WMSLayer.html#title">title</a></code></td>
1226
+ <td class="name"><code><a href="#title">title</a></code></td>
1185
1227
  <td class="name">
1186
1228
  <code>
1187
1229
 
1188
1230
  <span class="param-type">String</span>
1189
1231
 
1190
1232
 
1233
+
1191
1234
  </code>
1192
1235
  </td>
1193
1236
  <td class="name"><code><p>图层名称</p></code></td>
1194
1237
  </tr>
1195
1238
 
1196
1239
  <tr class="deep-level-0">
1197
- <td class="name"><code><a href="WMSLayer.html#tokenKey">tokenKey</a></code></td>
1240
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1198
1241
  <td class="name">
1199
1242
  <code>
1200
1243
 
1201
1244
  <span class="param-type">String</span>
1202
1245
 
1203
1246
 
1247
+
1204
1248
  </code>
1205
1249
  </td>
1206
1250
  <td class="name"><code><p>token名</p></code></td>
1207
1251
  </tr>
1208
1252
 
1209
1253
  <tr class="deep-level-0">
1210
- <td class="name"><code><a href="WMSLayer.html#tokenValue">tokenValue</a></code></td>
1254
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1211
1255
  <td class="name">
1212
1256
  <code>
1213
1257
 
1214
1258
  <span class="param-type">String</span>
1215
1259
 
1216
1260
 
1261
+
1217
1262
  </code>
1218
1263
  </td>
1219
1264
  <td class="name"><code><p>token值</p></code></td>
1220
1265
  </tr>
1221
1266
 
1222
1267
  <tr class="deep-level-0">
1223
- <td class="name"><code><a href="WMSLayer.html#type">type</a></code></td>
1268
+ <td class="name"><code><a href="#type">type</a></code></td>
1224
1269
  <td class="name">
1225
1270
  <code>
1226
1271
 
1227
1272
  <span class="param-type">String</span>
1228
1273
 
1229
1274
 
1275
+
1230
1276
  </code>
1231
1277
  </td>
1232
1278
  <td class="name"><code><p>图层类型</p></code></td>
1233
1279
  </tr>
1234
1280
 
1235
1281
  <tr class="deep-level-0">
1236
- <td class="name"><code><a href="WMSLayer.html#url">url</a></code></td>
1282
+ <td class="name"><code><a href="#url">url</a></code></td>
1237
1283
  <td class="name">
1238
1284
  <code>
1239
1285
 
1240
1286
  <span class="param-type">String</span>
1241
1287
 
1242
1288
 
1289
+
1243
1290
  </code>
1244
1291
  </td>
1245
1292
  <td class="name"><code><p>服务基地址</p></code></td>
1246
1293
  </tr>
1247
1294
 
1248
1295
  <tr class="deep-level-0">
1249
- <td class="name"><code><a href="WMSLayer.html#version">version</a></code></td>
1296
+ <td class="name"><code><a href="#version">version</a></code></td>
1250
1297
  <td class="name">
1251
1298
  <code>
1252
1299
 
1253
1300
  <span class="param-type">String</span>
1254
1301
 
1255
1302
 
1303
+
1256
1304
  </code>
1257
1305
  </td>
1258
1306
  <td class="name"><code><p>WMS服务版本号</p></code></td>
1259
1307
  </tr>
1260
1308
 
1261
1309
  <tr class="deep-level-0">
1262
- <td class="name"><code><a href="WMSLayer.html#visible">visible</a></code></td>
1310
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1263
1311
  <td class="name">
1264
1312
  <code>
1265
1313
 
1266
1314
  <span class="param-type">Number</span>
1267
1315
 
1268
1316
 
1317
+
1269
1318
  </code>
1270
1319
  </td>
1271
1320
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -1285,6 +1334,7 @@ wmsSubLayer.visible = false</code></pre>
1285
1334
  <span class="param-type">Array</span>
1286
1335
 
1287
1336
 
1337
+
1288
1338
  </span>
1289
1339
 
1290
1340
  <h4 class="name" id="allSublayers">
@@ -1352,21 +1402,22 @@ wmsSubLayer.visible = false</code></pre>
1352
1402
  <span class="method-parameter is-pulled-right">
1353
1403
  <label>类型:</label>
1354
1404
 
1355
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1405
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1356
1406
  |
1357
1407
 
1358
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1408
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1359
1409
  |
1360
1410
 
1361
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1411
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1362
1412
  |
1363
1413
 
1364
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1414
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1365
1415
  |
1366
1416
 
1367
1417
  <span class="param-type">null</span>
1368
1418
 
1369
1419
 
1420
+
1370
1421
  </span>
1371
1422
 
1372
1423
  <h4 class="name" id="clippingArea">
@@ -1437,6 +1488,7 @@ wmsSubLayer.visible = false</code></pre>
1437
1488
  <span class="param-type">String</span>
1438
1489
 
1439
1490
 
1491
+
1440
1492
  </span>
1441
1493
 
1442
1494
  <h4 class="name" id="copyright">
@@ -1472,7 +1524,7 @@ wmsSubLayer.visible = false</code></pre>
1472
1524
 
1473
1525
  <dt class="inherited-from">Inherited From:</dt>
1474
1526
  <dd class="inherited-from"><ul class="dummy"><li>
1475
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1527
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1476
1528
  </li></ul></dd>
1477
1529
 
1478
1530
 
@@ -1516,6 +1568,7 @@ wmsSubLayer.visible = false</code></pre>
1516
1568
  <span class="param-type">Object</span>
1517
1569
 
1518
1570
 
1571
+
1519
1572
  </span>
1520
1573
 
1521
1574
  <h4 class="name" id="customParameters">
@@ -1547,7 +1600,7 @@ wmsSubLayer.visible = false</code></pre>
1547
1600
 
1548
1601
  <dt class="inherited-from">Inherited From:</dt>
1549
1602
  <dd class="inherited-from"><ul class="dummy"><li>
1550
- <a class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1603
+ <a goto="customParameters" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1551
1604
  </li></ul></dd>
1552
1605
 
1553
1606
 
@@ -1591,6 +1644,7 @@ wmsSubLayer.visible = false</code></pre>
1591
1644
  <span class="param-type">String</span>
1592
1645
 
1593
1646
 
1647
+
1594
1648
  </span>
1595
1649
 
1596
1650
  <h4 class="name" id="description">
@@ -1626,7 +1680,7 @@ wmsSubLayer.visible = false</code></pre>
1626
1680
 
1627
1681
  <dt class="inherited-from">Inherited From:</dt>
1628
1682
  <dd class="inherited-from"><ul class="dummy"><li>
1629
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1683
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1630
1684
  </li></ul></dd>
1631
1685
 
1632
1686
 
@@ -1670,6 +1724,7 @@ wmsSubLayer.visible = false</code></pre>
1670
1724
  <span class="param-type">Object</span>
1671
1725
 
1672
1726
 
1727
+
1673
1728
  </span>
1674
1729
 
1675
1730
  <h4 class="name" id="extendOptions">
@@ -1701,7 +1756,7 @@ wmsSubLayer.visible = false</code></pre>
1701
1756
 
1702
1757
  <dt class="inherited-from">Inherited From:</dt>
1703
1758
  <dd class="inherited-from"><ul class="dummy"><li>
1704
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1759
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1705
1760
  </li></ul></dd>
1706
1761
 
1707
1762
 
@@ -1745,6 +1800,7 @@ wmsSubLayer.visible = false</code></pre>
1745
1800
  <span class="param-type">Object</span>
1746
1801
 
1747
1802
 
1803
+
1748
1804
  </span>
1749
1805
 
1750
1806
  <h4 class="name" id="extendProps">
@@ -1776,7 +1832,7 @@ wmsSubLayer.visible = false</code></pre>
1776
1832
 
1777
1833
  <dt class="inherited-from">Inherited From:</dt>
1778
1834
  <dd class="inherited-from"><ul class="dummy"><li>
1779
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1835
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1780
1836
  </li></ul></dd>
1781
1837
 
1782
1838
 
@@ -1817,7 +1873,8 @@ wmsSubLayer.visible = false</code></pre>
1817
1873
  <span class="method-parameter is-pulled-right">
1818
1874
  <label>类型:</label>
1819
1875
 
1820
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1876
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1877
+
1821
1878
 
1822
1879
 
1823
1880
  </span>
@@ -1855,7 +1912,7 @@ wmsSubLayer.visible = false</code></pre>
1855
1912
 
1856
1913
  <dt class="inherited-from">Inherited From:</dt>
1857
1914
  <dd class="inherited-from"><ul class="dummy"><li>
1858
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1915
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1859
1916
  </li></ul></dd>
1860
1917
 
1861
1918
 
@@ -1899,6 +1956,7 @@ wmsSubLayer.visible = false</code></pre>
1899
1956
  <span class="param-type">String</span>
1900
1957
 
1901
1958
 
1959
+
1902
1960
  </span>
1903
1961
 
1904
1962
  <h4 class="name" id="headers">
@@ -1930,7 +1988,7 @@ wmsSubLayer.visible = false</code></pre>
1930
1988
 
1931
1989
  <dt class="inherited-from">Inherited From:</dt>
1932
1990
  <dd class="inherited-from"><ul class="dummy"><li>
1933
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1991
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1934
1992
  </li></ul></dd>
1935
1993
 
1936
1994
 
@@ -1974,6 +2032,7 @@ wmsSubLayer.visible = false</code></pre>
1974
2032
  <span class="param-type">String</span>
1975
2033
 
1976
2034
 
2035
+
1977
2036
  </span>
1978
2037
 
1979
2038
  <h4 class="name" id="httpMethod">
@@ -2005,7 +2064,7 @@ wmsSubLayer.visible = false</code></pre>
2005
2064
 
2006
2065
  <dt class="inherited-from">Inherited From:</dt>
2007
2066
  <dd class="inherited-from"><ul class="dummy"><li>
2008
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2067
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2009
2068
  </li></ul></dd>
2010
2069
 
2011
2070
 
@@ -2049,6 +2108,7 @@ wmsSubLayer.visible = false</code></pre>
2049
2108
  <span class="param-type">String</span>
2050
2109
 
2051
2110
 
2111
+
2052
2112
  </span>
2053
2113
 
2054
2114
  <h4 class="name" id="id">
@@ -2084,7 +2144,7 @@ wmsSubLayer.visible = false</code></pre>
2084
2144
 
2085
2145
  <dt class="inherited-from">Inherited From:</dt>
2086
2146
  <dd class="inherited-from"><ul class="dummy"><li>
2087
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2147
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2088
2148
  </li></ul></dd>
2089
2149
 
2090
2150
 
@@ -2128,6 +2188,7 @@ wmsSubLayer.visible = false</code></pre>
2128
2188
  <span class="param-type">String</span>
2129
2189
 
2130
2190
 
2191
+
2131
2192
  </span>
2132
2193
 
2133
2194
  <h4 class="name" id="imageFormat">
@@ -2198,6 +2259,7 @@ wmsSubLayer.visible = false</code></pre>
2198
2259
  <span class="param-type">Array</span>
2199
2260
 
2200
2261
 
2262
+
2201
2263
  </span>
2202
2264
 
2203
2265
  <h4 class="name" id="imageFormats">
@@ -2272,6 +2334,7 @@ wmsSubLayer.visible = false</code></pre>
2272
2334
  <span class="param-type">Number</span>
2273
2335
 
2274
2336
 
2337
+
2275
2338
  </span>
2276
2339
 
2277
2340
  <h4 class="name" id="imageHeight">
@@ -2342,6 +2405,7 @@ wmsSubLayer.visible = false</code></pre>
2342
2405
  <span class="param-type">Boolean</span>
2343
2406
 
2344
2407
 
2408
+
2345
2409
  </span>
2346
2410
 
2347
2411
  <h4 class="name" id="imageTransparency">
@@ -2412,6 +2476,7 @@ wmsSubLayer.visible = false</code></pre>
2412
2476
  <span class="param-type">Number</span>
2413
2477
 
2414
2478
 
2479
+
2415
2480
  </span>
2416
2481
 
2417
2482
  <h4 class="name" id="imageWidth">
@@ -2482,6 +2547,7 @@ wmsSubLayer.visible = false</code></pre>
2482
2547
  <span class="param-type">Number</span>
2483
2548
 
2484
2549
 
2550
+
2485
2551
  </span>
2486
2552
 
2487
2553
  <h4 class="name" id="index">
@@ -2513,7 +2579,7 @@ wmsSubLayer.visible = false</code></pre>
2513
2579
 
2514
2580
  <dt class="inherited-from">Inherited From:</dt>
2515
2581
  <dd class="inherited-from"><ul class="dummy"><li>
2516
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2582
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2517
2583
  </li></ul></dd>
2518
2584
 
2519
2585
 
@@ -2557,6 +2623,7 @@ wmsSubLayer.visible = false</code></pre>
2557
2623
  <span class="param-type">String</span>
2558
2624
 
2559
2625
 
2626
+
2560
2627
  </span>
2561
2628
 
2562
2629
  <h4 class="name" id="layers">
@@ -2631,6 +2698,7 @@ wmsSubLayer.visible = false</code></pre>
2631
2698
  <span class="param-type">Boolean</span>
2632
2699
 
2633
2700
 
2701
+
2634
2702
  </span>
2635
2703
 
2636
2704
  <h4 class="name" id="loaded">
@@ -2666,7 +2734,7 @@ wmsSubLayer.visible = false</code></pre>
2666
2734
 
2667
2735
  <dt class="inherited-from">Inherited From:</dt>
2668
2736
  <dd class="inherited-from"><ul class="dummy"><li>
2669
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2737
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2670
2738
  </li></ul></dd>
2671
2739
 
2672
2740
 
@@ -2715,6 +2783,7 @@ wmsSubLayer.visible = false</code></pre>
2715
2783
  <span class="param-type">String</span>
2716
2784
 
2717
2785
 
2786
+
2718
2787
  </span>
2719
2788
 
2720
2789
  <h4 class="name" id="loadStatus">
@@ -2750,7 +2819,7 @@ wmsSubLayer.visible = false</code></pre>
2750
2819
 
2751
2820
  <dt class="inherited-from">Inherited From:</dt>
2752
2821
  <dd class="inherited-from"><ul class="dummy"><li>
2753
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2822
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2754
2823
  </li></ul></dd>
2755
2824
 
2756
2825
 
@@ -2799,6 +2868,7 @@ wmsSubLayer.visible = false</code></pre>
2799
2868
  <span class="param-type">Number</span>
2800
2869
 
2801
2870
 
2871
+
2802
2872
  </span>
2803
2873
 
2804
2874
  <h4 class="name" id="maxScale">
@@ -2830,7 +2900,7 @@ wmsSubLayer.visible = false</code></pre>
2830
2900
 
2831
2901
  <dt class="inherited-from">Inherited From:</dt>
2832
2902
  <dd class="inherited-from"><ul class="dummy"><li>
2833
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2903
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2834
2904
  </li></ul></dd>
2835
2905
 
2836
2906
 
@@ -2879,6 +2949,7 @@ wmsSubLayer.visible = false</code></pre>
2879
2949
  <span class="param-type">Number</span>
2880
2950
 
2881
2951
 
2952
+
2882
2953
  </span>
2883
2954
 
2884
2955
  <h4 class="name" id="minScale">
@@ -2910,7 +2981,7 @@ wmsSubLayer.visible = false</code></pre>
2910
2981
 
2911
2982
  <dt class="inherited-from">Inherited From:</dt>
2912
2983
  <dd class="inherited-from"><ul class="dummy"><li>
2913
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2984
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2914
2985
  </li></ul></dd>
2915
2986
 
2916
2987
 
@@ -2959,6 +3030,7 @@ wmsSubLayer.visible = false</code></pre>
2959
3030
  <span class="param-type">Number</span>
2960
3031
 
2961
3032
 
3033
+
2962
3034
  </span>
2963
3035
 
2964
3036
  <h4 class="name" id="opacity">
@@ -2990,7 +3062,7 @@ wmsSubLayer.visible = false</code></pre>
2990
3062
 
2991
3063
  <dt class="inherited-from">Inherited From:</dt>
2992
3064
  <dd class="inherited-from"><ul class="dummy"><li>
2993
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
3065
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2994
3066
  </li></ul></dd>
2995
3067
 
2996
3068
 
@@ -3031,7 +3103,8 @@ wmsSubLayer.visible = false</code></pre>
3031
3103
  <span class="method-parameter is-pulled-right">
3032
3104
  <label>类型:</label>
3033
3105
 
3034
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3106
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3107
+
3035
3108
 
3036
3109
 
3037
3110
  </span>
@@ -3065,7 +3138,7 @@ wmsSubLayer.visible = false</code></pre>
3065
3138
 
3066
3139
  <dt class="inherited-from">Inherited From:</dt>
3067
3140
  <dd class="inherited-from"><ul class="dummy"><li>
3068
- <a class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
3141
+ <a goto="spatialReference" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
3069
3142
  </li></ul></dd>
3070
3143
 
3071
3144
 
@@ -3106,7 +3179,8 @@ wmsSubLayer.visible = false</code></pre>
3106
3179
  <span class="method-parameter is-pulled-right">
3107
3180
  <label>类型:</label>
3108
3181
 
3109
- <span class="param-type">Array.&lt;<a href="SpatialReference.html">SpatialReference</a>></span>
3182
+ <span class="param-type">Array.&lt;<a link="Array.<SpatialReference>.html" onclick="getTypeHTML(event)" href="SpatialReference.html">SpatialReference</a>></span>
3183
+
3110
3184
 
3111
3185
 
3112
3186
  </span>
@@ -3179,6 +3253,7 @@ wmsSubLayer.visible = false</code></pre>
3179
3253
  <span class="param-type">Array</span>
3180
3254
 
3181
3255
 
3256
+
3182
3257
  </span>
3183
3258
 
3184
3259
  <h4 class="name" id="sublayers">
@@ -3249,6 +3324,7 @@ wmsSubLayer.visible = false</code></pre>
3249
3324
  <span class="param-type">Array</span>
3250
3325
 
3251
3326
 
3327
+
3252
3328
  </span>
3253
3329
 
3254
3330
  <h4 class="name" id="sublayers">
@@ -3319,6 +3395,7 @@ wmsSubLayer.visible = false</code></pre>
3319
3395
  <span class="param-type">String</span>
3320
3396
 
3321
3397
 
3398
+
3322
3399
  </span>
3323
3400
 
3324
3401
  <h4 class="name" id="title">
@@ -3350,7 +3427,7 @@ wmsSubLayer.visible = false</code></pre>
3350
3427
 
3351
3428
  <dt class="inherited-from">Inherited From:</dt>
3352
3429
  <dd class="inherited-from"><ul class="dummy"><li>
3353
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3430
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3354
3431
  </li></ul></dd>
3355
3432
 
3356
3433
 
@@ -3394,6 +3471,7 @@ wmsSubLayer.visible = false</code></pre>
3394
3471
  <span class="param-type">String</span>
3395
3472
 
3396
3473
 
3474
+
3397
3475
  </span>
3398
3476
 
3399
3477
  <h4 class="name" id="tokenKey">
@@ -3425,7 +3503,7 @@ wmsSubLayer.visible = false</code></pre>
3425
3503
 
3426
3504
  <dt class="inherited-from">Inherited From:</dt>
3427
3505
  <dd class="inherited-from"><ul class="dummy"><li>
3428
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3506
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3429
3507
  </li></ul></dd>
3430
3508
 
3431
3509
 
@@ -3474,6 +3552,7 @@ wmsSubLayer.visible = false</code></pre>
3474
3552
  <span class="param-type">String</span>
3475
3553
 
3476
3554
 
3555
+
3477
3556
  </span>
3478
3557
 
3479
3558
  <h4 class="name" id="tokenValue">
@@ -3505,7 +3584,7 @@ wmsSubLayer.visible = false</code></pre>
3505
3584
 
3506
3585
  <dt class="inherited-from">Inherited From:</dt>
3507
3586
  <dd class="inherited-from"><ul class="dummy"><li>
3508
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3587
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3509
3588
  </li></ul></dd>
3510
3589
 
3511
3590
 
@@ -3549,6 +3628,7 @@ wmsSubLayer.visible = false</code></pre>
3549
3628
  <span class="param-type">String</span>
3550
3629
 
3551
3630
 
3631
+
3552
3632
  </span>
3553
3633
 
3554
3634
  <h4 class="name" id="type">
@@ -3628,6 +3708,7 @@ wmsSubLayer.visible = false</code></pre>
3628
3708
  <span class="param-type">String</span>
3629
3709
 
3630
3710
 
3711
+
3631
3712
  </span>
3632
3713
 
3633
3714
  <h4 class="name" id="url">
@@ -3702,6 +3783,7 @@ wmsSubLayer.visible = false</code></pre>
3702
3783
  <span class="param-type">String</span>
3703
3784
 
3704
3785
 
3786
+
3705
3787
  </span>
3706
3788
 
3707
3789
  <h4 class="name" id="version">
@@ -3781,6 +3863,7 @@ wmsSubLayer.visible = false</code></pre>
3781
3863
  <span class="param-type">Number</span>
3782
3864
 
3783
3865
 
3866
+
3784
3867
  </span>
3785
3868
 
3786
3869
  <h4 class="name" id="visible">
@@ -3812,7 +3895,7 @@ wmsSubLayer.visible = false</code></pre>
3812
3895
 
3813
3896
  <dt class="inherited-from">Inherited From:</dt>
3814
3897
  <dd class="inherited-from"><ul class="dummy"><li>
3815
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3898
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3816
3899
  </li></ul></dd>
3817
3900
 
3818
3901
 
@@ -3869,7 +3952,7 @@ wmsSubLayer.visible = false</code></pre>
3869
3952
  <tbody>
3870
3953
 
3871
3954
  <tr class="deep-level-0">
3872
- <td class="name"><code><a href="WMSLayer.html#fromJSON">fromJSON</a></code></td>
3955
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3873
3956
  <td class="name">
3874
3957
  <code>
3875
3958
 
@@ -3879,12 +3962,13 @@ wmsSubLayer.visible = false</code></pre>
3879
3962
  </tr>
3880
3963
 
3881
3964
  <tr class="deep-level-0">
3882
- <td class="name"><code><a href="WMSLayer.html#fromServerUrl">fromServerUrl</a></code></td>
3965
+ <td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
3883
3966
  <td class="name">
3884
3967
  <code>
3885
3968
 
3886
3969
 
3887
- <span class="param-type"><a class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
3970
+ <span class="param-type"><a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
3971
+
3888
3972
 
3889
3973
 
3890
3974
 
@@ -3894,12 +3978,13 @@ wmsSubLayer.visible = false</code></pre>
3894
3978
  </tr>
3895
3979
 
3896
3980
  <tr class="deep-level-0">
3897
- <td class="name"><code><a href="WMSLayer.html#clone">clone</a></code></td>
3981
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3898
3982
  <td class="name">
3899
3983
  <code>
3900
3984
 
3901
3985
 
3902
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3986
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3987
+
3903
3988
 
3904
3989
 
3905
3990
 
@@ -3909,7 +3994,7 @@ wmsSubLayer.visible = false</code></pre>
3909
3994
  </tr>
3910
3995
 
3911
3996
  <tr class="deep-level-0">
3912
- <td class="name"><code><a href="WMSLayer.html#destroy">destroy</a></code></td>
3997
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3913
3998
  <td class="name">
3914
3999
  <code>
3915
4000
 
@@ -3917,6 +4002,7 @@ wmsSubLayer.visible = false</code></pre>
3917
4002
  <span class="param-type">*</span>
3918
4003
 
3919
4004
 
4005
+
3920
4006
 
3921
4007
  </code>
3922
4008
  </td>
@@ -3924,12 +4010,13 @@ wmsSubLayer.visible = false</code></pre>
3924
4010
  </tr>
3925
4011
 
3926
4012
  <tr class="deep-level-0">
3927
- <td class="name"><code><a href="WMSLayer.html#findSublayerById">findSublayerById</a></code></td>
4013
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
3928
4014
  <td class="name">
3929
4015
  <code>
3930
4016
 
3931
4017
 
3932
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
4018
+ <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
4019
+
3933
4020
 
3934
4021
 
3935
4022
 
@@ -3939,7 +4026,7 @@ wmsSubLayer.visible = false</code></pre>
3939
4026
  </tr>
3940
4027
 
3941
4028
  <tr class="deep-level-0">
3942
- <td class="name"><code><a href="WMSLayer.html#isLoaded">isLoaded</a></code></td>
4029
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3943
4030
  <td class="name">
3944
4031
  <code>
3945
4032
 
@@ -3947,6 +4034,7 @@ wmsSubLayer.visible = false</code></pre>
3947
4034
  <span class="param-type">Boolean</span>
3948
4035
 
3949
4036
 
4037
+
3950
4038
 
3951
4039
  </code>
3952
4040
  </td>
@@ -3954,7 +4042,7 @@ wmsSubLayer.visible = false</code></pre>
3954
4042
  </tr>
3955
4043
 
3956
4044
  <tr class="deep-level-0">
3957
- <td class="name"><code><a href="WMSLayer.html#load">load</a></code></td>
4045
+ <td class="name"><code><a href="#load">load</a></code></td>
3958
4046
  <td class="name">
3959
4047
  <code>
3960
4048
 
@@ -3964,7 +4052,7 @@ wmsSubLayer.visible = false</code></pre>
3964
4052
  </tr>
3965
4053
 
3966
4054
  <tr class="deep-level-0">
3967
- <td class="name"><code><a href="WMSLayer.html#refresh">refresh</a></code></td>
4055
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3968
4056
  <td class="name">
3969
4057
  <code>
3970
4058
 
@@ -3974,7 +4062,7 @@ wmsSubLayer.visible = false</code></pre>
3974
4062
  </tr>
3975
4063
 
3976
4064
  <tr class="deep-level-0">
3977
- <td class="name"><code><a href="WMSLayer.html#setSubLayer">setSubLayer</a></code></td>
4065
+ <td class="name"><code><a href="#setSubLayer">setSubLayer</a></code></td>
3978
4066
  <td class="name">
3979
4067
  <code>
3980
4068
 
@@ -3984,7 +4072,7 @@ wmsSubLayer.visible = false</code></pre>
3984
4072
  </tr>
3985
4073
 
3986
4074
  <tr class="deep-level-0">
3987
- <td class="name"><code><a href="WMSLayer.html#toJSON">toJSON</a></code></td>
4075
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3988
4076
  <td class="name">
3989
4077
  <code>
3990
4078
 
@@ -3992,6 +4080,7 @@ wmsSubLayer.visible = false</code></pre>
3992
4080
  <span class="param-type">Object</span>
3993
4081
 
3994
4082
 
4083
+
3995
4084
 
3996
4085
  </code>
3997
4086
  </td>
@@ -4069,6 +4158,7 @@ wmsSubLayer.visible = false</code></pre>
4069
4158
  <span class="param-type">Object</span>
4070
4159
 
4071
4160
 
4161
+
4072
4162
 
4073
4163
  </td>
4074
4164
 
@@ -4230,6 +4320,7 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4230
4320
  <span class="param-type">String</span>
4231
4321
 
4232
4322
 
4323
+
4233
4324
 
4234
4325
  </td>
4235
4326
 
@@ -4315,7 +4406,8 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4315
4406
  <div class='column is-5 has-text-left'>
4316
4407
  <label>类型: </label>
4317
4408
 
4318
- <span class="param-type"><a class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
4409
+ <span class="param-type"><a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
4410
+
4319
4411
 
4320
4412
 
4321
4413
  </div>
@@ -4375,7 +4467,7 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4375
4467
 
4376
4468
  <dt class="inherited-from">Inherited From:</dt>
4377
4469
  <dd class="inherited-from"><ul class="dummy"><li>
4378
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
4470
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
4379
4471
  </li></ul></dd>
4380
4472
 
4381
4473
 
@@ -4436,7 +4528,8 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4436
4528
  <div class='column is-5 has-text-left'>
4437
4529
  <label>类型: </label>
4438
4530
 
4439
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4531
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4532
+
4440
4533
 
4441
4534
 
4442
4535
  </div>
@@ -4492,7 +4585,7 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4492
4585
 
4493
4586
  <dt class="inherited-from">Inherited From:</dt>
4494
4587
  <dd class="inherited-from"><ul class="dummy"><li>
4495
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4588
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4496
4589
  </li></ul></dd>
4497
4590
 
4498
4591
 
@@ -4554,6 +4647,7 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4554
4647
  <span class="param-type">*</span>
4555
4648
 
4556
4649
 
4650
+
4557
4651
  </div>
4558
4652
 
4559
4653
  </div>
@@ -4631,6 +4725,7 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4631
4725
  <span class="param-type">String</span>
4632
4726
 
4633
4727
 
4728
+
4634
4729
 
4635
4730
  </td>
4636
4731
 
@@ -4716,7 +4811,8 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4716
4811
  <div class='column is-5 has-text-left'>
4717
4812
  <label>类型: </label>
4718
4813
 
4719
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
4814
+ <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
4815
+
4720
4816
 
4721
4817
 
4722
4818
  </div>
@@ -4796,7 +4892,7 @@ const wmsSubLayer = wmsLayer.findSublayerById(0)</code></pre>
4796
4892
 
4797
4893
  <dt class="inherited-from">Inherited From:</dt>
4798
4894
  <dd class="inherited-from"><ul class="dummy"><li>
4799
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4895
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4800
4896
  </li></ul></dd>
4801
4897
 
4802
4898
 
@@ -4860,6 +4956,7 @@ const wmsSubLayer = wmsLayer.findSublayerById(0)</code></pre>
4860
4956
  <span class="param-type">Boolean</span>
4861
4957
 
4862
4958
 
4959
+
4863
4960
  </div>
4864
4961
 
4865
4962
  </div>
@@ -5029,7 +5126,7 @@ wmsLayer.load().then((result) => {
5029
5126
 
5030
5127
  <dt class="inherited-from">Inherited From:</dt>
5031
5128
  <dd class="inherited-from"><ul class="dummy"><li>
5032
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
5129
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
5033
5130
  </li></ul></dd>
5034
5131
 
5035
5132
 
@@ -5142,12 +5239,13 @@ wmsLayer.load().then((result) => {
5142
5239
  <td class="type">
5143
5240
 
5144
5241
 
5145
- <span class="param-type"><a class="mapgis-link-name" title="WMSSubLayer" WMSSubLayer.html>WMSSubLayer</a></span>
5242
+ <span class="param-type"><a link="WMSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSSubLayer" WMSSubLayer.html>WMSSubLayer</a></span>
5146
5243
  |
5147
5244
 
5148
5245
  <span class="param-type">Object</span>
5149
5246
 
5150
5247
 
5248
+
5151
5249
 
5152
5250
  </td>
5153
5251
 
@@ -5361,6 +5459,7 @@ wmsLayer.setSubLayer({
5361
5459
  <span class="param-type">Object</span>
5362
5460
 
5363
5461
 
5462
+
5364
5463
  </div>
5365
5464
 
5366
5465
  </div>
@@ -5515,6 +5614,7 @@ wmsLayer.setSubLayer({
5515
5614
  <span class="param-type">Object</span>
5516
5615
 
5517
5616
 
5617
+
5518
5618
 
5519
5619
  </td>
5520
5620
 
@@ -5548,6 +5648,7 @@ wmsLayer.setSubLayer({
5548
5648
  <span class="param-type">String</span>
5549
5649
 
5550
5650
 
5651
+
5551
5652
 
5552
5653
  </td>
5553
5654
 
@@ -5585,6 +5686,7 @@ wmsLayer.setSubLayer({
5585
5686
  <span class="param-type">String</span>
5586
5687
 
5587
5688
 
5689
+
5588
5690
 
5589
5691
  </td>
5590
5692
 
@@ -5619,7 +5721,8 @@ wmsLayer.setSubLayer({
5619
5721
  <td class="type">
5620
5722
 
5621
5723
 
5622
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5724
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5725
+
5623
5726
 
5624
5727
 
5625
5728
 
@@ -5656,7 +5759,8 @@ wmsLayer.setSubLayer({
5656
5759
  <td class="type">
5657
5760
 
5658
5761
 
5659
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5762
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5763
+
5660
5764
 
5661
5765
 
5662
5766
 
@@ -5693,7 +5797,8 @@ wmsLayer.setSubLayer({
5693
5797
  <td class="type">
5694
5798
 
5695
5799
 
5696
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5800
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5801
+
5697
5802
 
5698
5803
 
5699
5804
 
@@ -5730,7 +5835,8 @@ wmsLayer.setSubLayer({
5730
5835
  <td class="type">
5731
5836
 
5732
5837
 
5733
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5838
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5839
+
5734
5840
 
5735
5841
 
5736
5842
 
@@ -5767,7 +5873,8 @@ wmsLayer.setSubLayer({
5767
5873
  <td class="type">
5768
5874
 
5769
5875
 
5770
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5876
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5877
+
5771
5878
 
5772
5879
 
5773
5880
 
@@ -5812,7 +5919,7 @@ wmsLayer.setSubLayer({
5812
5919
 
5813
5920
  <dt class="inherited-from">Inherited From:</dt>
5814
5921
  <dd class="inherited-from"><ul class="dummy"><li>
5815
- <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>
5922
+ <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>
5816
5923
  </li></ul></dd>
5817
5924
 
5818
5925
 
@@ -5961,6 +6068,7 @@ wmsLayer.setSubLayer({
5961
6068
  <span class="param-type">Object</span>
5962
6069
 
5963
6070
 
6071
+
5964
6072
 
5965
6073
  </td>
5966
6074
 
@@ -5994,6 +6102,7 @@ wmsLayer.setSubLayer({
5994
6102
  <span class="param-type">String</span>
5995
6103
 
5996
6104
 
6105
+
5997
6106
 
5998
6107
  </td>
5999
6108
 
@@ -6031,6 +6140,7 @@ wmsLayer.setSubLayer({
6031
6140
  <span class="param-type">String</span>
6032
6141
 
6033
6142
 
6143
+
6034
6144
 
6035
6145
  </td>
6036
6146
 
@@ -6065,7 +6175,8 @@ wmsLayer.setSubLayer({
6065
6175
  <td class="type">
6066
6176
 
6067
6177
 
6068
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6178
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6179
+
6069
6180
 
6070
6181
 
6071
6182
 
@@ -6102,7 +6213,8 @@ wmsLayer.setSubLayer({
6102
6213
  <td class="type">
6103
6214
 
6104
6215
 
6105
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6216
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6217
+
6106
6218
 
6107
6219
 
6108
6220
 
@@ -6139,7 +6251,8 @@ wmsLayer.setSubLayer({
6139
6251
  <td class="type">
6140
6252
 
6141
6253
 
6142
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6254
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6255
+
6143
6256
 
6144
6257
 
6145
6258
 
@@ -6176,7 +6289,8 @@ wmsLayer.setSubLayer({
6176
6289
  <td class="type">
6177
6290
 
6178
6291
 
6179
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6292
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6293
+
6180
6294
 
6181
6295
 
6182
6296
 
@@ -6213,7 +6327,8 @@ wmsLayer.setSubLayer({
6213
6327
  <td class="type">
6214
6328
 
6215
6329
 
6216
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6330
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6331
+
6217
6332
 
6218
6333
 
6219
6334
 
@@ -6258,7 +6373,7 @@ wmsLayer.setSubLayer({
6258
6373
 
6259
6374
  <dt class="inherited-from">Inherited From:</dt>
6260
6375
  <dd class="inherited-from"><ul class="dummy"><li>
6261
- <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>
6376
+ <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>
6262
6377
  </li></ul></dd>
6263
6378
 
6264
6379
 
@@ -6397,6 +6512,7 @@ wmsLayer.setSubLayer({
6397
6512
  <span class="param-type">Object</span>
6398
6513
 
6399
6514
 
6515
+
6400
6516
 
6401
6517
  </td>
6402
6518
 
@@ -6430,6 +6546,7 @@ wmsLayer.setSubLayer({
6430
6546
  <span class="param-type">String</span>
6431
6547
 
6432
6548
 
6549
+
6433
6550
 
6434
6551
  </td>
6435
6552
 
@@ -6467,6 +6584,7 @@ wmsLayer.setSubLayer({
6467
6584
  <span class="param-type">String</span>
6468
6585
 
6469
6586
 
6587
+
6470
6588
 
6471
6589
  </td>
6472
6590
 
@@ -6501,7 +6619,8 @@ wmsLayer.setSubLayer({
6501
6619
  <td class="type">
6502
6620
 
6503
6621
 
6504
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6622
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6623
+
6505
6624
 
6506
6625
 
6507
6626
 
@@ -6538,7 +6657,8 @@ wmsLayer.setSubLayer({
6538
6657
  <td class="type">
6539
6658
 
6540
6659
 
6541
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6660
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6661
+
6542
6662
 
6543
6663
 
6544
6664
 
@@ -6575,7 +6695,8 @@ wmsLayer.setSubLayer({
6575
6695
  <td class="type">
6576
6696
 
6577
6697
 
6578
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6698
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6699
+
6579
6700
 
6580
6701
 
6581
6702
 
@@ -6612,7 +6733,8 @@ wmsLayer.setSubLayer({
6612
6733
  <td class="type">
6613
6734
 
6614
6735
 
6615
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6736
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6737
+
6616
6738
 
6617
6739
 
6618
6740
 
@@ -6649,7 +6771,8 @@ wmsLayer.setSubLayer({
6649
6771
  <td class="type">
6650
6772
 
6651
6773
 
6652
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6774
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6775
+
6653
6776
 
6654
6777
 
6655
6778
 
@@ -6694,7 +6817,7 @@ wmsLayer.setSubLayer({
6694
6817
 
6695
6818
  <dt class="inherited-from">Inherited From:</dt>
6696
6819
  <dd class="inherited-from"><ul class="dummy"><li>
6697
- <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>
6820
+ <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>
6698
6821
  </li></ul></dd>
6699
6822
 
6700
6823
 
@@ -6843,6 +6966,7 @@ wmsLayer.setSubLayer({
6843
6966
  <span class="param-type">Object</span>
6844
6967
 
6845
6968
 
6969
+
6846
6970
 
6847
6971
  </td>
6848
6972
 
@@ -6876,6 +7000,7 @@ wmsLayer.setSubLayer({
6876
7000
  <span class="param-type">String</span>
6877
7001
 
6878
7002
 
7003
+
6879
7004
 
6880
7005
  </td>
6881
7006
 
@@ -6913,6 +7038,7 @@ wmsLayer.setSubLayer({
6913
7038
  <span class="param-type">String</span>
6914
7039
 
6915
7040
 
7041
+
6916
7042
 
6917
7043
  </td>
6918
7044
 
@@ -6947,7 +7073,8 @@ wmsLayer.setSubLayer({
6947
7073
  <td class="type">
6948
7074
 
6949
7075
 
6950
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7076
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7077
+
6951
7078
 
6952
7079
 
6953
7080
 
@@ -6984,7 +7111,8 @@ wmsLayer.setSubLayer({
6984
7111
  <td class="type">
6985
7112
 
6986
7113
 
6987
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7114
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7115
+
6988
7116
 
6989
7117
 
6990
7118
 
@@ -7021,7 +7149,8 @@ wmsLayer.setSubLayer({
7021
7149
  <td class="type">
7022
7150
 
7023
7151
 
7024
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7152
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7153
+
7025
7154
 
7026
7155
 
7027
7156
 
@@ -7058,7 +7187,8 @@ wmsLayer.setSubLayer({
7058
7187
  <td class="type">
7059
7188
 
7060
7189
 
7061
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7190
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7191
+
7062
7192
 
7063
7193
 
7064
7194
 
@@ -7095,7 +7225,8 @@ wmsLayer.setSubLayer({
7095
7225
  <td class="type">
7096
7226
 
7097
7227
 
7098
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7228
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7229
+
7099
7230
 
7100
7231
 
7101
7232
 
@@ -7140,7 +7271,7 @@ wmsLayer.setSubLayer({
7140
7271
 
7141
7272
  <dt class="inherited-from">Inherited From:</dt>
7142
7273
  <dd class="inherited-from"><ul class="dummy"><li>
7143
- <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>
7274
+ <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>
7144
7275
  </li></ul></dd>
7145
7276
 
7146
7277
 
@@ -7279,6 +7410,7 @@ wmsLayer.setSubLayer({
7279
7410
  <span class="param-type">Object</span>
7280
7411
 
7281
7412
 
7413
+
7282
7414
 
7283
7415
  </td>
7284
7416
 
@@ -7312,6 +7444,7 @@ wmsLayer.setSubLayer({
7312
7444
  <span class="param-type">String</span>
7313
7445
 
7314
7446
 
7447
+
7315
7448
 
7316
7449
  </td>
7317
7450
 
@@ -7349,6 +7482,7 @@ wmsLayer.setSubLayer({
7349
7482
  <span class="param-type">String</span>
7350
7483
 
7351
7484
 
7485
+
7352
7486
 
7353
7487
  </td>
7354
7488
 
@@ -7383,7 +7517,8 @@ wmsLayer.setSubLayer({
7383
7517
  <td class="type">
7384
7518
 
7385
7519
 
7386
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7520
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7521
+
7387
7522
 
7388
7523
 
7389
7524
 
@@ -7420,7 +7555,8 @@ wmsLayer.setSubLayer({
7420
7555
  <td class="type">
7421
7556
 
7422
7557
 
7423
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7558
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7559
+
7424
7560
 
7425
7561
 
7426
7562
 
@@ -7457,7 +7593,8 @@ wmsLayer.setSubLayer({
7457
7593
  <td class="type">
7458
7594
 
7459
7595
 
7460
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7596
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7597
+
7461
7598
 
7462
7599
 
7463
7600
 
@@ -7494,7 +7631,8 @@ wmsLayer.setSubLayer({
7494
7631
  <td class="type">
7495
7632
 
7496
7633
 
7497
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7634
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7635
+
7498
7636
 
7499
7637
 
7500
7638
 
@@ -7531,7 +7669,8 @@ wmsLayer.setSubLayer({
7531
7669
  <td class="type">
7532
7670
 
7533
7671
 
7534
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7672
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7673
+
7535
7674
 
7536
7675
 
7537
7676
 
@@ -7576,7 +7715,7 @@ wmsLayer.setSubLayer({
7576
7715
 
7577
7716
  <dt class="inherited-from">Inherited From:</dt>
7578
7717
  <dd class="inherited-from"><ul class="dummy"><li>
7579
- <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>
7718
+ <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>
7580
7719
  </li></ul></dd>
7581
7720
 
7582
7721
 
@@ -7725,6 +7864,7 @@ wmsLayer.setSubLayer({
7725
7864
  <span class="param-type">Object</span>
7726
7865
 
7727
7866
 
7867
+
7728
7868
 
7729
7869
  </td>
7730
7870
 
@@ -7758,6 +7898,7 @@ wmsLayer.setSubLayer({
7758
7898
  <span class="param-type">String</span>
7759
7899
 
7760
7900
 
7901
+
7761
7902
 
7762
7903
  </td>
7763
7904
 
@@ -7795,6 +7936,7 @@ wmsLayer.setSubLayer({
7795
7936
  <span class="param-type">String</span>
7796
7937
 
7797
7938
 
7939
+
7798
7940
 
7799
7941
  </td>
7800
7942
 
@@ -7829,7 +7971,8 @@ wmsLayer.setSubLayer({
7829
7971
  <td class="type">
7830
7972
 
7831
7973
 
7832
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7974
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7975
+
7833
7976
 
7834
7977
 
7835
7978
 
@@ -7866,7 +8009,8 @@ wmsLayer.setSubLayer({
7866
8009
  <td class="type">
7867
8010
 
7868
8011
 
7869
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8012
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8013
+
7870
8014
 
7871
8015
 
7872
8016
 
@@ -7903,7 +8047,8 @@ wmsLayer.setSubLayer({
7903
8047
  <td class="type">
7904
8048
 
7905
8049
 
7906
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8050
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8051
+
7907
8052
 
7908
8053
 
7909
8054
 
@@ -7940,7 +8085,8 @@ wmsLayer.setSubLayer({
7940
8085
  <td class="type">
7941
8086
 
7942
8087
 
7943
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8088
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8089
+
7944
8090
 
7945
8091
 
7946
8092
 
@@ -7977,7 +8123,8 @@ wmsLayer.setSubLayer({
7977
8123
  <td class="type">
7978
8124
 
7979
8125
 
7980
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8126
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8127
+
7981
8128
 
7982
8129
 
7983
8130
 
@@ -8022,7 +8169,7 @@ wmsLayer.setSubLayer({
8022
8169
 
8023
8170
  <dt class="inherited-from">Inherited From:</dt>
8024
8171
  <dd class="inherited-from"><ul class="dummy"><li>
8025
- <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>
8172
+ <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>
8026
8173
  </li></ul></dd>
8027
8174
 
8028
8175
 
@@ -8161,6 +8308,7 @@ wmsLayer.setSubLayer({
8161
8308
  <span class="param-type">Object</span>
8162
8309
 
8163
8310
 
8311
+
8164
8312
 
8165
8313
  </td>
8166
8314
 
@@ -8194,6 +8342,7 @@ wmsLayer.setSubLayer({
8194
8342
  <span class="param-type">String</span>
8195
8343
 
8196
8344
 
8345
+
8197
8346
 
8198
8347
  </td>
8199
8348
 
@@ -8231,6 +8380,7 @@ wmsLayer.setSubLayer({
8231
8380
  <span class="param-type">String</span>
8232
8381
 
8233
8382
 
8383
+
8234
8384
 
8235
8385
  </td>
8236
8386
 
@@ -8265,7 +8415,8 @@ wmsLayer.setSubLayer({
8265
8415
  <td class="type">
8266
8416
 
8267
8417
 
8268
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8418
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8419
+
8269
8420
 
8270
8421
 
8271
8422
 
@@ -8302,7 +8453,8 @@ wmsLayer.setSubLayer({
8302
8453
  <td class="type">
8303
8454
 
8304
8455
 
8305
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8456
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8457
+
8306
8458
 
8307
8459
 
8308
8460
 
@@ -8339,7 +8491,8 @@ wmsLayer.setSubLayer({
8339
8491
  <td class="type">
8340
8492
 
8341
8493
 
8342
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8494
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8495
+
8343
8496
 
8344
8497
 
8345
8498
 
@@ -8376,7 +8529,8 @@ wmsLayer.setSubLayer({
8376
8529
  <td class="type">
8377
8530
 
8378
8531
 
8379
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8532
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8533
+
8380
8534
 
8381
8535
 
8382
8536
 
@@ -8413,7 +8567,8 @@ wmsLayer.setSubLayer({
8413
8567
  <td class="type">
8414
8568
 
8415
8569
 
8416
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8570
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8571
+
8417
8572
 
8418
8573
 
8419
8574
 
@@ -8458,7 +8613,7 @@ wmsLayer.setSubLayer({
8458
8613
 
8459
8614
  <dt class="inherited-from">Inherited From:</dt>
8460
8615
  <dd class="inherited-from"><ul class="dummy"><li>
8461
- <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>
8616
+ <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>
8462
8617
  </li></ul></dd>
8463
8618
 
8464
8619
 
@@ -8607,6 +8762,7 @@ wmsLayer.setSubLayer({
8607
8762
  <span class="param-type">Object</span>
8608
8763
 
8609
8764
 
8765
+
8610
8766
 
8611
8767
  </td>
8612
8768
 
@@ -8640,6 +8796,7 @@ wmsLayer.setSubLayer({
8640
8796
  <span class="param-type">String</span>
8641
8797
 
8642
8798
 
8799
+
8643
8800
 
8644
8801
  </td>
8645
8802
 
@@ -8677,6 +8834,7 @@ wmsLayer.setSubLayer({
8677
8834
  <span class="param-type">String</span>
8678
8835
 
8679
8836
 
8837
+
8680
8838
 
8681
8839
  </td>
8682
8840
 
@@ -8711,7 +8869,8 @@ wmsLayer.setSubLayer({
8711
8869
  <td class="type">
8712
8870
 
8713
8871
 
8714
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8872
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8873
+
8715
8874
 
8716
8875
 
8717
8876
 
@@ -8748,7 +8907,8 @@ wmsLayer.setSubLayer({
8748
8907
  <td class="type">
8749
8908
 
8750
8909
 
8751
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8910
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8911
+
8752
8912
 
8753
8913
 
8754
8914
 
@@ -8785,7 +8945,8 @@ wmsLayer.setSubLayer({
8785
8945
  <td class="type">
8786
8946
 
8787
8947
 
8788
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8948
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8949
+
8789
8950
 
8790
8951
 
8791
8952
 
@@ -8822,7 +8983,8 @@ wmsLayer.setSubLayer({
8822
8983
  <td class="type">
8823
8984
 
8824
8985
 
8825
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8986
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8987
+
8826
8988
 
8827
8989
 
8828
8990
 
@@ -8859,7 +9021,8 @@ wmsLayer.setSubLayer({
8859
9021
  <td class="type">
8860
9022
 
8861
9023
 
8862
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9024
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9025
+
8863
9026
 
8864
9027
 
8865
9028