@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -136,6 +138,7 @@
136
138
  <span class="param-type">String</span>
137
139
 
138
140
 
141
+
139
142
 
140
143
  </td>
141
144
 
@@ -164,6 +167,7 @@
164
167
  <span class="param-type">Array.&lt;String></span>
165
168
 
166
169
 
170
+
167
171
 
168
172
  </td>
169
173
 
@@ -190,6 +194,7 @@
190
194
  <span class="param-type">String</span>
191
195
 
192
196
 
197
+
193
198
 
194
199
  </td>
195
200
 
@@ -213,7 +218,8 @@
213
218
  <td class="type">
214
219
 
215
220
 
216
- <span class="param-type">Array.&lt;<a href="WMTSStyle.html">WMTSStyle</a>></span>
221
+ <span class="param-type">Array.&lt;<a link="Array.<WMTSStyle>.html" onclick="getTypeHTML(event)" href="WMTSStyle.html">WMTSStyle</a>></span>
222
+
217
223
 
218
224
 
219
225
 
@@ -239,7 +245,8 @@
239
245
  <td class="type">
240
246
 
241
247
 
242
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
248
+ <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" href="TileMatrixSet.html">TileMatrixSet</a>></span>
249
+
243
250
 
244
251
 
245
252
 
@@ -268,6 +275,7 @@
268
275
  <span class="param-type">String</span>
269
276
 
270
277
 
278
+
271
279
 
272
280
  </td>
273
281
 
@@ -291,7 +299,8 @@
291
299
  <td class="type">
292
300
 
293
301
 
294
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
302
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
303
+
295
304
 
296
305
 
297
306
 
@@ -320,6 +329,7 @@
320
329
  <span class="param-type">Array.&lt;String></span>
321
330
 
322
331
 
332
+
323
333
 
324
334
  </td>
325
335
 
@@ -418,7 +428,7 @@
418
428
 
419
429
 
420
430
  <ul>
421
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
431
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
422
432
  </ul>
423
433
 
424
434
 
@@ -450,63 +460,68 @@
450
460
  <tbody>
451
461
 
452
462
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="WMTSSubLayer.html#copyright">copyright</a></code></td>
463
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
454
464
  <td class="name">
455
465
  <code>
456
466
 
457
467
  <span class="param-type">String</span>
458
468
 
459
469
 
470
+
460
471
  </code>
461
472
  </td>
462
473
  <td class="name"><code><p>版权所有</p></code></td>
463
474
  </tr>
464
475
 
465
476
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="WMTSSubLayer.html#description">description</a></code></td>
477
+ <td class="name"><code><a href="#description">description</a></code></td>
467
478
  <td class="name">
468
479
  <code>
469
480
 
470
481
  <span class="param-type">String</span>
471
482
 
472
483
 
484
+
473
485
  </code>
474
486
  </td>
475
487
  <td class="name"><code><p>描述信息</p></code></td>
476
488
  </tr>
477
489
 
478
490
  <tr class="deep-level-0">
479
- <td class="name"><code><a href="WMTSSubLayer.html#extendOptions">extendOptions</a></code></td>
491
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
480
492
  <td class="name">
481
493
  <code>
482
494
 
483
495
  <span class="param-type">Object</span>
484
496
 
485
497
 
498
+
486
499
  </code>
487
500
  </td>
488
501
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
489
502
  </tr>
490
503
 
491
504
  <tr class="deep-level-0">
492
- <td class="name"><code><a href="WMTSSubLayer.html#extendProps">extendProps</a></code></td>
505
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
493
506
  <td class="name">
494
507
  <code>
495
508
 
496
509
  <span class="param-type">Object</span>
497
510
 
498
511
 
512
+
499
513
  </code>
500
514
  </td>
501
515
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
502
516
  </tr>
503
517
 
504
518
  <tr class="deep-level-0">
505
- <td class="name"><code><a href="WMTSSubLayer.html#extent">extent</a></code></td>
519
+ <td class="name"><code><a href="#extent">extent</a></code></td>
506
520
  <td class="name">
507
521
  <code>
508
522
 
509
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
523
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
524
+
510
525
 
511
526
 
512
527
  </code>
@@ -515,167 +530,180 @@
515
530
  </tr>
516
531
 
517
532
  <tr class="deep-level-0">
518
- <td class="name"><code><a href="WMTSSubLayer.html#headers">headers</a></code></td>
533
+ <td class="name"><code><a href="#headers">headers</a></code></td>
519
534
  <td class="name">
520
535
  <code>
521
536
 
522
537
  <span class="param-type">String</span>
523
538
 
524
539
 
540
+
525
541
  </code>
526
542
  </td>
527
543
  <td class="name"><code><p>设置服务请求头</p></code></td>
528
544
  </tr>
529
545
 
530
546
  <tr class="deep-level-0">
531
- <td class="name"><code><a href="WMTSSubLayer.html#httpMethod">httpMethod</a></code></td>
547
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
532
548
  <td class="name">
533
549
  <code>
534
550
 
535
551
  <span class="param-type">String</span>
536
552
 
537
553
 
554
+
538
555
  </code>
539
556
  </td>
540
557
  <td class="name"><code><p>http请求方式</p></code></td>
541
558
  </tr>
542
559
 
543
560
  <tr class="deep-level-0">
544
- <td class="name"><code><a href="WMTSSubLayer.html#id">id</a></code></td>
561
+ <td class="name"><code><a href="#id">id</a></code></td>
545
562
  <td class="name">
546
563
  <code>
547
564
 
548
565
  <span class="param-type">String</span>
549
566
 
550
567
 
568
+
551
569
  </code>
552
570
  </td>
553
571
  <td class="name"><code><p>图层id</p></code></td>
554
572
  </tr>
555
573
 
556
574
  <tr class="deep-level-0">
557
- <td class="name"><code><a href="WMTSSubLayer.html#imageFormat">imageFormat</a></code></td>
575
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
558
576
  <td class="name">
