@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="title"><code>title</code></td>
107
+ <td class="name"><code>title</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -125,13 +135,18 @@
125
135
 
126
136
  <tr class="deep-level-1">
127
137
 
128
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
138
+ <td class="name"><code>spatialReference</code></td>
129
139
 
130
140
 
131
141
  <td class="type">
132
142
 
133
143
 
134
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
144
+ <span class="param-type">
145
+
146
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
147
+
148
+ </span>
149
+
135
150
 
136
151
 
137
152
 
@@ -151,13 +166,18 @@
151
166
 
152
167
  <tr class="deep-level-1">
153
168
 
154
- <td class="name" id="minScale"><code>minScale</code></td>
169
+ <td class="name"><code>minScale</code></td>
155
170
 
156
171
 
157
172
  <td class="type">
158
173
 
159
174
 
160
- <span class="param-type">Number</span>
175
+ <span class="param-type">
176
+
177
+ Number
178
+
179
+ </span>
180
+
161
181
 
162
182
 
163
183
 
@@ -179,13 +199,18 @@
179
199
 
180
200
  <tr class="deep-level-1">
181
201
 
182
- <td class="name" id="maxScale"><code>maxScale</code></td>
202
+ <td class="name"><code>maxScale</code></td>
183
203
 
184
204
 
185
205
  <td class="type">
186
206
 
187
207
 
188
- <span class="param-type">Number</span>
208
+ <span class="param-type">
209
+
210
+ Number
211
+
212
+ </span>
213
+
189
214
 
190
215
 
191
216
 
@@ -207,13 +232,18 @@
207
232
 
208
233
  <tr class="deep-level-1">
209
234
 
210
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
235
+ <td class="name"><code>tokenKey</code></td>
211
236
 
212
237
 
213
238
  <td class="type">
214
239
 
215
240
 
216
- <span class="param-type">String</span>
241
+ <span class="param-type">
242
+
243
+ String
244
+
245
+ </span>
246
+
217
247
 
218
248
 
219
249
 
@@ -235,13 +265,18 @@
235
265
 
236
266
  <tr class="deep-level-1">
237
267
 
238
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
268
+ <td class="name"><code>tokenValue</code></td>
239
269
 
240
270
 
241
271
  <td class="type">
242
272
 
243
273
 
244
- <span class="param-type">String</span>
274
+ <span class="param-type">
275
+
276
+ String
277
+
278
+ </span>
279
+
245
280
 
246
281
 
247
282
 
@@ -261,13 +296,18 @@
261
296
 
262
297
  <tr class="deep-level-1">
263
298
 
264
- <td class="name" id="extendProps"><code>extendProps</code></td>
299
+ <td class="name"><code>extendProps</code></td>
265
300
 
266
301
 
267
302
  <td class="type">
268
303
 
269
304
 
270
- <span class="param-type">Object</span>
305
+ <span class="param-type">
306
+
307
+ Object
308
+
309
+ </span>
310
+
271
311
 
272
312
 
273
313
 
@@ -339,19 +379,19 @@
339
379
  <div class="column is-2"><label>绑定事件</label></div>
340
380
  <div class="column is-10">
341
381
  <ul>
342
- <li><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></li>
382
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
343
383
 
344
- <li><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></li>
384
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
345
385
 
346
- <li><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></li>
386
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
347
387
 
348
- <li><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></li>
388
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
349
389
 
350
- <li><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></li>
390
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
351
391
 
352
- <li><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></li>
392
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
353
393
 
354
- <li><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></li>
394
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
355
395
  </ul>
356
396
  </div>
357
397
  </div>
@@ -389,7 +429,7 @@
389
429
 
390
430
 
391
431
  <ul>
392
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
432
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
393
433
  </ul>
394
434
 
395
435
 
@@ -421,11 +461,16 @@
421
461
  <tbody>
422
462
 
423
463
  <tr class="deep-level-0">
424
- <td class="name"><code><a href="Layer.html#copyright">copyright</a></code></td>
464
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
425
465
  <td class="name">
426
466
  <code>
427
467
 
428
- <span class="param-type">String</span>
468
+ <span class="param-type">
469
+
470
+ String
471
+
472
+ </span>
473
+
429
474
 
430
475
 
431
476
  </code>
@@ -434,11 +479,16 @@
434
479
  </tr>
435
480
 
436
481
  <tr class="deep-level-0">
437
- <td class="name"><code><a href="Layer.html#description">description</a></code></td>
482
+ <td class="name"><code><a href="#description">description</a></code></td>
438
483
  <td class="name">
439
484
  <code>
440
485
 
441
- <span class="param-type">String</span>
486
+ <span class="param-type">
487
+
488
+ String
489
+
490
+ </span>
491
+
442
492
 
443
493
 
444
494
  </code>
@@ -447,11 +497,16 @@
447
497
  </tr>
448
498
 
449
499
  <tr class="deep-level-0">
450
- <td class="name"><code><a href="Layer.html#extendOptions">extendOptions</a></code></td>
500
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
451
501
  <td class="name">
452
502
  <code>
453
503
 
454
- <span class="param-type">Object</span>
504
+ <span class="param-type">
505
+
506
+ Object
507
+
508
+ </span>
509
+
455
510
 
456
511
 
457
512
  </code>
@@ -460,11 +515,16 @@
460
515
  </tr>
461
516
 
462
517
  <tr class="deep-level-0">
463
- <td class="name"><code><a href="Layer.html#extendProps">extendProps</a></code></td>
518
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
464
519
  <td class="name">
465
520
  <code>
466
521
 
467
- <span class="param-type">Object</span>
522
+ <span class="param-type">
523
+
524
+ Object
525
+
526
+ </span>
527
+
468
528
 
469
529
 
470
530
  </code>
@@ -473,11 +533,16 @@
473
533
  </tr>
474
534
 
475
535
  <tr class="deep-level-0">
476
- <td class="name"><code><a href="Layer.html#extent">extent</a></code></td>
536
+ <td class="name"><code><a href="#extent">extent</a></code></td>
477
537
  <td class="name">
478
538
  <code>
479
539
 
480
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
540
+ <span class="param-type">
541
+
542
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
543
+
544
+ </span>
545
+
481
546
 
482
547
 
483
548
  </code>
@@ -486,11 +551,16 @@
486
551
  </tr>
487
552
 
488
553
  <tr class="deep-level-0">
489
- <td class="name"><code><a href="Layer.html#headers">headers</a></code></td>
554
+ <td class="name"><code><a href="#headers">headers</a></code></td>
490
555
  <td class="name">
491
556
  <code>
492
557
 
493
- <span class="param-type">String</span>
558
+ <span class="param-type">
559
+
560
+ String
561
+
562
+ </span>
563
+
494
564
 
495
565
 
496
566
  </code>
@@ -499,11 +569,16 @@
499
569
  </tr>
500
570
 
501
571
  <tr class="deep-level-0">
502
- <td class="name"><code><a href="Layer.html#httpMethod">httpMethod</a></code></td>
572
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
503
573
  <td class="name">
504
574
  <code>
505
575
 
506
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
581
+
507
582
 
508
583
 
509
584
  </code>
@@ -512,11 +587,16 @@
512
587
  </tr>
513
588
 
