@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
 
@@ -131,7 +133,8 @@
131
133
  <td class="type">
132
134
 
133
135
 
134
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
136
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
137
+
135
138
 
136
139
 
137
140
 
@@ -160,6 +163,7 @@
160
163
  <span class="param-type">Number</span>
161
164
 
162
165
 
166
+
163
167
 
164
168
  </td>
165
169
 
@@ -188,6 +192,7 @@
188
192
  <span class="param-type">Number</span>
189
193
 
190
194
 
195
+
191
196
 
192
197
  </td>
193
198
 
@@ -216,6 +221,7 @@
216
221
  <span class="param-type">String</span>
217
222
 
218
223
 
224
+
219
225
 
220
226
  </td>
221
227
 
@@ -244,6 +250,7 @@
244
250
  <span class="param-type">String</span>
245
251
 
246
252
 
253
+
247
254
 
248
255
  </td>
249
256
 
@@ -270,6 +277,7 @@
270
277
  <span class="param-type">Object</span>
271
278
 
272
279
 
280
+
273
281
 
274
282
  </td>
275
283
 
@@ -389,7 +397,7 @@
389
397
 
390
398
 
391
399
  <ul>
392
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
400
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
393
401
  </ul>
394
402
 
395
403
 
@@ -421,63 +429,68 @@
421
429
  <tbody>
422
430
 
423
431
  <tr class="deep-level-0">
424
- <td class="name"><code><a href="Layer.html#copyright">copyright</a></code></td>
432
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
425
433
  <td class="name">
426
434
  <code>
427
435
 
428
436
  <span class="param-type">String</span>
429
437
 
430
438
 
439
+
431
440
  </code>
432
441
  </td>
433
442
  <td class="name"><code><p>版权所有</p></code></td>
434
443
  </tr>
435
444
 
436
445
  <tr class="deep-level-0">
437
- <td class="name"><code><a href="Layer.html#description">description</a></code></td>
446
+ <td class="name"><code><a href="#description">description</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="Layer.html#extendOptions">extendOptions</a></code></td>
460
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
451
461
  <td class="name">
452
462
  <code>
453
463
 
454
464
  <span class="param-type">Object</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="Layer.html#extendProps">extendProps</a></code></td>
474
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
464
475
  <td class="name">
465
476
  <code>
466
477
 
467
478
  <span class="param-type">Object</span>
468
479
 
469
480
 
481
+
470
482
  </code>
471
483
  </td>
472
484
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
473
485
  </tr>
474
486
 
475
487
  <tr class="deep-level-0">
476
- <td class="name"><code><a href="Layer.html#extent">extent</a></code></td>
488
+ <td class="name"><code><a href="#extent">extent</a></code></td>
477
489
  <td class="name">
478
490
  <code>
479
491
 
480
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
492
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
493
+
481
494
 
482
495
 
483
496
  </code>
@@ -486,128 +499,138 @@
486
499
  </tr>
487
500
 
488
501
  <tr class="deep-level-0">
489
- <td class="name"><code><a href="Layer.html#headers">headers</a></code></td>
502
+ <td class="name"><code><a href="#headers">headers</a></code></td>
490
503
  <td class="name">
491
504
  <code>
492
505
 
493
506
  <span class="param-type">String</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="Layer.html#httpMethod">httpMethod</a></code></td>
516
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
503
517
  <td class="name">
504
518
  <code>
505
519
 
506
520
  <span class="param-type">String</span>
507
521
 
508
522
 
523
+
509
524
  </code>
510
525
  </td>
511
526
  <td class="name"><code><p>http请求方式</p></code></td>
512
527
  </tr>
513
528
 
514
529
  <tr class="deep-level-0">
515
- <td class="name"><code><a href="Layer.html#id">id</a></code></td>
530
+ <td class="name"><code><a href="#id">id</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>图层id</p></code></td>
525
541
  </tr>
526
542
 
527
543
  <tr class="deep-level-0">
528
- <td class="name"><code><a href="Layer.html#index">index</a></code></td>
544
+ <td class="name"><code><a href="#index">index</a></code></td>
529
545
  <td class="name">
530
546
  <code>
531
547
 
532
548
  <span class="param-type">Number</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="Layer.html#loaded">loaded</a></code></td>
558
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
542
559
  <td class="name">
543
560
  <code>
544
561
 
545
562
  <span class="param-type">Boolean</span>
546
563
 
547
564
 
565
+
548
566
  </code>
549
567
  </td>
550
568
  <td class="name"><code><p>是否加载完毕</p></code></td>
551
569
  </tr>
552
570
 
553
571
  <tr class="deep-level-0">