559
577
  <code>
560
578
 
561
579
  <span class="param-type">String</span>
562
580
 
563
581
 
582
+
564
583
  </code>
565
584
  </td>
566
585
  <td class="name"><code><p>图像格式</p></code></td>
567
586
  </tr>
568
587
 
569
588
  <tr class="deep-level-0">
570
- <td class="name"><code><a href="WMTSSubLayer.html#imageFormats">imageFormats</a></code></td>
589
+ <td class="name"><code><a href="#imageFormats">imageFormats</a></code></td>
571
590
  <td class="name">
572
591
  <code>
573
592
 
574
593
  <span class="param-type">Array.&lt;String></span>
575
594
 
576
595
 
596
+
577
597
  </code>
578
598
  </td>
579
599
  <td class="name"><code><p>图像格式组</p></code></td>
580
600
  </tr>
581
601
 
582
602
  <tr class="deep-level-0">
583
- <td class="name"><code><a href="WMTSSubLayer.html#index">index</a></code></td>
603
+ <td class="name"><code><a href="#index">index</a></code></td>
584
604
  <td class="name">
585
605
  <code>
586
606
 
587
607
  <span class="param-type">Number</span>
588
608
 
589
609
 
610
+
590
611
  </code>
591
612
  </td>
592
613
  <td class="name"><code><p>图层顺序</p></code></td>
593
614
  </tr>
594
615
 
595
616
  <tr class="deep-level-0">
596
- <td class="name"><code><a href="WMTSSubLayer.html#loaded">loaded</a></code></td>
617
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
597
618
  <td class="name">
598
619
  <code>
599
620
 
600
621
  <span class="param-type">Boolean</span>
601
622
 
602
623
 
624
+
603
625
  </code>
604
626
  </td>
605
627
  <td class="name"><code><p>是否加载完毕</p></code></td>
606
628
  </tr>
607
629
 
608
630
  <tr class="deep-level-0">
609
- <td class="name"><code><a href="WMTSSubLayer.html#loadStatus">loadStatus</a></code></td>
631
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
610
632
  <td class="name">
611
633
  <code>
612
634
 
613
635
  <span class="param-type">String</span>
614
636
 
615
637
 
638
+
616
639
  </code>
617
640
  </td>
618
641
  <td class="name"><code><p>图层加载状态</p></code></td>
619
642
  </tr>
620
643
 
621
644
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="WMTSSubLayer.html#maxScale">maxScale</a></code></td>
645
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
623
646
  <td class="name">
624
647
  <code>
625
648
 
626
649
  <span class="param-type">Number</span>
627
650
 
628
651
 
652
+
629
653
  </code>
630
654
  </td>
631
655
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
632
656
  </tr>
633
657
 
634
658
  <tr class="deep-level-0">
635
- <td class="name"><code><a href="WMTSSubLayer.html#minScale">minScale</a></code></td>
659
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
636
660
  <td class="name">
637
661
  <code>
638
662
 
639
663
  <span class="param-type">Number</span>
640
664
 
641
665
 
666
+
642
667
  </code>
643
668
  </td>
644
669
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
645
670
  </tr>
646
671
 
647
672
  <tr class="deep-level-0">
648
- <td class="name"><code><a href="WMTSSubLayer.html#opacity">opacity</a></code></td>
673
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
649
674
  <td class="name">
650
675
  <code>
651
676
 
652
677
  <span class="param-type">Number</span>
653
678
 
654
679
 
680
+
655
681
  </code>
656
682
  </td>
657
683
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
658
684
  </tr>
659
685
 
660
686
  <tr class="deep-level-0">
661
- <td class="name"><code><a href="WMTSSubLayer.html#resourceURLTemplates">resourceURLTemplates</a></code></td>
687
+ <td class="name"><code><a href="#resourceURLTemplates">resourceURLTemplates</a></code></td>
662
688
  <td class="name">
663
689
  <code>
664
690
 
665
691
  <span class="param-type">Array.&lt;String></span>
666
692
 
667
693
 
694
+
668
695
  </code>
669
696
  </td>
670
697
  <td class="name"><code><p>资源地址模板</p></code></td>
671
698
  </tr>
672
699
 
673
700
  <tr class="deep-level-0">
674
- <td class="name"><code><a href="WMTSSubLayer.html#spatialReference">spatialReference</a></code></td>
701
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
675
702
  <td class="name">
676
703
  <code>
677
704
 
678
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
705
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
706
+
679
707
 
680
708
 
681
709
  </code>
@@ -684,24 +712,26 @@
684
712
  </tr>
685
713
 
686
714
  <tr class="deep-level-0">
687
- <td class="name"><code><a href="WMTSSubLayer.html#styleId">styleId</a></code></td>
715
+ <td class="name"><code><a href="#styleId">styleId</a></code></td>
688
716
  <td class="name">
689
717
  <code>
690
718
 
691
719
  <span class="param-type">String</span>
692
720
 
693
721
 
722
+
694
723
  </code>
695
724
  </td>
696
725
  <td class="name"><code><p>样式id, 默认为样式中第一项的 ID</p></code></td>
697
726
  </tr>
698
727
 
699
728
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="WMTSSubLayer.html#styles">styles</a></code></td>
729
+ <td class="name"><code><a href="#styles">styles</a></code></td>
701
730
  <td class="name">
702
731
  <code>
703
732
 
704
- <span class="param-type">Array.&lt;<a href="WMTSStyle.html">WMTSStyle</a>></span>
733
+ <span class="param-type">Array.&lt;<a link="Array.<WMTSStyle>.html" onclick="getTypeHTML(event)" href="WMTSStyle.html">WMTSStyle</a>></span>
734
+
705
735
 
706
736
 
707
737
  </code>
@@ -710,11 +740,12 @@
710
740
  </tr>
711
741
 
