@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">Array</span>
137
139
 
138
140
 
141
+
139
142
 
140
143
  </td>
141
144
 
@@ -164,6 +167,7 @@
164
167
  <span class="param-type">Object</span>
165
168
 
166
169
 
170
+
167
171
 
168
172
  </td>
169
173
 
@@ -190,6 +194,7 @@
190
194
  <span class="param-type">Number</span>
191
195
 
192
196
 
197
+
193
198
 
194
199
  </td>
195
200
 
@@ -218,6 +223,7 @@
218
223
  <span class="param-type">Number</span>
219
224
 
220
225
 
226
+
221
227
 
222
228
  </td>
223
229
 
@@ -246,6 +252,7 @@
246
252
  <span class="param-type">String</span>
247
253
 
248
254
 
255
+
249
256
 
250
257
  </td>
251
258
 
@@ -274,6 +281,7 @@
274
281
  <span class="param-type">String</span>
275
282
 
276
283
 
284
+
277
285
 
278
286
  </td>
279
287
 
@@ -299,7 +307,8 @@
299
307
  <td class="type">
300
308
 
301
309
 
302
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
310
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
311
+
303
312
 
304
313
 
305
314
 
@@ -402,7 +411,7 @@
402
411
 
403
412
 
404
413
  <ul>
405
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
414
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
406
415
  </ul>
407
416
 
408
417
 
@@ -434,37 +443,40 @@
434
443
  <tbody>
435
444
 
436
445
  <tr class="deep-level-0">
437
- <td class="name"><code><a href="FeatureLayer.html#copyright">copyright</a></code></td>
446
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
438
447
  <td class="name">
439
448
  <code>
440
449
 
441
450
  <span class="param-type">String</span>
442
451
 
443
452
 
453
+
444
454
  </code>
445
455
  </td>
446
456
  <td class="name"><code><p>版权所有</p></code></td>
447
457
  </tr>
448
458
 
449
459
  <tr class="deep-level-0">
450
- <td class="name"><code><a href="FeatureLayer.html#description">description</a></code></td>
460
+ <td class="name"><code><a href="#description">description</a></code></td>
451
461
  <td class="name">
452
462
  <code>
453
463
 
454
464
  <span class="param-type">String</span>
455
465
 
456
466
 
467
+
457
468
  </code>
458
469
  </td>
459
470
  <td class="name"><code><p>图层描述</p></code></td>
460
471
  </tr>
461
472
 
462
473
  <tr class="deep-level-0">
463
- <td class="name"><code><a href="FeatureLayer.html#elevationInfo">elevationInfo</a></code></td>
474
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
464
475
  <td class="name">
465
476
  <code>
466
477
 
467
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
478
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
479
+
468
480
 
469
481
 
470
482
  </code>
@@ -473,37 +485,40 @@
473
485
  </tr>
474
486
 
475
487
  <tr class="deep-level-0">
476
- <td class="name"><code><a href="FeatureLayer.html#extendOptions">extendOptions</a></code></td>
488
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
477
489
  <td class="name">
478
490
  <code>
479
491
 
480
492
  <span class="param-type">Object</span>
481
493
 
482
494
 
495
+
483
496
  </code>
484
497
  </td>
485
498
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
486
499
  </tr>
487
500
 
488
501
  <tr class="deep-level-0">
489
- <td class="name"><code><a href="FeatureLayer.html#extendProps">extendProps</a></code></td>
502
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
490
503
  <td class="name">
491
504
  <code>
492
505
 
493
506
  <span class="param-type">Object</span>
494
507
 
495
508
 
509
+
496
510
  </code>
497
511
  </td>
498
512
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
499
513
  </tr>
500
514
 
501
515
  <tr class="deep-level-0">
502
- <td class="name"><code><a href="FeatureLayer.html#extent">extent</a></code></td>
516
+ <td class="name"><code><a href="#extent">extent</a></code></td>
503
517
  <td class="name">
504
518
  <code>
505
519
 
506
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
520
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
521
+
507
522
 
508
523
 
509
524
  </code>
@@ -512,141 +527,152 @@
512
527
  </tr>
513
528
 
514
529
  <tr class="deep-level-0">
515
- <td class="name"><code><a href="FeatureLayer.html#geometryType">geometryType</a></code></td>
530
+ <td class="name"><code><a href="#geometryType">geometryType</a></code></td>
516
531
  <td class="name">
517
532
  <code>
518
533
 
519
534
  <span class="param-type">String</span>
520
535
 
521
536
 
537
+
522
538
  </code>
523
539
  </td>
524
540
  <td class="name"><code><p>几何类型</p></code></td>
525
541
  </tr>
526
542
 
527
543
  <tr class="deep-level-0">
528
- <td class="name"><code><a href="FeatureLayer.html#headers">headers</a></code></td>
544
+ <td class="name"><code><a href="#headers">headers</a></code></td>
529
545
  <td class="name">
530
546
  <code>
531
547
 
532
548
  <span class="param-type">String</span>
533
549
 
534
550
 
551
+
535
552
  </code>
536
553
  </td>
537
554
  <td class="name"><code><p>设置服务请求头</p></code></td>
538
555
  </tr>
539
556
 
540
557
  <tr class="deep-level-0">
541
- <td class="name"><code><a href="FeatureLayer.html#httpMethod">httpMethod</a></code></td>
558
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
542
559
  <td class="name">
543
560
  <code>
544
561
 
545
562
  <span class="param-type">String</span>
546
563
 
547
564
 
565
+
548
566
  </code>
549
567
  </td>
550
568
  <td class="name"><code><p>http请求方式</p></code></td>
551
569
  </tr>
552
570
 
553
571
  <tr class="deep-level-0">
554
- <td class="name"><code><a href="FeatureLayer.html#id">id</a></code></td>
572
+ <td class="name"><code><a href="#id">id</a></code></td>
555
573
  <td class="name">