554
- <td class="name"><code><a href="Layer.html#loadStatus">loadStatus</a></code></td>
572
+ <td class="name"><code><a href="#loadStatus">loadStatus</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>图层加载状态</p></code></td>
564
583
  </tr>
565
584
 
566
585
  <tr class="deep-level-0">
567
- <td class="name"><code><a href="Layer.html#maxScale">maxScale</a></code></td>
586
+ <td class="name"><code><a href="#maxScale">maxScale</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>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
577
597
  </tr>
578
598
 
579
599
  <tr class="deep-level-0">
580
- <td class="name"><code><a href="Layer.html#minScale">minScale</a></code></td>
600
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
581
601
  <td class="name">
582
602
  <code>
583
603
 
584
604
  <span class="param-type">Number</span>
585
605
 
586
606
 
607
+
587
608
  </code>
588
609
  </td>
589
610
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
590
611
  </tr>
591
612
 
592
613
  <tr class="deep-level-0">
593
- <td class="name"><code><a href="Layer.html#opacity">opacity</a></code></td>
614
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
594
615
  <td class="name">
595
616
  <code>
596
617
 
597
618
  <span class="param-type">Number</span>
598
619
 
599
620
 
621
+
600
622
  </code>
601
623
  </td>
602
624
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
603
625
  </tr>
604
626
 
605
627
  <tr class="deep-level-0">
606
- <td class="name"><code><a href="Layer.html#spatialReference">spatialReference</a></code></td>
628
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
607
629
  <td class="name">
608
630
  <code>
609
631
 
610
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
632
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
633
+
611
634
 
612
635
 
613
636
  </code>
@@ -616,11 +639,12 @@
616
639
  </tr>
617
640
 
618
641
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="Layer.html#spatialReference">spatialReference</a></code></td>
642
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
620
643
  <td class="name">
621
644
  <code>
622
645
 
623
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
646
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
647
+
624
648
 
625
649
 
626
650
  </code>
@@ -629,11 +653,12 @@
629
653
  </tr>
630
654
 
631
655
  <tr class="deep-level-0">
632
- <td class="name"><code><a href="Layer.html#spatialReference">spatialReference</a></code></td>
656
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
633
657
  <td class="name">
634
658
  <code>
635
659
 
636
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
660
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
661
+
637
662
 
638
663
 
639
664
  </code>
@@ -642,65 +667,70 @@
642
667
  </tr>
643
668
 
644
669
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="Layer.html#title">title</a></code></td>
670
+ <td class="name"><code><a href="#title">title</a></code></td>
646
671
  <td class="name">
647
672
  <code>
648
673
 
649
674
  <span class="param-type">String</span>
650
675
 
651
676
 
677
+
652
678
  </code>
653
679
  </td>
654
680
  <td class="name"><code><p>图层名称</p></code></td>
655
681
  </tr>
656
682
 
657
683
  <tr class="deep-level-0">
658
- <td class="name"><code><a href="Layer.html#tokenKey">tokenKey</a></code></td>
684
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
659
685
  <td class="name">
660
686
  <code>
661
687
 
662
688
  <span class="param-type">String</span>
663
689
 
664
690
 
691
+
665
692
  </code>
666
693
  </td>
667
694
  <td class="name"><code><p>token名</p></code></td>
668
695
  </tr>
669
696
 
670
697
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="Layer.html#tokenValue">tokenValue</a></code></td>
698
+ <td class="name"><code><a href="#tokenValue">tokenValue</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>token值</p></code></td>
681
709
  </tr>
682
710
 
683
711
  <tr class="deep-level-0">
684
- <td class="name"><code><a href="Layer.html#type">type</a></code></td>
712
+ <td class="name"><code><a href="#type">type</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>图层类型</p></code></td>
694
723
  </tr>
695
724
 
696
725
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="Layer.html#visible">visible</a></code></td>
726
+ <td class="name"><code><a href="#visible">visible</a></code></td>
698
727
  <td class="name">
699
728
  <code>
700
729
 
701
730
  <span class="param-type">Number</span>
702
731
 
703
732
 
733
+
704
734
  </code>
705
735
  </td>
706
736
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -720,6 +750,7 @@
720
750
  <span class="param-type">String</span>
721
751
 
722
752
 
753
+
723
754
  </span>
724
755
 
725
756
  <h4 class="name" id="copyright">
@@ -794,6 +825,7 @@
794
825
  <span class="param-type">String</span>
795
826
 
796
827
 
828
+
797
829
  </span>
798
830
 
799
831
  <h4 class="name" id="description">
@@ -868,6 +900,7 @@
868
900
  <span class="param-type">Object</span>
869
901
 