712
742
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="WMTSSubLayer.html#tileMatrixSet">tileMatrixSet</a></code></td>
743
+ <td class="name"><code><a href="#tileMatrixSet">tileMatrixSet</a></code></td>
714
744
  <td class="name">
715
745
  <code>
716
746
 
717
- <span class="param-type"><a class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a></span>
747
+ <span class="param-type"><a link="TileMatrixSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a></span>
748
+
718
749
 
719
750
 
720
751
  </code>
@@ -723,24 +754,26 @@
723
754
  </tr>
724
755
 
725
756
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="WMTSSubLayer.html#tileMatrixSetId">tileMatrixSetId</a></code></td>
757
+ <td class="name"><code><a href="#tileMatrixSetId">tileMatrixSetId</a></code></td>
727
758
  <td class="name">
728
759
  <code>
729
760
 
730
761
  <span class="param-type">String</span>
731
762
 
732
763
 
764
+
733
765
  </code>
734
766
  </td>
735
767
  <td class="name"><code><p>要请求的图块矩阵集id</p></code></td>
736
768
  </tr>
737
769
 
738
770
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="WMTSSubLayer.html#tileMatrixSets">tileMatrixSets</a></code></td>
771
+ <td class="name"><code><a href="#tileMatrixSets">tileMatrixSets</a></code></td>
740
772
  <td class="name">
741
773
  <code>
742
774
 
743
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
775
+ <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" href="TileMatrixSet.html">TileMatrixSet</a>></span>
776
+
744
777
 
745
778
 
746
779
  </code>
@@ -749,65 +782,70 @@
749
782
  </tr>
750
783
 
751
784
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="WMTSSubLayer.html#title">title</a></code></td>
785
+ <td class="name"><code><a href="#title">title</a></code></td>
753
786
  <td class="name">
754
787
  <code>
755
788
 
756
789
  <span class="param-type">String</span>
757
790
 
758
791
 
792
+
759
793
  </code>
760
794
  </td>
761
795
  <td class="name"><code><p>图层名称</p></code></td>
762
796
  </tr>
763
797
 
764
798
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="WMTSSubLayer.html#tokenKey">tokenKey</a></code></td>
799
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
766
800
  <td class="name">
767
801
  <code>
768
802
 
769
803
  <span class="param-type">String</span>
770
804
 
771
805
 
806
+
772
807
  </code>
773
808
  </td>
774
809
  <td class="name"><code><p>token名</p></code></td>
775
810
  </tr>
776
811
 
777
812
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="WMTSSubLayer.html#tokenValue">tokenValue</a></code></td>
813
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
779
814
  <td class="name">
780
815
  <code>
781
816
 
782
817
  <span class="param-type">String</span>
783
818
 
784
819
 
820
+
785
821
  </code>
786
822
  </td>
787
823
  <td class="name"><code><p>token值</p></code></td>
788
824
  </tr>
789
825
 
790
826
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="WMTSSubLayer.html#type">type</a></code></td>
827
+ <td class="name"><code><a href="#type">type</a></code></td>
792
828
  <td class="name">
793
829
  <code>
794
830
 
795
831
  <span class="param-type">String</span>
796
832
 
797
833
 
834
+
798
835
  </code>
799
836
  </td>
800
837
  <td class="name"><code><p>图层类型</p></code></td>
801
838
  </tr>
802
839
 
803
840
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="WMTSSubLayer.html#visible">visible</a></code></td>
841
+ <td class="name"><code><a href="#visible">visible</a></code></td>
805
842
  <td class="name">
806
843
  <code>
807
844
 
808
845
  <span class="param-type">Number</span>
809
846
 
810
847
 
848
+
811
849
  </code>
812
850
  </td>
813
851
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -827,6 +865,7 @@
827
865
  <span class="param-type">String</span>
828
866
 
829
867
 
868
+
830
869
  </span>
831
870
 
832
871
  <h4 class="name" id="copyright">
@@ -862,7 +901,7 @@
862
901
 
863
902
  <dt class="inherited-from">Inherited From:</dt>
864
903
  <dd class="inherited-from"><ul class="dummy"><li>
865
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
904
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
866
905
  </li></ul></dd>
867
906
 
868
907
 
@@ -906,6 +945,7 @@
906
945
  <span class="param-type">String</span>
907
946
 
908
947
 
948
+
909
949
  </span>
910
950
 
911
951
  <h4 class="name" id="description">
@@ -981,6 +1021,7 @@
981
1021
  <span class="param-type">Object</span>
982
1022
 
983
1023
 
1024
+
984
1025
  </span>
985
1026
 
986
1027
  <h4 class="name" id="extendOptions">
@@ -1012,7 +1053,7 @@
1012
1053
 
1013
1054
  <dt class="inherited-from">Inherited From:</dt>
1014
1055
  <dd class="inherited-from"><ul class="dummy"><li>
1015
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1056
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1016
1057
  </li></ul></dd>
1017
1058
 
1018
1059
 
@@ -1056,6 +1097,7 @@
1056
1097
  <span class="param-type">Object</span>
1057
1098
 
1058
1099
 
1100
+
1059
1101
  </span>
1060
1102
 
1061
1103
  <h4 class="name" id="extendProps">
@@ -1087,7 +1129,7 @@
1087
1129
 
1088
1130
  <dt class="inherited-from">Inherited From:</dt>
1089
1131
  <dd class="inherited-from"><ul class="dummy"><li>
1090
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1132
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1091
1133
  </li></ul></dd>
1092
1134
 
1093
1135
 
@@ -1128,7 +1170,8 @@
1128
1170
  <span class="method-parameter is-pulled-right">
1129
1171
  <label>类型:</label>
1130
1172
 
1131
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1173
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1174
+
1132
1175
 
1133
1176
 
1134
1177
  </span>
@@ -1206,6 +1249,7 @@
1206
1249
  <span class="param-type">String</span>
1207
1250
 
1208
1251
 
1252
+
1209
1253
  </span>
1210
1254
 
1211
1255
  <h4 class="name" id="headers">