514
589
  <tr class="deep-level-0">
515
- <td class="name"><code><a href="Layer.html#id">id</a></code></td>
590
+ <td class="name"><code><a href="#id">id</a></code></td>
516
591
  <td class="name">
517
592
  <code>
518
593
 
519
- <span class="param-type">String</span>
594
+ <span class="param-type">
595
+
596
+ String
597
+
598
+ </span>
599
+
520
600
 
521
601
 
522
602
  </code>
@@ -525,11 +605,16 @@
525
605
  </tr>
526
606
 
527
607
  <tr class="deep-level-0">
528
- <td class="name"><code><a href="Layer.html#index">index</a></code></td>
608
+ <td class="name"><code><a href="#index">index</a></code></td>
529
609
  <td class="name">
530
610
  <code>
531
611
 
532
- <span class="param-type">Number</span>
612
+ <span class="param-type">
613
+
614
+ Number
615
+
616
+ </span>
617
+
533
618
 
534
619
 
535
620
  </code>
@@ -538,11 +623,16 @@
538
623
  </tr>
539
624
 
540
625
  <tr class="deep-level-0">
541
- <td class="name"><code><a href="Layer.html#loaded">loaded</a></code></td>
626
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
542
627
  <td class="name">
543
628
  <code>
544
629
 
545
- <span class="param-type">Boolean</span>
630
+ <span class="param-type">
631
+
632
+ Boolean
633
+
634
+ </span>
635
+
546
636
 
547
637
 
548
638
  </code>
@@ -551,11 +641,16 @@
551
641
  </tr>
552
642
 
553
643
  <tr class="deep-level-0">
554
- <td class="name"><code><a href="Layer.html#loadStatus">loadStatus</a></code></td>
644
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
555
645
  <td class="name">
556
646
  <code>
557
647
 
558
- <span class="param-type">String</span>
648
+ <span class="param-type">
649
+
650
+ String
651
+
652
+ </span>
653
+
559
654
 
560
655
 
561
656
  </code>
@@ -564,11 +659,16 @@
564
659
  </tr>
565
660
 
566
661
  <tr class="deep-level-0">
567
- <td class="name"><code><a href="Layer.html#maxScale">maxScale</a></code></td>
662
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
568
663
  <td class="name">
569
664
  <code>
570
665
 
571
- <span class="param-type">Number</span>
666
+ <span class="param-type">
667
+
668
+ Number
669
+
670
+ </span>
671
+
572
672
 
573
673
 
574
674
  </code>
@@ -577,11 +677,16 @@
577
677
  </tr>
578
678
 
579
679
  <tr class="deep-level-0">
580
- <td class="name"><code><a href="Layer.html#minScale">minScale</a></code></td>
680
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
581
681
  <td class="name">
582
682
  <code>
583
683
 
584
- <span class="param-type">Number</span>
684
+ <span class="param-type">
685
+
686
+ Number
687
+
688
+ </span>
689
+
585
690
 
586
691
 
587
692
  </code>
@@ -590,11 +695,16 @@
590
695
  </tr>
591
696
 
592
697
  <tr class="deep-level-0">
593
- <td class="name"><code><a href="Layer.html#opacity">opacity</a></code></td>
698
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
594
699
  <td class="name">
595
700
  <code>
596
701
 
597
- <span class="param-type">Number</span>
702
+ <span class="param-type">
703
+
704
+ Number
705
+
706
+ </span>
707
+
598
708
 
599
709
 
600
710
  </code>
@@ -603,11 +713,16 @@
603
713
  </tr>
604
714
 
605
715
  <tr class="deep-level-0">
606
- <td class="name"><code><a href="Layer.html#spatialReference">spatialReference</a></code></td>
716
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
607
717
  <td class="name">
608
718
  <code>
609
719
 
610
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
720
+ <span class="param-type">
721
+
722
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
723
+
724
+ </span>
725
+
611
726
 
612
727
 
613
728
  </code>
@@ -616,11 +731,16 @@
616
731
  </tr>
617
732
 
618
733
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="Layer.html#spatialReference">spatialReference</a></code></td>
734
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
620
735
  <td class="name">
621
736
  <code>
622
737
 
623
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
738
+ <span class="param-type">
739
+
740
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
741
+
742
+ </span>
743
+
624
744
 
625
745
 
626
746
  </code>
@@ -629,11 +749,16 @@
629
749
  </tr>
630
750
 
631
751
  <tr class="deep-level-0">
632
- <td class="name"><code><a href="Layer.html#spatialReference">spatialReference</a></code></td>
752
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
633
753
  <td class="name">
634
754
  <code>
635
755
 
636
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
756
+ <span class="param-type">
757
+
758
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
759
+
760
+ </span>
761
+
637
762
 
638
763
 
639
764
  </code>
@@ -642,11 +767,16 @@
642
767
  </tr>
643
768
 
644
769
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="Layer.html#title">title</a></code></td>
770
+ <td class="name"><code><a href="#title">title</a></code></td>
646
771
  <td class="name">
647
772
  <code>
648
773
 
649
- <span class="param-type">String</span>
774
+ <span class="param-type">
775
+
776
+ String
777
+
778
+ </span>
779
+
650
780
 
651
781
 
652
782
  </code>
@@ -655,11 +785,16 @@
655
785
  </tr>
656
786
 
657
787
  <tr class="deep-level-0">
658
- <td class="name"><code><a href="Layer.html#tokenKey">tokenKey</a></code></td>
788
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
659
789
  <td class="name">
660
790
  <code>
661
791
 
662
- <span class="param-type">String</span>
792
+ <span class="param-type">
793
+
794
+ String
795
+
796
+ </span>
797
+
663
798
 
664
799
 
665
800
  </code>
@@ -668,11 +803,16 @@
668
803
  </tr>
669
804
 
670
805
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="Layer.html#tokenValue">tokenValue</a></code></td>
806
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
672
807
  <td class="name">
673
808
  <code>
674
809
 
675
- <span class="param-type">String</span>
810
+ <span class="param-type">
811
+
812
+ String
813
+
814
+ </span>
815
+
676
816
 
677
817
 
678
818
  </code>
@@ -681,11 +821,16 @@
681
821
  </tr>
682
822
 
683
823
  <tr class="deep-level-0">
684
- <td class="name"><code><a href="Layer.html#type">type</a></code></td>
824
+ <td class="name"><code><a href="#type">type</a></code></td>
685
825
  <td class="name">
686
826
  <code>
687
827
 
688
- <span class="param-type">String</span>
828
+ <span class="param-type">
829
+
830
+ String
831
+
832
+ </span>
833
+
689
834
 
690
835
 
691
836
  </code>
@@ -694,11 +839,16 @@
694
839
  </tr>
695
840
 
696
841
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="Layer.html#visible">visible</a></code></td>
842
+ <td class="name"><code><a href="#visible">visible</a></code></td>
698
843
  <td class="name">
699
844
  <code>
700
845
 
701
- <span class="param-type">Number</span>
846
+ <span class="param-type">
847
+
848
+ Number
849
+
850
+ </span>
851
+
702
852
 
703
853
 
704
854
  </code>
@@ -717,7 +867,12 @@
717
867
  <span class="method-parameter is-pulled-right">
718
868
  <label>类型:</label>