556
574
  <code>
557
575
 
558
576
  <span class="param-type">String</span>
559
577
 
560
578
 
579
+
561
580
  </code>
562
581
  </td>
563
582
  <td class="name"><code><p>图层id</p></code></td>
564
583
  </tr>
565
584
 
566
585
  <tr class="deep-level-0">
567
- <td class="name"><code><a href="FeatureLayer.html#index">index</a></code></td>
586
+ <td class="name"><code><a href="#index">index</a></code></td>
568
587
  <td class="name">
569
588
  <code>
570
589
 
571
590
  <span class="param-type">Number</span>
572
591
 
573
592
 
593
+
574
594
  </code>
575
595
  </td>
576
596
  <td class="name"><code><p>图层顺序</p></code></td>
577
597
  </tr>
578
598
 
579
599
  <tr class="deep-level-0">
580
- <td class="name"><code><a href="FeatureLayer.html#loaded">loaded</a></code></td>
600
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
581
601
  <td class="name">
582
602
  <code>
583
603
 
584
604
  <span class="param-type">Boolean</span>
585
605
 
586
606
 
607
+
587
608
  </code>
588
609
  </td>
589
610
  <td class="name"><code><p>是否加载完毕</p></code></td>
590
611
  </tr>
591
612
 
592
613
  <tr class="deep-level-0">
593
- <td class="name"><code><a href="FeatureLayer.html#loadStatus">loadStatus</a></code></td>
614
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
594
615
  <td class="name">
595
616
  <code>
596
617
 
597
618
  <span class="param-type">String</span>
598
619
 
599
620
 
621
+
600
622
  </code>
601
623
  </td>
602
624
  <td class="name"><code><p>图层加载状态</p></code></td>
603
625
  </tr>
604
626
 
605
627
  <tr class="deep-level-0">
606
- <td class="name"><code><a href="FeatureLayer.html#maxScale">maxScale</a></code></td>
628
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
607
629
  <td class="name">
608
630
  <code>
609
631
 
610
632
  <span class="param-type">Number</span>
611
633
 
612
634
 
635
+
613
636
  </code>
614
637
  </td>
615
638
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
616
639
  </tr>
617
640
 
618
641
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="FeatureLayer.html#minScale">minScale</a></code></td>
642
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
620
643
  <td class="name">
621
644
  <code>
622
645
 
623
646
  <span class="param-type">Number</span>
624
647
 
625
648
 
649
+
626
650
  </code>
627
651
  </td>
628
652
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
629
653
  </tr>
630
654
 
631
655
  <tr class="deep-level-0">
632
- <td class="name"><code><a href="FeatureLayer.html#opacity">opacity</a></code></td>
656
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
633
657
  <td class="name">
634
658
  <code>
635
659
 
636
660
  <span class="param-type">Number</span>
637
661
 
638
662
 
663
+
639
664
  </code>
640
665
  </td>
641
666
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
642
667
  </tr>
643
668
 
644
669
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="FeatureLayer.html#renderer">renderer</a></code></td>
670
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
646
671
  <td class="name">
647
672
  <code>
648
673
 
649
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
674
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
675
+
650
676
 
651
677
 
652
678
  </code>
@@ -655,11 +681,12 @@
655
681
  </tr>
656
682
 
657
683
  <tr class="deep-level-0">
658
- <td class="name"><code><a href="FeatureLayer.html#spatialReference">spatialReference</a></code></td>
684
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
659
685
  <td class="name">
660
686
  <code>
661
687
 
662
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
688
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
689
+
663
690
 
664
691
 
665
692
  </code>
@@ -668,65 +695,70 @@
668
695
  </tr>
669
696
 
670
697
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="FeatureLayer.html#title">title</a></code></td>
698
+ <td class="name"><code><a href="#title">title</a></code></td>
672
699
  <td class="name">
673
700
  <code>
674
701
 
675
702
  <span class="param-type">String</span>
676
703
 
677
704
 
705
+
678
706
  </code>
679
707
  </td>
680
708
  <td class="name"><code><p>图层名称</p></code></td>
681
709
  </tr>
682
710
 
683
711
  <tr class="deep-level-0">
684
- <td class="name"><code><a href="FeatureLayer.html#tokenKey">tokenKey</a></code></td>
712
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
685
713
  <td class="name">
686
714
  <code>
687
715
 
688
716
  <span class="param-type">String</span>
689
717
 
690
718
 
719
+
691
720
  </code>
692
721
  </td>
693
722
  <td class="name"><code><p>token名</p></code></td>
694
723
  </tr>
695
724
 
696
725
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="FeatureLayer.html#tokenValue">tokenValue</a></code></td>
726
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
698
727
  <td class="name">
699
728
  <code>
700
729
 
701
730
  <span class="param-type">String</span>
702
731
 
703
732
 
733
+
704
734
  </code>
705
735
  </td>
706
736
  <td class="name"><code><p>token值</p></code></td>
707
737
  </tr>
708
738
 
709
739
  <tr class="deep-level-0">
710
- <td class="name"><code><a href="FeatureLayer.html#type">type</a></code></td>
740
+ <td class="name"><code><a href="#type">type</a></code></td>
711
741
  <td class="name">
712
742
  <code>
713
743
 
714
744
  <span class="param-type">String</span>
715
745
 
716
746
 
747
+
717
748
  </code>
718
749
  </td>
719
750
  <td class="name"><code><p>图层类型</p></code></td>
720
751
  </tr>
721
752
 
722
753
  <tr class="deep-level-0">
723
- <td class="name"><code><a href="FeatureLayer.html#visible">visible</a></code></td>
754
+ <td class="name"><code><a href="#visible">visible</a></code></td>
724
755
  <td class="name">
725
756
  <code>