@@ -1237,7 +1281,7 @@
1237
1281
 
1238
1282
  <dt class="inherited-from">Inherited From:</dt>
1239
1283
  <dd class="inherited-from"><ul class="dummy"><li>
1240
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1284
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1241
1285
  </li></ul></dd>
1242
1286
 
1243
1287
 
@@ -1281,6 +1325,7 @@
1281
1325
  <span class="param-type">String</span>
1282
1326
 
1283
1327
 
1328
+
1284
1329
  </span>
1285
1330
 
1286
1331
  <h4 class="name" id="httpMethod">
@@ -1312,7 +1357,7 @@
1312
1357
 
1313
1358
  <dt class="inherited-from">Inherited From:</dt>
1314
1359
  <dd class="inherited-from"><ul class="dummy"><li>
1315
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1360
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1316
1361
  </li></ul></dd>
1317
1362
 
1318
1363
 
@@ -1356,6 +1401,7 @@
1356
1401
  <span class="param-type">String</span>
1357
1402
 
1358
1403
 
1404
+
1359
1405
  </span>
1360
1406
 
1361
1407
  <h4 class="name" id="id">
@@ -1391,7 +1437,7 @@
1391
1437
 
1392
1438
  <dt class="inherited-from">Inherited From:</dt>
1393
1439
  <dd class="inherited-from"><ul class="dummy"><li>
1394
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1440
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1395
1441
  </li></ul></dd>
1396
1442
 
1397
1443
 
@@ -1435,6 +1481,7 @@
1435
1481
  <span class="param-type">String</span>
1436
1482
 
1437
1483
 
1484
+
1438
1485
  </span>
1439
1486
 
1440
1487
  <h4 class="name" id="imageFormat">
@@ -1505,6 +1552,7 @@
1505
1552
  <span class="param-type">Array.&lt;String></span>
1506
1553
 
1507
1554
 
1555
+
1508
1556
  </span>
1509
1557
 
1510
1558
  <h4 class="name" id="imageFormats">
@@ -1575,6 +1623,7 @@
1575
1623
  <span class="param-type">Number</span>
1576
1624
 
1577
1625
 
1626
+
1578
1627
  </span>
1579
1628
 
1580
1629
  <h4 class="name" id="index">
@@ -1606,7 +1655,7 @@
1606
1655
 
1607
1656
  <dt class="inherited-from">Inherited From:</dt>
1608
1657
  <dd class="inherited-from"><ul class="dummy"><li>
1609
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1658
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1610
1659
  </li></ul></dd>
1611
1660
 
1612
1661
 
@@ -1650,6 +1699,7 @@
1650
1699
  <span class="param-type">Boolean</span>
1651
1700
 
1652
1701
 
1702
+
1653
1703
  </span>
1654
1704
 
1655
1705
  <h4 class="name" id="loaded">
@@ -1685,7 +1735,7 @@
1685
1735
 
1686
1736
  <dt class="inherited-from">Inherited From:</dt>
1687
1737
  <dd class="inherited-from"><ul class="dummy"><li>
1688
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1738
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1689
1739
  </li></ul></dd>
1690
1740
 
1691
1741
 
@@ -1734,6 +1784,7 @@
1734
1784
  <span class="param-type">String</span>
1735
1785
 
1736
1786
 
1787
+
1737
1788
  </span>
1738
1789
 
1739
1790
  <h4 class="name" id="loadStatus">
@@ -1769,7 +1820,7 @@
1769
1820
 
1770
1821
  <dt class="inherited-from">Inherited From:</dt>
1771
1822
  <dd class="inherited-from"><ul class="dummy"><li>
1772
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1823
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1773
1824
  </li></ul></dd>
1774
1825
 
1775
1826
 
@@ -1818,6 +1869,7 @@
1818
1869
  <span class="param-type">Number</span>
1819
1870
 
1820
1871
 
1872
+
1821
1873
  </span>
1822
1874
 
1823
1875
  <h4 class="name" id="maxScale">
@@ -1849,7 +1901,7 @@
1849
1901
 
1850
1902
  <dt class="inherited-from">Inherited From:</dt>
1851
1903
  <dd class="inherited-from"><ul class="dummy"><li>
1852
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1904
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1853
1905
  </li></ul></dd>
1854
1906
 
1855
1907
 
@@ -1898,6 +1950,7 @@
1898
1950
  <span class="param-type">Number</span>
1899
1951
 
1900
1952
 
1953
+
1901
1954
  </span>
1902
1955
 
1903
1956
  <h4 class="name" id="minScale">
@@ -1929,7 +1982,7 @@
1929
1982
 
1930
1983
  <dt class="inherited-from">Inherited From:</dt>
1931
1984
  <dd class="inherited-from"><ul class="dummy"><li>
1932
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1985
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1933
1986
  </li></ul></dd>
1934
1987
 
1935
1988
 
@@ -1978,6 +2031,7 @@
1978
2031
  <span class="param-type">Number</span>
1979
2032
 
1980
2033
 
2034
+
1981
2035
  </span>
1982
2036
 
1983
2037
  <h4 class="name" id="opacity">
@@ -2009,7 +2063,7 @@
2009
2063
 
2010
2064
  <dt class="inherited-from">Inherited From:</dt>
2011
2065
  <dd class="inherited-from"><ul class="dummy"><li>
2012
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2066
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2013
2067
  </li></ul></dd>
2014
2068
 
2015
2069
 
@@ -2053,6 +2107,7 @@
2053
2107
  <span class="param-type">Array.&lt;String></span>
2054
2108
 
2055
2109
 
2110
+
2056
2111
  </span>
2057
2112
 
2058
2113
  <h4 class="name" id="resourceURLTemplates">
@@ -2120,7 +2175,8 @@
2120
2175
  <span class="method-parameter is-pulled-right">
2121
2176
  <label>类型:</label>
2122
2177
 
2123
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2178
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2179
+
2124
2180
 
2125
2181
 