719
869
 
720
- <span class="param-type">String</span>
870
+ <span class="param-type">
871
+
872
+ String
873
+
874
+ </span>
875
+
721
876
 
722
877
 
723
878
  </span>
@@ -791,7 +946,12 @@
791
946
  <span class="method-parameter is-pulled-right">
792
947
  <label>类型:</label>
793
948
 
794
- <span class="param-type">String</span>
949
+ <span class="param-type">
950
+
951
+ String
952
+
953
+ </span>
954
+
795
955
 
796
956
 
797
957
  </span>
@@ -865,7 +1025,12 @@
865
1025
  <span class="method-parameter is-pulled-right">
866
1026
  <label>类型:</label>
867
1027
 
868
- <span class="param-type">Object</span>
1028
+ <span class="param-type">
1029
+
1030
+ Object
1031
+
1032
+ </span>
1033
+
869
1034
 
870
1035
 
871
1036
  </span>
@@ -935,7 +1100,12 @@
935
1100
  <span class="method-parameter is-pulled-right">
936
1101
  <label>类型:</label>
937
1102
 
938
- <span class="param-type">Object</span>
1103
+ <span class="param-type">
1104
+
1105
+ Object
1106
+
1107
+ </span>
1108
+
939
1109
 
940
1110
 
941
1111
  </span>
@@ -1005,7 +1175,12 @@
1005
1175
  <span class="method-parameter is-pulled-right">
1006
1176
  <label>类型:</label>
1007
1177
 
1008
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1178
+ <span class="param-type">
1179
+
1180
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1181
+
1182
+ </span>
1183
+
1009
1184
 
1010
1185
 
1011
1186
  </span>
@@ -1079,7 +1254,12 @@
1079
1254
  <span class="method-parameter is-pulled-right">
1080
1255
  <label>类型:</label>
1081
1256
 
1082
- <span class="param-type">String</span>
1257
+ <span class="param-type">
1258
+
1259
+ String
1260
+
1261
+ </span>
1262
+
1083
1263
 
1084
1264
 
1085
1265
  </span>
@@ -1149,7 +1329,12 @@
1149
1329
  <span class="method-parameter is-pulled-right">
1150
1330
  <label>类型:</label>
1151
1331
 
1152
- <span class="param-type">String</span>
1332
+ <span class="param-type">
1333
+
1334
+ String
1335
+
1336
+ </span>
1337
+
1153
1338
 
1154
1339
 
1155
1340
  </span>
@@ -1219,7 +1404,12 @@
1219
1404
  <span class="method-parameter is-pulled-right">
1220
1405
  <label>类型:</label>
1221
1406
 
1222
- <span class="param-type">String</span>
1407
+ <span class="param-type">
1408
+
1409
+ String
1410
+
1411
+ </span>
1412
+
1223
1413
 
1224
1414
 
1225
1415
  </span>
@@ -1293,7 +1483,12 @@
1293
1483
  <span class="method-parameter is-pulled-right">
1294
1484
  <label>类型:</label>
1295
1485
 
1296
- <span class="param-type">Number</span>
1486
+ <span class="param-type">
1487
+
1488
+ Number
1489
+
1490
+ </span>
1491
+
1297
1492
 
1298
1493
 
1299
1494
  </span>
@@ -1363,7 +1558,12 @@
1363
1558
  <span class="method-parameter is-pulled-right">
1364
1559
  <label>类型:</label>
1365
1560
 
1366
- <span class="param-type">Boolean</span>
1561
+ <span class="param-type">
1562
+
1563
+ Boolean
1564
+
1565
+ </span>
1566
+
1367
1567
 
1368
1568
 
1369
1569
  </span>
@@ -1442,7 +1642,12 @@
1442
1642
  <span class="method-parameter is-pulled-right">
1443
1643
  <label>类型:</label>
1444
1644
 
1445
- <span class="param-type">String</span>
1645
+ <span class="param-type">
1646
+
1647
+ String
1648
+
1649
+ </span>
1650
+
1446
1651
 
1447
1652
 
1448
1653
  </span>
@@ -1521,7 +1726,12 @@
1521
1726
  <span class="method-parameter is-pulled-right">
1522
1727
  <label>类型:</label>
1523
1728
 
1524
- <span class="param-type">Number</span>
1729
+ <span class="param-type">
1730
+
1731
+ Number
1732
+
1733
+ </span>
1734
+
1525
1735
 
1526
1736
 
1527
1737
  </span>
@@ -1596,7 +1806,12 @@
1596
1806
  <span class="method-parameter is-pulled-right">
1597
1807
  <label>类型:</label>
1598
1808
 
1599
- <span class="param-type">Number</span>
1809
+ <span class="param-type">
1810
+
1811
+ Number
1812
+
1813
+ </span>
1814
+
1600
1815
 
1601
1816
 
1602
1817
  </span>
@@ -1671,7 +1886,12 @@
1671
1886
  <span class="method-parameter is-pulled-right">
1672
1887
  <label>类型:</label>
1673
1888
 
1674
- <span class="param-type">Number</span>
1889
+ <span class="param-type">
1890
+
1891
+ Number
1892
+
1893
+ </span>
1894
+
1675
1895
 
1676
1896
 
1677
1897
  </span>
@@ -1741,7 +1961,12 @@
1741
1961
  <span class="method-parameter is-pulled-right">
1742
1962
  <label>类型:</label>
1743
1963
 
1744
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1964
+ <span class="param-type">
1965
+
1966
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1967
+
1968
+ </span>
1969
+
1745
1970
 
1746
1971
 
1747
1972
  </span>
@@ -1811,7 +2036,12 @@
1811
2036
  <span class="method-parameter is-pulled-right">
1812
2037
  <label>类型:</label>
1813
2038
 
1814
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2039
+ <span class="param-type">
2040
+
2041
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2042
+
2043
+ </span>
2044
+
1815
2045
 
1816
2046
 
1817
2047
  </span>
@@ -1881,7 +2111,12 @@
1881
2111
  <span class="method-parameter is-pulled-right">
1882
2112
  <label>类型:</label>
1883
2113
 
1884
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2114
+ <span class="param-type">
2115
+
2116
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2117
+
2118
+ </span>
2119
+
1885
2120
 
1886
2121
 
1887
2122
  </span>
@@ -1951,7 +2186,12 @@
1951
2186
  <span class="method-parameter is-pulled-right">
1952
2187
  <label>类型:</label>
1953
2188
 
1954
- <span class="param-type">String</span>
2189
+ <span class="param-type">
2190
+
2191
+ String
2192
+
2193
+ </span>
2194
+
1955
2195
 
1956
2196
 
1957
2197
  </span>
@@ -2021,7 +2261,12 @@
2021
2261
  <span class="method-parameter is-pulled-right">
2022
2262
  <label>类型:</label>
2023
2263
 
2024
- <span class="param-type">String</span>
2264
+ <span class="param-type">
2265
+
2266
+ String
2267
+
2268
+ </span>
2269
+
2025
2270
 
2026
2271
 
2027
2272
  </span>
@@ -2096,7 +2341,12 @@
2096
2341
  <span class="method-parameter is-pulled-right">
2097
2342
  <label>类型:</label>
2098
2343
 