870
902
 
903
+
871
904
  </span>
872
905
 
873
906
  <h4 class="name" id="extendOptions">
@@ -938,6 +971,7 @@
938
971
  <span class="param-type">Object</span>
939
972
 
940
973
 
974
+
941
975
  </span>
942
976
 
943
977
  <h4 class="name" id="extendProps">
@@ -1005,7 +1039,8 @@
1005
1039
  <span class="method-parameter is-pulled-right">
1006
1040
  <label>类型:</label>
1007
1041
 
1008
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1042
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1043
+
1009
1044
 
1010
1045
 
1011
1046
  </span>
@@ -1082,6 +1117,7 @@
1082
1117
  <span class="param-type">String</span>
1083
1118
 
1084
1119
 
1120
+
1085
1121
  </span>
1086
1122
 
1087
1123
  <h4 class="name" id="headers">
@@ -1152,6 +1188,7 @@
1152
1188
  <span class="param-type">String</span>
1153
1189
 
1154
1190
 
1191
+
1155
1192
  </span>
1156
1193
 
1157
1194
  <h4 class="name" id="httpMethod">
@@ -1222,6 +1259,7 @@
1222
1259
  <span class="param-type">String</span>
1223
1260
 
1224
1261
 
1262
+
1225
1263
  </span>
1226
1264
 
1227
1265
  <h4 class="name" id="id">
@@ -1296,6 +1334,7 @@
1296
1334
  <span class="param-type">Number</span>
1297
1335
 
1298
1336
 
1337
+
1299
1338
  </span>
1300
1339
 
1301
1340
  <h4 class="name" id="index">
@@ -1366,6 +1405,7 @@
1366
1405
  <span class="param-type">Boolean</span>
1367
1406
 
1368
1407
 
1408
+
1369
1409
  </span>
1370
1410
 
1371
1411
  <h4 class="name" id="loaded">
@@ -1445,6 +1485,7 @@
1445
1485
  <span class="param-type">String</span>
1446
1486
 
1447
1487
 
1488
+
1448
1489
  </span>
1449
1490
 
1450
1491
  <h4 class="name" id="loadStatus">
@@ -1524,6 +1565,7 @@
1524
1565
  <span class="param-type">Number</span>
1525
1566
 
1526
1567
 
1568
+
1527
1569
  </span>
1528
1570
 
1529
1571
  <h4 class="name" id="maxScale">
@@ -1599,6 +1641,7 @@
1599
1641
  <span class="param-type">Number</span>
1600
1642
 
1601
1643
 
1644
+
1602
1645
  </span>
1603
1646
 
1604
1647
  <h4 class="name" id="minScale">
@@ -1674,6 +1717,7 @@
1674
1717
  <span class="param-type">Number</span>
1675
1718
 
1676
1719
 
1720
+
1677
1721
  </span>
1678
1722
 
1679
1723
  <h4 class="name" id="opacity">
@@ -1741,7 +1785,8 @@
1741
1785
  <span class="method-parameter is-pulled-right">
1742
1786
  <label>类型:</label>
1743
1787
 
1744
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1788
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1789
+
1745
1790
 
1746
1791
 
1747
1792
  </span>
@@ -1811,7 +1856,8 @@
1811
1856
  <span class="method-parameter is-pulled-right">
1812
1857
  <label>类型:</label>
1813
1858
 
1814
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1859
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1860
+
1815
1861
 
1816
1862
 
1817
1863
  </span>
@@ -1881,7 +1927,8 @@
1881
1927
  <span class="method-parameter is-pulled-right">
1882
1928
  <label>类型:</label>
1883
1929
 
1884
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1930
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1931
+
1885
1932
 
1886
1933
 
1887
1934
  </span>
@@ -1954,6 +2001,7 @@
1954
2001
  <span class="param-type">String</span>
1955
2002
 
1956
2003
 
2004
+
1957
2005
  </span>
1958
2006
 
1959
2007
  <h4 class="name" id="title">
@@ -2024,6 +2072,7 @@
2024
2072
  <span class="param-type">String</span>
2025
2073
 
2026
2074
 
2075
+
2027
2076
  </span>
2028
2077
 
2029
2078
  <h4 class="name" id="tokenKey">
@@ -2099,6 +2148,7 @@
2099
2148
  <span class="param-type">String</span>
2100
2149
 
2101
2150
 
2151
+
2102
2152
  </span>
2103
2153
 
2104
2154
  <h4 class="name" id="tokenValue">
@@ -2169,6 +2219,7 @@
2169
2219
  <span class="param-type">String</span>
2170
2220
 
2171
2221
 
2222
+
2172
2223
  </span>