2126
2182
  </span>
@@ -2198,6 +2254,7 @@
2198
2254
  <span class="param-type">String</span>
2199
2255
 
2200
2256
 
2257
+
2201
2258
  </span>
2202
2259
 
2203
2260
  <h4 class="name" id="styleId">
@@ -2265,7 +2322,8 @@
2265
2322
  <span class="method-parameter is-pulled-right">
2266
2323
  <label>类型:</label>
2267
2324
 
2268
- <span class="param-type">Array.&lt;<a href="WMTSStyle.html">WMTSStyle</a>></span>
2325
+ <span class="param-type">Array.&lt;<a link="Array.<WMTSStyle>.html" onclick="getTypeHTML(event)" href="WMTSStyle.html">WMTSStyle</a>></span>
2326
+
2269
2327
 
2270
2328
 
2271
2329
  </span>
@@ -2335,7 +2393,8 @@
2335
2393
  <span class="method-parameter is-pulled-right">
2336
2394
  <label>类型:</label>
2337
2395
 
2338
- <span class="param-type"><a class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a></span>
2396
+ <span class="param-type"><a link="TileMatrixSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a></span>
2397
+
2339
2398
 
2340
2399
 
2341
2400
  </span>
@@ -2408,6 +2467,7 @@
2408
2467
  <span class="param-type">String</span>
2409
2468
 
2410
2469
 
2470
+
2411
2471
  </span>
2412
2472
 
2413
2473
  <h4 class="name" id="tileMatrixSetId">
@@ -2475,7 +2535,8 @@
2475
2535
  <span class="method-parameter is-pulled-right">
2476
2536
  <label>类型:</label>
2477
2537
 
2478
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
2538
+ <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" href="TileMatrixSet.html">TileMatrixSet</a>></span>
2539
+
2479
2540
 
2480
2541
 
2481
2542
  </span>
@@ -2548,6 +2609,7 @@
2548
2609
  <span class="param-type">String</span>
2549
2610
 
2550
2611
 
2612
+
2551
2613
  </span>
2552
2614
 
2553
2615
  <h4 class="name" id="title">
@@ -2623,6 +2685,7 @@
2623
2685
  <span class="param-type">String</span>
2624
2686
 
2625
2687
 
2688
+
2626
2689
  </span>
2627
2690
 
2628
2691
  <h4 class="name" id="tokenKey">
@@ -2654,7 +2717,7 @@
2654
2717
 
2655
2718
  <dt class="inherited-from">Inherited From:</dt>
2656
2719
  <dd class="inherited-from"><ul class="dummy"><li>
2657
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2720
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2658
2721
  </li></ul></dd>
2659
2722
 
2660
2723
 
@@ -2703,6 +2766,7 @@
2703
2766
  <span class="param-type">String</span>
2704
2767
 
2705
2768
 
2769
+
2706
2770
  </span>
2707
2771
 
2708
2772
  <h4 class="name" id="tokenValue">
@@ -2734,7 +2798,7 @@
2734
2798
 
2735
2799
  <dt class="inherited-from">Inherited From:</dt>
2736
2800
  <dd class="inherited-from"><ul class="dummy"><li>
2737
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2801
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2738
2802
  </li></ul></dd>
2739
2803
 
2740
2804
 
@@ -2778,6 +2842,7 @@
2778
2842
  <span class="param-type">String</span>
2779
2843
 
2780
2844
 
2845
+
2781
2846
  </span>
2782
2847
 
2783
2848
  <h4 class="name" id="type">
@@ -2813,7 +2878,7 @@
2813
2878
 
2814
2879
  <dt class="inherited-from">Inherited From:</dt>
2815
2880
  <dd class="inherited-from"><ul class="dummy"><li>
2816
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2881
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2817
2882
  </li></ul></dd>
2818
2883
 
2819
2884
 
@@ -2857,6 +2922,7 @@
2857
2922
  <span class="param-type">Number</span>
2858
2923
 
2859
2924
 
2925
+
2860
2926
  </span>
2861
2927
 
2862
2928
  <h4 class="name" id="visible">
@@ -2888,7 +2954,7 @@
2888
2954
 
2889
2955
  <dt class="inherited-from">Inherited From:</dt>
2890
2956
  <dd class="inherited-from"><ul class="dummy"><li>
2891
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2957
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2892
2958
  </li></ul></dd>
2893
2959
 
2894
2960
 
@@ -2945,12 +3011,13 @@
2945
3011
  <tbody>
2946
3012
 
2947
3013
  <tr class="deep-level-0">
2948
- <td class="name"><code><a href="WMTSSubLayer.html#clone">clone</a></code></td>
3014
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2949
3015
  <td class="name">
2950
3016
  <code>
2951
3017
 
2952
3018
 
2953
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3019
+ <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3020
+
2954
3021
 
2955
3022
 
2956
3023
 
@@ -2960,7 +3027,7 @@
2960
3027
  </tr>
2961
3028
 
2962
3029
  <tr class="deep-level-0">
2963
- <td class="name"><code><a href="WMTSSubLayer.html#destroy">destroy</a></code></td>
3030
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2964
3031
  <td class="name">
2965
3032
  <code>
2966
3033
 
@@ -2968,6 +3035,7 @@
2968
3035
  <span class="param-type">*</span>
2969
3036
 
2970
3037
 
3038
+
2971
3039
 
2972
3040
  </code>
2973
3041
  </td>
@@ -2975,7 +3043,7 @@
2975
3043
  </tr>
2976
3044
 
2977
3045
  <tr class="deep-level-0">
2978
- <td class="name"><code><a href="WMTSSubLayer.html#fromJSON">fromJSON</a></code></td>
3046
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2979
3047
  <td class="name">
2980
3048
  <code>
2981
3049
 
@@ -2985,7 +3053,7 @@
2985
3053
  </tr>
2986
3054
 
2987
3055
  <tr class="deep-level-0">