2099
- <span class="param-type">String</span>
2344
+ <span class="param-type">
2345
+
2346
+ String
2347
+
2348
+ </span>
2349
+
2100
2350
 
2101
2351
 
2102
2352
  </span>
@@ -2166,7 +2416,12 @@
2166
2416
  <span class="method-parameter is-pulled-right">
2167
2417
  <label>类型:</label>
2168
2418
 
2169
- <span class="param-type">String</span>
2419
+ <span class="param-type">
2420
+
2421
+ String
2422
+
2423
+ </span>
2424
+
2170
2425
 
2171
2426
 
2172
2427
  </span>
@@ -2240,7 +2495,12 @@
2240
2495
  <span class="method-parameter is-pulled-right">
2241
2496
  <label>类型:</label>
2242
2497
 
2243
- <span class="param-type">Number</span>
2498
+ <span class="param-type">
2499
+
2500
+ Number
2501
+
2502
+ </span>
2503
+
2244
2504
 
2245
2505
 
2246
2506
  </span>
@@ -2326,12 +2586,17 @@
2326
2586
  <tbody>
2327
2587
 
2328
2588
  <tr class="deep-level-0">
2329
- <td class="name"><code><a href="Layer.html#fromJSON">fromJSON</a></code></td>
2589
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2330
2590
  <td class="name">
2331
2591
  <code>
2332
2592
 
2333
2593
 
2334
- <span class="param-type">*</span>
2594
+ <span class="param-type">
2595
+
2596
+ *
2597
+
2598
+ </span>
2599
+
2335
2600
 
2336
2601
 
2337
2602
 
@@ -2341,12 +2606,17 @@
2341
2606
  </tr>
2342
2607
 
2343
2608
  <tr class="deep-level-0">
2344
- <td class="name"><code><a href="Layer.html#fromServerUrl">fromServerUrl</a></code></td>
2609
+ <td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
2345
2610
  <td class="name">
2346
2611
  <code>
2347
2612
 
2348
2613
 
2349
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
2614
+ <span class="param-type">
2615
+
2616
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
2617
+
2618
+ </span>
2619
+
2350
2620
 
2351
2621
 
2352
2622
 
@@ -2356,12 +2626,17 @@
2356
2626
  </tr>
2357
2627
 
2358
2628
  <tr class="deep-level-0">
2359
- <td class="name"><code><a href="Layer.html#load">load</a></code></td>
2629
+ <td class="name"><code><a href="#load">load</a></code></td>
2360
2630
  <td class="name">
2361
2631
  <code>
2362
2632
 
2363
2633
 
2364
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
2634
+ <span class="param-type">
2635
+
2636
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
2637
+
2638
+ </span>
2639
+
2365
2640
 
2366
2641
 
2367
2642
 
@@ -2371,12 +2646,17 @@
2371
2646
  </tr>
2372
2647
 
2373
2648
  <tr class="deep-level-0">
2374
- <td class="name"><code><a href="Layer.html#clone">clone</a></code></td>
2649
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2375
2650
  <td class="name">
2376
2651
  <code>
2377
2652
 
2378
2653
 
2379
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2654
+ <span class="param-type">
2655
+
2656
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2657
+
2658
+ </span>
2659
+
2380
2660
 
2381
2661
 
2382
2662
 
@@ -2386,12 +2666,17 @@
2386
2666
  </tr>
2387
2667
 
2388
2668
  <tr class="deep-level-0">
2389
- <td class="name"><code><a href="Layer.html#destroy">destroy</a></code></td>
2669
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2390
2670
  <td class="name">
2391
2671
  <code>
2392
2672
 
2393
2673
 
2394
- <span class="param-type">*</span>
2674
+ <span class="param-type">
2675
+
2676
+ *
2677
+
2678
+ </span>
2679
+
2395
2680
 
2396
2681
 
2397
2682
 
@@ -2401,12 +2686,17 @@
2401
2686
  </tr>
2402
2687
 
2403
2688
  <tr class="deep-level-0">
2404
- <td class="name"><code><a href="Layer.html#isLoaded">isLoaded</a></code></td>
2689
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2405
2690
  <td class="name">
2406
2691
  <code>
2407
2692
 
2408
2693
 
2409
- <span class="param-type">Boolean</span>
2694
+ <span class="param-type">
2695
+
2696
+ Boolean
2697
+
2698
+ </span>
2699
+
2410
2700
 
2411
2701
 
2412
2702
 
@@ -2416,12 +2706,17 @@
2416
2706
  </tr>
2417
2707
 
2418
2708
  <tr class="deep-level-0">
2419
- <td class="name"><code><a href="Layer.html#off">off</a></code></td>
2709
+ <td class="name"><code><a href="#off">off</a></code></td>
2420
2710
  <td class="name">
2421
2711
  <code>
2422
2712
 
2423
2713
 
2424
- <span class="param-type">Object</span>
2714
+ <span class="param-type">
2715
+
2716
+ Object
2717
+
2718
+ </span>
2719
+
2425
2720
 
2426
2721
 
2427
2722
 
@@ -2429,21 +2724,21 @@
2429
2724
  </td>
2430
2725
  <td class="name"><code><p>移除事件<br/>
2431
2726
  示例如下:<br/>
2432
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2433
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2434
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2435
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2436
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2437
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2727
+ </code></td>
2438
2728
  </tr>
2439
2729
 
2440
2730
  <tr class="deep-level-0">
2441
- <td class="name"><code><a href="Layer.html#on">on</a></code></td>
2731
+ <td class="name"><code><a href="#on">on</a></code></td>
2442
2732
  <td class="name">
2443
2733
  <code>
2444
2734
 
2445
2735
 
2446
- <span class="param-type">Object</span>
2736
+ <span class="param-type">
2737
+
2738
+ Object
2739
+
2740
+ </span>
2741
+
2447
2742
 
2448
2743
 
2449
2744
 
@@ -2451,15 +2746,11 @@
2451
2746
  </td>
2452
2747
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2453
2748
  示例如下:<br/>
2454
- <a href='#event1'>[1、注册一个事件]</a><br/>
2455
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2456
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2457
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2458
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2749
+ </code></td>
2459
2750
  </tr>
2460
2751
 
2461
2752
  <tr class="deep-level-0">
2462
- <td class="name"><code><a href="Layer.html#refresh">refresh</a></code></td>
2753
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2463
2754
  <td class="name">
2464
2755
  <code>
2465
2756
 
@@ -2469,12 +2760,17 @@
2469
2760
  </tr>
2470
2761
 
2471
2762
  <tr class="deep-level-0">
2472
- <td class="name"><code><a href="Layer.html#toJSON">toJSON</a></code></td>
2763
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2473
2764
  <td class="name">
2474
2765
  <code>
2475
2766
 
2476
2767
 
2477
- <span class="param-type">Object</span>
2768
+ <span class="param-type">
2769
+
2770
+ Object
2771
+
2772
+ </span>
2773
+
2478
2774
 
2479
2775
 
2480
2776
 
@@ -2541,13 +2837,18 @@
2541
2837
 
2542
2838
  <tr class="deep-level-0">
2543
2839
 
2544
- <td class="name" id="json"><code>json</code></td>
2840
+ <td class="name"><code>json</code></td>
2545
2841
 
2546
2842
 
