@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="id"><code>id</code></td>
107
+ <td class="name"><code>id</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
 
@@ -127,13 +137,18 @@
127
137
 
128
138
  <tr class="deep-level-1">
129
139
 
130
- <td class="name" id="features"><code>features</code></td>
140
+ <td class="name"><code>features</code></td>
131
141
 
132
142
 
133
143
  <td class="type">
134
144
 
135
145
 
136
- <span class="param-type">Array</span>
146
+ <span class="param-type">
147
+
148
+ Array
149
+
150
+ </span>
151
+
137
152
 
138
153
 
139
154
 
@@ -155,13 +170,18 @@
155
170
 
156
171
  <tr class="deep-level-1">
157
172
 
158
- <td class="name" id="renderer"><code>renderer</code></td>
173
+ <td class="name"><code>renderer</code></td>
159
174
 
160
175
 
161
176
  <td class="type">
162
177
 
163
178
 
164
- <span class="param-type">Object</span>
179
+ <span class="param-type">
180
+
181
+ Object
182
+
183
+ </span>
184
+
165
185
 
166
186
 
167
187
 
@@ -181,13 +201,18 @@
181
201
 
182
202
  <tr class="deep-level-1">
183
203
 
184
- <td class="name" id="minScale"><code>minScale</code></td>
204
+ <td class="name"><code>minScale</code></td>
185
205
 
186
206
 
187
207
  <td class="type">
188
208
 
189
209
 
190
- <span class="param-type">Number</span>
210
+ <span class="param-type">
211
+
212
+ Number
213
+
214
+ </span>
215
+
191
216
 
192
217
 
193
218
 
@@ -209,13 +234,18 @@
209
234
 
210
235
  <tr class="deep-level-1">
211
236
 
212
- <td class="name" id="maxScale"><code>maxScale</code></td>
237
+ <td class="name"><code>maxScale</code></td>
213
238
 
214
239
 
215
240
  <td class="type">
216
241
 
217
242
 
218
- <span class="param-type">Number</span>
243
+ <span class="param-type">
244
+
245
+ Number
246
+
247
+ </span>
248
+
219
249
 
220
250
 
221
251
 
@@ -237,13 +267,18 @@
237
267
 
238
268
  <tr class="deep-level-1">
239
269
 
240
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
270
+ <td class="name"><code>tokenKey</code></td>
241
271
 
242
272
 
243
273
  <td class="type">
244
274
 
245
275
 
246
- <span class="param-type">String</span>
276
+ <span class="param-type">
277
+
278
+ String
279
+
280
+ </span>
281
+
247
282
 
248
283
 
249
284
 
@@ -265,13 +300,18 @@
265
300
 
266
301
  <tr class="deep-level-1">
267
302
 
268
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
303
+ <td class="name"><code>tokenValue</code></td>
269
304
 
270
305
 
271
306
  <td class="type">
272
307
 
273
308
 
274
- <span class="param-type">String</span>
309
+ <span class="param-type">
310
+
311
+ String
312
+
313
+ </span>
314
+
275
315
 
276
316
 
277
317
 
@@ -293,13 +333,18 @@
293
333
 
294
334
  <tr class="deep-level-1">
295
335
 
296
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
336
+ <td class="name"><code>elevationInfo</code></td>
297
337
 
298
338
 
299
339
  <td class="type">
300
340
 
301
341
 
302
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
342
+ <span class="param-type">
343
+
344
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
345
+
346
+ </span>
347
+
303
348
 
304
349
 
305
350
 
@@ -402,7 +447,7 @@
402
447
 
403
448
 
404
449
  <ul>
405
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
450
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
406
451
  </ul>
407
452
 
408
453
 
@@ -434,11 +479,16 @@
434
479
  <tbody>
435
480
 
436
481
  <tr class="deep-level-0">
437
- <td class="name"><code><a href="FeatureLayer.html#copyright">copyright</a></code></td>
482
+ <td class="name"><code><a href="#copyright">copyright</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="FeatureLayer.html#description">description</a></code></td>
500
+ <td class="name"><code><a href="#description">description</a></code></td>
451
501
  <td class="name">
452
502
  <code>
453
503
 
454
- <span class="param-type">String</span>
504
+ <span class="param-type">
505
+
506
+ String
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="FeatureLayer.html#elevationInfo">elevationInfo</a></code></td>
518
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
464
519
  <td class="name">
465
520
  <code>
466
521
 
467
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
522
+ <span class="param-type">
523
+
524
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
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="FeatureLayer.html#extendOptions">extendOptions</a></code></td>
536
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
477
537
  <td class="name">
478
538
  <code>
479
539
 
480
- <span class="param-type">Object</span>
540
+ <span class="param-type">
541
+
542
+ Object
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="FeatureLayer.html#extendProps">extendProps</a></code></td>
554
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
490
555
  <td class="name">
491
556
  <code>
492
557
 
493
- <span class="param-type">Object</span>
558
+ <span class="param-type">
559
+
560
+ Object
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="FeatureLayer.html#extent">extent</a></code></td>
572
+ <td class="name"><code><a href="#extent">extent</a></code></td>
503
573
  <td class="name">
504
574
  <code>
505
575
 
506
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
576
+ <span class="param-type">
577
+
578
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
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="FeatureLayer.html#geometryType">geometryType</a></code></td>
590
+ <td class="name"><code><a href="#geometryType">geometryType</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="FeatureLayer.html#headers">headers</a></code></td>
608
+ <td class="name"><code><a href="#headers">headers</a></code></td>
529
609
  <td class="name">
530
610
  <code>
531
611
 
532
- <span class="param-type">String</span>
612
+ <span class="param-type">
613
+
614
+ String
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="FeatureLayer.html#httpMethod">httpMethod</a></code></td>
626
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
542
627
  <td class="name">
543
628
  <code>
544
629
 
545
- <span class="param-type">String</span>
630
+ <span class="param-type">
631
+
632
+ String
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="FeatureLayer.html#id">id</a></code></td>
644
+ <td class="name"><code><a href="#id">id</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="FeatureLayer.html#index">index</a></code></td>
662
+ <td class="name"><code><a href="#index">index</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="FeatureLayer.html#loaded">loaded</a></code></td>
680
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
581
681
  <td class="name">
582
682
  <code>
583
683
 
584
- <span class="param-type">Boolean</span>
684
+ <span class="param-type">
685
+
686
+ Boolean
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="FeatureLayer.html#loadStatus">loadStatus</a></code></td>
698
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
594
699
  <td class="name">
595
700
  <code>
596
701
 
597
- <span class="param-type">String</span>
702
+ <span class="param-type">
703
+
704
+ String
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="FeatureLayer.html#maxScale">maxScale</a></code></td>
716
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
607
717
  <td class="name">
608
718
  <code>
609
719
 
610
- <span class="param-type">Number</span>
720
+ <span class="param-type">
721
+
722
+ Number
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="FeatureLayer.html#minScale">minScale</a></code></td>
734
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
620
735
  <td class="name">
621
736
  <code>
622
737
 
623
- <span class="param-type">Number</span>
738
+ <span class="param-type">
739
+
740
+ Number
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="FeatureLayer.html#opacity">opacity</a></code></td>
752
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
633
753
  <td class="name">