2988
- <td class="name"><code><a href="WMTSSubLayer.html#isLoaded">isLoaded</a></code></td>
3056
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2989
3057
  <td class="name">
2990
3058
  <code>
2991
3059
 
@@ -2993,6 +3061,7 @@
2993
3061
  <span class="param-type">Boolean</span>
2994
3062
 
2995
3063
 
3064
+
2996
3065
 
2997
3066
  </code>
2998
3067
  </td>
@@ -3000,7 +3069,7 @@
3000
3069
  </tr>
3001
3070
 
3002
3071
  <tr class="deep-level-0">
3003
- <td class="name"><code><a href="WMTSSubLayer.html#refresh">refresh</a></code></td>
3072
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3004
3073
  <td class="name">
3005
3074
  <code>
3006
3075
 
@@ -3010,7 +3079,7 @@
3010
3079
  </tr>
3011
3080
 
3012
3081
  <tr class="deep-level-0">
3013
- <td class="name"><code><a href="WMTSSubLayer.html#toJSON">toJSON</a></code></td>
3082
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3014
3083
  <td class="name">
3015
3084
  <code>
3016
3085
 
@@ -3018,6 +3087,7 @@
3018
3087
  <span class="param-type">Object</span>
3019
3088
 
3020
3089
 
3090
+
3021
3091
 
3022
3092
  </code>
3023
3093
  </td>
@@ -3132,7 +3202,8 @@
3132
3202
  <div class='column is-5 has-text-left'>
3133
3203
  <label>类型: </label>
3134
3204
 
3135
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3205
+ <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3206
+
3136
3207
 
3137
3208
 
3138
3209
  </div>
@@ -3188,7 +3259,7 @@
3188
3259
 
3189
3260
  <dt class="inherited-from">Inherited From:</dt>
3190
3261
  <dd class="inherited-from"><ul class="dummy"><li>
3191
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3262
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3192
3263
  </li></ul></dd>
3193
3264
 
3194
3265
 
@@ -3250,6 +3321,7 @@
3250
3321
  <span class="param-type">*</span>
3251
3322
 
3252
3323
 
3324
+
3253
3325
  </div>
3254
3326
 
3255
3327
  </div>
@@ -3327,6 +3399,7 @@
3327
3399
  <span class="param-type">Object</span>
3328
3400
 
3329
3401
 
3402
+
3330
3403
 
3331
3404
  </td>
3332
3405
 
@@ -3447,7 +3520,7 @@
3447
3520
 
3448
3521
  <dt class="inherited-from">Inherited From:</dt>
3449
3522
  <dd class="inherited-from"><ul class="dummy"><li>
3450
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3523
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3451
3524
  </li></ul></dd>
3452
3525
 
3453
3526
 
@@ -3511,6 +3584,7 @@
3511
3584
  <span class="param-type">Boolean</span>
3512
3585
 
3513
3586
 
3587
+
3514
3588
  </div>
3515
3589
 
3516
3590
  </div>
@@ -3568,7 +3642,7 @@
3568
3642
 
3569
3643
  <dt class="inherited-from">Inherited From:</dt>
3570
3644
  <dd class="inherited-from"><ul class="dummy"><li>
3571
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3645
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3572
3646
  </li></ul></dd>
3573
3647
 
3574
3648
 
@@ -3728,6 +3802,7 @@
3728
3802
  <span class="param-type">Object</span>
3729
3803
 
3730
3804
 
3805
+
3731
3806
  </div>
3732
3807
 
3733
3808
  </div>
@@ -3877,6 +3952,7 @@
3877
3952
  <span class="param-type">Object</span>
3878
3953
 
3879
3954
 
3955
+
3880
3956
 
3881
3957
  </td>
3882
3958
 
@@ -3910,6 +3986,7 @@
3910
3986
  <span class="param-type">String</span>
3911
3987
 
3912
3988
 
3989
+
3913
3990
 
3914
3991
  </td>
3915
3992
 
@@ -3947,6 +4024,7 @@
3947
4024
  <span class="param-type">String</span>
3948
4025
 
3949
4026
 
4027
+
3950
4028
 
3951
4029
  </td>
3952
4030
 
@@ -3981,7 +4059,8 @@
3981
4059
  <td class="type">
3982
4060
 
3983
4061
 
3984
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4062
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4063
+
3985
4064
 
3986
4065
 
3987
4066
 
@@ -4018,7 +4097,8 @@
4018
4097
  <td class="type">
4019
4098
 
4020
4099
 
4021
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4100
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4101
+
4022
4102
 
4023
4103
 
4024
4104
 
@@ -4055,7 +4135,8 @@
4055
4135
  <td class="type">
4056
4136
 
4057
4137
 
4058
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4138
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4139
+
4059
4140
 
4060
4141
 
4061
4142
 
@@ -4092,7 +4173,8 @@
4092
4173
  <td class="type">
4093
4174
 
4094
4175
 
4095
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4176
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4177
+
4096
4178
 
4097
4179
 
4098
4180
 
@@ -4129,7 +4211,8 @@
4129
4211
  <td class="type">
4130
4212
 
4131
4213
 
4132
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4214
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4215
+
4133
4216
 
4134
4217
 
4135
4218
 
@@ -4174,7 +4257,7 @@
4174
4257
 
4175
4258
  <dt class="inherited-from">Inherited From:</dt>
4176
4259
  <dd class="inherited-from"><ul class="dummy"><li>
4177
- <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>
4260
+ <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>
4178
4261
  </li></ul></dd>
4179
4262
 
4180
4263
 
@@ -4323,6 +4406,7 @@
4323
4406
  <span class="param-type">Object</span>
4324
4407
 
4325
4408
 
4409
+
4326
4410
 
4327
4411
  </td>
4328
4412
 
@@ -4356,6 +4440,7 @@
4356
4440
  <span class="param-type">String</span>
4357
4441
 
4358
4442
 
4443
+
4359
4444
 
4360
4445
  </td>
4361
4446
 