726
757
 
727
758
  <span class="param-type">Number</span>
728
759
 
729
760
 
761
+
730
762
  </code>
731
763
  </td>
732
764
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -746,6 +778,7 @@
746
778
  <span class="param-type">String</span>
747
779
 
748
780
 
781
+
749
782
  </span>
750
783
 
751
784
  <h4 class="name" id="copyright">
@@ -781,7 +814,7 @@
781
814
 
782
815
  <dt class="inherited-from">Inherited From:</dt>
783
816
  <dd class="inherited-from"><ul class="dummy"><li>
784
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
817
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
785
818
  </li></ul></dd>
786
819
 
787
820
 
@@ -825,6 +858,7 @@
825
858
  <span class="param-type">String</span>
826
859
 
827
860
 
861
+
828
862
  </span>
829
863
 
830
864
  <h4 class="name" id="description">
@@ -860,7 +894,7 @@
860
894
 
861
895
  <dt class="inherited-from">Inherited From:</dt>
862
896
  <dd class="inherited-from"><ul class="dummy"><li>
863
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
897
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
864
898
  </li></ul></dd>
865
899
 
866
900
 
@@ -901,7 +935,8 @@
901
935
  <span class="method-parameter is-pulled-right">
902
936
  <label>类型:</label>
903
937
 
904
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
938
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
939
+
905
940
 
906
941
 
907
942
  </span>
@@ -974,6 +1009,7 @@
974
1009
  <span class="param-type">Object</span>
975
1010
 
976
1011
 
1012
+
977
1013
  </span>
978
1014
 
979
1015
  <h4 class="name" id="extendOptions">
@@ -1005,7 +1041,7 @@
1005
1041
 
1006
1042
  <dt class="inherited-from">Inherited From:</dt>
1007
1043
  <dd class="inherited-from"><ul class="dummy"><li>
1008
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1044
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1009
1045
  </li></ul></dd>
1010
1046
 
1011
1047
 
@@ -1049,6 +1085,7 @@
1049
1085
  <span class="param-type">Object</span>
1050
1086
 
1051
1087
 
1088
+
1052
1089
  </span>
1053
1090
 
1054
1091
  <h4 class="name" id="extendProps">
@@ -1080,7 +1117,7 @@
1080
1117
 
1081
1118
  <dt class="inherited-from">Inherited From:</dt>
1082
1119
  <dd class="inherited-from"><ul class="dummy"><li>
1083
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1120
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1084
1121
  </li></ul></dd>
1085
1122
 
1086
1123
 
@@ -1121,7 +1158,8 @@
1121
1158
  <span class="method-parameter is-pulled-right">
1122
1159
  <label>类型:</label>
1123
1160
 
1124
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1161
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1162
+
1125
1163
 
1126
1164
 
1127
1165
  </span>
@@ -1159,7 +1197,7 @@
1159
1197
 
1160
1198
  <dt class="inherited-from">Inherited From:</dt>
1161
1199
  <dd class="inherited-from"><ul class="dummy"><li>
1162
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1200
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1163
1201
  </li></ul></dd>
1164
1202
 
1165
1203
 
@@ -1203,6 +1241,7 @@
1203
1241
  <span class="param-type">String</span>
1204
1242
 
1205
1243
 
1244
+
1206
1245
  </span>
1207
1246
 
1208
1247
  <h4 class="name" id="geometryType">
@@ -1273,6 +1312,7 @@
1273
1312
  <span class="param-type">String</span>
1274
1313
 
1275
1314
 
1315
+
1276
1316
  </span>
1277
1317
 
1278
1318
  <h4 class="name" id="headers">
@@ -1304,7 +1344,7 @@
1304
1344
 
1305
1345
  <dt class="inherited-from">Inherited From:</dt>
1306
1346
  <dd class="inherited-from"><ul class="dummy"><li>
1307
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1347
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1308
1348
  </li></ul></dd>
1309
1349
 
1310
1350
 
@@ -1348,6 +1388,7 @@
1348
1388
  <span class="param-type">String</span>
1349
1389
 
1350
1390
 
1391
+
1351
1392
  </span>
1352
1393
 
1353
1394
  <h4 class="name" id="httpMethod">
@@ -1379,7 +1420,7 @@
1379
1420
 
1380
1421
  <dt class="inherited-from">Inherited From:</dt>
1381
1422
  <dd class="inherited-from"><ul class="dummy"><li>
1382
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1423
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1383
1424
  </li></ul></dd>
1384
1425
 
1385
1426
 
@@ -1423,6 +1464,7 @@
1423
1464
  <span class="param-type">String</span>
1424
1465
 
1425
1466
 
1467
+
1426
1468
  </span>
1427
1469
 
1428
1470
  <h4 class="name" id="id">
@@ -1458,7 +1500,7 @@
1458
1500
 
1459
1501
  <dt class="inherited-from">Inherited From:</dt>
1460
1502
  <dd class="inherited-from"><ul class="dummy"><li>
1461
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1503
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1462
1504
  </li></ul></dd>
1463
1505
 
1464
1506
 
@@ -1502,6 +1544,7 @@
1502
1544
  <span class="param-type">Number</span>
1503
1545
 
1504
1546
 
1547
+
1505
1548
  </span>
1506
1549
 
1507
1550
  <h4 class="name" id="index">
@@ -1533,7 +1576,7 @@
1533
1576
 
1534
1577
  <dt class="inherited-from">Inherited From:</dt>
1535
1578
  <dd class="inherited-from"><ul class="dummy"><li>
1536
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1579
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1537
1580
  </li></ul></dd>
1538
1581
 
1539
1582
 
@@ -1577,6 +1620,7 @@
1577
1620
  <span class="param-type">Boolean</span>
1578
1621
 
1579
1622
 
1623
+
1580
1624
  </span>