634
754
  <code>
635
755
 
636
- <span class="param-type">Number</span>
756
+ <span class="param-type">
757
+
758
+ Number
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="FeatureLayer.html#renderer">renderer</a></code></td>
770
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
646
771
  <td class="name">
647
772
  <code>
648
773
 
649
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
774
+ <span class="param-type">
775
+
776
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
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="FeatureLayer.html#spatialReference">spatialReference</a></code></td>
788
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
659
789
  <td class="name">
660
790
  <code>
661
791
 
662
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
792
+ <span class="param-type">
793
+
794
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
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="FeatureLayer.html#title">title</a></code></td>
806
+ <td class="name"><code><a href="#title">title</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="FeatureLayer.html#tokenKey">tokenKey</a></code></td>
824
+ <td class="name"><code><a href="#tokenKey">tokenKey</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="FeatureLayer.html#tokenValue">tokenValue</a></code></td>
842
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
698
843
  <td class="name">
699
844
  <code>
700
845
 
701
- <span class="param-type">String</span>
846
+ <span class="param-type">
847
+
848
+ String
849
+
850
+ </span>
851
+
702
852
 
703
853
 
704
854
  </code>
@@ -707,11 +857,16 @@
707
857
  </tr>
708
858
 
709
859
  <tr class="deep-level-0">
710
- <td class="name"><code><a href="FeatureLayer.html#type">type</a></code></td>
860
+ <td class="name"><code><a href="#type">type</a></code></td>
711
861
  <td class="name">
712
862
  <code>
713
863
 
714
- <span class="param-type">String</span>
864
+ <span class="param-type">
865
+
866
+ String
867
+
868
+ </span>
869
+
715
870
 
716
871
 
717
872
  </code>
@@ -720,11 +875,16 @@
720
875
  </tr>
721
876
 
722
877
  <tr class="deep-level-0">
723
- <td class="name"><code><a href="FeatureLayer.html#visible">visible</a></code></td>
878
+ <td class="name"><code><a href="#visible">visible</a></code></td>
724
879
  <td class="name">
725
880
  <code>
726
881
 
727
- <span class="param-type">Number</span>
882
+ <span class="param-type">
883
+
884
+ Number
885
+
886
+ </span>
887
+
728
888
 
729
889
 
730
890
  </code>
@@ -743,7 +903,12 @@
743
903
  <span class="method-parameter is-pulled-right">
744
904
  <label>类型:</label>
745
905
 
746
- <span class="param-type">String</span>
906
+ <span class="param-type">
907
+
908
+ String
909
+
910
+ </span>
911
+
747
912
 
748
913
 
749
914
  </span>
@@ -781,7 +946,7 @@
781
946
 
782
947
  <dt class="inherited-from">Inherited From:</dt>
783
948
  <dd class="inherited-from"><ul class="dummy"><li>
784
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
949
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
785
950
  </li></ul></dd>
786
951
 
787
952
 
@@ -822,7 +987,12 @@
822
987
  <span class="method-parameter is-pulled-right">
823
988
  <label>类型:</label>
824
989
 
825
- <span class="param-type">String</span>
990
+ <span class="param-type">
991
+
992
+ String
993
+
994
+ </span>
995
+
826
996
 
827
997
 
828
998
  </span>
@@ -860,7 +1030,7 @@
860
1030
 
861
1031
  <dt class="inherited-from">Inherited From:</dt>
862
1032
  <dd class="inherited-from"><ul class="dummy"><li>
863
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1033
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
864
1034
  </li></ul></dd>
865
1035
 
866
1036
 
@@ -901,7 +1071,12 @@
901
1071
  <span class="method-parameter is-pulled-right">
902
1072
  <label>类型:</label>
903
1073
 
904
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1074
+ <span class="param-type">
1075
+
1076
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1077
+
1078
+ </span>
1079
+
905
1080
 
906
1081
 
907
1082
  </span>
@@ -971,7 +1146,12 @@
971
1146
  <span class="method-parameter is-pulled-right">
972
1147
  <label>类型:</label>
973
1148
 
974
- <span class="param-type">Object</span>
1149
+ <span class="param-type">
1150
+
1151
+ Object
1152
+
1153
+ </span>
1154
+
975
1155
 
976
1156
 
977
1157
  </span>
@@ -1005,7 +1185,7 @@
1005
1185
 
1006
1186
  <dt class="inherited-from">Inherited From:</dt>
1007
1187
  <dd class="inherited-from"><ul class="dummy"><li>
1008
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1188
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1009
1189
  </li></ul></dd>
1010
1190
 
1011
1191
 
@@ -1046,7 +1226,12 @@
1046
1226
  <span class="method-parameter is-pulled-right">
1047
1227
  <label>类型:</label>
1048
1228
 
1049
- <span class="param-type">Object</span>
1229
+ <span class="param-type">
1230
+
1231
+ Object
1232
+
1233
+ </span>
1234
+
1050
1235
 
1051
1236
 
1052
1237
  </span>
@@ -1080,7 +1265,7 @@
1080
1265
 
1081
1266
  <dt class="inherited-from">Inherited From:</dt>
1082
1267
  <dd class="inherited-from"><ul class="dummy"><li>
1083
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1268
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1084
1269
  </li></ul></dd>
1085
1270
 
1086
1271
 
@@ -1121,7 +1306,12 @@
1121
1306
  <span class="method-parameter is-pulled-right">
1122
1307
  <label>类型:</label>
1123
1308
 
1124
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1309
+ <span class="param-type">
1310
+
1311
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1312
+
1313
+ </span>
1314
+
1125
1315
 
1126
1316
 
1127
1317
  </span>
@@ -1159,7 +1349,7 @@
1159
1349
 
1160
1350
  <dt class="inherited-from">Inherited From:</dt>
1161
1351
  <dd class="inherited-from"><ul class="dummy"><li>
1162
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1352
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1163
1353
  </li></ul></dd>
1164
1354
 
1165
1355
 
@@ -1200,7 +1390,12 @@
1200
1390
  <span class="method-parameter is-pulled-right">
1201
1391
  <label>类型:</label>
1202
1392
 
1203
- <span class="param-type">String</span>
1393
+ <span class="param-type">
1394
+
1395
+ String
1396
+
1397
+ </span>
1398
+
1204
1399
 
1205
1400
 
1206
1401
  </span>
@@ -1270,7 +1465,12 @@
1270
1465
  <span class="method-parameter is-pulled-right">
1271
1466
  <label>类型:</label>
1272
1467
 
1273
- <span class="param-type">String</span>
1468
+ <span class="param-type">
1469
+
1470
+ String
1471
+
1472
+ </span>
1473
+
1274
1474
 
1275
1475
 
1276
1476
  </span>
@@ -1304,7 +1504,7 @@
1304
1504
 
1305
1505
  <dt class="inherited-from">Inherited From:</dt>
1306
1506
  <dd class="inherited-from"><ul class="dummy"><li>
1307
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1507
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1308
1508
  </li></ul></dd>
1309
1509
 
1310
1510
 
@@ -1345,7 +1545,12 @@
1345
1545
  <span class="method-parameter is-pulled-right">
1346
1546
  <label>类型:</label>
1347
1547
 