@@ -4393,6 +4478,7 @@
4393
4478
  <span class="param-type">String</span>
4394
4479
 
4395
4480
 
4481
+
4396
4482
 
4397
4483
  </td>
4398
4484
 
@@ -4427,7 +4513,8 @@
4427
4513
  <td class="type">
4428
4514
 
4429
4515
 
4430
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4516
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4517
+
4431
4518
 
4432
4519
 
4433
4520
 
@@ -4464,7 +4551,8 @@
4464
4551
  <td class="type">
4465
4552
 
4466
4553
 
4467
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4554
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4555
+
4468
4556
 
4469
4557
 
4470
4558
 
@@ -4501,7 +4589,8 @@
4501
4589
  <td class="type">
4502
4590
 
4503
4591
 
4504
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4592
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4593
+
4505
4594
 
4506
4595
 
4507
4596
 
@@ -4538,7 +4627,8 @@
4538
4627
  <td class="type">
4539
4628
 
4540
4629
 
4541
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4630
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4631
+
4542
4632
 
4543
4633
 
4544
4634
 
@@ -4575,7 +4665,8 @@
4575
4665
  <td class="type">
4576
4666
 
4577
4667
 
4578
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4668
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4669
+
4579
4670
 
4580
4671
 
4581
4672
 
@@ -4620,7 +4711,7 @@
4620
4711
 
4621
4712
  <dt class="inherited-from">Inherited From:</dt>
4622
4713
  <dd class="inherited-from"><ul class="dummy"><li>
4623
- <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>
4714
+ <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>
4624
4715
  </li></ul></dd>
4625
4716
 
4626
4717
 
@@ -4759,6 +4850,7 @@
4759
4850
  <span class="param-type">Object</span>
4760
4851
 
4761
4852
 
4853
+
4762
4854
 
4763
4855
  </td>
4764
4856
 
@@ -4792,6 +4884,7 @@
4792
4884
  <span class="param-type">String</span>
4793
4885
 
4794
4886
 
4887
+
4795
4888
 
4796
4889
  </td>
4797
4890
 
@@ -4829,6 +4922,7 @@
4829
4922
  <span class="param-type">String</span>
4830
4923
 
4831
4924
 
4925
+
4832
4926
 
4833
4927
  </td>
4834
4928
 
@@ -4863,7 +4957,8 @@
4863
4957
  <td class="type">
4864
4958
 
4865
4959
 
4866
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4960
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4961
+
4867
4962
 
4868
4963
 
4869
4964
 
@@ -4900,7 +4995,8 @@
4900
4995
  <td class="type">
4901
4996
 
4902
4997
 
4903
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4998
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4999
+
4904
5000
 
4905
5001
 
4906
5002
 
@@ -4937,7 +5033,8 @@
4937
5033
  <td class="type">
4938
5034
 
4939
5035
 
4940
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5036
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5037
+
4941
5038
 
4942
5039
 
4943
5040
 
@@ -4974,7 +5071,8 @@
4974
5071
  <td class="type">
4975
5072
 
4976
5073
 
4977
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5074
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5075
+
4978
5076
 
4979
5077
 
4980
5078
 
@@ -5011,7 +5109,8 @@
5011
5109
  <td class="type">
5012
5110
 
5013
5111
 
5014
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5112
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5113
+
5015
5114
 
5016
5115
 
5017
5116
 
@@ -5056,7 +5155,7 @@
5056
5155
 
5057
5156
  <dt class="inherited-from">Inherited From:</dt>
5058
5157
  <dd class="inherited-from"><ul class="dummy"><li>
5059
- <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>
5158
+ <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>
5060
5159
  </li></ul></dd>
5061
5160
 
5062
5161
 
@@ -5205,6 +5304,7 @@
5205
5304
  <span class="param-type">Object</span>
5206
5305
 
5207
5306
 
5307
+
5208
5308
 
5209
5309
  </td>
5210
5310
 
@@ -5238,6 +5338,7 @@
5238
5338
  <span class="param-type">String</span>
5239
5339
 
5240
5340
 
5341
+
5241
5342
 
5242
5343
  </td>
5243
5344
 
@@ -5275,6 +5376,7 @@
5275
5376
  <span class="param-type">String</span>
5276
5377
 
5277
5378
 
5379
+
5278
5380
 
5279
5381
  </td>
5280
5382
 
@@ -5309,7 +5411,8 @@
5309
5411
  <td class="type">
5310
5412
 
5311
5413
 
5312
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5414
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5415
+
5313
5416
 
5314
5417
 
5315
5418
 
@@ -5346,7 +5449,8 @@
5346
5449
  <td class="type">
5347
5450
 
5348
5451
 
5349
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5452
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5453
+
5350
5454
 
5351
5455
 
5352
5456
 
@@ -5383,7 +5487,8 @@
5383
5487
  <td class="type">
5384
5488
 
5385
5489
 
5386
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5490
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5491
+
5387
5492
 
5388
5493
 
5389
5494
 
@@ -5420,7 +5525,8 @@
5420
5525
  <td class="type">
5421
5526
 
5422
5527
 
5423
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5528
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5529
+
5424
5530
 
5425
5531
 
5426
5532
 
@@ -5457,7 +5563,8 @@
5457
5563
  <td class="type">
5458
5564
 
5459
5565
 
5460
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5566
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5567
+
5461
5568
 
5462
5569
 
5463
5570
 
@@ -5502,7 +5609,7 @@
5502
5609
 
5503
5610
  <dt class="inherited-from">Inherited From:</dt>
5504
5611
  <dd class="inherited-from"><ul class="dummy"><li>
5505
- <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>
5612
+ <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>
5506
5613
  </li></ul></dd>
5507
5614
 
5508
5615
 
@@ -5641,6 +5748,7 @@
5641
5748
  <span class="param-type">Object</span>
5642
5749
 
5643
5750
 
5751
+
5644
5752
 
5645
5753
  </td>
5646
5754
 