2173
2224
 
2174
2225
  <h4 class="name" id="type">
@@ -2243,6 +2294,7 @@
2243
2294
  <span class="param-type">Number</span>
2244
2295
 
2245
2296
 
2297
+
2246
2298
  </span>
2247
2299
 
2248
2300
  <h4 class="name" id="visible">
@@ -2326,7 +2378,7 @@
2326
2378
  <tbody>
2327
2379
 
2328
2380
  <tr class="deep-level-0">
2329
- <td class="name"><code><a href="Layer.html#fromJSON">fromJSON</a></code></td>
2381
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2330
2382
  <td class="name">
2331
2383
  <code>
2332
2384
 
@@ -2334,6 +2386,7 @@
2334
2386
  <span class="param-type">*</span>
2335
2387
 
2336
2388
 
2389
+
2337
2390
 
2338
2391
  </code>
2339
2392
  </td>
@@ -2341,12 +2394,13 @@
2341
2394
  </tr>
2342
2395
 
2343
2396
  <tr class="deep-level-0">
2344
- <td class="name"><code><a href="Layer.html#fromServerUrl">fromServerUrl</a></code></td>
2397
+ <td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
2345
2398
  <td class="name">
2346
2399
  <code>
2347
2400
 
2348
2401
 
2349
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
2402
+ <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
2403
+
2350
2404
 
2351
2405
 
2352
2406
 
@@ -2356,12 +2410,13 @@
2356
2410
  </tr>
2357
2411
 
2358
2412
  <tr class="deep-level-0">
2359
- <td class="name"><code><a href="Layer.html#load">load</a></code></td>
2413
+ <td class="name"><code><a href="#load">load</a></code></td>
2360
2414
  <td class="name">
2361
2415
  <code>
2362
2416
 
2363
2417
 
2364
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
2418
+ <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
2419
+
2365
2420
 
2366
2421
 
2367
2422
 
@@ -2371,12 +2426,13 @@
2371
2426
  </tr>
2372
2427
 
2373
2428
  <tr class="deep-level-0">
2374
- <td class="name"><code><a href="Layer.html#clone">clone</a></code></td>
2429
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2375
2430
  <td class="name">
2376
2431
  <code>
2377
2432
 
2378
2433
 
2379
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2434
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2435
+
2380
2436
 
2381
2437
 
2382
2438
 
@@ -2386,7 +2442,7 @@
2386
2442
  </tr>
2387
2443
 
2388
2444
  <tr class="deep-level-0">
2389
- <td class="name"><code><a href="Layer.html#destroy">destroy</a></code></td>
2445
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2390
2446
  <td class="name">
2391
2447
  <code>
2392
2448
 
@@ -2394,6 +2450,7 @@
2394
2450
  <span class="param-type">*</span>
2395
2451
 
2396
2452
 
2453
+
2397
2454
 
2398
2455
  </code>
2399
2456
  </td>
@@ -2401,7 +2458,7 @@
2401
2458
  </tr>
2402
2459
 
2403
2460
  <tr class="deep-level-0">
2404
- <td class="name"><code><a href="Layer.html#isLoaded">isLoaded</a></code></td>
2461
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2405
2462
  <td class="name">
2406
2463
  <code>
2407
2464
 
@@ -2409,6 +2466,7 @@
2409
2466
  <span class="param-type">Boolean</span>
2410
2467
 
2411
2468
 
2469
+
2412
2470
 
2413
2471
  </code>
2414
2472
  </td>
@@ -2416,7 +2474,7 @@
2416
2474
  </tr>
2417
2475
 
2418
2476
  <tr class="deep-level-0">
2419
- <td class="name"><code><a href="Layer.html#off">off</a></code></td>
2477
+ <td class="name"><code><a href="#off">off</a></code></td>
2420
2478
  <td class="name">
2421
2479
  <code>
2422
2480
 
@@ -2424,6 +2482,7 @@
2424
2482
  <span class="param-type">Object</span>
2425
2483
 
2426
2484
 
2485
+
2427
2486
 
2428
2487
  </code>
2429
2488
  </td>
@@ -2438,7 +2497,7 @@
2438
2497
  </tr>
2439
2498
 
2440
2499
  <tr class="deep-level-0">
2441
- <td class="name"><code><a href="Layer.html#on">on</a></code></td>
2500
+ <td class="name"><code><a href="#on">on</a></code></td>
2442
2501
  <td class="name">
2443
2502
  <code>
2444
2503
 
@@ -2446,6 +2505,7 @@
2446
2505
  <span class="param-type">Object</span>
2447
2506
 
2448
2507
 
2508
+
2449
2509
 