1581
1625
 
1582
1626
  <h4 class="name" id="loaded">
@@ -1612,7 +1656,7 @@
1612
1656
 
1613
1657
  <dt class="inherited-from">Inherited From:</dt>
1614
1658
  <dd class="inherited-from"><ul class="dummy"><li>
1615
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1659
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1616
1660
  </li></ul></dd>
1617
1661
 
1618
1662
 
@@ -1661,6 +1705,7 @@
1661
1705
  <span class="param-type">String</span>
1662
1706
 
1663
1707
 
1708
+
1664
1709
  </span>
1665
1710
 
1666
1711
  <h4 class="name" id="loadStatus">
@@ -1696,7 +1741,7 @@
1696
1741
 
1697
1742
  <dt class="inherited-from">Inherited From:</dt>
1698
1743
  <dd class="inherited-from"><ul class="dummy"><li>
1699
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1744
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1700
1745
  </li></ul></dd>
1701
1746
 
1702
1747
 
@@ -1745,6 +1790,7 @@
1745
1790
  <span class="param-type">Number</span>
1746
1791
 
1747
1792
 
1793
+
1748
1794
  </span>
1749
1795
 
1750
1796
  <h4 class="name" id="maxScale">
@@ -1776,7 +1822,7 @@
1776
1822
 
1777
1823
  <dt class="inherited-from">Inherited From:</dt>
1778
1824
  <dd class="inherited-from"><ul class="dummy"><li>
1779
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1825
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1780
1826
  </li></ul></dd>
1781
1827
 
1782
1828
 
@@ -1825,6 +1871,7 @@
1825
1871
  <span class="param-type">Number</span>
1826
1872
 
1827
1873
 
1874
+
1828
1875
  </span>
1829
1876
 
1830
1877
  <h4 class="name" id="minScale">
@@ -1856,7 +1903,7 @@
1856
1903
 
1857
1904
  <dt class="inherited-from">Inherited From:</dt>
1858
1905
  <dd class="inherited-from"><ul class="dummy"><li>
1859
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1906
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1860
1907
  </li></ul></dd>
1861
1908
 
1862
1909
 
@@ -1905,6 +1952,7 @@
1905
1952
  <span class="param-type">Number</span>
1906
1953
 
1907
1954
 
1955
+
1908
1956
  </span>
1909
1957
 
1910
1958
  <h4 class="name" id="opacity">
@@ -1936,7 +1984,7 @@
1936
1984
 
1937
1985
  <dt class="inherited-from">Inherited From:</dt>
1938
1986
  <dd class="inherited-from"><ul class="dummy"><li>
1939
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1987
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1940
1988
  </li></ul></dd>
1941
1989
 
1942
1990
 
@@ -1977,7 +2025,8 @@
1977
2025
  <span class="method-parameter is-pulled-right">
1978
2026
  <label>类型:</label>
1979
2027
 
1980
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
2028
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
2029
+
1981
2030
 
1982
2031
 
1983
2032
  </span>
@@ -2047,7 +2096,8 @@
2047
2096
  <span class="method-parameter is-pulled-right">
2048
2097
  <label>类型:</label>
2049
2098
 
2050
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2099
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2100
+
2051
2101
 
2052
2102
 
2053
2103
  </span>
@@ -2125,6 +2175,7 @@
2125
2175
  <span class="param-type">String</span>
2126
2176
 
2127
2177
 
2178
+
2128
2179
  </span>
2129
2180
 
2130
2181
  <h4 class="name" id="title">
@@ -2156,7 +2207,7 @@
2156
2207
 
2157
2208
  <dt class="inherited-from">Inherited From:</dt>
2158
2209
  <dd class="inherited-from"><ul class="dummy"><li>
2159
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2210
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2160
2211
  </li></ul></dd>
2161
2212
 
2162
2213
 
@@ -2200,6 +2251,7 @@
2200
2251
  <span class="param-type">String</span>
2201
2252
 
2202
2253
 
2254
+
2203
2255
  </span>
2204
2256
 
2205
2257
  <h4 class="name" id="tokenKey">
@@ -2231,7 +2283,7 @@
2231
2283
 
2232
2284
  <dt class="inherited-from">Inherited From:</dt>
2233
2285
  <dd class="inherited-from"><ul class="dummy"><li>
2234
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2286
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2235
2287
  </li></ul></dd>
2236
2288
 
2237
2289
 
@@ -2280,6 +2332,7 @@
2280
2332
  <span class="param-type">String</span>
2281
2333
 
2282
2334
 
2335
+
2283
2336
  </span>
2284
2337
 
2285
2338
  <h4 class="name" id="tokenValue">
@@ -2311,7 +2364,7 @@
2311
2364
 
2312
2365
  <dt class="inherited-from">Inherited From:</dt>
2313
2366
  <dd class="inherited-from"><ul class="dummy"><li>
2314
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2367
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2315
2368
  </li></ul></dd>
2316
2369
 
2317
2370
 
@@ -2355,6 +2408,7 @@
2355
2408
  <span class="param-type">String</span>
2356
2409
 
2357
2410
 
2411
+
2358
2412
  </span>
2359
2413
 
2360
2414
  <h4 class="name" id="type">
@@ -2434,6 +2488,7 @@
2434
2488
  <span class="param-type">Number</span>
2435
2489
 
2436
2490
 
2491
+
2437
2492
  </span>
2438
2493
 
2439
2494
  <h4 class="name" id="visible">
@@ -2465,7 +2520,7 @@
2465
2520
 
2466
2521
  <dt class="inherited-from">Inherited From:</dt>
2467
2522
  <dd class="inherited-from"><ul class="dummy"><li>
2468
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2523
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2469
2524
  </li></ul></dd>
2470
2525
 
2471
2526
 
@@ -2522,12 +2577,13 @@
2522
2577
  <tbody>