@@ -5674,6 +5782,7 @@
5674
5782
  <span class="param-type">String</span>
5675
5783
 
5676
5784
 
5785
+
5677
5786
 
5678
5787
  </td>
5679
5788
 
@@ -5711,6 +5820,7 @@
5711
5820
  <span class="param-type">String</span>
5712
5821
 
5713
5822
 
5823
+
5714
5824
 
5715
5825
  </td>
5716
5826
 
@@ -5745,7 +5855,8 @@
5745
5855
  <td class="type">
5746
5856
 
5747
5857
 
5748
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5858
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5859
+
5749
5860
 
5750
5861
 
5751
5862
 
@@ -5782,7 +5893,8 @@
5782
5893
  <td class="type">
5783
5894
 
5784
5895
 
5785
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5896
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5897
+
5786
5898
 
5787
5899
 
5788
5900
 
@@ -5819,7 +5931,8 @@
5819
5931
  <td class="type">
5820
5932
 
5821
5933
 
5822
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5934
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5935
+
5823
5936
 
5824
5937
 
5825
5938
 
@@ -5856,7 +5969,8 @@
5856
5969
  <td class="type">
5857
5970
 
5858
5971
 
5859
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5972
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5973
+
5860
5974
 
5861
5975
 
5862
5976
 
@@ -5893,7 +6007,8 @@
5893
6007
  <td class="type">
5894
6008
 
5895
6009
 
5896
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6010
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6011
+
5897
6012
 
5898
6013
 
5899
6014
 
@@ -5938,7 +6053,7 @@
5938
6053
 
5939
6054
  <dt class="inherited-from">Inherited From:</dt>
5940
6055
  <dd class="inherited-from"><ul class="dummy"><li>
5941
- <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>
6056
+ <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>
5942
6057
  </li></ul></dd>
5943
6058
 
5944
6059
 
@@ -6087,6 +6202,7 @@
6087
6202
  <span class="param-type">Object</span>
6088
6203
 
6089
6204
 
6205
+
6090
6206
 
6091
6207
  </td>
6092
6208
 
@@ -6120,6 +6236,7 @@
6120
6236
  <span class="param-type">String</span>
6121
6237
 
6122
6238
 
6239
+
6123
6240
 
6124
6241
  </td>
6125
6242
 
@@ -6157,6 +6274,7 @@
6157
6274
  <span class="param-type">String</span>
6158
6275
 
6159
6276
 
6277
+
6160
6278
 
6161
6279
  </td>
6162
6280
 
@@ -6191,7 +6309,8 @@
6191
6309
  <td class="type">
6192
6310
 
6193
6311
 
6194
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6312
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6313
+
6195
6314
 
6196
6315
 
6197
6316
 
@@ -6228,7 +6347,8 @@
6228
6347
  <td class="type">
6229
6348
 
6230
6349
 
6231
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6350
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6351
+
6232
6352
 
6233
6353
 
6234
6354
 
@@ -6265,7 +6385,8 @@
6265
6385
  <td class="type">
6266
6386
 
6267
6387
 
6268
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6388
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6389
+
6269
6390
 
6270
6391
 
6271
6392
 
@@ -6302,7 +6423,8 @@
6302
6423
  <td class="type">
6303
6424
 
6304
6425
 
6305
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6426
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6427
+
6306
6428
 
6307
6429
 
6308
6430
 
@@ -6339,7 +6461,8 @@
6339
6461
  <td class="type">
6340
6462
 
6341
6463
 
6342
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6464
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6465
+
6343
6466
 
6344
6467
 
6345
6468
 
@@ -6384,7 +6507,7 @@
6384
6507
 
6385
6508
  <dt class="inherited-from">Inherited From:</dt>
6386
6509
  <dd class="inherited-from"><ul class="dummy"><li>
6387
- <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>
6510
+ <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>
6388
6511
  </li></ul></dd>
6389
6512
 
6390
6513
 
@@ -6523,6 +6646,7 @@
6523
6646
  <span class="param-type">Object</span>
6524
6647
 
6525
6648
 
6649
+
6526
6650
 
6527
6651
  </td>
6528
6652
 
@@ -6556,6 +6680,7 @@
6556
6680
  <span class="param-type">String</span>
6557
6681
 
6558
6682
 
6683
+
6559
6684
 
6560
6685
  </td>
6561
6686
 
@@ -6593,6 +6718,7 @@
6593
6718
  <span class="param-type">String</span>
6594
6719
 
6595
6720
 
6721
+
6596
6722
 
6597
6723
  </td>
6598
6724
 
@@ -6627,7 +6753,8 @@
6627
6753
  <td class="type">
6628
6754
 
6629
6755
 
6630
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6756
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6757
+
6631
6758
 
6632
6759
 
6633
6760
 
@@ -6664,7 +6791,8 @@
6664
6791
  <td class="type">
6665
6792
 
6666
6793
 
6667
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6794
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6795
+
6668
6796
 
6669
6797
 
6670
6798
 
@@ -6701,7 +6829,8 @@
6701
6829
  <td class="type">
6702
6830
 
6703
6831
 
6704
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6832
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6833
+
6705
6834
 
6706
6835
 
6707
6836
 
@@ -6738,7 +6867,8 @@
6738
6867
  <td class="type">
6739
6868
 
6740
6869
 
6741
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6870
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6871
+
6742
6872
 
6743
6873
 
6744
6874
 
@@ -6775,7 +6905,8 @@
6775
6905
  <td class="type">
6776
6906
 
6777
6907
 
6778
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6908
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6909
+
6779
6910
 
6780
6911
 
6781
6912
 
@@ -6820,7 +6951,7 @@
6820
6951
 
6821
6952
  <dt class="inherited-from">Inherited From:</dt>
6822
6953
  <dd class="inherited-from"><ul class="dummy"><li>
6823
- <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>
6954
+ <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>
6824
6955
  </li></ul></dd>
6825
6956
 
6826
6957