2450
2510
  </code>
2451
2511
  </td>
@@ -2459,7 +2519,7 @@
2459
2519
  </tr>
2460
2520
 
2461
2521
  <tr class="deep-level-0">
2462
- <td class="name"><code><a href="Layer.html#refresh">refresh</a></code></td>
2522
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2463
2523
  <td class="name">
2464
2524
  <code>
2465
2525
 
@@ -2469,7 +2529,7 @@
2469
2529
  </tr>
2470
2530
 
2471
2531
  <tr class="deep-level-0">
2472
- <td class="name"><code><a href="Layer.html#toJSON">toJSON</a></code></td>
2532
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2473
2533
  <td class="name">
2474
2534
  <code>
2475
2535
 
@@ -2477,6 +2537,7 @@
2477
2537
  <span class="param-type">Object</span>
2478
2538
 
2479
2539
 
2540
+
2480
2541
 
2481
2542
  </code>
2482
2543
  </td>
@@ -2550,6 +2611,7 @@
2550
2611
  <span class="param-type">*</span>
2551
2612
 
2552
2613
 
2614
+
2553
2615
 
2554
2616
  </td>
2555
2617
 
@@ -2636,6 +2698,7 @@
2636
2698
  <span class="param-type">*</span>
2637
2699
 
2638
2700
 
2701
+
2639
2702
  </div>
2640
2703
 
2641
2704
  </div>
@@ -2717,6 +2780,7 @@
2717
2780
  <span class="param-type">String</span>
2718
2781
 
2719
2782
 
2783
+
2720
2784
 
2721
2785
  </td>
2722
2786
 
@@ -2741,6 +2805,7 @@
2741
2805
  <span class="param-type">Object</span>
2742
2806
 
2743
2807
 
2808
+
2744
2809
 
2745
2810
  </td>
2746
2811
 
@@ -2826,7 +2891,8 @@
2826
2891
  <div class='column is-5 has-text-left'>
2827
2892
  <label>类型: </label>
2828
2893
 
2829
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
2894
+ <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
2895
+
2830
2896
 
2831
2897
 
2832
2898
  </div>
@@ -2946,7 +3012,8 @@
2946
3012
  <div class='column is-5 has-text-left'>
2947
3013
  <label>类型: </label>
2948
3014
 
2949
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
3015
+ <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
3016
+
2950
3017
 
2951
3018
 
2952
3019
  </div>
@@ -3062,7 +3129,8 @@
3062
3129
  <div class='column is-5 has-text-left'>
3063
3130
  <label>类型: </label>
3064
3131
 
3065
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3132
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3133
+
3066
3134
 
3067
3135
 
3068
3136
  </div>
@@ -3175,6 +3243,7 @@
3175
3243
  <span class="param-type">*</span>
3176
3244
 
3177
3245
 
3246
+
3178
3247
  </div>
3179
3248
 
3180
3249
  </div>
@@ -3291,6 +3360,7 @@
3291
3360
  <span class="param-type">Boolean</span>
3292
3361
 
3293
3362
 
3363
+
3294
3364
  </div>
3295
3365
 
3296
3366
  </div>
@@ -3375,6 +3445,7 @@
3375
3445
  <span class="param-type">string</span>
3376
3446
 
3377
3447
 
3448
+
3378
3449
 
3379
3450
  </td>
3380
3451
 
@@ -3401,6 +3472,7 @@
3401
3472
  <span class="param-type">function</span>
3402
3473
 
3403
3474
 
3475
+
3404
3476
 
3405
3477
  </td>
3406
3478
 
@@ -3425,6 +3497,7 @@
3425
3497
  <span class="param-type">Object</span>
3426
3498
 
3427
3499
 
3500
+
3428
3501
 
3429
3502
  </td>
3430
3503
 
@@ -3454,7 +3527,7 @@
3454
3527
 
3455
3528
  <dt class="inherited-from">Inherited From:</dt>
3456
3529
  <dd class="inherited-from"><ul class="dummy"><li>
3457
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3530
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3458
3531
  </li></ul></dd>
3459
3532
 
3460
3533
 
@@ -3518,6 +3591,7 @@
3518
3591
  <span class="param-type">Object</span>
3519
3592
 
3520
3593
 
3594
+
3521
3595
  </div>
3522
3596
 
3523
3597
  </div>