1348
- <span class="param-type">String</span>
1548
+ <span class="param-type">
1549
+
1550
+ String
1551
+
1552
+ </span>
1553
+
1349
1554
 
1350
1555
 
1351
1556
  </span>
@@ -1379,7 +1584,7 @@
1379
1584
 
1380
1585
  <dt class="inherited-from">Inherited From:</dt>
1381
1586
  <dd class="inherited-from"><ul class="dummy"><li>
1382
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1587
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1383
1588
  </li></ul></dd>
1384
1589
 
1385
1590
 
@@ -1420,7 +1625,12 @@
1420
1625
  <span class="method-parameter is-pulled-right">
1421
1626
  <label>类型:</label>
1422
1627
 
1423
- <span class="param-type">String</span>
1628
+ <span class="param-type">
1629
+
1630
+ String
1631
+
1632
+ </span>
1633
+
1424
1634
 
1425
1635
 
1426
1636
  </span>
@@ -1458,7 +1668,7 @@
1458
1668
 
1459
1669
  <dt class="inherited-from">Inherited From:</dt>
1460
1670
  <dd class="inherited-from"><ul class="dummy"><li>
1461
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1671
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1462
1672
  </li></ul></dd>
1463
1673
 
1464
1674
 
@@ -1499,7 +1709,12 @@
1499
1709
  <span class="method-parameter is-pulled-right">
1500
1710
  <label>类型:</label>
1501
1711
 
1502
- <span class="param-type">Number</span>
1712
+ <span class="param-type">
1713
+
1714
+ Number
1715
+
1716
+ </span>
1717
+
1503
1718
 
1504
1719
 
1505
1720
  </span>
@@ -1533,7 +1748,7 @@
1533
1748
 
1534
1749
  <dt class="inherited-from">Inherited From:</dt>
1535
1750
  <dd class="inherited-from"><ul class="dummy"><li>
1536
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1751
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1537
1752
  </li></ul></dd>
1538
1753
 
1539
1754
 
@@ -1574,7 +1789,12 @@
1574
1789
  <span class="method-parameter is-pulled-right">
1575
1790
  <label>类型:</label>
1576
1791
 
1577
- <span class="param-type">Boolean</span>
1792
+ <span class="param-type">
1793
+
1794
+ Boolean
1795
+
1796
+ </span>
1797
+
1578
1798
 
1579
1799
 
1580
1800
  </span>
@@ -1612,7 +1832,7 @@
1612
1832
 
1613
1833
  <dt class="inherited-from">Inherited From:</dt>
1614
1834
  <dd class="inherited-from"><ul class="dummy"><li>
1615
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1835
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1616
1836
  </li></ul></dd>
1617
1837
 
1618
1838
 
@@ -1658,7 +1878,12 @@
1658
1878
  <span class="method-parameter is-pulled-right">
1659
1879
  <label>类型:</label>
1660
1880
 
1661
- <span class="param-type">String</span>
1881
+ <span class="param-type">
1882
+
1883
+ String
1884
+
1885
+ </span>
1886
+
1662
1887
 
1663
1888
 
1664
1889
  </span>
@@ -1696,7 +1921,7 @@
1696
1921
 
1697
1922
  <dt class="inherited-from">Inherited From:</dt>
1698
1923
  <dd class="inherited-from"><ul class="dummy"><li>
1699
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1924
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1700
1925
  </li></ul></dd>
1701
1926
 
1702
1927
 
@@ -1742,7 +1967,12 @@
1742
1967
  <span class="method-parameter is-pulled-right">
1743
1968
  <label>类型:</label>
1744
1969
 
1745
- <span class="param-type">Number</span>
1970
+ <span class="param-type">
1971
+
1972
+ Number
1973
+
1974
+ </span>
1975
+
1746
1976
 
1747
1977
 
1748
1978
  </span>
@@ -1776,7 +2006,7 @@
1776
2006
 
1777
2007
  <dt class="inherited-from">Inherited From:</dt>
1778
2008
  <dd class="inherited-from"><ul class="dummy"><li>
1779
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2009
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1780
2010
  </li></ul></dd>
1781
2011
 
1782
2012
 
@@ -1822,7 +2052,12 @@
1822
2052
  <span class="method-parameter is-pulled-right">
1823
2053
  <label>类型:</label>
1824
2054
 
1825
- <span class="param-type">Number</span>
2055
+ <span class="param-type">
2056
+
2057
+ Number
2058
+
2059
+ </span>
2060
+
1826
2061
 
1827
2062
 
1828
2063
  </span>
@@ -1856,7 +2091,7 @@
1856
2091
 
1857
2092
  <dt class="inherited-from">Inherited From:</dt>
1858
2093
  <dd class="inherited-from"><ul class="dummy"><li>
1859
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2094
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1860
2095
  </li></ul></dd>
1861
2096
 
1862
2097
 
@@ -1902,7 +2137,12 @@
1902
2137
  <span class="method-parameter is-pulled-right">
1903
2138
  <label>类型:</label>
1904
2139
 
1905
- <span class="param-type">Number</span>
2140
+ <span class="param-type">
2141
+
2142
+ Number
2143
+
2144
+ </span>
2145
+
1906
2146
 
1907
2147
 
1908
2148
  </span>
@@ -1936,7 +2176,7 @@
1936
2176
 
1937
2177
  <dt class="inherited-from">Inherited From:</dt>
1938
2178
  <dd class="inherited-from"><ul class="dummy"><li>
1939
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2179
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1940
2180
  </li></ul></dd>
1941
2181
 
1942
2182
 
@@ -1977,7 +2217,12 @@
1977
2217
  <span class="method-parameter is-pulled-right">
1978
2218
  <label>类型:</label>
1979
2219
 
1980
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
2220
+ <span class="param-type">
2221
+
2222
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
2223
+
2224
+ </span>
2225
+
1981
2226
 
1982
2227
 
1983
2228
  </span>
@@ -2047,7 +2292,12 @@
2047
2292
  <span class="method-parameter is-pulled-right">
2048
2293
  <label>类型:</label>
2049
2294
 
2050
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2295
+ <span class="param-type">
2296
+
2297
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2298
+
2299
+ </span>
2300
+
2051
2301
 
2052
2302
 
2053
2303
  </span>
@@ -2122,7 +2372,12 @@
2122
2372
  <span class="method-parameter is-pulled-right">
2123
2373
  <label>类型:</label>
2124
2374
 
2125
- <span class="param-type">String</span>
2375
+ <span class="param-type">
2376
+
2377
+ String
2378
+
2379
+ </span>
2380
+
2126
2381
 
2127
2382
 
2128
2383
  </span>
@@ -2156,7 +2411,7 @@
2156
2411
 
2157
2412
  <dt class="inherited-from">Inherited From:</dt>
2158
2413
  <dd class="inherited-from"><ul class="dummy"><li>
2159
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2414
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2160
2415
  </li></ul></dd>
2161
2416
 
2162
2417
 
@@ -2197,7 +2452,12 @@
2197
2452
  <span class="method-parameter is-pulled-right">
2198
2453
  <label>类型:</label>
2199
2454
 
2200
- <span class="param-type">String</span>
2455
+ <span class="param-type">
2456
+
2457
+ String
2458
+
2459
+ </span>
2460
+
2201
2461
 