2523
2578
 
2524
2579
  <tr class="deep-level-0">
2525
- <td class="name"><code><a href="FeatureLayer.html#clone">clone</a></code></td>
2580
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2526
2581
  <td class="name">
2527
2582
  <code>
2528
2583
 
2529
2584
 
2530
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2585
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2586
+
2531
2587
 
2532
2588
 
2533
2589
 
@@ -2537,7 +2593,7 @@
2537
2593
  </tr>
2538
2594
 
2539
2595
  <tr class="deep-level-0">
2540
- <td class="name"><code><a href="FeatureLayer.html#destroy">destroy</a></code></td>
2596
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2541
2597
  <td class="name">
2542
2598
  <code>
2543
2599
 
@@ -2545,6 +2601,7 @@
2545
2601
  <span class="param-type">*</span>
2546
2602
 
2547
2603
 
2604
+
2548
2605
 
2549
2606
  </code>
2550
2607
  </td>
@@ -2552,7 +2609,7 @@
2552
2609
  </tr>
2553
2610
 
2554
2611
  <tr class="deep-level-0">
2555
- <td class="name"><code><a href="FeatureLayer.html#isLoaded">isLoaded</a></code></td>
2612
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2556
2613
  <td class="name">
2557
2614
  <code>
2558
2615
 
@@ -2560,6 +2617,7 @@
2560
2617
  <span class="param-type">Boolean</span>
2561
2618
 
2562
2619
 
2620
+
2563
2621
 
2564
2622
  </code>
2565
2623
  </td>
@@ -2567,7 +2625,7 @@
2567
2625
  </tr>
2568
2626
 
2569
2627
  <tr class="deep-level-0">
2570
- <td class="name"><code><a href="FeatureLayer.html#off">off</a></code></td>
2628
+ <td class="name"><code><a href="#off">off</a></code></td>
2571
2629
  <td class="name">
2572
2630
  <code>
2573
2631
 
@@ -2575,6 +2633,7 @@
2575
2633
  <span class="param-type">Object</span>
2576
2634
 
2577
2635
 
2636
+
2578
2637
 
2579
2638
  </code>
2580
2639
  </td>
@@ -2589,7 +2648,7 @@
2589
2648
  </tr>
2590
2649
 
2591
2650
  <tr class="deep-level-0">
2592
- <td class="name"><code><a href="FeatureLayer.html#on">on</a></code></td>
2651
+ <td class="name"><code><a href="#on">on</a></code></td>
2593
2652
  <td class="name">
2594
2653
  <code>
2595
2654
 
@@ -2597,6 +2656,7 @@
2597
2656
  <span class="param-type">Object</span>
2598
2657
 
2599
2658
 
2659
+
2600
2660
 
2601
2661
  </code>
2602
2662
  </td>
@@ -2610,7 +2670,7 @@
2610
2670
  </tr>
2611
2671
 
2612
2672
  <tr class="deep-level-0">
2613
- <td class="name"><code><a href="FeatureLayer.html#refresh">refresh</a></code></td>
2673
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2614
2674
  <td class="name">
2615
2675
  <code>
2616
2676
 
@@ -2620,7 +2680,7 @@
2620
2680
  </tr>
2621
2681
 
2622
2682
  <tr class="deep-level-0">
2623
- <td class="name"><code><a href="FeatureLayer.html#toJSON">toJSON</a></code></td>
2683
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2624
2684
  <td class="name">
2625
2685
  <code>
2626
2686
 
@@ -2628,6 +2688,7 @@
2628
2688
  <span class="param-type">Object</span>
2629
2689
 
2630
2690
 
2691
+
2631
2692
 
2632
2693
  </code>
2633
2694
  </td>
@@ -2742,7 +2803,8 @@
2742
2803
  <div class='column is-5 has-text-left'>
2743
2804
  <label>类型: </label>
2744
2805
 
2745
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2806
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2807
+
2746
2808
 
2747
2809
 
2748
2810
  </div>
@@ -2798,7 +2860,7 @@
2798
2860
 
2799
2861
  <dt class="inherited-from">Inherited From:</dt>
2800
2862
  <dd class="inherited-from"><ul class="dummy"><li>
2801
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2863
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2802
2864
  </li></ul></dd>
2803
2865
 
2804
2866
 
@@ -2860,6 +2922,7 @@
2860
2922
  <span class="param-type">*</span>
2861
2923
 
2862
2924
 
2925
+
2863
2926
  </div>
2864
2927
 
2865
2928
  </div>
@@ -2917,7 +2980,7 @@
2917
2980
 
2918
2981
  <dt class="inherited-from">Inherited From:</dt>
2919
2982
  <dd class="inherited-from"><ul class="dummy"><li>
2920
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2983
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2921
2984
  </li></ul></dd>
2922
2985
 
2923
2986
 
@@ -2981,6 +3044,7 @@
2981
3044
  <span class="param-type">Boolean</span>
2982
3045
 
2983
3046
 
3047
+
2984
3048
  </div>
2985
3049
 
2986
3050
  </div>
@@ -3065,6 +3129,7 @@
3065
3129
  <span class="param-type">string</span>
3066
3130
 
3067
3131
 
3132
+
3068
3133
 
3069
3134
  </td>
3070
3135
 
@@ -3091,6 +3156,7 @@
3091
3156
  <span class="param-type">function</span>
3092
3157
 
3093
3158
 
3159
+
3094
3160
 
3095
3161
  </td>
3096
3162
 
@@ -3115,6 +3181,7 @@
3115
3181
  <span class="param-type">Object</span>
3116
3182
 
3117
3183
 
3184
+
3118
3185
 
3119
3186
  </td>
3120
3187
 
@@ -3144,7 +3211,7 @@
3144
3211
 
3145
3212
  <dt class="inherited-from">Inherited From:</dt>