@@ -3694,6 +3768,7 @@ view.off({
3694
3768
  <span class="param-type">Object</span>
3695
3769
 
3696
3770
 
3771
+
3697
3772
 
3698
3773
  </td>
3699
3774
 
@@ -3726,6 +3801,7 @@ view.off({
3726
3801
  <span class="param-type">function</span>
3727
3802
 
3728
3803
 
3804
+
3729
3805
 
3730
3806
  </td>
3731
3807
 
@@ -3756,6 +3832,7 @@ view.off({
3756
3832
  <span class="param-type">Object</span>
3757
3833
 
3758
3834
 
3835
+
3759
3836
 
3760
3837
  </td>
3761
3838
 
@@ -3791,7 +3868,7 @@ view.off({
3791
3868
 
3792
3869
  <dt class="inherited-from">Inherited From:</dt>
3793
3870
  <dd class="inherited-from"><ul class="dummy"><li>
3794
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3871
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3795
3872
  </li></ul></dd>
3796
3873
 
3797
3874
 
@@ -3855,6 +3932,7 @@ view.off({
3855
3932
  <span class="param-type">Object</span>
3856
3933
 
3857
3934
 
3935
+
3858
3936
  </div>
3859
3937
 
3860
3938
  </div>
@@ -4140,6 +4218,7 @@ view.on({
4140
4218
  <span class="param-type">Object</span>
4141
4219
 
4142
4220
 
4221
+
4143
4222
  </div>
4144
4223
 
4145
4224
  </div>
@@ -4289,6 +4368,7 @@ view.on({
4289
4368
  <span class="param-type">Object</span>
4290
4369
 
4291
4370
 
4371
+
4292
4372
 
4293
4373
  </td>
4294
4374
 
@@ -4322,6 +4402,7 @@ view.on({
4322
4402
  <span class="param-type">String</span>
4323
4403
 
4324
4404
 
4405
+
4325
4406
 
4326
4407
  </td>
4327
4408
 
@@ -4359,6 +4440,7 @@ view.on({
4359
4440
  <span class="param-type">String</span>
4360
4441
 
4361
4442
 
4443
+
4362
4444
 
4363
4445
  </td>
4364
4446
 
@@ -4393,7 +4475,8 @@ view.on({
4393
4475
  <td class="type">
4394
4476
 
4395
4477
 
4396
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4478
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4479
+
4397
4480
 
4398
4481
 
4399
4482
 
@@ -4430,7 +4513,8 @@ view.on({
4430
4513
  <td class="type">
4431
4514
 
4432
4515
 
4433
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4516
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4517
+
4434
4518
 
4435
4519
 
4436
4520
 
@@ -4467,7 +4551,8 @@ view.on({
4467
4551
  <td class="type">
4468
4552
 
4469
4553
 
4470
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4554
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4555
+
4471
4556
 
4472
4557
 
4473
4558
 
@@ -4504,7 +4589,8 @@ view.on({
4504
4589
  <td class="type">
4505
4590
 
4506
4591
 
4507
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4592
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4593
+
4508
4594
 
4509
4595
 
4510
4596
 
@@ -4541,7 +4627,8 @@ view.on({
4541
4627
  <td class="type">
4542
4628
 
4543
4629
 
4544
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4630
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4631
+
4545
4632
 
4546
4633
 
4547
4634
 
@@ -4730,6 +4817,7 @@ view.on({
4730
4817
  <span class="param-type">Object</span>
4731
4818
 
4732
4819
 
4820
+
4733
4821
 
4734
4822
  </td>
4735
4823
 
@@ -4763,6 +4851,7 @@ view.on({
4763
4851
  <span class="param-type">String</span>
4764
4852
 
4765
4853
 
4854
+
4766
4855
 
4767
4856
  </td>
4768
4857
 
@@ -4800,6 +4889,7 @@ view.on({
4800
4889
  <span class="param-type">String</span>
4801
4890
 
4802
4891
 
4892
+
4803
4893
 
4804
4894
  </td>
4805
4895
 
@@ -4834,7 +4924,8 @@ view.on({
4834
4924
  <td class="type">
4835
4925
 
4836
4926
 
4837
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4927
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4928
+
4838
4929
 
4839
4930
 
4840
4931
 
@@ -4871,7 +4962,8 @@ view.on({
4871
4962
  <td class="type">
4872
4963
 
4873
4964
 
4874
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4965
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4966
+
4875
4967
 
4876
4968
 
4877
4969
 
@@ -4908,7 +5000,8 @@ view.on({
4908
5000
  <td class="type">
4909
5001
 
4910
5002
 
4911
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5003
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5004
+
4912
5005
 
4913
5006
 
4914
5007
 
@@ -4945,7 +5038,8 @@ view.on({
4945
5038
  <td class="type">
4946
5039
 
4947
5040
 
4948
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5041
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5042
+
4949
5043
 
4950
5044
 
4951
5045
 
@@ -4982,7 +5076,8 @@ view.on({
4982
5076
  <td class="type">
4983
5077
 
4984
5078
 
4985
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5079
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5080
+
4986
5081
 
4987
5082
 
4988
5083
 
@@ -5161,6 +5256,7 @@ view.on({
5161
5256
  <span class="param-type">Object</span>
5162
5257
 
5163
5258
 
5259
+
5164
5260
 
5165
5261
  </td>
5166
5262
 
@@ -5194,6 +5290,7 @@ view.on({
5194
5290
  <span class="param-type">String</span>
5195
5291
 
5196
5292
 
5293
+
5197
5294
 
5198
5295
  </td>
5199
5296
 
@@ -5231,6 +5328,7 @@ view.on({
5231
5328
  <span class="param-type">String</span>
5232
5329
 
5233
5330
 
5331
+
5234
5332
 
5235
5333
  </td>
5236
5334
 
@@ -5265,7 +5363,8 @@ view.on({
5265
5363
  <td class="type">
5266
5364
 
5267
5365
 
5268
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5366
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5367
+
5269
5368
 
5270
5369
 
5271
5370
 
@@ -5302,7 +5401,8 @@ view.on({
5302
5401
  <td class="type">
5303
5402
 
5304
5403
 
5305
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5404
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5405
+
5306
5406
 
5307
5407
 
5308
5408
 
@@ -5339,7 +5439,8 @@ view.on({
5339
5439
  <td class="type">
5340
5440
 
5341
5441
 
5342
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5442
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5443
+
5343
5444
 
5344
5445
 
5345
5446
 
@@ -5376,7 +5477,8 @@ view.on({
5376
5477
  <td class="type">
5377
5478
 
5378
5479
 
5379
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5480
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5481
+
5380
5482
 
5381
5483
 
5382
5484
 
@@ -5413,7 +5515,8 @@ view.on({
5413
5515
  <td class="type">
5414
5516
 
5415
5517
 
5416
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5518
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5519
+
5417
5520
 
5418
5521
 
5419
5522
 
@@ -5602,6 +5705,7 @@ view.on({
5602
5705
  <span class="param-type">Object</span>
5603
5706
 
5604
5707
 
5708
+
5605
5709
 
5606
5710
  </td>
5607
5711
 
@@ -5635,6 +5739,7 @@ view.on({
5635
5739
  <span class="param-type">String</span>
5636
5740
 
5637
5741
 
5742
+
5638
5743
 
5639
5744
  </td>
5640
5745
 
@@ -5672,6 +5777,7 @@ view.on({
5672
5777
  <span class="param-type">String</span>
5673
5778
 
5674
5779
 
5780
+
5675
5781
 
5676
5782
  </td>
5677
5783
 
@@ -5706,7 +5812,8 @@ view.on({
5706
5812
  <td class="type">
5707
5813
 
5708
5814
 
5709
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5815
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5816
+
5710
5817
 
5711
5818
 
5712
5819
 
@@ -5743,7 +5850,8 @@ view.on({
5743
5850
  <td class="type">
5744
5851
 
5745
5852
 
5746
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5853
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5854
+
5747
5855
 
5748
5856
 
5749
5857
 
@@ -5780,7 +5888,8 @@ view.on({
5780
5888
  <td class="type">
5781
5889
 
5782
5890
 
5783
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5891
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5892
+
5784
5893
 
5785
5894
 
5786
5895
 
@@ -5817,7 +5926,8 @@ view.on({
5817
5926
  <td class="type">
5818
5927
 
5819
5928
 
5820
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5929
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5930
+
5821
5931
 
5822
5932
 
5823
5933
 
@@ -5854,7 +5964,8 @@ view.on({
5854
5964
  <td class="type">
5855
5965
 
5856
5966
 
5857
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5967
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5968
+
5858
5969
 
5859
5970
 
5860
5971
 
@@ -6033,6 +6144,7 @@ view.on({
6033
6144
  <span class="param-type">Object</span>
6034
6145
 
6035
6146
 
6147
+
6036
6148
 
6037
6149
  </td>
6038
6150
 
@@ -6066,6 +6178,7 @@ view.on({
6066
6178
  <span class="param-type">String</span>
6067
6179
 
6068
6180
 
6181
+
6069
6182
 
6070
6183
  </td>
6071
6184
 
@@ -6103,6 +6216,7 @@ view.on({
6103
6216
  <span class="param-type">String</span>
6104
6217
 
6105
6218
 
6219
+
6106
6220
 
6107
6221
  </td>
6108
6222
 
@@ -6137,7 +6251,8 @@ view.on({
6137
6251
  <td class="type">
6138
6252
 
6139
6253
 
6140
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6254
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6255
+
6141
6256
 
6142
6257
 
6143
6258
 
@@ -6174,7 +6289,8 @@ view.on({
6174
6289
  <td class="type">
6175
6290
 
6176
6291
 
6177
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6292
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6293
+
6178
6294
 
6179
6295
 
6180
6296
 
@@ -6211,7 +6327,8 @@ view.on({
6211
6327
  <td class="type">
6212
6328
 
6213
6329
 
6214
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6330
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6331
+
6215
6332
 
6216
6333
 
6217
6334
 
@@ -6248,7 +6365,8 @@ view.on({
6248
6365
  <td class="type">
6249
6366
 
6250
6367
 
6251
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6368
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6369
+
6252
6370
 
6253
6371
 
6254
6372
 
@@ -6285,7 +6403,8 @@ view.on({
6285
6403
  <td class="type">
6286
6404
 
6287
6405
 
6288
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6406
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6407
+
6289
6408
 
6290
6409
 
6291
6410
 
@@ -6474,6 +6593,7 @@ view.on({
6474
6593
  <span class="param-type">Object</span>
6475
6594
 
6476
6595
 
6596
+
6477
6597
 
6478
6598
  </td>
6479
6599
 
@@ -6507,6 +6627,7 @@ view.on({
6507
6627
  <span class="param-type">String</span>
6508
6628
 
6509
6629
 
6630
+
6510
6631
 
6511
6632
  </td>
6512
6633
 
@@ -6544,6 +6665,7 @@ view.on({
6544
6665
  <span class="param-type">String</span>
6545
6666
 
6546
6667
 
6668
+
6547
6669
 
6548
6670
  </td>
6549
6671
 
@@ -6578,7 +6700,8 @@ view.on({
6578
6700
  <td class="type">
6579
6701
 
6580
6702
 
6581
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6703
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6704
+
6582
6705
 
6583
6706
 
6584
6707
 
@@ -6615,7 +6738,8 @@ view.on({
6615
6738
  <td class="type">
6616
6739
 
6617
6740
 
6618
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6741
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6742
+
6619
6743
 
6620
6744
 
6621
6745
 
@@ -6652,7 +6776,8 @@ view.on({
6652
6776
  <td class="type">
6653
6777
 
6654
6778
 
6655
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6779
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6780
+
6656
6781
 
6657
6782
 
6658
6783
 
@@ -6689,7 +6814,8 @@ view.on({
6689
6814
  <td class="type">
6690
6815
 
6691
6816
 
6692
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6817
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6818
+
6693
6819
 
6694
6820
 
6695
6821
 
@@ -6726,7 +6852,8 @@ view.on({
6726
6852
  <td class="type">
6727
6853
 
6728
6854
 
6729
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6855
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6856
+
6730
6857
 
6731
6858
 
6732
6859
 
@@ -6905,6 +7032,7 @@ view.on({
6905
7032
  <span class="param-type">Object</span>
6906
7033
 
6907
7034
 
7035
+
6908
7036
 
6909
7037
  </td>
6910
7038
 
@@ -6938,6 +7066,7 @@ view.on({
6938
7066
  <span class="param-type">String</span>
6939
7067
 
6940
7068
 
7069
+
6941
7070
 
6942
7071
  </td>
6943
7072
 
@@ -6975,6 +7104,7 @@ view.on({
6975
7104
  <span class="param-type">String</span>
6976
7105
 
6977
7106
 
7107
+
6978
7108
 
6979
7109
  </td>
6980
7110
 
@@ -7009,7 +7139,8 @@ view.on({
7009
7139
  <td class="type">
7010
7140
 
7011
7141
 
7012
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7142
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7143
+
7013
7144
 
7014
7145
 
7015
7146
 
@@ -7046,7 +7177,8 @@ view.on({
7046
7177
  <td class="type">
7047
7178
 
7048
7179
 
7049
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7180
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7181
+
7050
7182
 
7051
7183
 
7052
7184
 
@@ -7083,7 +7215,8 @@ view.on({
7083
7215
  <td class="type">
7084
7216
 
7085
7217
 
7086
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7218
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7219
+
7087
7220
 
7088
7221
 
7089
7222
 
@@ -7120,7 +7253,8 @@ view.on({
7120
7253
  <td class="type">
7121
7254
 
7122
7255
 
7123
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7256
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7257
+
7124
7258
 
7125
7259
 
7126
7260
 
@@ -7157,7 +7291,8 @@ view.on({
7157
7291
  <td class="type">
7158
7292
 
7159
7293
 
7160
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7294
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7295
+
7161
7296
 
7162
7297
 
7163
7298