2202
2462
 
2203
2463
  </span>
@@ -2231,7 +2491,7 @@
2231
2491
 
2232
2492
  <dt class="inherited-from">Inherited From:</dt>
2233
2493
  <dd class="inherited-from"><ul class="dummy"><li>
2234
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2494
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2235
2495
  </li></ul></dd>
2236
2496
 
2237
2497
 
@@ -2277,7 +2537,12 @@
2277
2537
  <span class="method-parameter is-pulled-right">
2278
2538
  <label>类型:</label>
2279
2539
 
2280
- <span class="param-type">String</span>
2540
+ <span class="param-type">
2541
+
2542
+ String
2543
+
2544
+ </span>
2545
+
2281
2546
 
2282
2547
 
2283
2548
  </span>
@@ -2311,7 +2576,7 @@
2311
2576
 
2312
2577
  <dt class="inherited-from">Inherited From:</dt>
2313
2578
  <dd class="inherited-from"><ul class="dummy"><li>
2314
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2579
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2315
2580
  </li></ul></dd>
2316
2581
 
2317
2582
 
@@ -2352,7 +2617,12 @@
2352
2617
  <span class="method-parameter is-pulled-right">
2353
2618
  <label>类型:</label>
2354
2619
 
2355
- <span class="param-type">String</span>
2620
+ <span class="param-type">
2621
+
2622
+ String
2623
+
2624
+ </span>
2625
+
2356
2626
 
2357
2627
 
2358
2628
  </span>
@@ -2431,7 +2701,12 @@
2431
2701
  <span class="method-parameter is-pulled-right">
2432
2702
  <label>类型:</label>
2433
2703
 
2434
- <span class="param-type">Number</span>
2704
+ <span class="param-type">
2705
+
2706
+ Number
2707
+
2708
+ </span>
2709
+
2435
2710
 
2436
2711
 
2437
2712
  </span>
@@ -2465,7 +2740,7 @@
2465
2740
 
2466
2741
  <dt class="inherited-from">Inherited From:</dt>
2467
2742
  <dd class="inherited-from"><ul class="dummy"><li>
2468
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2743
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2469
2744
  </li></ul></dd>
2470
2745
 
2471
2746
 
@@ -2522,12 +2797,17 @@
2522
2797
  <tbody>
2523
2798
 
2524
2799
  <tr class="deep-level-0">
2525
- <td class="name"><code><a href="FeatureLayer.html#clone">clone</a></code></td>
2800
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2526
2801
  <td class="name">
2527
2802
  <code>
2528
2803
 
2529
2804
 
2530
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2805
+ <span class="param-type">
2806
+
2807
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2808
+
2809
+ </span>
2810
+
2531
2811
 
2532
2812
 
2533
2813
 
@@ -2537,12 +2817,17 @@
2537
2817
  </tr>
2538
2818
 
2539
2819
  <tr class="deep-level-0">
2540
- <td class="name"><code><a href="FeatureLayer.html#destroy">destroy</a></code></td>
2820
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2541
2821
  <td class="name">
2542
2822
  <code>
2543
2823
 
2544
2824
 
2545
- <span class="param-type">*</span>
2825
+ <span class="param-type">
2826
+
2827
+ *
2828
+
2829
+ </span>
2830
+
2546
2831
 
2547
2832
 
2548
2833
 
@@ -2552,12 +2837,17 @@
2552
2837
  </tr>
2553
2838
 
2554
2839
  <tr class="deep-level-0">
2555
- <td class="name"><code><a href="FeatureLayer.html#isLoaded">isLoaded</a></code></td>
2840
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2556
2841
  <td class="name">
2557
2842
  <code>
2558
2843
 
2559
2844
 
2560
- <span class="param-type">Boolean</span>
2845
+ <span class="param-type">
2846
+
2847
+ Boolean
2848
+
2849
+ </span>
2850
+
2561
2851
 
2562
2852
 
2563
2853
 
@@ -2567,12 +2857,17 @@
2567
2857
  </tr>
2568
2858
 
2569
2859
  <tr class="deep-level-0">
2570
- <td class="name"><code><a href="FeatureLayer.html#off">off</a></code></td>
2860
+ <td class="name"><code><a href="#off">off</a></code></td>
2571
2861
  <td class="name">
2572
2862
  <code>
2573
2863
 
2574
2864
 
2575
- <span class="param-type">Object</span>
2865
+ <span class="param-type">
2866
+
2867
+ Object
2868
+
2869
+ </span>
2870
+
2576
2871
 
2577
2872
 
2578
2873
 
@@ -2580,21 +2875,21 @@
2580
2875
  </td>
2581
2876
  <td class="name"><code><p>移除事件<br/>
2582
2877
  示例如下:<br/>
2583
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2584
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2585
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2586
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2587
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2588
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2878
+ </code></td>
2589
2879
  </tr>
2590
2880
 
2591
2881
  <tr class="deep-level-0">
2592
- <td class="name"><code><a href="FeatureLayer.html#on">on</a></code></td>
2882
+ <td class="name"><code><a href="#on">on</a></code></td>
2593
2883
  <td class="name">
2594
2884
  <code>
2595
2885
 
2596
2886
 
2597
- <span class="param-type">Object</span>
2887
+ <span class="param-type">
2888
+
2889
+ Object
2890
+
2891
+ </span>
2892
+
2598
2893
 
2599
2894
 
2600
2895
 
@@ -2602,15 +2897,11 @@
2602
2897
  </td>
2603
2898
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2604
2899
  示例如下:<br/>
2605
- <a href='#event1'>[1、注册一个事件]</a><br/>
2606
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2607
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2608
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2609
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2900
+ </code></td>
2610
2901
  </tr>
2611
2902
 
2612
2903
  <tr class="deep-level-0">
2613
- <td class="name"><code><a href="FeatureLayer.html#refresh">refresh</a></code></td>
2904
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2614
2905
  <td class="name">
2615
2906
  <code>
2616
2907
 
@@ -2620,12 +2911,17 @@
2620
2911
  </tr>
2621
2912
 
2622
2913
  <tr class="deep-level-0">
2623
- <td class="name"><code><a href="FeatureLayer.html#toJSON">toJSON</a></code></td>
2914
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2624
2915
  <td class="name">
2625
2916
  <code>
2626
2917
 
2627
2918
 
2628
- <span class="param-type">Object</span>
2919
+ <span class="param-type">
2920
+
2921
+ Object
2922
+
2923
+ </span>
2924
+
2629
2925
 
2630
2926
 
2631
2927
 
@@ -2742,7 +3038,12 @@
2742
3038
  <div class='column is-5 has-text-left'>
2743
3039
  <label>类型: </label>
2744
3040
 
2745
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
3041
+ <span class="param-type">
3042
+
3043
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
3044
+
3045
+ </span>
3046
+
2746
3047
 
2747
3048
 
2748
3049
  </div>
@@ -2798,7 +3099,7 @@
2798
3099
 
2799
3100
  <dt class="inherited-from">Inherited From:</dt>
2800
3101
  <dd class="inherited-from"><ul class="dummy"><li>
2801
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3102
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2802
3103
  </li></ul></dd>
2803
3104
 
2804
3105
 
@@ -2857,7 +3158,12 @@
2857
3158
  <div class='column is-5 has-text-left'>