3146
3213
  <dd class="inherited-from"><ul class="dummy"><li>
3147
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3214
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3148
3215
  </li></ul></dd>
3149
3216
 
3150
3217
 
@@ -3208,6 +3275,7 @@
3208
3275
  <span class="param-type">Object</span>
3209
3276
 
3210
3277
 
3278
+
3211
3279
  </div>
3212
3280
 
3213
3281
  </div>
@@ -3384,6 +3452,7 @@ view.off({
3384
3452
  <span class="param-type">Object</span>
3385
3453
 
3386
3454
 
3455
+
3387
3456
 
3388
3457
  </td>
3389
3458
 
@@ -3416,6 +3485,7 @@ view.off({
3416
3485
  <span class="param-type">function</span>
3417
3486
 
3418
3487
 
3488
+
3419
3489
 
3420
3490
  </td>
3421
3491
 
@@ -3446,6 +3516,7 @@ view.off({
3446
3516
  <span class="param-type">Object</span>
3447
3517
 
3448
3518
 
3519
+
3449
3520
 
3450
3521
  </td>
3451
3522
 
@@ -3481,7 +3552,7 @@ view.off({
3481
3552
 
3482
3553
  <dt class="inherited-from">Inherited From:</dt>
3483
3554
  <dd class="inherited-from"><ul class="dummy"><li>
3484
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3555
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3485
3556
  </li></ul></dd>
3486
3557
 
3487
3558
 
@@ -3545,6 +3616,7 @@ view.off({
3545
3616
  <span class="param-type">Object</span>
3546
3617
 
3547
3618
 
3619
+
3548
3620
  </div>
3549
3621
 
3550
3622
  </div>
@@ -3680,7 +3752,7 @@ view.on({
3680
3752
 
3681
3753
  <dt class="inherited-from">Inherited From:</dt>
3682
3754
  <dd class="inherited-from"><ul class="dummy"><li>
3683
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3755
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3684
3756
  </li></ul></dd>
3685
3757
 
3686
3758
 
@@ -3840,6 +3912,7 @@ view.on({
3840
3912
  <span class="param-type">Object</span>
3841
3913
 
3842
3914
 
3915
+
3843
3916
  </div>
3844
3917
 
3845
3918
  </div>
@@ -3989,6 +4062,7 @@ view.on({
3989
4062
  <span class="param-type">Object</span>
3990
4063
 
3991
4064
 
4065
+
3992
4066
 
3993
4067
  </td>
3994
4068
 
@@ -4022,6 +4096,7 @@ view.on({
4022
4096
  <span class="param-type">String</span>
4023
4097
 
4024
4098
 
4099
+
4025
4100
 
4026
4101
  </td>
4027
4102
 
@@ -4059,6 +4134,7 @@ view.on({
4059
4134
  <span class="param-type">String</span>
4060
4135
 
4061
4136
 
4137
+
4062
4138
 
4063
4139
  </td>
4064
4140
 
@@ -4093,7 +4169,8 @@ view.on({
4093
4169
  <td class="type">
4094
4170
 
4095
4171
 
4096
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4172
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4173
+
4097
4174
 
4098
4175
 
4099
4176
 
@@ -4130,7 +4207,8 @@ view.on({
4130
4207
  <td class="type">
4131
4208
 
4132
4209
 
4133
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4210
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4211
+
4134
4212
 
4135
4213
 
4136
4214
 
@@ -4167,7 +4245,8 @@ view.on({
4167
4245
  <td class="type">
4168
4246
 
4169
4247
 
4170
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4248
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4249
+
4171
4250
 
4172
4251
 
4173
4252
 
@@ -4204,7 +4283,8 @@ view.on({
4204
4283
  <td class="type">
4205
4284
 
4206
4285
 
4207
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4286
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4287
+
4208
4288
 
4209
4289
 
4210
4290
 
@@ -4241,7 +4321,8 @@ view.on({
4241
4321
  <td class="type">
4242
4322
 
4243
4323
 
4244
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4324
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4325
+
4245
4326
 
4246
4327
 
4247
4328
 
@@ -4286,7 +4367,7 @@ view.on({
4286
4367
 
4287
4368
  <dt class="inherited-from">Inherited From:</dt>
4288
4369
  <dd class="inherited-from"><ul class="dummy"><li>
4289
- <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>
4370
+ <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>
4290
4371
  </li></ul></dd>
4291
4372
 
4292
4373
 
@@ -4435,6 +4516,7 @@ view.on({
4435
4516
  <span class="param-type">Object</span>
4436
4517
 
4437
4518
 
4519
+
4438
4520
 
4439
4521
  </td>
4440
4522
 
@@ -4468,6 +4550,7 @@ view.on({
4468
4550
  <span class="param-type">String</span>
4469
4551
 
4470
4552
 
4553
+
4471
4554
 
4472
4555
  </td>
4473
4556
 
@@ -4505,6 +4588,7 @@ view.on({
4505
4588
  <span class="param-type">String</span>
4506
4589
 
4507
4590
 
4591
+
4508
4592
 
4509
4593
  </td>
4510
4594
 
@@ -4539,7 +4623,8 @@ view.on({
4539
4623
  <td class="type">
4540
4624
 
4541
4625
 
4542
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4626
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4627
+
4543
4628
 
4544
4629
 
4545
4630
 
@@ -4576,7 +4661,8 @@ view.on({
4576
4661
  <td class="type">
4577
4662
 
4578
4663
 
4579
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4664
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4665
+
4580
4666
 
4581
4667
 
4582
4668
 
@@ -4613,7 +4699,8 @@ view.on({
4613
4699
  <td class="type">
4614
4700
 
4615
4701
 
4616
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4702
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4703
+
4617
4704
 
4618
4705
 
4619
4706
 
@@ -4650,7 +4737,8 @@ view.on({
4650
4737
  <td class="type">
4651
4738
 
4652
4739
 
4653
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4740
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4741
+
4654
4742
 
4655
4743
 
4656
4744
 
@@ -4687,7 +4775,8 @@ view.on({
4687
4775
  <td class="type">
4688
4776
 
4689
4777
 
4690
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4778
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4779
+
4691
4780
 
4692
4781
 
4693
4782
 
@@ -4732,7 +4821,7 @@ view.on({
4732
4821
 
4733
4822
  <dt class="inherited-from">Inherited From:</dt>
4734
4823
  <dd class="inherited-from"><ul class="dummy"><li>
4735
- <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>
4824
+ <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>
4736
4825
  </li></ul></dd>
4737
4826
 
4738
4827
 
@@ -4871,6 +4960,7 @@ view.on({
4871
4960
  <span class="param-type">Object</span>
4872
4961
 
4873
4962
 
4963
+
4874
4964
 
4875
4965
  </td>
4876
4966
 
@@ -4904,6 +4994,7 @@ view.on({
4904
4994
  <span class="param-type">String</span>
4905
4995
 
4906
4996
 
4997
+
4907
4998
 
4908
4999
  </td>
4909
5000
 
@@ -4941,6 +5032,7 @@ view.on({
4941
5032
  <span class="param-type">String</span>
4942
5033
 
4943
5034
 
5035
+
4944
5036
 
4945
5037
  </td>
4946
5038
 
@@ -4975,7 +5067,8 @@ view.on({
4975
5067
  <td class="type">
4976
5068
 
4977
5069
 
4978
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5070
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5071
+
4979
5072
 
4980
5073
 
4981
5074
 
@@ -5012,7 +5105,8 @@ view.on({
5012
5105
  <td class="type">
5013
5106
 
5014
5107
 
5015
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5108
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5109
+
5016
5110
 
5017
5111
 
5018
5112
 
@@ -5049,7 +5143,8 @@ view.on({
5049
5143
  <td class="type">
5050
5144
 
5051
5145
 
5052
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5146
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5147
+
5053
5148
 
5054
5149
 
5055
5150
 
@@ -5086,7 +5181,8 @@ view.on({
5086
5181
  <td class="type">
5087
5182
 
5088
5183
 
5089
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5184
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5185
+
5090
5186
 
5091
5187
 
5092
5188
 
@@ -5123,7 +5219,8 @@ view.on({
5123
5219
  <td class="type">
5124
5220
 
5125
5221
 
5126
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5222
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5223
+
5127
5224
 
5128
5225
 
5129
5226
 
@@ -5168,7 +5265,7 @@ view.on({
5168
5265
 
5169
5266
  <dt class="inherited-from">Inherited From:</dt>
5170
5267
  <dd class="inherited-from"><ul class="dummy"><li>
5171
- <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>
5268
+ <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>
5172
5269
  </li></ul></dd>
5173
5270
 
5174
5271
 
@@ -5317,6 +5414,7 @@ view.on({
5317
5414
  <span class="param-type">Object</span>
5318
5415
 
5319
5416
 
5417
+
5320
5418
 
5321
5419
  </td>
5322
5420
 
@@ -5350,6 +5448,7 @@ view.on({
5350
5448
  <span class="param-type">String</span>
5351
5449
 
5352
5450
 
5451
+
5353
5452
 
5354
5453
  </td>
5355
5454
 
@@ -5387,6 +5486,7 @@ view.on({
5387
5486
  <span class="param-type">String</span>
5388
5487
 
5389
5488
 
5489
+
5390
5490
 
5391
5491
  </td>
5392
5492
 
@@ -5421,7 +5521,8 @@ view.on({
5421
5521
  <td class="type">
5422
5522
 
5423
5523
 
5424
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5524
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5525
+
5425
5526
 
5426
5527
 
5427
5528
 
@@ -5458,7 +5559,8 @@ view.on({
5458
5559
  <td class="type">
5459
5560
 
5460
5561
 
5461
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5562
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5563
+
5462
5564
 
5463
5565
 
5464
5566
 
@@ -5495,7 +5597,8 @@ view.on({
5495
5597
  <td class="type">
5496
5598
 
5497
5599
 
5498
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5600
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5601
+
5499
5602
 
5500
5603
 
5501
5604
 
@@ -5532,7 +5635,8 @@ view.on({
5532
5635
  <td class="type">
5533
5636
 
5534
5637
 
5535
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5638
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5639
+
5536
5640
 
5537
5641
 
5538
5642
 
@@ -5569,7 +5673,8 @@ view.on({
5569
5673
  <td class="type">
5570
5674
 
5571
5675
 
5572
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5676
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5677
+
5573
5678
 
5574
5679
 
5575
5680
 
@@ -5614,7 +5719,7 @@ view.on({
5614
5719
 
5615
5720
  <dt class="inherited-from">Inherited From:</dt>
5616
5721
  <dd class="inherited-from"><ul class="dummy"><li>
5617
- <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>
5722
+ <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>
5618
5723
  </li></ul></dd>
5619
5724
 
5620
5725
 
@@ -5753,6 +5858,7 @@ view.on({
5753
5858
  <span class="param-type">Object</span>
5754
5859
 
5755
5860
 
5861
+
5756
5862
 
5757
5863
  </td>
5758
5864
 
@@ -5786,6 +5892,7 @@ view.on({
5786
5892
  <span class="param-type">String</span>
5787
5893
 
5788
5894
 
5895
+
5789
5896
 
5790
5897
  </td>
5791
5898
 
@@ -5823,6 +5930,7 @@ view.on({
5823
5930
  <span class="param-type">String</span>
5824
5931
 
5825
5932
 
5933
+
5826
5934
 
5827
5935
  </td>
5828
5936
 
@@ -5857,7 +5965,8 @@ view.on({
5857
5965
  <td class="type">
5858
5966
 
5859
5967
 
5860
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5968
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5969
+
5861
5970
 
5862
5971
 
5863
5972
 
@@ -5894,7 +6003,8 @@ view.on({
5894
6003
  <td class="type">
5895
6004
 
5896
6005
 
5897
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6006
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6007
+
5898
6008
 
5899
6009
 
5900
6010
 
@@ -5931,7 +6041,8 @@ view.on({
5931
6041
  <td class="type">
5932
6042
 
5933
6043
 
5934
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6044
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6045
+
5935
6046
 
5936
6047
 
5937
6048
 
@@ -5968,7 +6079,8 @@ view.on({
5968
6079
  <td class="type">
5969
6080
 
5970
6081
 
5971
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6082
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6083
+
5972
6084
 
5973
6085
 
5974
6086
 
@@ -6005,7 +6117,8 @@ view.on({
6005
6117
  <td class="type">
6006
6118
 
6007
6119
 
6008
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6120
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6121
+
6009
6122
 
6010
6123
 
6011
6124
 
@@ -6050,7 +6163,7 @@ view.on({
6050
6163
 
6051
6164
  <dt class="inherited-from">Inherited From:</dt>
6052
6165
  <dd class="inherited-from"><ul class="dummy"><li>
6053
- <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>
6166
+ <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>
6054
6167
  </li></ul></dd>
6055
6168
 
6056
6169
 
@@ -6199,6 +6312,7 @@ view.on({
6199
6312
  <span class="param-type">Object</span>
6200
6313
 
6201
6314
 
6315
+
6202
6316
 
6203
6317
  </td>
6204
6318
 
@@ -6232,6 +6346,7 @@ view.on({
6232
6346
  <span class="param-type">String</span>
6233
6347
 
6234
6348
 
6349
+
6235
6350
 
6236
6351
  </td>
6237
6352
 
@@ -6269,6 +6384,7 @@ view.on({
6269
6384
  <span class="param-type">String</span>
6270
6385
 
6271
6386
 
6387
+
6272
6388
 
6273
6389
  </td>
6274
6390
 
@@ -6303,7 +6419,8 @@ view.on({
6303
6419
  <td class="type">
6304
6420
 
6305
6421
 
6306
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6422
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6423
+
6307
6424
 
6308
6425
 
6309
6426
 
@@ -6340,7 +6457,8 @@ view.on({
6340
6457
  <td class="type">
6341
6458
 
6342
6459
 
6343
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6460
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6461
+
6344
6462
 
6345
6463
 
6346
6464
 
@@ -6377,7 +6495,8 @@ view.on({
6377
6495
  <td class="type">
6378
6496
 
6379
6497
 
6380
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6498
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6499
+
6381
6500
 
6382
6501
 
6383
6502
 
@@ -6414,7 +6533,8 @@ view.on({
6414
6533
  <td class="type">
6415
6534
 
6416
6535
 
6417
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6536
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6537
+
6418
6538
 
6419
6539
 
6420
6540
 
@@ -6451,7 +6571,8 @@ view.on({
6451
6571
  <td class="type">
6452
6572
 
6453
6573
 
6454
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6574
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6575
+
6455
6576
 
6456
6577
 
6457
6578
 
@@ -6496,7 +6617,7 @@ view.on({
6496
6617
 
6497
6618
  <dt class="inherited-from">Inherited From:</dt>
6498
6619
  <dd class="inherited-from"><ul class="dummy"><li>
6499
- <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>
6620
+ <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>
6500
6621
  </li></ul></dd>
6501
6622
 
6502
6623
 
@@ -6635,6 +6756,7 @@ view.on({
6635
6756
  <span class="param-type">Object</span>
6636
6757
 
6637
6758
 
6759
+
6638
6760
 
6639
6761
  </td>
6640
6762
 
@@ -6668,6 +6790,7 @@ view.on({
6668
6790
  <span class="param-type">String</span>
6669
6791
 
6670
6792
 
6793
+
6671
6794
 
6672
6795
  </td>
6673
6796
 
@@ -6705,6 +6828,7 @@ view.on({
6705
6828
  <span class="param-type">String</span>
6706
6829
 
6707
6830
 
6831
+
6708
6832
 
6709
6833
  </td>
6710
6834
 
@@ -6739,7 +6863,8 @@ view.on({
6739
6863
  <td class="type">
6740
6864
 
6741
6865
 
6742
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6866
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6867
+
6743
6868
 
6744
6869
 
6745
6870
 
@@ -6776,7 +6901,8 @@ view.on({
6776
6901
  <td class="type">
6777
6902
 
6778
6903
 
6779
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6904
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6905
+
6780
6906
 
6781
6907
 
6782
6908
 
@@ -6813,7 +6939,8 @@ view.on({
6813
6939
  <td class="type">
6814
6940
 
6815
6941
 
6816
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6942
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6943
+
6817
6944
 
6818
6945
 
6819
6946
 
@@ -6850,7 +6977,8 @@ view.on({
6850
6977
  <td class="type">
6851
6978
 
6852
6979
 
6853
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6980
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6981
+
6854
6982
 
6855
6983
 
6856
6984
 
@@ -6887,7 +7015,8 @@ view.on({
6887
7015
  <td class="type">
6888
7016
 
6889
7017
 
6890
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7018
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7019
+
6891
7020
 
6892
7021
 
6893
7022
 
@@ -6932,7 +7061,7 @@ view.on({
6932
7061
 
6933
7062
  <dt class="inherited-from">Inherited From:</dt>
6934
7063
  <dd class="inherited-from"><ul class="dummy"><li>
6935
- <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>
7064
+ <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>
6936
7065
  </li></ul></dd>
6937
7066
 
6938
7067