2547
2843
  <td class="type">
2548
2844
 
2549
2845
 
2550
- <span class="param-type">*</span>
2846
+ <span class="param-type">
2847
+
2848
+ *
2849
+
2850
+ </span>
2851
+
2551
2852
 
2552
2853
 
2553
2854
 
@@ -2633,7 +2934,12 @@
2633
2934
  <div class='column is-5 has-text-left'>
2634
2935
  <label>类型: </label>
2635
2936
 
2636
- <span class="param-type">*</span>
2937
+ <span class="param-type">
2938
+
2939
+ *
2940
+
2941
+ </span>
2942
+
2637
2943
 
2638
2944
 
2639
2945
  </div>
@@ -2708,13 +3014,18 @@
2708
3014
 
2709
3015
  <tr class="deep-level-0">
2710
3016
 
2711
- <td class="name" id="url"><code>url</code></td>
3017
+ <td class="name"><code>url</code></td>
2712
3018
 
2713
3019
 
2714
3020
  <td class="type">
2715
3021
 
2716
3022
 
2717
- <span class="param-type">String</span>
3023
+ <span class="param-type">
3024
+
3025
+ String
3026
+
3027
+ </span>
3028
+
2718
3029
 
2719
3030
 
2720
3031
 
@@ -2732,13 +3043,18 @@
2732
3043
 
2733
3044
  <tr class="deep-level-0">
2734
3045
 
2735
- <td class="name" id="options"><code>options</code></td>
3046
+ <td class="name"><code>options</code></td>
2736
3047
 
2737
3048
 
2738
3049
  <td class="type">
2739
3050
 
2740
3051
 
2741
- <span class="param-type">Object</span>
3052
+ <span class="param-type">
3053
+
3054
+ Object
3055
+
3056
+ </span>
3057
+
2742
3058
 
2743
3059
 
2744
3060
 
@@ -2826,7 +3142,12 @@
2826
3142
  <div class='column is-5 has-text-left'>
2827
3143
  <label>类型: </label>
2828
3144
 
2829
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
3145
+ <span class="param-type">
3146
+
3147
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
3148
+
3149
+ </span>
3150
+
2830
3151
 
2831
3152
 
2832
3153
  </div>
@@ -2946,7 +3267,12 @@
2946
3267
  <div class='column is-5 has-text-left'>
2947
3268
  <label>类型: </label>
2948
3269
 
2949
- <span class="param-type">Promise.&lt;<a href="Layer.html">Layer</a>></span>
3270
+ <span class="param-type">
3271
+
3272
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
3273
+
3274
+ </span>
3275
+
2950
3276
 
2951
3277
 
2952
3278
  </div>
@@ -3062,7 +3388,12 @@
3062
3388
  <div class='column is-5 has-text-left'>
3063
3389
  <label>类型: </label>
3064
3390
 
3065
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3391
+ <span class="param-type">
3392
+
3393
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3394
+
3395
+ </span>
3396
+
3066
3397
 
3067
3398
 
3068
3399
  </div>
@@ -3172,7 +3503,12 @@
3172
3503
  <div class='column is-5 has-text-left'>
3173
3504
  <label>类型: </label>
3174
3505
 
3175
- <span class="param-type">*</span>
3506
+ <span class="param-type">
3507
+
3508
+ *
3509
+
3510
+ </span>
3511
+
3176
3512
 
3177
3513
 
3178
3514
  </div>
@@ -3288,7 +3624,12 @@
3288
3624
  <div class='column is-5 has-text-left'>
3289
3625
  <label>类型: </label>
3290
3626
 
3291
- <span class="param-type">Boolean</span>
3627
+ <span class="param-type">
3628
+
3629
+ Boolean
3630
+
3631
+ </span>
3632
+
3292
3633
 
3293
3634
 
3294
3635
  </div>
@@ -3366,13 +3707,18 @@
3366
3707
 
3367
3708
  <tr class="deep-level-0">
3368
3709
 
3369
- <td class="name" id="types"><code>types</code></td>
3710
+ <td class="name"><code>types</code></td>
3370
3711
 
3371
3712
 
3372
3713
  <td class="type">
3373
3714
 
3374
3715
 
3375
- <span class="param-type">string</span>
3716
+ <span class="param-type">
3717
+
3718
+ string
3719
+
3720
+ </span>
3721
+
3376
3722
 
3377
3723
 
3378
3724
 
@@ -3392,13 +3738,18 @@
3392
3738
 
3393
3739
  <tr class="deep-level-0">
3394
3740
 
3395
- <td class="name" id="fn"><code>fn</code></td>
3741
+ <td class="name"><code>fn</code></td>
3396
3742
 
3397
3743
 
3398
3744
  <td class="type">
3399
3745
 
3400
3746
 
3401
- <span class="param-type">function</span>
3747
+ <span class="param-type">
3748
+
3749
+ function
3750
+
3751
+ </span>
3752
+
3402
3753
 
3403
3754
 
3404
3755
 
@@ -3416,13 +3767,18 @@
3416
3767
 
3417
3768
  <tr class="deep-level-0">
3418
3769
 
3419
- <td class="name" id="context"><code>context</code></td>
3770
+ <td class="name"><code>context</code></td>
3420
3771
 
3421
3772
 
3422
3773
  <td class="type">
3423
3774
 
3424
3775
 
3425
- <span class="param-type">Object</span>
3776
+ <span class="param-type">
3777
+
3778
+ Object
3779
+
3780
+ </span>
3781
+
3426
3782
 
3427
3783
 
3428
3784
 
@@ -3454,7 +3810,7 @@
3454
3810
 
3455
3811
  <dt class="inherited-from">Inherited From:</dt>
3456
3812
  <dd class="inherited-from"><ul class="dummy"><li>
3457
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3813
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3458
3814
  </li></ul></dd>
3459
3815
 
3460
3816
 
@@ -3515,7 +3871,12 @@
3515
3871
  <div class='column is-5 has-text-left'>
3516
3872
  <label>类型: </label>
3517
3873
 
3518
- <span class="param-type">Object</span>
3874
+ <span class="param-type">
3875
+
3876
+ Object
3877
+
3878
+ </span>
3879
+
3519
3880
 
3520
3881
 
3521
3882
  </div>