2858
3159
  <label>类型: </label>
2859
3160
 
2860
- <span class="param-type">*</span>
3161
+ <span class="param-type">
3162
+
3163
+ *
3164
+
3165
+ </span>
3166
+
2861
3167
 
2862
3168
 
2863
3169
  </div>
@@ -2917,7 +3223,7 @@
2917
3223
 
2918
3224
  <dt class="inherited-from">Inherited From:</dt>
2919
3225
  <dd class="inherited-from"><ul class="dummy"><li>
2920
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3226
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2921
3227
  </li></ul></dd>
2922
3228
 
2923
3229
 
@@ -2978,7 +3284,12 @@
2978
3284
  <div class='column is-5 has-text-left'>
2979
3285
  <label>类型: </label>
2980
3286
 
2981
- <span class="param-type">Boolean</span>
3287
+ <span class="param-type">
3288
+
3289
+ Boolean
3290
+
3291
+ </span>
3292
+
2982
3293
 
2983
3294
 
2984
3295
  </div>
@@ -3056,13 +3367,18 @@
3056
3367
 
3057
3368
  <tr class="deep-level-0">
3058
3369
 
3059
- <td class="name" id="types"><code>types</code></td>
3370
+ <td class="name"><code>types</code></td>
3060
3371
 
3061
3372
 
3062
3373
  <td class="type">
3063
3374
 
3064
3375
 
3065
- <span class="param-type">string</span>
3376
+ <span class="param-type">
3377
+
3378
+ string
3379
+
3380
+ </span>
3381
+
3066
3382
 
3067
3383
 
3068
3384
 
@@ -3082,13 +3398,18 @@
3082
3398
 
3083
3399
  <tr class="deep-level-0">
3084
3400
 
3085
- <td class="name" id="fn"><code>fn</code></td>
3401
+ <td class="name"><code>fn</code></td>
3086
3402
 
3087
3403
 
3088
3404
  <td class="type">
3089
3405
 
3090
3406
 
3091
- <span class="param-type">function</span>
3407
+ <span class="param-type">
3408
+
3409
+ function
3410
+
3411
+ </span>
3412
+
3092
3413
 
3093
3414
 
3094
3415
 
@@ -3106,13 +3427,18 @@
3106
3427
 
3107
3428
  <tr class="deep-level-0">
3108
3429
 
3109
- <td class="name" id="context"><code>context</code></td>
3430
+ <td class="name"><code>context</code></td>
3110
3431
 
3111
3432
 
3112
3433
  <td class="type">
3113
3434
 
3114
3435
 
3115
- <span class="param-type">Object</span>
3436
+ <span class="param-type">
3437
+
3438
+ Object
3439
+
3440
+ </span>
3441
+
3116
3442
 
3117
3443
 
3118
3444
 
@@ -3144,7 +3470,7 @@
3144
3470
 
3145
3471
  <dt class="inherited-from">Inherited From:</dt>
3146
3472
  <dd class="inherited-from"><ul class="dummy"><li>
3147
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3473
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3148
3474
  </li></ul></dd>
3149
3475
 
3150
3476
 
@@ -3205,7 +3531,12 @@
3205
3531
  <div class='column is-5 has-text-left'>
3206
3532
  <label>类型: </label>
3207
3533
 
3208
- <span class="param-type">Object</span>
3534
+ <span class="param-type">
3535
+
3536
+ Object
3537
+
3538
+ </span>
3539
+
3209
3540
 
3210
3541
 
3211
3542
  </div>