@@ -3682,16 +4043,25 @@ view.off({
3682
4043
 
3683
4044
  <tr class="deep-level-0">
3684
4045
 
3685
- <td class="name" id="types"><code>types</code></td>
4046
+ <td class="name"><code>types</code></td>
3686
4047
 
3687
4048
 
3688
4049
  <td class="type">
3689
4050
 
3690
4051
 
3691
- <span class="param-type">String</span>
4052
+ <span class="param-type">
4053
+
4054
+ String
4055
+
4056
+ </span>
3692
4057
  |
3693
4058
 
3694
- <span class="param-type">Object</span>
4059
+ <span class="param-type">
4060
+
4061
+ Object
4062
+
4063
+ </span>
4064
+
3695
4065
 
3696
4066
 
3697
4067
 
@@ -3717,13 +4087,18 @@ view.off({
3717
4087
 
3718
4088
  <tr class="deep-level-0">
3719
4089
 
3720
- <td class="name" id="fn"><code>fn</code></td>
4090
+ <td class="name"><code>fn</code></td>
3721
4091
 
3722
4092
 
3723
4093
  <td class="type">
3724
4094
 
3725
4095
 
3726
- <span class="param-type">function</span>
4096
+ <span class="param-type">
4097
+
4098
+ function
4099
+
4100
+ </span>
4101
+
3727
4102
 
3728
4103
 
3729
4104
 
@@ -3747,13 +4122,18 @@ view.off({
3747
4122
 
3748
4123
  <tr class="deep-level-0">
3749
4124
 
3750
- <td class="name" id="context"><code>context</code></td>
4125
+ <td class="name"><code>context</code></td>
3751
4126
 
3752
4127
 
3753
4128
  <td class="type">
3754
4129
 
3755
4130
 
3756
- <span class="param-type">Object</span>
4131
+ <span class="param-type">
4132
+
4133
+ Object
4134
+
4135
+ </span>
4136
+
3757
4137
 
3758
4138
 
3759
4139
 
@@ -3791,7 +4171,7 @@ view.off({
3791
4171
 
3792
4172
  <dt class="inherited-from">Inherited From:</dt>
3793
4173
  <dd class="inherited-from"><ul class="dummy"><li>
3794
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
4174
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3795
4175
  </li></ul></dd>
3796
4176
 
3797
4177
 
@@ -3852,7 +4232,12 @@ view.off({
3852
4232
  <div class='column is-5 has-text-left'>
3853
4233
  <label>类型: </label>
3854
4234
 
3855
- <span class="param-type">Object</span>
4235
+ <span class="param-type">
4236
+
4237
+ Object
4238
+
4239
+ </span>
4240
+
3856
4241
 
3857
4242
 
3858
4243
  </div>
@@ -4137,7 +4522,12 @@ view.on({
4137
4522
  <div class='column is-5 has-text-left'>
4138
4523
  <label>类型: </label>
4139
4524
 
4140
- <span class="param-type">Object</span>
4525
+ <span class="param-type">
4526
+
4527
+ Object
4528
+
4529
+ </span>
4530
+
4141
4531
 
4142
4532
 
4143
4533
  </div>
@@ -4176,37 +4566,37 @@ view.on({
4176
4566
  <tbody>
4177
4567
 
4178
4568
  <tr class="deep-level-0">
4179
- <td class="name"><code><a href="Layer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4569
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4180
4570
  <td class="name"><code>图层刷新完毕事件</code></td>
4181
4571
  </tr>
4182
4572
 
4183
4573
  <tr class="deep-level-0">
4184
- <td class="name"><code><a href="Layer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4574
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4185
4575
  <td class="name"><code>图层加载完毕事件</code></td>
4186
4576
  </tr>
4187
4577
 
4188
4578
  <tr class="deep-level-0">
4189
- <td class="name"><code><a href="Layer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4579
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4190
4580
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4191
4581
  </tr>
4192
4582
 
4193
4583
  <tr class="deep-level-0">
4194
- <td class="name"><code><a href="Layer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4584
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4195
4585
  <td class="name"><code>图层更新完毕事件</code></td>
4196
4586
  </tr>
4197
4587
 
4198
4588
  <tr class="deep-level-0">
4199
- <td class="name"><code><a href="Layer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4589
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4200
4590
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4201
4591
  </tr>
4202
4592
 
4203
4593
  <tr class="deep-level-0">
4204
- <td class="name"><code><a href="Layer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4594
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4205
4595
  <td class="name"><code>图层销毁完毕事件</code></td>
4206
4596
  </tr>
4207
4597
 
4208
4598
  <tr class="deep-level-0">
4209
- <td class="name"><code><a href="Layer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4599
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4210
4600
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4211
4601
  </tr>
4212
4602
 
@@ -4286,7 +4676,12 @@ view.on({
4286
4676
  <td class="type">
4287
4677
 
4288
4678
 
4289
- <span class="param-type">Object</span>
4679
+ <span class="param-type">
4680
+
4681
+ Object
4682
+
4683
+ </span>
4684
+
4290
4685
 
4291
4686
 
4292
4687
 
@@ -4319,7 +4714,12 @@ view.on({
4319
4714
  <td class="type">
4320
4715
 
4321
4716
 
4322
- <span class="param-type">String</span>
4717
+ <span class="param-type">
4718
+
4719
+ String
4720
+
4721
+ </span>
4722
+
4323
4723
 
4324
4724
 
4325
4725
 
@@ -4356,7 +4756,12 @@ view.on({
4356
4756
  <td class="type">
4357
4757
 
4358
4758
 
4359
- <span class="param-type">String</span>
4759
+ <span class="param-type">
4760
+
4761
+ String
4762
+
4763
+ </span>
4764
+
4360
4765
 
4361
4766
 
4362
4767
 
@@ -4393,7 +4798,12 @@ view.on({
4393
4798
  <td class="type">
4394
4799
 
4395
4800
 
4396
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4801
+ <span class="param-type">
4802
+
4803
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4804
+
4805
+ </span>
4806
+
4397
4807
 
4398
4808
 
4399
4809
 
@@ -4430,7 +4840,12 @@ view.on({
4430
4840
  <td class="type">
4431
4841
 
4432
4842
 
4433
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4843
+ <span class="param-type">
4844
+
4845
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4846
+
4847
+ </span>
4848
+
4434
4849
 
4435
4850
 
4436
4851
 
@@ -4467,7 +4882,12 @@ view.on({
4467
4882
  <td class="type">
4468
4883
 
4469
4884
 
4470
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4885
+ <span class="param-type">
4886
+
4887
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4888
+
4889
+ </span>
4890
+
4471
4891
 
4472
4892
 
4473
4893
 
@@ -4504,7 +4924,12 @@ view.on({
4504
4924
  <td class="type">
4505
4925
 
4506
4926
 
4507
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4927
+ <span class="param-type">
4928
+
4929
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4930
+
4931
+ </span>
4932
+
4508
4933
 
4509
4934
 
4510
4935
 
@@ -4541,7 +4966,12 @@ view.on({
4541
4966
  <td class="type">
4542
4967
 
4543
4968
 
4544
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4969
+ <span class="param-type">
4970
+
4971
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4972
+
4973
+ </span>
4974
+
4545
4975
 
4546
4976
 
4547
4977
 
@@ -4727,7 +5157,12 @@ view.on({
4727
5157
  <td class="type">
4728
5158
 
4729
5159
 
4730
- <span class="param-type">Object</span>
5160
+ <span class="param-type">
5161
+
5162
+ Object
5163
+
5164
+ </span>
5165
+
4731
5166
 
4732
5167
 
4733
5168
 
@@ -4760,7 +5195,12 @@ view.on({
4760
5195
  <td class="type">
4761
5196
 
4762
5197
 
4763
- <span class="param-type">String</span>
5198
+ <span class="param-type">
5199
+
5200
+ String
5201
+
5202
+ </span>
5203
+
4764
5204
 
4765
5205
 
4766
5206
 
@@ -4797,7 +5237,12 @@ view.on({
4797
5237
  <td class="type">
4798
5238
 
4799
5239
 
4800
- <span class="param-type">String</span>
5240
+ <span class="param-type">
5241
+
5242
+ String
5243
+
5244
+ </span>
5245
+
4801
5246
 
4802
5247
 
4803
5248
 
@@ -4834,7 +5279,12 @@ view.on({
4834
5279
  <td class="type">
4835
5280
 
4836
5281
 
4837
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5282
+ <span class="param-type">
5283
+
5284
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5285
+
5286
+ </span>
5287
+
4838
5288
 
4839
5289
 
4840
5290
 
@@ -4871,7 +5321,12 @@ view.on({
4871
5321
  <td class="type">
4872
5322
 
4873
5323
 
4874
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5324
+ <span class="param-type">
5325
+
5326
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5327
+
5328
+ </span>
5329
+
4875
5330
 
4876
5331
 
4877
5332
 
@@ -4908,7 +5363,12 @@ view.on({
4908
5363
  <td class="type">
4909
5364
 
4910
5365
 
4911
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5366
+ <span class="param-type">
5367
+
5368
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5369
+
5370
+ </span>
5371
+
4912
5372
 
4913
5373
 
4914
5374
 
@@ -4945,7 +5405,12 @@ view.on({
4945
5405
  <td class="type">
4946
5406
 
4947
5407
 
4948
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5408
+ <span class="param-type">
5409
+
5410
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5411
+
5412
+ </span>
5413
+
4949
5414
 
4950
5415
 
4951
5416
 
@@ -4982,7 +5447,12 @@ view.on({
4982
5447
  <td class="type">
4983
5448
 
4984
5449
 
4985
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5450
+ <span class="param-type">
5451
+
5452
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5453
+
5454
+ </span>
5455
+
4986
5456
 
4987
5457
 
4988
5458
 
@@ -5158,7 +5628,12 @@ view.on({
5158
5628
  <td class="type">
5159
5629
 
5160
5630
 
5161
- <span class="param-type">Object</span>
5631
+ <span class="param-type">
5632
+
5633
+ Object
5634
+
5635
+ </span>
5636
+
5162
5637
 
5163
5638
 
5164
5639
 
@@ -5191,7 +5666,12 @@ view.on({
5191
5666
  <td class="type">
5192
5667
 
5193
5668
 
5194
- <span class="param-type">String</span>
5669
+ <span class="param-type">
5670
+
5671
+ String
5672
+
5673
+ </span>
5674
+
5195
5675
 
5196
5676
 
5197
5677
 
@@ -5228,7 +5708,12 @@ view.on({
5228
5708
  <td class="type">
5229
5709
 
5230
5710
 
5231
- <span class="param-type">String</span>
5711
+ <span class="param-type">
5712
+
5713
+ String
5714
+
5715
+ </span>
5716
+
5232
5717
 
5233
5718
 
5234
5719
 
@@ -5265,7 +5750,12 @@ view.on({
5265
5750
  <td class="type">
5266
5751
 
5267
5752
 
5268
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5753
+ <span class="param-type">
5754
+
5755
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5756
+
5757
+ </span>
5758
+
5269
5759
 
5270
5760
 
5271
5761
 
@@ -5302,7 +5792,12 @@ view.on({
5302
5792
  <td class="type">
5303
5793
 
5304
5794
 
5305
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5795
+ <span class="param-type">
5796
+
5797
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5798
+
5799
+ </span>
5800
+
5306
5801
 
5307
5802
 
5308
5803
 
@@ -5339,7 +5834,12 @@ view.on({
5339
5834
  <td class="type">
5340
5835
 
5341
5836
 
5342
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5837
+ <span class="param-type">
5838
+
5839
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5840
+
5841
+ </span>
5842
+
5343
5843
 
5344
5844
 
5345
5845
 
@@ -5376,7 +5876,12 @@ view.on({
5376
5876
  <td class="type">
5377
5877
 
5378
5878
 
5379
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5879
+ <span class="param-type">
5880
+
5881
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5882
+
5883
+ </span>
5884
+
5380
5885
 
5381
5886
 
5382
5887
 
@@ -5413,7 +5918,12 @@ view.on({
5413
5918
  <td class="type">
5414
5919
 
5415
5920
 
5416
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5921
+ <span class="param-type">
5922
+
5923
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5924
+
5925
+ </span>
5926
+
5417
5927
 
5418
5928
 
5419
5929
 
@@ -5599,7 +6109,12 @@ view.on({
5599
6109
  <td class="type">
5600
6110
 
5601
6111
 
5602
- <span class="param-type">Object</span>
6112
+ <span class="param-type">
6113
+
6114
+ Object
6115
+
6116
+ </span>
6117
+
5603
6118
 
5604
6119
 
5605
6120
 
@@ -5632,7 +6147,12 @@ view.on({
5632
6147
  <td class="type">
5633
6148
 
5634
6149
 
5635
- <span class="param-type">String</span>
6150
+ <span class="param-type">
6151
+
6152
+ String
6153
+
6154
+ </span>
6155
+
5636
6156
 
5637
6157
 
5638
6158
 
@@ -5669,7 +6189,12 @@ view.on({
5669
6189
  <td class="type">
5670
6190
 
5671
6191
 
5672
- <span class="param-type">String</span>
6192
+ <span class="param-type">
6193
+
6194
+ String
6195
+
6196
+ </span>
6197
+
5673
6198
 
5674
6199
 
5675
6200
 
@@ -5706,7 +6231,12 @@ view.on({
5706
6231
  <td class="type">
5707
6232
 
5708
6233
 
5709
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6234
+ <span class="param-type">
6235
+
6236
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6237
+
6238
+ </span>
6239
+
5710
6240
 
5711
6241
 
5712
6242
 
@@ -5743,7 +6273,12 @@ view.on({
5743
6273
  <td class="type">
5744
6274
 
5745
6275
 
5746
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6276
+ <span class="param-type">
6277
+
6278
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6279
+
6280
+ </span>
6281
+
5747
6282
 
5748
6283
 
5749
6284
 
@@ -5780,7 +6315,12 @@ view.on({
5780
6315
  <td class="type">
5781
6316
 
5782
6317
 
5783
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6318
+ <span class="param-type">
6319
+
6320
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6321
+
6322
+ </span>
6323
+
5784
6324
 
5785
6325
 
5786
6326
 
@@ -5817,7 +6357,12 @@ view.on({
5817
6357
  <td class="type">
5818
6358
 
5819
6359
 
5820
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6360
+ <span class="param-type">
6361
+
6362
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6363
+
6364
+ </span>
6365
+
5821
6366
 
5822
6367
 
5823
6368
 
@@ -5854,7 +6399,12 @@ view.on({
5854
6399
  <td class="type">
5855
6400
 
5856
6401
 
5857
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6402
+ <span class="param-type">
6403
+
6404
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6405
+
6406
+ </span>
6407
+
5858
6408
 
5859
6409
 
5860
6410
 
@@ -6030,7 +6580,12 @@ view.on({
6030
6580
  <td class="type">
6031
6581
 
6032
6582
 
6033
- <span class="param-type">Object</span>
6583
+ <span class="param-type">
6584
+
6585
+ Object
6586
+
6587
+ </span>
6588
+
6034
6589
 
6035
6590
 
6036
6591
 
@@ -6063,7 +6618,12 @@ view.on({
6063
6618
  <td class="type">
6064
6619
 
6065
6620
 
6066
- <span class="param-type">String</span>
6621
+ <span class="param-type">
6622
+
6623
+ String
6624
+
6625
+ </span>
6626
+
6067
6627
 
6068
6628
 
6069
6629
 
@@ -6100,7 +6660,12 @@ view.on({
6100
6660
  <td class="type">
6101
6661
 
6102
6662
 
6103
- <span class="param-type">String</span>
6663
+ <span class="param-type">
6664
+
6665
+ String
6666
+
6667
+ </span>
6668
+
6104
6669
 
6105
6670
 
6106
6671
 
@@ -6137,7 +6702,12 @@ view.on({
6137
6702
  <td class="type">
6138
6703
 
6139
6704
 
6140
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6705
+ <span class="param-type">
6706
+
6707
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6708
+
6709
+ </span>
6710
+
6141
6711
 
6142
6712
 
6143
6713
 
@@ -6174,7 +6744,12 @@ view.on({
6174
6744
  <td class="type">
6175
6745
 
6176
6746
 
6177
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6747
+ <span class="param-type">
6748
+
6749
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6750
+
6751
+ </span>
6752
+
6178
6753
 
6179
6754
 
6180
6755
 
@@ -6211,7 +6786,12 @@ view.on({
6211
6786
  <td class="type">
6212
6787
 
6213
6788
 
6214
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6789
+ <span class="param-type">
6790
+
6791
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6792
+
6793
+ </span>
6794
+
6215
6795
 
6216
6796
 
6217
6797
 
@@ -6248,7 +6828,12 @@ view.on({
6248
6828
  <td class="type">
6249
6829
 
6250
6830
 
6251
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6831
+ <span class="param-type">
6832
+
6833
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6834
+
6835
+ </span>
6836
+
6252
6837
 
6253
6838
 
6254
6839
 
@@ -6285,7 +6870,12 @@ view.on({
6285
6870
  <td class="type">
6286
6871
 
6287
6872
 
6288
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6873
+ <span class="param-type">
6874
+
6875
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6876
+
6877
+ </span>
6878
+
6289
6879
 
6290
6880
 
6291
6881
 
@@ -6471,7 +7061,12 @@ view.on({
6471
7061
  <td class="type">
6472
7062
 
6473
7063
 
6474
- <span class="param-type">Object</span>
7064
+ <span class="param-type">
7065
+
7066
+ Object
7067
+
7068
+ </span>
7069
+
6475
7070
 
6476
7071
 
6477
7072
 
@@ -6504,7 +7099,12 @@ view.on({
6504
7099
  <td class="type">
6505
7100
 
6506
7101
 
6507
- <span class="param-type">String</span>
7102
+ <span class="param-type">
7103
+
7104
+ String
7105
+
7106
+ </span>
7107
+
6508
7108
 
6509
7109
 
6510
7110
 
@@ -6541,7 +7141,12 @@ view.on({
6541
7141
  <td class="type">
6542
7142
 
6543
7143
 
6544
- <span class="param-type">String</span>
7144
+ <span class="param-type">
7145
+
7146
+ String
7147
+
7148
+ </span>
7149
+
6545
7150
 
6546
7151
 
6547
7152
 
@@ -6578,7 +7183,12 @@ view.on({
6578
7183
  <td class="type">
6579
7184
 
6580
7185
 
6581
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7186
+ <span class="param-type">
7187
+
7188
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7189
+
7190
+ </span>
7191
+
6582
7192
 
6583
7193
 
6584
7194
 
@@ -6615,7 +7225,12 @@ view.on({
6615
7225
  <td class="type">
6616
7226
 
6617
7227
 
6618
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7228
+ <span class="param-type">
7229
+
7230
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7231
+
7232
+ </span>
7233
+
6619
7234
 
6620
7235
 
6621
7236
 
@@ -6652,7 +7267,12 @@ view.on({
6652
7267
  <td class="type">
6653
7268
 
6654
7269
 
6655
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7270
+ <span class="param-type">
7271
+
7272
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7273
+
7274
+ </span>
7275
+
6656
7276
 
6657
7277
 
6658
7278
 
@@ -6689,7 +7309,12 @@ view.on({
6689
7309
  <td class="type">
6690
7310
 
6691
7311
 
6692
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7312
+ <span class="param-type">
7313
+
7314
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7315
+
7316
+ </span>
7317
+
6693
7318
 
6694
7319
 
6695
7320
 
@@ -6726,7 +7351,12 @@ view.on({
6726
7351
  <td class="type">
6727
7352
 
6728
7353
 
6729
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7354
+ <span class="param-type">
7355
+
7356
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7357
+
7358
+ </span>
7359
+
6730
7360
 
6731
7361
 
6732
7362
 
@@ -6902,7 +7532,12 @@ view.on({
6902
7532
  <td class="type">
6903
7533
 
6904
7534
 
6905
- <span class="param-type">Object</span>
7535
+ <span class="param-type">
7536
+
7537
+ Object
7538
+
7539
+ </span>
7540
+
6906
7541
 
6907
7542
 
6908
7543
 
@@ -6935,7 +7570,12 @@ view.on({
6935
7570
  <td class="type">
6936
7571
 
6937
7572
 
6938
- <span class="param-type">String</span>
7573
+ <span class="param-type">
7574
+
7575
+ String
7576
+
7577
+ </span>
7578
+
6939
7579
 
6940
7580
 
6941
7581
 
@@ -6972,7 +7612,12 @@ view.on({
6972
7612
  <td class="type">
6973
7613
 
6974
7614
 
6975
- <span class="param-type">String</span>
7615
+ <span class="param-type">
7616
+
7617
+ String
7618
+
7619
+ </span>
7620
+
6976
7621
 
6977
7622
 
6978
7623
 
@@ -7009,7 +7654,12 @@ view.on({
7009
7654
  <td class="type">
7010
7655
 
7011
7656
 
7012
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7657
+ <span class="param-type">
7658
+
7659
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7660
+
7661
+ </span>
7662
+
7013
7663
 
7014
7664
 
7015
7665
 
@@ -7046,7 +7696,12 @@ view.on({
7046
7696
  <td class="type">
7047
7697
 
7048
7698
 
7049
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7699
+ <span class="param-type">
7700
+
7701
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7702
+
7703
+ </span>
7704
+
7050
7705
 
7051
7706
 
7052
7707
 
@@ -7083,7 +7738,12 @@ view.on({
7083
7738
  <td class="type">
7084
7739
 
7085
7740
 
7086
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7741
+ <span class="param-type">
7742
+
7743
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7744
+
7745
+ </span>
7746
+
7087
7747
 
7088
7748
 
7089
7749
 
@@ -7120,7 +7780,12 @@ view.on({
7120
7780
  <td class="type">
7121
7781
 
7122
7782
 
7123
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7783
+ <span class="param-type">
7784
+
7785
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7786
+
7787
+ </span>
7788
+
7124
7789
 
7125
7790
 
7126
7791
 
@@ -7157,7 +7822,12 @@ view.on({
7157
7822
  <td class="type">
7158
7823
 
7159
7824
 
7160
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7825
+ <span class="param-type">
7826
+
7827
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7828
+
7829
+ </span>
7830
+
7161
7831
 
7162
7832
 
7163
7833