@@ -3372,16 +3703,25 @@ view.off({
3372
3703
 
3373
3704
  <tr class="deep-level-0">
3374
3705
 
3375
- <td class="name" id="types"><code>types</code></td>
3706
+ <td class="name"><code>types</code></td>
3376
3707
 
3377
3708
 
3378
3709
  <td class="type">
3379
3710
 
3380
3711
 
3381
- <span class="param-type">String</span>
3712
+ <span class="param-type">
3713
+
3714
+ String
3715
+
3716
+ </span>
3382
3717
  |
3383
3718
 
3384
- <span class="param-type">Object</span>
3719
+ <span class="param-type">
3720
+
3721
+ Object
3722
+
3723
+ </span>
3724
+
3385
3725
 
3386
3726
 
3387
3727
 
@@ -3407,13 +3747,18 @@ view.off({
3407
3747
 
3408
3748
  <tr class="deep-level-0">
3409
3749
 
3410
- <td class="name" id="fn"><code>fn</code></td>
3750
+ <td class="name"><code>fn</code></td>
3411
3751
 
3412
3752
 
3413
3753
  <td class="type">
3414
3754
 
3415
3755
 
3416
- <span class="param-type">function</span>
3756
+ <span class="param-type">
3757
+
3758
+ function
3759
+
3760
+ </span>
3761
+
3417
3762
 
3418
3763
 
3419
3764
 
@@ -3437,13 +3782,18 @@ view.off({
3437
3782
 
3438
3783
  <tr class="deep-level-0">
3439
3784
 
3440
- <td class="name" id="context"><code>context</code></td>
3785
+ <td class="name"><code>context</code></td>
3441
3786
 
3442
3787
 
3443
3788
  <td class="type">
3444
3789
 
3445
3790
 
3446
- <span class="param-type">Object</span>
3791
+ <span class="param-type">
3792
+
3793
+ Object
3794
+
3795
+ </span>
3796
+
3447
3797
 
3448
3798
 
3449
3799
 
@@ -3481,7 +3831,7 @@ view.off({
3481
3831
 
3482
3832
  <dt class="inherited-from">Inherited From:</dt>
3483
3833
  <dd class="inherited-from"><ul class="dummy"><li>
3484
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3834
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3485
3835
  </li></ul></dd>
3486
3836
 
3487
3837
 
@@ -3542,7 +3892,12 @@ view.off({
3542
3892
  <div class='column is-5 has-text-left'>
3543
3893
  <label>类型: </label>
3544
3894
 
3545
- <span class="param-type">Object</span>
3895
+ <span class="param-type">
3896
+
3897
+ Object
3898
+
3899
+ </span>
3900
+
3546
3901
 
3547
3902
 
3548
3903
  </div>
@@ -3680,7 +4035,7 @@ view.on({
3680
4035
 
3681
4036
  <dt class="inherited-from">Inherited From:</dt>
3682
4037
  <dd class="inherited-from"><ul class="dummy"><li>
3683
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4038
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3684
4039
  </li></ul></dd>
3685
4040
 
3686
4041
 
@@ -3837,7 +4192,12 @@ view.on({
3837
4192
  <div class='column is-5 has-text-left'>
3838
4193
  <label>类型: </label>
3839
4194
 
3840
- <span class="param-type">Object</span>
4195
+ <span class="param-type">
4196
+
4197
+ Object
4198
+
4199
+ </span>
4200
+
3841
4201
 
3842
4202
 
3843
4203
  </div>
@@ -3876,37 +4236,37 @@ view.on({
3876
4236
  <tbody>
3877
4237
 
3878
4238
  <tr class="deep-level-0">
3879
- <td class="name"><code><a href="FeatureLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4239
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3880
4240
  <td class="name"><code>图层刷新完毕事件</code></td>
3881
4241
  </tr>
3882
4242
 
3883
4243
  <tr class="deep-level-0">
3884
- <td class="name"><code><a href="FeatureLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4244
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3885
4245
  <td class="name"><code>图层加载完毕事件</code></td>
3886
4246
  </tr>
3887
4247
 
3888
4248
  <tr class="deep-level-0">
3889
- <td class="name"><code><a href="FeatureLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4249
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3890
4250
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3891
4251
  </tr>
3892
4252
 
3893
4253
  <tr class="deep-level-0">
3894
- <td class="name"><code><a href="FeatureLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4254
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3895
4255
  <td class="name"><code>图层更新完毕事件</code></td>
3896
4256
  </tr>
3897
4257
 
3898
4258
  <tr class="deep-level-0">
3899
- <td class="name"><code><a href="FeatureLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4259
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3900
4260
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3901
4261
  </tr>
3902
4262
 
3903
4263
  <tr class="deep-level-0">
3904
- <td class="name"><code><a href="FeatureLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4264
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3905
4265
  <td class="name"><code>图层销毁完毕事件</code></td>
3906
4266
  </tr>
3907
4267
 
3908
4268
  <tr class="deep-level-0">
3909
- <td class="name"><code><a href="FeatureLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4269
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3910
4270
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3911
4271
  </tr>
3912
4272
 
@@ -3986,7 +4346,12 @@ view.on({
3986
4346
  <td class="type">
3987
4347
 
3988
4348
 
3989
- <span class="param-type">Object</span>
4349
+ <span class="param-type">
4350
+
4351
+ Object
4352
+
4353
+ </span>
4354
+
3990
4355
 
3991
4356
 
3992
4357
 
@@ -4019,7 +4384,12 @@ view.on({
4019
4384
  <td class="type">
4020
4385
 
4021
4386
 
4022
- <span class="param-type">String</span>
4387
+ <span class="param-type">
4388
+
4389
+ String
4390
+
4391
+ </span>
4392
+
4023
4393
 
4024
4394
 
4025
4395
 
@@ -4056,7 +4426,12 @@ view.on({
4056
4426
  <td class="type">
4057
4427
 
4058
4428
 
4059
- <span class="param-type">String</span>
4429
+ <span class="param-type">
4430
+
4431
+ String
4432
+
4433
+ </span>
4434
+
4060
4435
 
4061
4436
 
4062
4437
 
@@ -4093,7 +4468,12 @@ view.on({
4093
4468
  <td class="type">
4094
4469
 
4095
4470
 
4096
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4471
+ <span class="param-type">
4472
+
4473
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4474
+
4475
+ </span>
4476
+
4097
4477
 
4098
4478
 
4099
4479
 
@@ -4130,7 +4510,12 @@ view.on({
4130
4510
  <td class="type">
4131
4511
 
4132
4512
 
4133
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4513
+ <span class="param-type">
4514
+
4515
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4516
+
4517
+ </span>
4518
+
4134
4519
 
4135
4520
 
4136
4521
 
@@ -4167,7 +4552,12 @@ view.on({
4167
4552
  <td class="type">
4168
4553
 
4169
4554
 
4170
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4555
+ <span class="param-type">
4556
+
4557
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4558
+
4559
+ </span>
4560
+
4171
4561
 
4172
4562
 
4173
4563
 
@@ -4204,7 +4594,12 @@ view.on({
4204
4594
  <td class="type">
4205
4595
 
4206
4596
 
4207
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4597
+ <span class="param-type">
4598
+
4599
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4600
+
4601
+ </span>
4602
+
4208
4603
 
4209
4604
 
4210
4605
 
@@ -4241,7 +4636,12 @@ view.on({
4241
4636
  <td class="type">
4242
4637
 
4243
4638
 
4244
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4639
+ <span class="param-type">
4640
+
4641
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4642
+
4643
+ </span>
4644
+
4245
4645
 
4246
4646
 
4247
4647
 
@@ -4286,7 +4686,7 @@ view.on({
4286
4686
 
4287
4687
  <dt class="inherited-from">Inherited From:</dt>
4288
4688
  <dd class="inherited-from"><ul class="dummy"><li>
4289
- <a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
4689
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
4290
4690
  </li></ul></dd>
4291
4691
 
4292
4692
 
@@ -4432,7 +4832,12 @@ view.on({
4432
4832
  <td class="type">
4433
4833
 
4434
4834
 
4435
- <span class="param-type">Object</span>
4835
+ <span class="param-type">
4836
+
4837
+ Object
4838
+
4839
+ </span>
4840
+
4436
4841
 
4437
4842
 
4438
4843
 
@@ -4465,7 +4870,12 @@ view.on({
4465
4870
  <td class="type">
4466
4871
 
4467
4872
 
4468
- <span class="param-type">String</span>
4873
+ <span class="param-type">
4874
+
4875
+ String
4876
+
4877
+ </span>
4878
+
4469
4879
 
4470
4880
 
4471
4881
 
@@ -4502,7 +4912,12 @@ view.on({
4502
4912
  <td class="type">
4503
4913
 
4504
4914
 
4505
- <span class="param-type">String</span>
4915
+ <span class="param-type">
4916
+
4917
+ String
4918
+
4919
+ </span>
4920
+
4506
4921
 
4507
4922
 
4508
4923
 
@@ -4539,7 +4954,12 @@ view.on({
4539
4954
  <td class="type">
4540
4955
 
4541
4956
 
4542
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4957
+ <span class="param-type">
4958
+
4959
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4960
+
4961
+ </span>
4962
+
4543
4963
 
4544
4964
 
4545
4965
 
@@ -4576,7 +4996,12 @@ view.on({
4576
4996
  <td class="type">
4577
4997
 
4578
4998
 
4579
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4999
+ <span class="param-type">
5000
+
5001
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5002
+
5003
+ </span>
5004
+
4580
5005
 
4581
5006
 
4582
5007
 
@@ -4613,7 +5038,12 @@ view.on({
4613
5038
  <td class="type">
4614
5039
 
4615
5040
 
4616
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5041
+ <span class="param-type">
5042
+
5043
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5044
+
5045
+ </span>
5046
+
4617
5047
 
4618
5048
 
4619
5049
 
@@ -4650,7 +5080,12 @@ view.on({
4650
5080
  <td class="type">
4651
5081
 
4652
5082
 
4653
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5083
+ <span class="param-type">
5084
+
5085
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5086
+
5087
+ </span>
5088
+
4654
5089
 
4655
5090
 
4656
5091
 
@@ -4687,7 +5122,12 @@ view.on({
4687
5122
  <td class="type">
4688
5123
 
4689
5124
 
4690
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5125
+ <span class="param-type">
5126
+
5127
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5128
+
5129
+ </span>
5130
+
4691
5131
 
4692
5132
 
4693
5133
 
@@ -4732,7 +5172,7 @@ view.on({
4732
5172
 
4733
5173
  <dt class="inherited-from">Inherited From:</dt>
4734
5174
  <dd class="inherited-from"><ul class="dummy"><li>
4735
- <a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
5175
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
4736
5176
  </li></ul></dd>
4737
5177
 
4738
5178
 
@@ -4868,7 +5308,12 @@ view.on({
4868
5308
  <td class="type">
4869
5309
 
4870
5310
 
4871
- <span class="param-type">Object</span>
5311
+ <span class="param-type">
5312
+
5313
+ Object
5314
+
5315
+ </span>
5316
+
4872
5317
 
4873
5318
 
4874
5319
 
@@ -4901,7 +5346,12 @@ view.on({
4901
5346
  <td class="type">
4902
5347
 
4903
5348
 
4904
- <span class="param-type">String</span>
5349
+ <span class="param-type">
5350
+
5351
+ String
5352
+
5353
+ </span>
5354
+
4905
5355
 
4906
5356
 
4907
5357
 
@@ -4938,7 +5388,12 @@ view.on({
4938
5388
  <td class="type">
4939
5389
 
4940
5390
 
4941
- <span class="param-type">String</span>
5391
+ <span class="param-type">
5392
+
5393
+ String
5394
+
5395
+ </span>
5396
+
4942
5397
 
4943
5398
 
4944
5399
 
@@ -4975,7 +5430,12 @@ view.on({
4975
5430
  <td class="type">
4976
5431
 
4977
5432
 
4978
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5433
+ <span class="param-type">
5434
+
5435
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5436
+
5437
+ </span>
5438
+
4979
5439
 
4980
5440
 
4981
5441
 
@@ -5012,7 +5472,12 @@ view.on({
5012
5472
  <td class="type">
5013
5473
 
5014
5474
 
5015
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5475
+ <span class="param-type">
5476
+
5477
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5478
+
5479
+ </span>
5480
+
5016
5481
 
5017
5482
 
5018
5483
 
@@ -5049,7 +5514,12 @@ view.on({
5049
5514
  <td class="type">
5050
5515
 
5051
5516
 
5052
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5517
+ <span class="param-type">
5518
+
5519
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5520
+
5521
+ </span>
5522
+
5053
5523
 
5054
5524
 
5055
5525
 
@@ -5086,7 +5556,12 @@ view.on({
5086
5556
  <td class="type">
5087
5557
 
5088
5558
 
5089
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5559
+ <span class="param-type">
5560
+
5561
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5562
+
5563
+ </span>
5564
+
5090
5565
 
5091
5566
 
5092
5567
 
@@ -5123,7 +5598,12 @@ view.on({
5123
5598
  <td class="type">
5124
5599
 
5125
5600
 
5126
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5601
+ <span class="param-type">
5602
+
5603
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5604
+
5605
+ </span>
5606
+
5127
5607
 
5128
5608
 
5129
5609
 
@@ -5168,7 +5648,7 @@ view.on({
5168
5648
 
5169
5649
  <dt class="inherited-from">Inherited From:</dt>
5170
5650
  <dd class="inherited-from"><ul class="dummy"><li>
5171
- <a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
5651
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
5172
5652
  </li></ul></dd>
5173
5653
 
5174
5654
 
@@ -5314,7 +5794,12 @@ view.on({
5314
5794
  <td class="type">
5315
5795
 
5316
5796
 
5317
- <span class="param-type">Object</span>
5797
+ <span class="param-type">
5798
+
5799
+ Object
5800
+
5801
+ </span>
5802
+
5318
5803
 
5319
5804
 
5320
5805
 
@@ -5347,7 +5832,12 @@ view.on({
5347
5832
  <td class="type">
5348
5833
 
5349
5834
 
5350
- <span class="param-type">String</span>
5835
+ <span class="param-type">
5836
+
5837
+ String
5838
+
5839
+ </span>
5840
+
5351
5841
 
5352
5842
 
5353
5843
 
@@ -5384,7 +5874,12 @@ view.on({
5384
5874
  <td class="type">
5385
5875
 
5386
5876
 
5387
- <span class="param-type">String</span>
5877
+ <span class="param-type">
5878
+
5879
+ String
5880
+
5881
+ </span>
5882
+
5388
5883
 
5389
5884
 
5390
5885
 
@@ -5421,7 +5916,12 @@ view.on({
5421
5916
  <td class="type">
5422
5917
 
5423
5918
 
5424
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5919
+ <span class="param-type">
5920
+
5921
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5922
+
5923
+ </span>
5924
+
5425
5925
 
5426
5926
 
5427
5927
 
@@ -5458,7 +5958,12 @@ view.on({
5458
5958
  <td class="type">
5459
5959
 
5460
5960
 
5461
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5961
+ <span class="param-type">
5962
+
5963
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5964
+
5965
+ </span>
5966
+
5462
5967
 
5463
5968
 
5464
5969
 
@@ -5495,7 +6000,12 @@ view.on({
5495
6000
  <td class="type">
5496
6001
 
5497
6002
 
5498
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6003
+ <span class="param-type">
6004
+
6005
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6006
+
6007
+ </span>
6008
+
5499
6009
 
5500
6010
 
5501
6011
 
@@ -5532,7 +6042,12 @@ view.on({
5532
6042
  <td class="type">
5533
6043
 
5534
6044
 
5535
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6045
+ <span class="param-type">
6046
+
6047
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6048
+
6049
+ </span>
6050
+
5536
6051
 
5537
6052
 
5538
6053
 
@@ -5569,7 +6084,12 @@ view.on({
5569
6084
  <td class="type">
5570
6085
 
5571
6086
 
5572
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6087
+ <span class="param-type">
6088
+
6089
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6090
+
6091
+ </span>
6092
+
5573
6093
 
5574
6094
 
5575
6095
 
@@ -5614,7 +6134,7 @@ view.on({
5614
6134
 
5615
6135
  <dt class="inherited-from">Inherited From:</dt>
5616
6136
  <dd class="inherited-from"><ul class="dummy"><li>
5617
- <a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
6137
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
5618
6138
  </li></ul></dd>
5619
6139
 
5620
6140
 
@@ -5750,7 +6270,12 @@ view.on({
5750
6270
  <td class="type">
5751
6271
 
5752
6272
 
5753
- <span class="param-type">Object</span>
6273
+ <span class="param-type">
6274
+
6275
+ Object
6276
+
6277
+ </span>
6278
+
5754
6279
 
5755
6280
 
5756
6281
 
@@ -5783,7 +6308,12 @@ view.on({
5783
6308
  <td class="type">
5784
6309
 
5785
6310
 
5786
- <span class="param-type">String</span>
6311
+ <span class="param-type">
6312
+
6313
+ String
6314
+
6315
+ </span>
6316
+
5787
6317
 
5788
6318
 
5789
6319
 
@@ -5820,7 +6350,12 @@ view.on({
5820
6350
  <td class="type">
5821
6351
 
5822
6352
 
5823
- <span class="param-type">String</span>
6353
+ <span class="param-type">
6354
+
6355
+ String
6356
+
6357
+ </span>
6358
+
5824
6359
 
5825
6360
 
5826
6361
 
@@ -5857,7 +6392,12 @@ view.on({
5857
6392
  <td class="type">
5858
6393
 
5859
6394
 
5860
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6395
+ <span class="param-type">
6396
+
6397
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6398
+
6399
+ </span>
6400
+
5861
6401
 
5862
6402
 
5863
6403
 
@@ -5894,7 +6434,12 @@ view.on({
5894
6434
  <td class="type">
5895
6435
 
5896
6436
 
5897
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6437
+ <span class="param-type">
6438
+
6439
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6440
+
6441
+ </span>
6442
+
5898
6443
 
5899
6444
 
5900
6445
 
@@ -5931,7 +6476,12 @@ view.on({
5931
6476
  <td class="type">
5932
6477
 
5933
6478
 
5934
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6479
+ <span class="param-type">
6480
+
6481
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6482
+
6483
+ </span>
6484
+
5935
6485
 
5936
6486
 
5937
6487
 
@@ -5968,7 +6518,12 @@ view.on({
5968
6518
  <td class="type">
5969
6519
 
5970
6520
 
5971
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6521
+ <span class="param-type">
6522
+
6523
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6524
+
6525
+ </span>
6526
+
5972
6527
 
5973
6528
 
5974
6529
 
@@ -6005,7 +6560,12 @@ view.on({
6005
6560
  <td class="type">
6006
6561
 
6007
6562
 
6008
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6563
+ <span class="param-type">
6564
+
6565
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6566
+
6567
+ </span>
6568
+
6009
6569
 
6010
6570
 
6011
6571
 
@@ -6050,7 +6610,7 @@ view.on({
6050
6610
 
6051
6611
  <dt class="inherited-from">Inherited From:</dt>
6052
6612
  <dd class="inherited-from"><ul class="dummy"><li>
6053
- <a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
6613
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
6054
6614
  </li></ul></dd>
6055
6615
 
6056
6616
 
@@ -6196,7 +6756,12 @@ view.on({
6196
6756
  <td class="type">
6197
6757
 
6198
6758
 
6199
- <span class="param-type">Object</span>
6759
+ <span class="param-type">
6760
+
6761
+ Object
6762
+
6763
+ </span>
6764
+
6200
6765
 
6201
6766
 
6202
6767
 
@@ -6229,7 +6794,12 @@ view.on({
6229
6794
  <td class="type">
6230
6795
 
6231
6796
 
6232
- <span class="param-type">String</span>
6797
+ <span class="param-type">
6798
+
6799
+ String
6800
+
6801
+ </span>
6802
+
6233
6803
 
6234
6804
 
6235
6805
 
@@ -6266,7 +6836,12 @@ view.on({
6266
6836
  <td class="type">
6267
6837
 
6268
6838
 
6269
- <span class="param-type">String</span>
6839
+ <span class="param-type">
6840
+
6841
+ String
6842
+
6843
+ </span>
6844
+
6270
6845
 
6271
6846
 
6272
6847
 
@@ -6303,7 +6878,12 @@ view.on({
6303
6878
  <td class="type">
6304
6879
 
6305
6880
 
6306
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6881
+ <span class="param-type">
6882
+
6883
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6884
+
6885
+ </span>
6886
+
6307
6887
 
6308
6888
 
6309
6889
 
@@ -6340,7 +6920,12 @@ view.on({
6340
6920
  <td class="type">
6341
6921
 
6342
6922
 
6343
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6923
+ <span class="param-type">
6924
+
6925
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6926
+
6927
+ </span>
6928
+
6344
6929
 
6345
6930
 
6346
6931
 
@@ -6377,7 +6962,12 @@ view.on({
6377
6962
  <td class="type">
6378
6963
 
6379
6964
 
6380
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6965
+ <span class="param-type">
6966
+
6967
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6968
+
6969
+ </span>
6970
+
6381
6971
 
6382
6972
 
6383
6973
 
@@ -6414,7 +7004,12 @@ view.on({
6414
7004
  <td class="type">
6415
7005
 
6416
7006
 
6417
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7007
+ <span class="param-type">
7008
+
7009
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7010
+
7011
+ </span>
7012
+
6418
7013
 
6419
7014
 
6420
7015
 
@@ -6451,7 +7046,12 @@ view.on({
6451
7046
  <td class="type">
6452
7047
 
6453
7048
 
6454
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7049
+ <span class="param-type">
7050
+
7051
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7052
+
7053
+ </span>
7054
+
6455
7055
 
6456
7056
 
6457
7057
 
@@ -6496,7 +7096,7 @@ view.on({
6496
7096
 
6497
7097
  <dt class="inherited-from">Inherited From:</dt>
6498
7098
  <dd class="inherited-from"><ul class="dummy"><li>
6499
- <a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
7099
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
6500
7100
  </li></ul></dd>
6501
7101
 
6502
7102
 
@@ -6632,7 +7232,12 @@ view.on({
6632
7232
  <td class="type">
6633
7233
 
6634
7234
 
6635
- <span class="param-type">Object</span>
7235
+ <span class="param-type">
7236
+
7237
+ Object
7238
+
7239
+ </span>
7240
+
6636
7241
 
6637
7242
 
6638
7243
 
@@ -6665,7 +7270,12 @@ view.on({
6665
7270
  <td class="type">
6666
7271
 
6667
7272
 
6668
- <span class="param-type">String</span>
7273
+ <span class="param-type">
7274
+
7275
+ String
7276
+
7277
+ </span>
7278
+
6669
7279
 
6670
7280
 
6671
7281
 
@@ -6702,7 +7312,12 @@ view.on({
6702
7312
  <td class="type">
6703
7313
 
6704
7314
 
6705
- <span class="param-type">String</span>
7315
+ <span class="param-type">
7316
+
7317
+ String
7318
+
7319
+ </span>
7320
+
6706
7321
 
6707
7322
 
6708
7323
 
@@ -6739,7 +7354,12 @@ view.on({
6739
7354
  <td class="type">
6740
7355
 
6741
7356
 
6742
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7357
+ <span class="param-type">
7358
+
7359
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7360
+
7361
+ </span>
7362
+
6743
7363
 
6744
7364
 
6745
7365
 
@@ -6776,7 +7396,12 @@ view.on({
6776
7396
  <td class="type">
6777
7397
 
6778
7398
 
6779
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7399
+ <span class="param-type">
7400
+
7401
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7402
+
7403
+ </span>
7404
+
6780
7405
 
6781
7406
 
6782
7407
 
@@ -6813,7 +7438,12 @@ view.on({
6813
7438
  <td class="type">
6814
7439
 
6815
7440
 
6816
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7441
+ <span class="param-type">
7442
+
7443
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7444
+
7445
+ </span>
7446
+
6817
7447
 
6818
7448
 
6819
7449
 
@@ -6850,7 +7480,12 @@ view.on({
6850
7480
  <td class="type">
6851
7481
 
6852
7482
 
6853
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7483
+ <span class="param-type">
7484
+
7485
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7486
+
7487
+ </span>
7488
+
6854
7489
 
6855
7490
 
6856
7491
 
@@ -6887,7 +7522,12 @@ view.on({
6887
7522
  <td class="type">
6888
7523
 
6889
7524
 
6890
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7525
+ <span class="param-type">
7526
+
7527
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7528
+
7529
+ </span>
7530
+
6891
7531
 
6892
7532
 
6893
7533
 
@@ -6932,7 +7572,7 @@ view.on({
6932
7572
 
6933
7573
  <dt class="inherited-from">Inherited From:</dt>
6934
7574
  <dd class="inherited-from"><ul class="dummy"><li>
6935
- <a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
7575
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
6936
7576
  </li></ul></dd>
6937
7577
 
6938
7578