@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
@@ -79,13 +79,18 @@
79
79
 
80
80
  <tr class="deep-level-0">
81
81
 
82
- <td class="name" id="options"><code>options</code></td>
82
+ <td class="name"><code>options</code></td>
83
83
 
84
84
 
85
85
  <td class="type">
86
86
 
87
87
 
88
- <span class="param-type">Object</span>
88
+ <span class="param-type">
89
+
90
+ Object
91
+
92
+ </span>
93
+
89
94
 
90
95
 
91
96
 
@@ -105,13 +110,18 @@
105
110
 
106
111
  <tr class="deep-level-1">
107
112
 
108
- <td class="name" id="url"><code>url</code></td>
113
+ <td class="name"><code>url</code></td>
109
114
 
110
115
 
111
116
  <td class="type">
112
117
 
113
118
 
114
- <span class="param-type">String</span>
119
+ <span class="param-type">
120
+
121
+ String
122
+
123
+ </span>
124
+
115
125
 
116
126
 
117
127
 
@@ -133,13 +143,18 @@
133
143
 
134
144
  <tr class="deep-level-1">
135
145
 
136
- <td class="name" id="opacity"><code>opacity</code></td>
146
+ <td class="name"><code>opacity</code></td>
137
147
 
138
148
 
139
149
  <td class="type">
140
150
 
141
151
 
142
- <span class="param-type">Number</span>
152
+ <span class="param-type">
153
+
154
+ Number
155
+
156
+ </span>
157
+
143
158
 
144
159
 
145
160
 
@@ -161,13 +176,18 @@
161
176
 
162
177
  <tr class="deep-level-1">
163
178
 
164
- <td class="name" id="minScale"><code>minScale</code></td>
179
+ <td class="name"><code>minScale</code></td>
165
180
 
166
181
 
167
182
  <td class="type">
168
183
 
169
184
 
170
- <span class="param-type">Number</span>
185
+ <span class="param-type">
186
+
187
+ Number
188
+
189
+ </span>
190
+
171
191
 
172
192
 
173
193
 
@@ -189,13 +209,18 @@
189
209
 
190
210
  <tr class="deep-level-1">
191
211
 
192
- <td class="name" id="maxScale"><code>maxScale</code></td>
212
+ <td class="name"><code>maxScale</code></td>
193
213
 
194
214
 
195
215
  <td class="type">
196
216
 
197
217
 
198
- <span class="param-type">Number</span>
218
+ <span class="param-type">
219
+
220
+ Number
221
+
222
+ </span>
223
+
199
224
 
200
225
 
201
226
 
@@ -217,13 +242,18 @@
217
242
 
218
243
  <tr class="deep-level-1">
219
244
 
220
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
245
+ <td class="name"><code>tokenKey</code></td>
221
246
 
222
247
 
223
248
  <td class="type">
224
249
 
225
250
 
226
- <span class="param-type">String</span>
251
+ <span class="param-type">
252
+
253
+ String
254
+
255
+ </span>
256
+
227
257
 
228
258
 
229
259
 
@@ -245,13 +275,18 @@
245
275
 
246
276
  <tr class="deep-level-1">
247
277
 
248
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
278
+ <td class="name"><code>tokenValue</code></td>
249
279
 
250
280
 
251
281
  <td class="type">
252
282
 
253
283
 
254
- <span class="param-type">String</span>
284
+ <span class="param-type">
285
+
286
+ String
287
+
288
+ </span>
289
+
255
290
 
256
291
 
257
292
 
@@ -273,13 +308,18 @@
273
308
 
274
309
  <tr class="deep-level-1">
275
310
 
276
- <td class="name" id="labelsRenderMode"><code>labelsRenderMode</code></td>
311
+ <td class="name"><code>labelsRenderMode</code></td>
277
312
 
278
313
 
279
314
  <td class="type">
280
315
 
281
316
 
282
- <span class="param-type">String</span>
317
+ <span class="param-type">
318
+
319
+ String
320
+
321
+ </span>
322
+
283
323
 
284
324
 
285
325
 
@@ -306,25 +346,46 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
306
346
 
307
347
  <tr class="deep-level-1">
308
348
 
309
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
349
+ <td class="name"><code>clippingArea</code></td>
310
350
 
311
351
 
312
352
  <td class="type">
313
353
 
314
354
 
315
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
355
+ <span class="param-type">
356
+
357
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
358
+
359
+ </span>
316
360
  |
317
361
 
318
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
362
+ <span class="param-type">
363
+
364
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
365
+
366
+ </span>
319
367
  |
320
368
 
321
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
369
+ <span class="param-type">
370
+
371
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
372
+
373
+ </span>
322
374
  |
323
375
 
324
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
376
+ <span class="param-type">
377
+
378
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
379
+
380
+ </span>
325
381
  |
326
382
 
327
- <span class="param-type">null</span>
383
+ <span class="param-type">
384
+
385
+ null
386
+
387
+ </span>
388
+
328
389
 
329
390
 
330
391
 
@@ -398,15 +459,15 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
398
459
  <div class="column is-2"><label>绑定事件</label></div>
399
460
  <div class="column is-10">
400
461
  <ul>
401
- <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>
462
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
402
463
 
403
- <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>
464
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
404
465
 
405
- <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>
466
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
406
467
 
407
- <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>
468
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
408
469
 
409
- <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>
470
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
410
471
  </ul>
411
472
  </div>
412
473
  </div>
@@ -541,7 +602,7 @@ const customLayer = new VectorTileLayerCustom({
541
602
 
542
603
 
543
604
  <ul>
544
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
605
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
545
606
  </ul>
546
607
 
547
608
 
@@ -573,11 +634,16 @@ const customLayer = new VectorTileLayerCustom({
573
634
  <tbody>
574
635
 
575
636
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="VectorTileLayer.html#capabilities">capabilities</a></code></td>
637
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
577
638
  <td class="name">
578
639
  <code>
579
640
 
580
- <span class="param-type">Array.&lt;String></span>
641
+ <span class="param-type">
642
+
643
+ Array.&lt;String>
644
+
645
+ </span>
646
+
581
647
 
582
648
 
583
649
  </code>
@@ -586,23 +652,44 @@ const customLayer = new VectorTileLayerCustom({
586
652
  </tr>
587
653
 
588
654
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="VectorTileLayer.html#clippingArea">clippingArea</a></code></td>
655
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
590
656
  <td class="name">
591
657
  <code>
592
658
 
593
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
659
+ <span class="param-type">
660
+
661
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
662
+
663
+ </span>
594
664
  |
595
665
 
596
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
666
+ <span class="param-type">
667
+
668
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
669
+
670
+ </span>
597
671
  |
598
672
 
599
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
673
+ <span class="param-type">
674
+
675
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
676
+
677
+ </span>
600
678
  |
601
679
 
602
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
680
+ <span class="param-type">
681
+
682
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
683
+
684
+ </span>
603
685
  |
604
686
 
605
- <span class="param-type">null</span>
687
+ <span class="param-type">
688
+
689
+ null
690
+
691
+ </span>
692
+
606
693
 
607
694
 
608
695
  </code>
@@ -611,11 +698,16 @@ const customLayer = new VectorTileLayerCustom({
611
698
  </tr>
612
699
 
613
700
  <tr class="deep-level-0">
614
- <td class="name"><code><a href="VectorTileLayer.html#copyright">copyright</a></code></td>
701
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
615
702
  <td class="name">
616
703
  <code>
617
704
 
618
- <span class="param-type">String</span>
705
+ <span class="param-type">
706
+
707
+ String
708
+
709
+ </span>
710
+
619
711
 
620
712
 
621
713
  </code>
@@ -624,11 +716,16 @@ const customLayer = new VectorTileLayerCustom({
624
716
  </tr>
625
717
 
626
718
  <tr class="deep-level-0">
627
- <td class="name"><code><a href="VectorTileLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
719
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
628
720
  <td class="name">
629
721
  <code>
630
722
 
631
- <span class="param-type">Object</span>
723
+ <span class="param-type">
724
+
725
+ Object
726
+
727
+ </span>
728
+
632
729
 
633
730
 
634
731
  </code>
@@ -637,11 +734,16 @@ const customLayer = new VectorTileLayerCustom({
637
734
  </tr>
638
735
 
639
736
  <tr class="deep-level-0">
640
- <td class="name"><code><a href="VectorTileLayer.html#description">description</a></code></td>
737
+ <td class="name"><code><a href="#description">description</a></code></td>
641
738
  <td class="name">
642
739
  <code>
643
740
 
644
- <span class="param-type">String</span>
741
+ <span class="param-type">
742
+
743
+ String
744
+
745
+ </span>
746
+
645
747
 
646
748
 
647
749
  </code>
@@ -650,11 +752,16 @@ const customLayer = new VectorTileLayerCustom({
650
752
  </tr>
651
753
 
652
754
  <tr class="deep-level-0">
653
- <td class="name"><code><a href="VectorTileLayer.html#extendOptions">extendOptions</a></code></td>
755
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
654
756
  <td class="name">
655
757
  <code>
656
758
 
657
- <span class="param-type">Object</span>
759
+ <span class="param-type">
760
+
761
+ Object
762
+
763
+ </span>
764
+
658
765
 
659
766
 
660
767
  </code>
@@ -663,11 +770,16 @@ const customLayer = new VectorTileLayerCustom({
663
770
  </tr>
664
771
 
665
772
  <tr class="deep-level-0">
666
- <td class="name"><code><a href="VectorTileLayer.html#extendProps">extendProps</a></code></td>
773
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
667
774
  <td class="name">
668
775
  <code>
669
776
 
670
- <span class="param-type">Object</span>
777
+ <span class="param-type">
778
+
779
+ Object
780
+
781
+ </span>
782
+
671
783
 
672
784
 
673
785
  </code>
@@ -676,11 +788,16 @@ const customLayer = new VectorTileLayerCustom({
676
788
  </tr>
677
789
 
678
790
  <tr class="deep-level-0">
679
- <td class="name"><code><a href="VectorTileLayer.html#extent">extent</a></code></td>
791
+ <td class="name"><code><a href="#extent">extent</a></code></td>
680
792
  <td class="name">
681
793
  <code>
682
794
 
683
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
795
+ <span class="param-type">
796
+
797
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
798
+
799
+ </span>
800
+
684
801
 
685
802
 
686
803
  </code>
@@ -689,11 +806,16 @@ const customLayer = new VectorTileLayerCustom({
689
806
  </tr>
690
807
 
691
808
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="VectorTileLayer.html#headers">headers</a></code></td>
809
+ <td class="name"><code><a href="#headers">headers</a></code></td>
693
810
  <td class="name">
694
811
  <code>
695
812
 
696
- <span class="param-type">String</span>
813
+ <span class="param-type">
814
+
815
+ String
816
+
817
+ </span>
818
+
697
819
 
698
820
 
699
821
  </code>
@@ -702,11 +824,16 @@ const customLayer = new VectorTileLayerCustom({
702
824
  </tr>
703
825
 
704
826
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="VectorTileLayer.html#httpMethod">httpMethod</a></code></td>
827
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
706
828
  <td class="name">
707
829
  <code>
708
830
 
709
- <span class="param-type">String</span>
831
+ <span class="param-type">
832
+
833
+ String
834
+
835
+ </span>
836
+
710
837
 
711
838
 
712
839
  </code>
@@ -715,11 +842,16 @@ const customLayer = new VectorTileLayerCustom({
715
842
  </tr>
716
843
 
717
844
  <tr class="deep-level-0">
718
- <td class="name"><code><a href="VectorTileLayer.html#id">id</a></code></td>
845
+ <td class="name"><code><a href="#id">id</a></code></td>
719
846
  <td class="name">
720
847
  <code>
721
848
 
722
- <span class="param-type">String</span>
849
+ <span class="param-type">
850
+
851
+ String
852
+
853
+ </span>
854
+
723
855
 
724
856
 
725
857
  </code>
@@ -728,11 +860,16 @@ const customLayer = new VectorTileLayerCustom({
728
860
  </tr>
729
861
 
730
862
  <tr class="deep-level-0">
731
- <td class="name"><code><a href="VectorTileLayer.html#index">index</a></code></td>
863
+ <td class="name"><code><a href="#index">index</a></code></td>
732
864
  <td class="name">
733
865
  <code>
734
866
 
735
- <span class="param-type">Number</span>
867
+ <span class="param-type">
868
+
869
+ Number
870
+
871
+ </span>
872
+
736
873
 
737
874
 
738
875
  </code>
@@ -741,11 +878,16 @@ const customLayer = new VectorTileLayerCustom({
741
878
  </tr>
742
879
 
743
880
  <tr class="deep-level-0">
744
- <td class="name"><code><a href="VectorTileLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
881
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
745
882
  <td class="name">
746
883
  <code>
747
884
 
748
- <span class="param-type">String</span>
885
+ <span class="param-type">
886
+
887
+ String
888
+
889
+ </span>
890
+
749
891
 
750
892
 
751
893
  </code>
@@ -757,11 +899,16 @@ off-screen: 使用矢量瓦片来绘制注记;
757
899
  </tr>
758
900
 
759
901
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="VectorTileLayer.html#loaded">loaded</a></code></td>
902
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
761
903
  <td class="name">
762
904
  <code>
763
905
 
764
- <span class="param-type">Boolean</span>
906
+ <span class="param-type">
907
+
908
+ Boolean
909
+
910
+ </span>
911
+
765
912
 
766
913
 
767
914
  </code>
@@ -770,11 +917,16 @@ off-screen: 使用矢量瓦片来绘制注记;
770
917
  </tr>
771
918
 
772
919
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="VectorTileLayer.html#loadStatus">loadStatus</a></code></td>
920
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
774
921
  <td class="name">
775
922
  <code>
776
923
 
777
- <span class="param-type">String</span>
924
+ <span class="param-type">
925
+
926
+ String
927
+
928
+ </span>
929
+
778
930
 
779
931
 
780
932
  </code>
@@ -783,11 +935,16 @@ off-screen: 使用矢量瓦片来绘制注记;
783
935
  </tr>
784
936
 
785
937
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="VectorTileLayer.html#maxScale">maxScale</a></code></td>
938
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
787
939
  <td class="name">
788
940
  <code>
789
941
 
790
- <span class="param-type">Number</span>
942
+ <span class="param-type">
943
+
944
+ Number
945
+
946
+ </span>
947
+
791
948
 
792
949
 
793
950
  </code>
@@ -796,11 +953,16 @@ off-screen: 使用矢量瓦片来绘制注记;
796
953
  </tr>
797
954
 
798
955
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="VectorTileLayer.html#minScale">minScale</a></code></td>
956
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
800
957
  <td class="name">
801
958
  <code>
802
959
 
803
- <span class="param-type">Number</span>
960
+ <span class="param-type">
961
+
962
+ Number
963
+
964
+ </span>
965
+
804
966
 
805
967
 
806
968
  </code>
@@ -809,11 +971,16 @@ off-screen: 使用矢量瓦片来绘制注记;
809
971
  </tr>
810
972
 
811
973
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="VectorTileLayer.html#mvtExtent">mvtExtent</a></code></td>
974
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
813
975
  <td class="name">
814
976
  <code>
815
977
 
816
- <span class="param-type">Number</span>
978
+ <span class="param-type">
979
+
980
+ Number
981
+
982
+ </span>
983
+
817
984
 
818
985
 
819
986
  </code>
@@ -822,11 +989,16 @@ off-screen: 使用矢量瓦片来绘制注记;
822
989
  </tr>
823
990
 
824
991
  <tr class="deep-level-0">
825
- <td class="name"><code><a href="VectorTileLayer.html#opacity">opacity</a></code></td>
992
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
826
993
  <td class="name">
827
994
  <code>
828
995
 
829
- <span class="param-type">Number</span>
996
+ <span class="param-type">
997
+
998
+ Number
999
+
1000
+ </span>
1001
+
830
1002
 
831
1003
 
832
1004
  </code>
@@ -835,11 +1007,16 @@ off-screen: 使用矢量瓦片来绘制注记;
835
1007
  </tr>
836
1008
 
837
1009
  <tr class="deep-level-0">
838
- <td class="name"><code><a href="VectorTileLayer.html#spatialReference">spatialReference</a></code></td>
1010
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
839
1011
  <td class="name">
840
1012
  <code>
841
1013
 
842
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1014
+ <span class="param-type">
1015
+
1016
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1017
+
1018
+ </span>
1019
+
843
1020
 
844
1021
 
845
1022
  </code>
@@ -848,11 +1025,16 @@ off-screen: 使用矢量瓦片来绘制注记;
848
1025
  </tr>
849
1026
 
850
1027
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="VectorTileLayer.html#style">style</a></code></td>
1028
+ <td class="name"><code><a href="#style">style</a></code></td>
852
1029
  <td class="name">
853
1030
  <code>
854
1031
 
855
- <span class="param-type">Object</span>
1032
+ <span class="param-type">
1033
+
1034
+ Object
1035
+
1036
+ </span>
1037
+
856
1038
 
857
1039
 
858
1040
  </code>
@@ -861,14 +1043,23 @@ off-screen: 使用矢量瓦片来绘制注记;
861
1043
  </tr>
862
1044
 
863
1045
  <tr class="deep-level-0">
864
- <td class="name"><code><a href="VectorTileLayer.html#tileInfo">tileInfo</a></code></td>
1046
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
865
1047
  <td class="name">
866
1048
  <code>
867
1049
 
868
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1050
+ <span class="param-type">
1051
+
1052
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1053
+
1054
+ </span>
869
1055
  |
870
1056
 
871
- <span class="param-type">undefined</span>
1057
+ <span class="param-type">
1058
+
1059
+ undefined
1060
+
1061
+ </span>
1062
+
872
1063
 
873
1064
 
874
1065
  </code>
@@ -877,11 +1068,16 @@ off-screen: 使用矢量瓦片来绘制注记;
877
1068
  </tr>
878
1069
 
879
1070
  <tr class="deep-level-0">
880
- <td class="name"><code><a href="VectorTileLayer.html#title">title</a></code></td>
1071
+ <td class="name"><code><a href="#title">title</a></code></td>
881
1072
  <td class="name">
882
1073
  <code>
883
1074
 
884
- <span class="param-type">String</span>
1075
+ <span class="param-type">
1076
+
1077
+ String
1078
+
1079
+ </span>
1080
+
885
1081
 
886
1082
 
887
1083
  </code>
@@ -890,11 +1086,16 @@ off-screen: 使用矢量瓦片来绘制注记;
890
1086
  </tr>
891
1087
 
892
1088
  <tr class="deep-level-0">
893
- <td class="name"><code><a href="VectorTileLayer.html#tokenKey">tokenKey</a></code></td>
1089
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
894
1090
  <td class="name">
895
1091
  <code>
896
1092
 
897
- <span class="param-type">String</span>
1093
+ <span class="param-type">
1094
+
1095
+ String
1096
+
1097
+ </span>
1098
+
898
1099
 
899
1100
 
900
1101
  </code>
@@ -903,11 +1104,16 @@ off-screen: 使用矢量瓦片来绘制注记;
903
1104
  </tr>
904
1105
 
905
1106
  <tr class="deep-level-0">
906
- <td class="name"><code><a href="VectorTileLayer.html#tokenValue">tokenValue</a></code></td>
1107
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
907
1108
  <td class="name">
908
1109
  <code>
909
1110
 
910
- <span class="param-type">String</span>
1111
+ <span class="param-type">
1112
+
1113
+ String
1114
+
1115
+ </span>
1116
+
911
1117
 
912
1118
 
913
1119
  </code>
@@ -916,11 +1122,16 @@ off-screen: 使用矢量瓦片来绘制注记;
916
1122
  </tr>
917
1123
 
918
1124
  <tr class="deep-level-0">
919
- <td class="name"><code><a href="VectorTileLayer.html#type">type</a></code></td>
1125
+ <td class="name"><code><a href="#type">type</a></code></td>
920
1126
  <td class="name">
921
1127
  <code>
922
1128
 
923
- <span class="param-type">String</span>
1129
+ <span class="param-type">
1130
+
1131
+ String
1132
+
1133
+ </span>
1134
+
924
1135
 
925
1136
 
926
1137
  </code>
@@ -929,11 +1140,16 @@ off-screen: 使用矢量瓦片来绘制注记;
929
1140
  </tr>
930
1141
 
931
1142
  <tr class="deep-level-0">
932
- <td class="name"><code><a href="VectorTileLayer.html#url">url</a></code></td>
1143
+ <td class="name"><code><a href="#url">url</a></code></td>
933
1144
  <td class="name">
934
1145
  <code>
935
1146
 
936
- <span class="param-type">String</span>
1147
+ <span class="param-type">
1148
+
1149
+ String
1150
+
1151
+ </span>
1152
+
937
1153
 
938
1154
 
939
1155
  </code>
@@ -942,11 +1158,16 @@ off-screen: 使用矢量瓦片来绘制注记;
942
1158
  </tr>
943
1159
 
944
1160
  <tr class="deep-level-0">
945
- <td class="name"><code><a href="VectorTileLayer.html#visible">visible</a></code></td>
1161
+ <td class="name"><code><a href="#visible">visible</a></code></td>
946
1162
  <td class="name">
947
1163
  <code>
948
1164
 
949
- <span class="param-type">Number</span>
1165
+ <span class="param-type">
1166
+
1167
+ Number
1168
+
1169
+ </span>
1170
+
950
1171
 
951
1172
 
952
1173
  </code>
@@ -965,7 +1186,12 @@ off-screen: 使用矢量瓦片来绘制注记;
965
1186
  <span class="method-parameter is-pulled-right">
966
1187
  <label>类型:</label>
967
1188
 
968
- <span class="param-type">Array.&lt;String></span>
1189
+ <span class="param-type">
1190
+
1191
+ Array.&lt;String>
1192
+
1193
+ </span>
1194
+
969
1195
 
970
1196
 
971
1197
  </span>
@@ -1035,19 +1261,40 @@ off-screen: 使用矢量瓦片来绘制注记;
1035
1261
  <span class="method-parameter is-pulled-right">
1036
1262
  <label>类型:</label>
1037
1263
 
1038
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1264
+ <span class="param-type">
1265
+
1266
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1267
+
1268
+ </span>
1039
1269
  |
1040
1270
 
1041
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1271
+ <span class="param-type">
1272
+
1273
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1274
+
1275
+ </span>
1042
1276
  |
1043
1277
 
1044
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1278
+ <span class="param-type">
1279
+
1280
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1281
+
1282
+ </span>
1045
1283
  |
1046
1284
 
1047
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1285
+ <span class="param-type">
1286
+
1287
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1288
+
1289
+ </span>
1048
1290
  |
1049
1291
 
1050
- <span class="param-type">null</span>
1292
+ <span class="param-type">
1293
+
1294
+ null
1295
+
1296
+ </span>
1297
+
1051
1298
 
1052
1299
 
1053
1300
  </span>
@@ -1117,7 +1364,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1117
1364
  <span class="method-parameter is-pulled-right">
1118
1365
  <label>类型:</label>
1119
1366
 
1120
- <span class="param-type">String</span>
1367
+ <span class="param-type">
1368
+
1369
+ String
1370
+
1371
+ </span>
1372
+
1121
1373
 
1122
1374
 
1123
1375
  </span>
@@ -1155,7 +1407,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1155
1407
 
1156
1408
  <dt class="inherited-from">Inherited From:</dt>
1157
1409
  <dd class="inherited-from"><ul class="dummy"><li>
1158
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1410
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1159
1411
  </li></ul></dd>
1160
1412
 
1161
1413
 
@@ -1196,7 +1448,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1196
1448
  <span class="method-parameter is-pulled-right">
1197
1449
  <label>类型:</label>
1198
1450
 
1199
- <span class="param-type">Object</span>
1451
+ <span class="param-type">
1452
+
1453
+ Object
1454
+
1455
+ </span>
1456
+
1200
1457
 
1201
1458
 
1202
1459
  </span>
@@ -1270,7 +1527,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1270
1527
  <span class="method-parameter is-pulled-right">
1271
1528
  <label>类型:</label>
1272
1529
 
1273
- <span class="param-type">String</span>
1530
+ <span class="param-type">
1531
+
1532
+ String
1533
+
1534
+ </span>
1535
+
1274
1536
 
1275
1537
 
1276
1538
  </span>
@@ -1308,7 +1570,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1308
1570
 
1309
1571
  <dt class="inherited-from">Inherited From:</dt>
1310
1572
  <dd class="inherited-from"><ul class="dummy"><li>
1311
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1573
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1312
1574
  </li></ul></dd>
1313
1575
 
1314
1576
 
@@ -1349,7 +1611,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1349
1611
  <span class="method-parameter is-pulled-right">
1350
1612
  <label>类型:</label>
1351
1613
 
1352
- <span class="param-type">Object</span>
1614
+ <span class="param-type">
1615
+
1616
+ Object
1617
+
1618
+ </span>
1619
+
1353
1620
 
1354
1621
 
1355
1622
  </span>
@@ -1383,7 +1650,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1383
1650
 
1384
1651
  <dt class="inherited-from">Inherited From:</dt>
1385
1652
  <dd class="inherited-from"><ul class="dummy"><li>
1386
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1653
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1387
1654
  </li></ul></dd>
1388
1655
 
1389
1656
 
@@ -1424,7 +1691,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1424
1691
  <span class="method-parameter is-pulled-right">
1425
1692
  <label>类型:</label>
1426
1693
 
1427
- <span class="param-type">Object</span>
1694
+ <span class="param-type">
1695
+
1696
+ Object
1697
+
1698
+ </span>
1699
+
1428
1700
 
1429
1701
 
1430
1702
  </span>
@@ -1458,7 +1730,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1458
1730
 
1459
1731
  <dt class="inherited-from">Inherited From:</dt>
1460
1732
  <dd class="inherited-from"><ul class="dummy"><li>
1461
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1733
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1462
1734
  </li></ul></dd>
1463
1735
 
1464
1736
 
@@ -1499,7 +1771,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1499
1771
  <span class="method-parameter is-pulled-right">
1500
1772
  <label>类型:</label>
1501
1773
 
1502
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1774
+ <span class="param-type">
1775
+
1776
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1777
+
1778
+ </span>
1779
+
1503
1780
 
1504
1781
 
1505
1782
  </span>
@@ -1537,7 +1814,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1537
1814
 
1538
1815
  <dt class="inherited-from">Inherited From:</dt>
1539
1816
  <dd class="inherited-from"><ul class="dummy"><li>
1540
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1817
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1541
1818
  </li></ul></dd>
1542
1819
 
1543
1820
 
@@ -1578,7 +1855,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1578
1855
  <span class="method-parameter is-pulled-right">
1579
1856
  <label>类型:</label>
1580
1857
 
1581
- <span class="param-type">String</span>
1858
+ <span class="param-type">
1859
+
1860
+ String
1861
+
1862
+ </span>
1863
+
1582
1864
 
1583
1865
 
1584
1866
  </span>
@@ -1612,7 +1894,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1612
1894
 
1613
1895
  <dt class="inherited-from">Inherited From:</dt>
1614
1896
  <dd class="inherited-from"><ul class="dummy"><li>
1615
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1897
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1616
1898
  </li></ul></dd>
1617
1899
 
1618
1900
 
@@ -1653,7 +1935,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1653
1935
  <span class="method-parameter is-pulled-right">
1654
1936
  <label>类型:</label>
1655
1937
 
1656
- <span class="param-type">String</span>
1938
+ <span class="param-type">
1939
+
1940
+ String
1941
+
1942
+ </span>
1943
+
1657
1944
 
1658
1945
 
1659
1946
  </span>
@@ -1687,7 +1974,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1687
1974
 
1688
1975
  <dt class="inherited-from">Inherited From:</dt>
1689
1976
  <dd class="inherited-from"><ul class="dummy"><li>
1690
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1977
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1691
1978
  </li></ul></dd>
1692
1979
 
1693
1980
 
@@ -1728,7 +2015,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1728
2015
  <span class="method-parameter is-pulled-right">
1729
2016
  <label>类型:</label>
1730
2017
 
1731
- <span class="param-type">String</span>
2018
+ <span class="param-type">
2019
+
2020
+ String
2021
+
2022
+ </span>
2023
+
1732
2024
 
1733
2025
 
1734
2026
  </span>
@@ -1766,7 +2058,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1766
2058
 
1767
2059
  <dt class="inherited-from">Inherited From:</dt>
1768
2060
  <dd class="inherited-from"><ul class="dummy"><li>
1769
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2061
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1770
2062
  </li></ul></dd>
1771
2063
 
1772
2064
 
@@ -1807,7 +2099,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1807
2099
  <span class="method-parameter is-pulled-right">
1808
2100
  <label>类型:</label>
1809
2101
 
1810
- <span class="param-type">Number</span>
2102
+ <span class="param-type">
2103
+
2104
+ Number
2105
+
2106
+ </span>
2107
+
1811
2108
 
1812
2109
 
1813
2110
  </span>
@@ -1841,7 +2138,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1841
2138
 
1842
2139
  <dt class="inherited-from">Inherited From:</dt>
1843
2140
  <dd class="inherited-from"><ul class="dummy"><li>
1844
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2141
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1845
2142
  </li></ul></dd>
1846
2143
 
1847
2144
 
@@ -1882,7 +2179,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1882
2179
  <span class="method-parameter is-pulled-right">
1883
2180
  <label>类型:</label>
1884
2181
 
1885
- <span class="param-type">String</span>
2182
+ <span class="param-type">
2183
+
2184
+ String
2185
+
2186
+ </span>
2187
+
1886
2188
 
1887
2189
 
1888
2190
  </span>
@@ -1955,7 +2257,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1955
2257
  <span class="method-parameter is-pulled-right">
1956
2258
  <label>类型:</label>
1957
2259
 
1958
- <span class="param-type">Boolean</span>
2260
+ <span class="param-type">
2261
+
2262
+ Boolean
2263
+
2264
+ </span>
2265
+
1959
2266
 
1960
2267
 
1961
2268
  </span>
@@ -1993,7 +2300,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1993
2300
 
1994
2301
  <dt class="inherited-from">Inherited From:</dt>
1995
2302
  <dd class="inherited-from"><ul class="dummy"><li>
1996
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2303
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1997
2304
  </li></ul></dd>
1998
2305
 
1999
2306
 
@@ -2039,7 +2346,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2039
2346
  <span class="method-parameter is-pulled-right">
2040
2347
  <label>类型:</label>
2041
2348
 
2042
- <span class="param-type">String</span>
2349
+ <span class="param-type">
2350
+
2351
+ String
2352
+
2353
+ </span>
2354
+
2043
2355
 
2044
2356
 
2045
2357
  </span>
@@ -2077,7 +2389,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2077
2389
 
2078
2390
  <dt class="inherited-from">Inherited From:</dt>
2079
2391
  <dd class="inherited-from"><ul class="dummy"><li>
2080
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2392
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2081
2393
  </li></ul></dd>
2082
2394
 
2083
2395
 
@@ -2123,7 +2435,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2123
2435
  <span class="method-parameter is-pulled-right">
2124
2436
  <label>类型:</label>
2125
2437
 
2126
- <span class="param-type">Number</span>
2438
+ <span class="param-type">
2439
+
2440
+ Number
2441
+
2442
+ </span>
2443
+
2127
2444
 
2128
2445
 
2129
2446
  </span>
@@ -2157,7 +2474,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2157
2474
 
2158
2475
  <dt class="inherited-from">Inherited From:</dt>
2159
2476
  <dd class="inherited-from"><ul class="dummy"><li>
2160
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2477
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2161
2478
  </li></ul></dd>
2162
2479
 
2163
2480
 
@@ -2203,7 +2520,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2203
2520
  <span class="method-parameter is-pulled-right">
2204
2521
  <label>类型:</label>
2205
2522
 
2206
- <span class="param-type">Number</span>
2523
+ <span class="param-type">
2524
+
2525
+ Number
2526
+
2527
+ </span>
2528
+
2207
2529
 
2208
2530
 
2209
2531
  </span>
@@ -2237,7 +2559,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2237
2559
 
2238
2560
  <dt class="inherited-from">Inherited From:</dt>
2239
2561
  <dd class="inherited-from"><ul class="dummy"><li>
2240
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2562
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2241
2563
  </li></ul></dd>
2242
2564
 
2243
2565
 
@@ -2283,7 +2605,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2283
2605
  <span class="method-parameter is-pulled-right">
2284
2606
  <label>类型:</label>
2285
2607
 
2286
- <span class="param-type">Number</span>
2608
+ <span class="param-type">
2609
+
2610
+ Number
2611
+
2612
+ </span>
2613
+
2287
2614
 
2288
2615
 
2289
2616
  </span>
@@ -2358,7 +2685,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2358
2685
  <span class="method-parameter is-pulled-right">
2359
2686
  <label>类型:</label>
2360
2687
 
2361
- <span class="param-type">Number</span>
2688
+ <span class="param-type">
2689
+
2690
+ Number
2691
+
2692
+ </span>
2693
+
2362
2694
 
2363
2695
 
2364
2696
  </span>
@@ -2392,7 +2724,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2392
2724
 
2393
2725
  <dt class="inherited-from">Inherited From:</dt>
2394
2726
  <dd class="inherited-from"><ul class="dummy"><li>
2395
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2727
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2396
2728
  </li></ul></dd>
2397
2729
 
2398
2730
 
@@ -2433,7 +2765,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2433
2765
  <span class="method-parameter is-pulled-right">
2434
2766
  <label>类型:</label>
2435
2767
 
2436
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2768
+ <span class="param-type">
2769
+
2770
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2771
+
2772
+ </span>
2773
+
2437
2774
 
2438
2775
 
2439
2776
  </span>
@@ -2508,7 +2845,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2508
2845
  <span class="method-parameter is-pulled-right">
2509
2846
  <label>类型:</label>
2510
2847
 
2511
- <span class="param-type">Object</span>
2848
+ <span class="param-type">
2849
+
2850
+ Object
2851
+
2852
+ </span>
2853
+
2512
2854
 
2513
2855
 
2514
2856
  </span>
@@ -2578,10 +2920,19 @@ off-screen: 使用矢量瓦片来绘制注记;
2578
2920
  <span class="method-parameter is-pulled-right">
2579
2921
  <label>类型:</label>
2580
2922
 
2581
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2923
+ <span class="param-type">
2924
+
2925
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
2926
+
2927
+ </span>
2582
2928
  |
2583
2929
 
2584
- <span class="param-type">undefined</span>
2930
+ <span class="param-type">
2931
+
2932
+ undefined
2933
+
2934
+ </span>
2935
+
2585
2936
 
2586
2937
 
2587
2938
  </span>
@@ -2655,7 +3006,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2655
3006
  <span class="method-parameter is-pulled-right">
2656
3007
  <label>类型:</label>
2657
3008
 
2658
- <span class="param-type">String</span>
3009
+ <span class="param-type">
3010
+
3011
+ String
3012
+
3013
+ </span>
3014
+
2659
3015
 
2660
3016
 
2661
3017
  </span>
@@ -2689,7 +3045,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2689
3045
 
2690
3046
  <dt class="inherited-from">Inherited From:</dt>
2691
3047
  <dd class="inherited-from"><ul class="dummy"><li>
2692
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3048
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2693
3049
  </li></ul></dd>
2694
3050
 
2695
3051
 
@@ -2730,7 +3086,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2730
3086
  <span class="method-parameter is-pulled-right">
2731
3087
  <label>类型:</label>
2732
3088
 
2733
- <span class="param-type">String</span>
3089
+ <span class="param-type">
3090
+
3091
+ String
3092
+
3093
+ </span>
3094
+
2734
3095
 
2735
3096
 
2736
3097
  </span>
@@ -2764,7 +3125,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2764
3125
 
2765
3126
  <dt class="inherited-from">Inherited From:</dt>
2766
3127
  <dd class="inherited-from"><ul class="dummy"><li>
2767
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3128
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2768
3129
  </li></ul></dd>
2769
3130
 
2770
3131
 
@@ -2810,7 +3171,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2810
3171
  <span class="method-parameter is-pulled-right">
2811
3172
  <label>类型:</label>
2812
3173
 
2813
- <span class="param-type">String</span>
3174
+ <span class="param-type">
3175
+
3176
+ String
3177
+
3178
+ </span>
3179
+
2814
3180
 
2815
3181
 
2816
3182
  </span>
@@ -2844,7 +3210,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2844
3210
 
2845
3211
  <dt class="inherited-from">Inherited From:</dt>
2846
3212
  <dd class="inherited-from"><ul class="dummy"><li>
2847
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3213
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2848
3214
  </li></ul></dd>
2849
3215
 
2850
3216
 
@@ -2885,7 +3251,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2885
3251
  <span class="method-parameter is-pulled-right">
2886
3252
  <label>类型:</label>
2887
3253
 
2888
- <span class="param-type">String</span>
3254
+ <span class="param-type">
3255
+
3256
+ String
3257
+
3258
+ </span>
3259
+
2889
3260
 
2890
3261
 
2891
3262
  </span>
@@ -2923,7 +3294,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2923
3294
 
2924
3295
  <dt class="inherited-from">Inherited From:</dt>
2925
3296
  <dd class="inherited-from"><ul class="dummy"><li>
2926
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
3297
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2927
3298
  </li></ul></dd>
2928
3299
 
2929
3300
 
@@ -2964,7 +3335,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2964
3335
  <span class="method-parameter is-pulled-right">
2965
3336
  <label>类型:</label>
2966
3337
 
2967
- <span class="param-type">String</span>
3338
+ <span class="param-type">
3339
+
3340
+ String
3341
+
3342
+ </span>
3343
+
2968
3344
 
2969
3345
 
2970
3346
  </span>
@@ -3034,7 +3410,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3034
3410
  <span class="method-parameter is-pulled-right">
3035
3411
  <label>类型:</label>
3036
3412
 
3037
- <span class="param-type">Number</span>
3413
+ <span class="param-type">
3414
+
3415
+ Number
3416
+
3417
+ </span>
3418
+
3038
3419
 
3039
3420
 
3040
3421
  </span>
@@ -3068,7 +3449,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3068
3449
 
3069
3450
  <dt class="inherited-from">Inherited From:</dt>
3070
3451
  <dd class="inherited-from"><ul class="dummy"><li>
3071
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3452
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3072
3453
  </li></ul></dd>
3073
3454
 
3074
3455
 
@@ -3125,27 +3506,37 @@ off-screen: 使用矢量瓦片来绘制注记;
3125
3506
  <tbody>
3126
3507
 
3127
3508
  <tr class="deep-level-0">
3128
- <td class="name"><code><a href="VectorTileLayer.html#fromJSON">fromJSON</a></code></td>
3509
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3129
3510
  <td class="name">
3130
3511
  <code>
3131
3512
 
3132
3513
 
3133
- <span class="param-type"><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></span>
3514
+ <span class="param-type">
3515
+
3516
+ <a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a>
3517
+
3518
+ </span>
3519
+
3134
3520
 
3135
3521
 
3136
3522
 
3137
3523
  </code>
3138
3524
  </td>
3139
- <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象<a id='fromJSON'></a></p></code></td>
3525
+ <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象</code></td>
3140
3526
  </tr>
3141
3527
 
3142
3528
  <tr class="deep-level-0">
3143
- <td class="name"><code><a href="VectorTileLayer.html#clone">clone</a></code></td>
3529
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3144
3530
  <td class="name">
3145
3531
  <code>
3146
3532
 
3147
3533
 
3148
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3534
+ <span class="param-type">
3535
+
3536
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3537
+
3538
+ </span>
3539
+
3149
3540
 
3150
3541
 
3151
3542
 
@@ -3155,23 +3546,27 @@ off-screen: 使用矢量瓦片来绘制注记;
3155
3546
  </tr>
3156
3547
 
3157
3548
  <tr class="deep-level-0">
3158
- <td class="name"><code><a href="VectorTileLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
3549
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
3159
3550
  <td class="name">
3160
3551
  <code>
3161
3552
 
3162
3553
  </code>
3163
3554
  </td>
3164
- <td class="name"><code><a id='deleteStyleLayer'/>
3165
- 删除样式图层</code></td>
3555
+ <td class="name"><code></code></td>
3166
3556
  </tr>
3167
3557
 
3168
3558
  <tr class="deep-level-0">
3169
- <td class="name"><code><a href="VectorTileLayer.html#destroy">destroy</a></code></td>
3559
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3170
3560
  <td class="name">
3171
3561
  <code>
3172
3562
 
3173
3563
 
3174
- <span class="param-type">*</span>
3564
+ <span class="param-type">
3565
+
3566
+ *
3567
+
3568
+ </span>
3569
+
3175
3570
 
3176
3571
 
3177
3572
 
@@ -3181,130 +3576,172 @@ off-screen: 使用矢量瓦片来绘制注记;
3181
3576
  </tr>
3182
3577
 
3183
3578
  <tr class="deep-level-0">
3184
- <td class="name"><code><a href="VectorTileLayer.html#getExtendProperties">getExtendProperties</a></code></td>
3579
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
3185
3580
  <td class="name">
3186
3581
  <code>
3187
3582
 
3188
3583
 
3189
- <span class="param-type">Any</span>
3584
+ <span class="param-type">
3585
+
3586
+ Any
3587
+
3588
+ </span>
3589
+
3190
3590
 
3191
3591
 
3192
3592
 
3193
3593
  </code>
3194
3594
  </td>
3195
- <td class="name"><code><a id='getExtendProperties'/>
3196
- 获取样式图层的额外属性</code></td>
3595
+ <td class="name"><code></code></td>
3197
3596
  </tr>
3198
3597
 
3199
3598
  <tr class="deep-level-0">
3200
- <td class="name"><code><a href="VectorTileLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
3599
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
3201
3600
  <td class="name">
3202
3601
  <code>
3203
3602
 
3204
3603
 
3205
- <span class="param-type">Object</span>
3604
+ <span class="param-type">
3605
+
3606
+ Object
3607
+
3608
+ </span>
3206
3609
  |
3207
3610
 
3208
- <span class="param-type">null</span>
3611
+ <span class="param-type">
3612
+
3613
+ null
3614
+
3615
+ </span>
3616
+
3209
3617
 
3210
3618
 
3211
3619
 
3212
3620
  </code>
3213
3621
  </td>
3214
- <td class="name"><code><a id='getLayoutProperties'/>
3215
- 获取样式图层布局属性</code></td>
3622
+ <td class="name"><code></code></td>
3216
3623
  </tr>
3217
3624
 
3218
3625
  <tr class="deep-level-0">
3219
- <td class="name"><code><a href="VectorTileLayer.html#getPaintProperties">getPaintProperties</a></code></td>
3626
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
3220
3627
  <td class="name">
3221
3628
  <code>
3222
3629
 
3223
3630
 
3224
- <span class="param-type">Object</span>
3631
+ <span class="param-type">
3632
+
3633
+ Object
3634
+
3635
+ </span>
3225
3636
  |
3226
3637
 
3227
- <span class="param-type">null</span>
3638
+ <span class="param-type">
3639
+
3640
+ null
3641
+
3642
+ </span>
3643
+
3228
3644
 
3229
3645
 
3230
3646
 
3231
3647
  </code>
3232
3648
  </td>
3233
- <td class="name"><code><a id='getPaintProperties'/>
3234
- 获取样式图层绘制属性</code></td>
3649
+ <td class="name"><code></code></td>
3235
3650
  </tr>
3236
3651
 
3237
3652
  <tr class="deep-level-0">
3238
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayer">getStyleLayer</a></code></td>
3653
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
3239
3654
  <td class="name">
3240
3655
  <code>
3241
3656
 
3242
3657
 
3243
- <span class="param-type">Object</span>
3658
+ <span class="param-type">
3659
+
3660
+ Object
3661
+
3662
+ </span>
3663
+
3244
3664
 
3245
3665
 
3246
3666
 
3247
3667
  </code>
3248
3668
  </td>
3249
- <td class="name"><code><a id='getStyleLayer'/>
3250
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
3669
+ <td class="name"><code></code></td>
3251
3670
  </tr>
3252
3671
 
3253
3672
  <tr class="deep-level-0">
3254
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
3673
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
3255
3674
  <td class="name">
3256
3675
  <code>
3257
3676
 
3258
3677
 
3259
- <span class="param-type">String</span>
3678
+ <span class="param-type">
3679
+
3680
+ String
3681
+
3682
+ </span>
3683
+
3260
3684
 
3261
3685
 
3262
3686
 
3263
3687
  </code>
3264
3688
  </td>
3265
- <td class="name"><code><a id='getStyleLayerIndex'/>
3266
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
3689
+ <td class="name"><code></code></td>
3267
3690
  </tr>
3268
3691
 
3269
3692
  <tr class="deep-level-0">
3270
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
3693
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
3271
3694
  <td class="name">
3272
3695
  <code>
3273
3696
 
3274
3697
 
3275
- <span class="param-type">Number</span>
3698
+ <span class="param-type">
3699
+
3700
+ Number
3701
+
3702
+ </span>
3703
+
3276
3704
 
3277
3705
 
3278
3706
 
3279
3707
  </code>
3280
3708
  </td>
3281
- <td class="name"><code><a id='getStyleLayerIndex'/>
3282
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
3709
+ <td class="name"><code></code></td>
3283
3710
  </tr>
3284
3711
 
3285
3712
  <tr class="deep-level-0">
3286
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
3713
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
3287
3714
  <td class="name">
3288
3715
  <code>
3289
3716
 
3290
3717
 
3291
- <span class="param-type">Boolean</span>
3718
+ <span class="param-type">
3719
+
3720
+ Boolean
3721
+
3722
+ </span>
3723
+
3292
3724
 
3293
3725
 
3294
3726
 
3295
3727
  </code>
3296
3728
  </td>
3297
3729
  <td class="name"><code><p>获取样式图层可见性
3298
- <a id='getStyleLayerVisibility'/></p></code></td>
3730
+ </code></td>
3299
3731
  </tr>
3300
3732
 
3301
3733
  <tr class="deep-level-0">
3302
- <td class="name"><code><a href="VectorTileLayer.html#isLoaded">isLoaded</a></code></td>
3734
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3303
3735
  <td class="name">
3304
3736
  <code>
3305
3737
 
3306
3738
 
3307
- <span class="param-type">Boolean</span>
3739
+ <span class="param-type">
3740
+
3741
+ Boolean
3742
+
3743
+ </span>
3744
+
3308
3745
 
3309
3746
 
3310
3747
 
@@ -3314,12 +3751,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3314
3751
  </tr>
3315
3752
 
3316
3753
  <tr class="deep-level-0">
3317
- <td class="name"><code><a href="VectorTileLayer.html#off">off</a></code></td>
3754
+ <td class="name"><code><a href="#off">off</a></code></td>
3318
3755
  <td class="name">
3319
3756
  <code>
3320
3757
 
3321
3758
 
3322
- <span class="param-type">Object</span>
3759
+ <span class="param-type">
3760
+
3761
+ Object
3762
+
3763
+ </span>
3764
+
3323
3765
 
3324
3766
 
3325
3767
 
@@ -3327,21 +3769,21 @@ off-screen: 使用矢量瓦片来绘制注记;
3327
3769
  </td>
3328
3770
  <td class="name"><code><p>移除事件<br/>
3329
3771
  示例如下:<br/>
3330
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
3331
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
3332
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
3333
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
3334
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
3335
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
3772
+ </code></td>
3336
3773
  </tr>
3337
3774
 
3338
3775
  <tr class="deep-level-0">
3339
- <td class="name"><code><a href="VectorTileLayer.html#on">on</a></code></td>
3776
+ <td class="name"><code><a href="#on">on</a></code></td>
3340
3777
  <td class="name">
3341
3778
  <code>
3342
3779
 
3343
3780
 
3344
- <span class="param-type">Object</span>
3781
+ <span class="param-type">
3782
+
3783
+ Object
3784
+
3785
+ </span>
3786
+
3345
3787
 
3346
3788
 
3347
3789
 
@@ -3349,15 +3791,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3349
3791
  </td>
3350
3792
  <td class="name"><code><p>注册一个新的监听事件;<br/>
3351
3793
  示例如下:<br/>
3352
- <a href='#event1'>[1、注册一个事件]</a><br/>
3353
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
3354
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
3355
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
3356
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
3794
+ </code></td>
3357
3795
  </tr>
3358
3796
 
3359
3797
  <tr class="deep-level-0">
3360
- <td class="name"><code><a href="VectorTileLayer.html#refresh">refresh</a></code></td>
3798
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3361
3799
  <td class="name">
3362
3800
  <code>
3363
3801
 
@@ -3367,67 +3805,67 @@ off-screen: 使用矢量瓦片来绘制注记;
3367
3805
  </tr>
3368
3806
 
3369
3807
  <tr class="deep-level-0">
3370
- <td class="name"><code><a href="VectorTileLayer.html#setExtendProperties">setExtendProperties</a></code></td>
3808
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
3371
3809
  <td class="name">
3372
3810
  <code>
3373
3811
 
3374
3812
  </code>
3375
3813
  </td>
3376
- <td class="name"><code><a id='setExtendProperties'/>
3377
- 设置样式图层的额外属性</code></td>
3814
+ <td class="name"><code></code></td>
3378
3815
  </tr>
3379
3816
 
3380
3817
  <tr class="deep-level-0">
3381
- <td class="name"><code><a href="VectorTileLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
3818
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
3382
3819
  <td class="name">
3383
3820
  <code>
3384
3821
 
3385
3822
  </code>
3386
3823
  </td>
3387
- <td class="name"><code><a id='setLayoutProperties'/>
3388
- 设置样式图层布局属性</code></td>
3824
+ <td class="name"><code></code></td>
3389
3825
  </tr>
3390
3826
 
3391
3827
  <tr class="deep-level-0">
3392
- <td class="name"><code><a href="VectorTileLayer.html#setPaintProperties">setPaintProperties</a></code></td>
3828
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
3393
3829
  <td class="name">
3394
3830
  <code>
3395
3831
 
3396
3832
  </code>
3397
3833
  </td>
3398
- <td class="name"><code><a id='setPaintProperties'/>
3399
- 设置样式图层绘制属性</code></td>
3834
+ <td class="name"><code></code></td>
3400
3835
  </tr>
3401
3836
 
3402
3837
  <tr class="deep-level-0">
3403
- <td class="name"><code><a href="VectorTileLayer.html#setStyleLayer">setStyleLayer</a></code></td>
3838
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
3404
3839
  <td class="name">
3405
3840
  <code>
3406
3841
 
3407
3842
  </code>
3408
3843
  </td>
3409
- <td class="name"><code><a id='setStyleLayer'/>
3410
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
3844
+ <td class="name"><code></code></td>
3411
3845
  </tr>
3412
3846
 
3413
3847
  <tr class="deep-level-0">
3414
- <td class="name"><code><a href="VectorTileLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
3848
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
3415
3849
  <td class="name">
3416
3850
  <code>
3417
3851
 
3418
3852
  </code>
3419
3853
  </td>
3420
- <td class="name"><code><a id='setStyleLayerVisibility'/>
3421
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
3854
+ <td class="name"><code></code></td>
3422
3855
  </tr>
3423
3856
 
3424
3857
  <tr class="deep-level-0">
3425
- <td class="name"><code><a href="VectorTileLayer.html#toJSON">toJSON</a></code></td>
3858
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3426
3859
  <td class="name">
3427
3860
  <code>
3428
3861
 
3429
3862
 
3430
- <span class="param-type">Object</span>
3863
+ <span class="param-type">
3864
+
3865
+ Object
3866
+
3867
+ </span>
3868
+
3431
3869
 
3432
3870
 
3433
3871
 
@@ -3498,13 +3936,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3498
3936
 
3499
3937
  <tr class="deep-level-0">
3500
3938
 
3501
- <td class="name" id="json"><code>json</code></td>
3939
+ <td class="name"><code>json</code></td>
3502
3940
 
3503
3941
 
3504
3942
  <td class="type">
3505
3943
 
3506
3944
 
3507
- <span class="param-type">Object</span>
3945
+ <span class="param-type">
3946
+
3947
+ Object
3948
+
3949
+ </span>
3950
+
3508
3951
 
3509
3952
 
3510
3953
 
@@ -3592,7 +4035,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3592
4035
  <div class='column is-5 has-text-left'>
3593
4036
  <label>类型: </label>
3594
4037
 
3595
- <span class="param-type"><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></span>
4038
+ <span class="param-type">
4039
+
4040
+ <a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a>
4041
+
4042
+ </span>
4043
+
3596
4044
 
3597
4045
 
3598
4046
  </div>
@@ -3713,7 +4161,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3713
4161
  <div class='column is-5 has-text-left'>
3714
4162
  <label>类型: </label>
3715
4163
 
3716
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4164
+ <span class="param-type">
4165
+
4166
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4167
+
4168
+ </span>
4169
+
3717
4170
 
3718
4171
 
3719
4172
  </div>
@@ -3785,13 +4238,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3785
4238
 
3786
4239
  <tr class="deep-level-0">
3787
4240
 
3788
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4241
+ <td class="name"><code>styleLayerId</code></td>
3789
4242
 
3790
4243
 
3791
4244
  <td class="type">
3792
4245
 
3793
4246
 
3794
- <span class="param-type">String</span>
4247
+ <span class="param-type">
4248
+
4249
+ String
4250
+
4251
+ </span>
4252
+
3795
4253
 
3796
4254
 
3797
4255
 
@@ -3910,7 +4368,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3910
4368
 
3911
4369
  <dt class="inherited-from">Inherited From:</dt>
3912
4370
  <dd class="inherited-from"><ul class="dummy"><li>
3913
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4371
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3914
4372
  </li></ul></dd>
3915
4373
 
3916
4374
 
@@ -3969,7 +4427,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3969
4427
  <div class='column is-5 has-text-left'>
3970
4428
  <label>类型: </label>
3971
4429
 
3972
- <span class="param-type">*</span>
4430
+ <span class="param-type">
4431
+
4432
+ *
4433
+
4434
+ </span>
4435
+
3973
4436
 
3974
4437
 
3975
4438
  </div>
@@ -4041,13 +4504,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4041
4504
 
4042
4505
  <tr class="deep-level-0">
4043
4506
 
4044
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4507
+ <td class="name"><code>styleLayerId</code></td>
4045
4508
 
4046
4509
 
4047
4510
  <td class="type">
4048
4511
 
4049
4512
 
4050
- <span class="param-type">String</span>
4513
+ <span class="param-type">
4514
+
4515
+ String
4516
+
4517
+ </span>
4518
+
4051
4519
 
4052
4520
 
4053
4521
 
@@ -4065,13 +4533,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4065
4533
 
4066
4534
  <tr class="deep-level-0">
4067
4535
 
4068
- <td class="name" id="key"><code>key</code></td>
4536
+ <td class="name"><code>key</code></td>
4069
4537
 
4070
4538
 
4071
4539
  <td class="type">
4072
4540
 
4073
4541
 
4074
- <span class="param-type">String</span>
4542
+ <span class="param-type">
4543
+
4544
+ String
4545
+
4546
+ </span>
4547
+
4075
4548
 
4076
4549
 
4077
4550
 
@@ -4159,7 +4632,12 @@ off-screen: 使用矢量瓦片来绘制注记;
4159
4632
  <div class='column is-5 has-text-left'>
4160
4633
  <label>类型: </label>
4161
4634
 
4162
- <span class="param-type">Any</span>
4635
+ <span class="param-type">
4636
+
4637
+ Any
4638
+
4639
+ </span>
4640
+
4163
4641
 
4164
4642
 
4165
4643
  </div>
@@ -4231,13 +4709,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4231
4709
 
4232
4710
  <tr class="deep-level-0">
4233
4711
 
4234
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4712
+ <td class="name"><code>styleLayerId</code></td>
4235
4713
 
4236
4714
 
4237
4715
  <td class="type">
4238
4716
 
4239
4717
 
4240
- <span class="param-type">String</span>
4718
+ <span class="param-type">
4719
+
4720
+ String
4721
+
4722
+ </span>
4723
+
4241
4724
 
4242
4725
 
4243
4726
 
@@ -4325,10 +4808,19 @@ off-screen: 使用矢量瓦片来绘制注记;
4325
4808
  <div class='column is-5 has-text-left'>
4326
4809
  <label>类型: </label>
4327
4810
 
4328
- <span class="param-type">Object</span>
4811
+ <span class="param-type">
4812
+
4813
+ Object
4814
+
4815
+ </span>
4329
4816
  |
4330
4817
 
4331
- <span class="param-type">null</span>
4818
+ <span class="param-type">
4819
+
4820
+ null
4821
+
4822
+ </span>
4823
+
4332
4824
 
4333
4825
 
4334
4826
  </div>
@@ -4400,13 +4892,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4400
4892
 
4401
4893
  <tr class="deep-level-0">
4402
4894
 
4403
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4895
+ <td class="name"><code>styleLayerId</code></td>
4404
4896
 
4405
4897
 
4406
4898
  <td class="type">
4407
4899
 
4408
4900
 
4409
- <span class="param-type">String</span>
4901
+ <span class="param-type">
4902
+
4903
+ String
4904
+
4905
+ </span>
4906
+
4410
4907
 
4411
4908
 
4412
4909
 
@@ -4494,10 +4991,19 @@ off-screen: 使用矢量瓦片来绘制注记;
4494
4991
  <div class='column is-5 has-text-left'>
4495
4992
  <label>类型: </label>
4496
4993
 
4497
- <span class="param-type">Object</span>
4994
+ <span class="param-type">
4995
+
4996
+ Object
4997
+
4998
+ </span>
4498
4999
  |
4499
5000
 
4500
- <span class="param-type">null</span>
5001
+ <span class="param-type">
5002
+
5003
+ null
5004
+
5005
+ </span>
5006
+
4501
5007
 
4502
5008
 
4503
5009
  </div>
@@ -4569,13 +5075,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4569
5075
 
4570
5076
  <tr class="deep-level-0">
4571
5077
 
4572
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5078
+ <td class="name"><code>styleLayerId</code></td>
4573
5079
 
4574
5080
 
4575
5081
  <td class="type">
4576
5082
 
4577
5083
 
4578
- <span class="param-type">String</span>
5084
+ <span class="param-type">
5085
+
5086
+ String
5087
+
5088
+ </span>
5089
+
4579
5090
 
4580
5091
 
4581
5092
 
@@ -4663,7 +5174,12 @@ off-screen: 使用矢量瓦片来绘制注记;
4663
5174
  <div class='column is-5 has-text-left'>
4664
5175
  <label>类型: </label>
4665
5176
 
4666
- <span class="param-type">Object</span>
5177
+ <span class="param-type">
5178
+
5179
+ Object
5180
+
5181
+ </span>
5182
+
4667
5183
 
4668
5184
 
4669
5185
  </div>
@@ -4735,13 +5251,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4735
5251
 
4736
5252
  <tr class="deep-level-0">
4737
5253
 
4738
- <td class="name" id="index"><code>index</code></td>
5254
+ <td class="name"><code>index</code></td>
4739
5255
 
4740
5256
 
4741
5257
  <td class="type">
4742
5258
 
4743
5259
 
4744
- <span class="param-type">Number</span>
5260
+ <span class="param-type">
5261
+
5262
+ Number
5263
+
5264
+ </span>
5265
+
4745
5266
 
4746
5267
 
4747
5268
 
@@ -4829,7 +5350,12 @@ off-screen: 使用矢量瓦片来绘制注记;
4829
5350
  <div class='column is-5 has-text-left'>
4830
5351
  <label>类型: </label>
4831
5352
 
4832
- <span class="param-type">String</span>
5353
+ <span class="param-type">
5354
+
5355
+ String
5356
+
5357
+ </span>
5358
+
4833
5359
 
4834
5360
 
4835
5361
  </div>
@@ -4901,13 +5427,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4901
5427
 
4902
5428
  <tr class="deep-level-0">
4903
5429
 
4904
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5430
+ <td class="name"><code>styleLayerId</code></td>
4905
5431
 
4906
5432
 
4907
5433
  <td class="type">
4908
5434
 
4909
5435
 
4910
- <span class="param-type">String</span>
5436
+ <span class="param-type">
5437
+
5438
+ String
5439
+
5440
+ </span>
5441
+
4911
5442
 
4912
5443
 
4913
5444
 
@@ -4995,7 +5526,12 @@ off-screen: 使用矢量瓦片来绘制注记;
4995
5526
  <div class='column is-5 has-text-left'>
4996
5527
  <label>类型: </label>
4997
5528
 
4998
- <span class="param-type">Number</span>
5529
+ <span class="param-type">
5530
+
5531
+ Number
5532
+
5533
+ </span>
5534
+
4999
5535
 
5000
5536
 
5001
5537
  </div>
@@ -5067,13 +5603,18 @@ off-screen: 使用矢量瓦片来绘制注记;
5067
5603
 
5068
5604
  <tr class="deep-level-0">
5069
5605
 
5070
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5606
+ <td class="name"><code>styleLayerId</code></td>
5071
5607
 
5072
5608
 
5073
5609
  <td class="type">
5074
5610
 
5075
5611
 
5076
- <span class="param-type">String</span>
5612
+ <span class="param-type">
5613
+
5614
+ String
5615
+
5616
+ </span>
5617
+
5077
5618
 
5078
5619
 
5079
5620
 
@@ -5161,7 +5702,12 @@ off-screen: 使用矢量瓦片来绘制注记;
5161
5702
  <div class='column is-5 has-text-left'>
5162
5703
  <label>类型: </label>
5163
5704
 
5164
- <span class="param-type">Boolean</span>
5705
+ <span class="param-type">
5706
+
5707
+ Boolean
5708
+
5709
+ </span>
5710
+
5165
5711
 
5166
5712
 
5167
5713
  </div>
@@ -5221,7 +5767,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5221
5767
 
5222
5768
  <dt class="inherited-from">Inherited From:</dt>
5223
5769
  <dd class="inherited-from"><ul class="dummy"><li>
5224
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
5770
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
5225
5771
  </li></ul></dd>
5226
5772
 
5227
5773
 
@@ -5282,7 +5828,12 @@ off-screen: 使用矢量瓦片来绘制注记;
5282
5828
  <div class='column is-5 has-text-left'>
5283
5829
  <label>类型: </label>
5284
5830
 
5285
- <span class="param-type">Boolean</span>
5831
+ <span class="param-type">
5832
+
5833
+ Boolean
5834
+
5835
+ </span>
5836
+
5286
5837
 
5287
5838
 
5288
5839
  </div>
@@ -5360,13 +5911,18 @@ off-screen: 使用矢量瓦片来绘制注记;
5360
5911
 
5361
5912
  <tr class="deep-level-0">
5362
5913
 
5363
- <td class="name" id="types"><code>types</code></td>
5914
+ <td class="name"><code>types</code></td>
5364
5915
 
5365
5916
 
5366
5917
  <td class="type">
5367
5918
 
5368
5919
 
5369
- <span class="param-type">string</span>
5920
+ <span class="param-type">
5921
+
5922
+ string
5923
+
5924
+ </span>
5925
+
5370
5926
 
5371
5927
 
5372
5928
 
@@ -5386,13 +5942,18 @@ off-screen: 使用矢量瓦片来绘制注记;
5386
5942
 
5387
5943
  <tr class="deep-level-0">
5388
5944
 
5389
- <td class="name" id="fn"><code>fn</code></td>
5945
+ <td class="name"><code>fn</code></td>
5390
5946
 
5391
5947
 
5392
5948
  <td class="type">
5393
5949
 
5394
5950
 
5395
- <span class="param-type">function</span>
5951
+ <span class="param-type">
5952
+
5953
+ function
5954
+
5955
+ </span>
5956
+
5396
5957
 
5397
5958
 
5398
5959
 
@@ -5410,13 +5971,18 @@ off-screen: 使用矢量瓦片来绘制注记;
5410
5971
 
5411
5972
  <tr class="deep-level-0">
5412
5973
 
5413
- <td class="name" id="context"><code>context</code></td>
5974
+ <td class="name"><code>context</code></td>
5414
5975
 
5415
5976
 
5416
5977
  <td class="type">
5417
5978
 
5418
5979
 
5419
- <span class="param-type">Object</span>
5980
+ <span class="param-type">
5981
+
5982
+ Object
5983
+
5984
+ </span>
5985
+
5420
5986
 
5421
5987
 
5422
5988
 
@@ -5448,7 +6014,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5448
6014
 
5449
6015
  <dt class="inherited-from">Inherited From:</dt>
5450
6016
  <dd class="inherited-from"><ul class="dummy"><li>
5451
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
6017
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
5452
6018
  </li></ul></dd>
5453
6019
 
5454
6020
 
@@ -5509,7 +6075,12 @@ off-screen: 使用矢量瓦片来绘制注记;
5509
6075
  <div class='column is-5 has-text-left'>
5510
6076
  <label>类型: </label>
5511
6077
 
5512
- <span class="param-type">Object</span>
6078
+ <span class="param-type">
6079
+
6080
+ Object
6081
+
6082
+ </span>
6083
+
5513
6084
 
5514
6085
 
5515
6086
  </div>
@@ -5676,16 +6247,25 @@ view.off({
5676
6247
 
5677
6248
  <tr class="deep-level-0">
5678
6249
 
5679
- <td class="name" id="types"><code>types</code></td>
6250
+ <td class="name"><code>types</code></td>
5680
6251
 
5681
6252
 
5682
6253
  <td class="type">
5683
6254
 
5684
6255
 
5685
- <span class="param-type">String</span>
6256
+ <span class="param-type">
6257
+
6258
+ String
6259
+
6260
+ </span>
5686
6261
  |
5687
6262
 
5688
- <span class="param-type">Object</span>
6263
+ <span class="param-type">
6264
+
6265
+ Object
6266
+
6267
+ </span>
6268
+
5689
6269
 
5690
6270
 
5691
6271
 
@@ -5711,13 +6291,18 @@ view.off({
5711
6291
 
5712
6292
  <tr class="deep-level-0">
5713
6293
 
5714
- <td class="name" id="fn"><code>fn</code></td>
6294
+ <td class="name"><code>fn</code></td>
5715
6295
 
5716
6296
 
5717
6297
  <td class="type">
5718
6298
 
5719
6299
 
5720
- <span class="param-type">function</span>
6300
+ <span class="param-type">
6301
+
6302
+ function
6303
+
6304
+ </span>
6305
+
5721
6306
 
5722
6307
 
5723
6308
 
@@ -5741,13 +6326,18 @@ view.off({
5741
6326
 
5742
6327
  <tr class="deep-level-0">
5743
6328
 
5744
- <td class="name" id="context"><code>context</code></td>
6329
+ <td class="name"><code>context</code></td>
5745
6330
 
5746
6331
 
5747
6332
  <td class="type">
5748
6333
 
5749
6334
 
5750
- <span class="param-type">Object</span>
6335
+ <span class="param-type">
6336
+
6337
+ Object
6338
+
6339
+ </span>
6340
+
5751
6341
 
5752
6342
 
5753
6343
 
@@ -5785,7 +6375,7 @@ view.off({
5785
6375
 
5786
6376
  <dt class="inherited-from">Inherited From:</dt>
5787
6377
  <dd class="inherited-from"><ul class="dummy"><li>
5788
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
6378
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
5789
6379
  </li></ul></dd>
5790
6380
 
5791
6381
 
@@ -5846,7 +6436,12 @@ view.off({
5846
6436
  <div class='column is-5 has-text-left'>
5847
6437
  <label>类型: </label>
5848
6438
 
5849
- <span class="param-type">Object</span>
6439
+ <span class="param-type">
6440
+
6441
+ Object
6442
+
6443
+ </span>
6444
+
5850
6445
 
5851
6446
 
5852
6447
  </div>
@@ -5984,7 +6579,7 @@ view.on({
5984
6579
 
5985
6580
  <dt class="inherited-from">Inherited From:</dt>
5986
6581
  <dd class="inherited-from"><ul class="dummy"><li>
5987
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
6582
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
5988
6583
  </li></ul></dd>
5989
6584
 
5990
6585
 
@@ -6092,13 +6687,18 @@ view.on({
6092
6687
 
6093
6688
  <tr class="deep-level-0">
6094
6689
 
6095
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
6690
+ <td class="name"><code>styleLayerId</code></td>
6096
6691
 
6097
6692
 
6098
6693
  <td class="type">
6099
6694
 
6100
6695
 
6101
- <span class="param-type">String</span>
6696
+ <span class="param-type">
6697
+
6698
+ String
6699
+
6700
+ </span>
6701
+
6102
6702
 
6103
6703
 
6104
6704
 
@@ -6116,13 +6716,18 @@ view.on({
6116
6716
 
6117
6717
  <tr class="deep-level-0">
6118
6718
 
6119
- <td class="name" id="key"><code>key</code></td>
6719
+ <td class="name"><code>key</code></td>
6120
6720
 
6121
6721
 
6122
6722
  <td class="type">
6123
6723
 
6124
6724
 
6125
- <span class="param-type">String</span>
6725
+ <span class="param-type">
6726
+
6727
+ String
6728
+
6729
+ </span>
6730
+
6126
6731
 
6127
6732
 
6128
6733
 
@@ -6140,13 +6745,18 @@ view.on({
6140
6745
 
6141
6746
  <tr class="deep-level-0">
6142
6747
 
6143
- <td class="name" id="value"><code>value</code></td>
6748
+ <td class="name"><code>value</code></td>
6144
6749
 
6145
6750
 
6146
6751
  <td class="type">
6147
6752
 
6148
6753
 
6149
- <span class="param-type">Any</span>
6754
+ <span class="param-type">
6755
+
6756
+ Any
6757
+
6758
+ </span>
6759
+
6150
6760
 
6151
6761
 
6152
6762
 
@@ -6281,13 +6891,18 @@ view.on({
6281
6891
 
6282
6892
  <tr class="deep-level-0">
6283
6893
 
6284
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
6894
+ <td class="name"><code>styleLayerId</code></td>
6285
6895
 
6286
6896
 
6287
6897
  <td class="type">
6288
6898
 
6289
6899
 
6290
- <span class="param-type">String</span>
6900
+ <span class="param-type">
6901
+
6902
+ String
6903
+
6904
+ </span>
6905
+
6291
6906
 
6292
6907
 
6293
6908
 
@@ -6305,13 +6920,18 @@ view.on({
6305
6920
 
6306
6921
  <tr class="deep-level-0">
6307
6922
 
6308
- <td class="name" id="layout"><code>layout</code></td>
6923
+ <td class="name"><code>layout</code></td>
6309
6924
 
6310
6925
 
6311
6926
  <td class="type">
6312
6927
 
6313
6928
 
6314
- <span class="param-type">Object</span>
6929
+ <span class="param-type">
6930
+
6931
+ Object
6932
+
6933
+ </span>
6934
+
6315
6935
 
6316
6936
 
6317
6937
 
@@ -6446,13 +7066,18 @@ view.on({
6446
7066
 
6447
7067
  <tr class="deep-level-0">
6448
7068
 
6449
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
7069
+ <td class="name"><code>styleLayerId</code></td>
6450
7070
 
6451
7071
 
6452
7072
  <td class="type">
6453
7073
 
6454
7074
 
6455
- <span class="param-type">String</span>
7075
+ <span class="param-type">
7076
+
7077
+ String
7078
+
7079
+ </span>
7080
+
6456
7081
 
6457
7082
 
6458
7083
 
@@ -6470,13 +7095,18 @@ view.on({
6470
7095
 
6471
7096
  <tr class="deep-level-0">
6472
7097
 
6473
- <td class="name" id="paint"><code>paint</code></td>
7098
+ <td class="name"><code>paint</code></td>
6474
7099
 
6475
7100
 
6476
7101
  <td class="type">
6477
7102
 
6478
7103
 
6479
- <span class="param-type">Object</span>
7104
+ <span class="param-type">
7105
+
7106
+ Object
7107
+
7108
+ </span>
7109
+
6480
7110
 
6481
7111
 
6482
7112
 
@@ -6611,13 +7241,18 @@ view.on({
6611
7241
 
6612
7242
  <tr class="deep-level-0">
6613
7243
 
6614
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
7244
+ <td class="name"><code>styleLayer</code></td>
6615
7245
 
6616
7246
 
6617
7247
  <td class="type">
6618
7248
 
6619
7249
 
6620
- <span class="param-type">Object</span>
7250
+ <span class="param-type">
7251
+
7252
+ Object
7253
+
7254
+ </span>
7255
+
6621
7256
 
6622
7257
 
6623
7258
 
@@ -6635,13 +7270,18 @@ view.on({
6635
7270
 
6636
7271
  <tr class="deep-level-0">
6637
7272
 
6638
- <td class="name" id="index"><code>index</code></td>
7273
+ <td class="name"><code>index</code></td>
6639
7274
 
6640
7275
 
6641
7276
  <td class="type">
6642
7277
 
6643
7278
 
6644
- <span class="param-type">String</span>
7279
+ <span class="param-type">
7280
+
7281
+ String
7282
+
7283
+ </span>
7284
+
6645
7285
 
6646
7286
 
6647
7287
 
@@ -6776,13 +7416,18 @@ view.on({
6776
7416
 
6777
7417
  <tr class="deep-level-0">
6778
7418
 
6779
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
7419
+ <td class="name"><code>styleLayerId</code></td>
6780
7420
 
6781
7421
 
6782
7422
  <td class="type">
6783
7423
 
6784
7424
 
6785
- <span class="param-type">String</span>
7425
+ <span class="param-type">
7426
+
7427
+ String
7428
+
7429
+ </span>
7430
+
6786
7431
 
6787
7432
 
6788
7433
 
@@ -6800,13 +7445,18 @@ view.on({
6800
7445
 
6801
7446
  <tr class="deep-level-0">
6802
7447
 
6803
- <td class="name" id="visible"><code>visible</code></td>
7448
+ <td class="name"><code>visible</code></td>
6804
7449
 
6805
7450
 
6806
7451
  <td class="type">
6807
7452
 
6808
7453
 
6809
- <span class="param-type">Boolean</span>
7454
+ <span class="param-type">
7455
+
7456
+ Boolean
7457
+
7458
+ </span>
7459
+
6810
7460
 
6811
7461
 
6812
7462
 
@@ -6990,7 +7640,12 @@ view.on({
6990
7640
  <div class='column is-5 has-text-left'>
6991
7641
  <label>类型: </label>
6992
7642
 
6993
- <span class="param-type">Object</span>
7643
+ <span class="param-type">
7644
+
7645
+ Object
7646
+
7647
+ </span>
7648
+
6994
7649
 
6995
7650
 
6996
7651
  </div>
@@ -7029,37 +7684,37 @@ view.on({
7029
7684
  <tbody>
7030
7685
 
7031
7686
  <tr class="deep-level-0">
7032
- <td class="name"><code><a href="VectorTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
7687
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
7033
7688
  <td class="name"><code>图层刷新完毕事件</code></td>
7034
7689
  </tr>
7035
7690
 
7036
7691
  <tr class="deep-level-0">
7037
- <td class="name"><code><a href="VectorTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
7692
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
7038
7693
  <td class="name"><code>图层加载完毕事件</code></td>
7039
7694
  </tr>
7040
7695
 
7041
7696
  <tr class="deep-level-0">
7042
- <td class="name"><code><a href="VectorTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
7697
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
7043
7698
  <td class="name"><code>图层显隐更新完毕事件</code></td>
7044
7699
  </tr>
7045
7700
 
7046
7701
  <tr class="deep-level-0">
7047
- <td class="name"><code><a href="VectorTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
7702
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
7048
7703
  <td class="name"><code>图层更新完毕事件</code></td>
7049
7704
  </tr>
7050
7705
 
7051
7706
  <tr class="deep-level-0">
7052
- <td class="name"><code><a href="VectorTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
7707
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
7053
7708
  <td class="name"><code>图层透明度更新完毕事件</code></td>
7054
7709
  </tr>
7055
7710
 
7056
7711
  <tr class="deep-level-0">
7057
- <td class="name"><code><a href="VectorTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
7712
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
7058
7713
  <td class="name"><code>图层销毁完毕事件</code></td>
7059
7714
  </tr>
7060
7715
 
7061
7716
  <tr class="deep-level-0">
7062
- <td class="name"><code><a href="VectorTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
7717
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
7063
7718
  <td class="name"><code>图层顺序更新完毕事件</code></td>
7064
7719
  </tr>
7065
7720
 
@@ -7139,7 +7794,12 @@ view.on({
7139
7794
  <td class="type">
7140
7795
 
7141
7796
 
7142
- <span class="param-type">Object</span>
7797
+ <span class="param-type">
7798
+
7799
+ Object
7800
+
7801
+ </span>
7802
+
7143
7803
 
7144
7804
 
7145
7805
 
@@ -7172,7 +7832,12 @@ view.on({
7172
7832
  <td class="type">
7173
7833
 
7174
7834
 
7175
- <span class="param-type">String</span>
7835
+ <span class="param-type">
7836
+
7837
+ String
7838
+
7839
+ </span>
7840
+
7176
7841
 
7177
7842
 
7178
7843
 
@@ -7209,7 +7874,12 @@ view.on({
7209
7874
  <td class="type">
7210
7875
 
7211
7876
 
7212
- <span class="param-type">String</span>
7877
+ <span class="param-type">
7878
+
7879
+ String
7880
+
7881
+ </span>
7882
+
7213
7883
 
7214
7884
 
7215
7885
 
@@ -7246,7 +7916,12 @@ view.on({
7246
7916
  <td class="type">
7247
7917
 
7248
7918
 
7249
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7919
+ <span class="param-type">
7920
+
7921
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7922
+
7923
+ </span>
7924
+
7250
7925
 
7251
7926
 
7252
7927
 
@@ -7283,7 +7958,12 @@ view.on({
7283
7958
  <td class="type">
7284
7959
 
7285
7960
 
7286
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7961
+ <span class="param-type">
7962
+
7963
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7964
+
7965
+ </span>
7966
+
7287
7967
 
7288
7968
 
7289
7969
 
@@ -7320,7 +8000,12 @@ view.on({
7320
8000
  <td class="type">
7321
8001
 
7322
8002
 
7323
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8003
+ <span class="param-type">
8004
+
8005
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8006
+
8007
+ </span>
8008
+
7324
8009
 
7325
8010
 
7326
8011
 
@@ -7357,7 +8042,12 @@ view.on({
7357
8042
  <td class="type">
7358
8043
 
7359
8044
 
7360
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8045
+ <span class="param-type">
8046
+
8047
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8048
+
8049
+ </span>
8050
+
7361
8051
 
7362
8052
 
7363
8053
 
@@ -7394,7 +8084,12 @@ view.on({
7394
8084
  <td class="type">
7395
8085
 
7396
8086
 
7397
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8087
+ <span class="param-type">
8088
+
8089
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8090
+
8091
+ </span>
8092
+
7398
8093
 
7399
8094
 
7400
8095
 
@@ -7439,7 +8134,7 @@ view.on({
7439
8134
 
7440
8135
  <dt class="inherited-from">Inherited From:</dt>
7441
8136
  <dd class="inherited-from"><ul class="dummy"><li>
7442
- <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>
8137
+ <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>
7443
8138
  </li></ul></dd>
7444
8139
 
7445
8140
 
@@ -7585,7 +8280,12 @@ view.on({
7585
8280
  <td class="type">
7586
8281
 
7587
8282
 
7588
- <span class="param-type">Object</span>
8283
+ <span class="param-type">
8284
+
8285
+ Object
8286
+
8287
+ </span>
8288
+
7589
8289
 
7590
8290
 
7591
8291
 
@@ -7618,7 +8318,12 @@ view.on({
7618
8318
  <td class="type">
7619
8319
 
7620
8320
 
7621
- <span class="param-type">String</span>
8321
+ <span class="param-type">
8322
+
8323
+ String
8324
+
8325
+ </span>
8326
+
7622
8327
 
7623
8328
 
7624
8329
 
@@ -7655,7 +8360,12 @@ view.on({
7655
8360
  <td class="type">
7656
8361
 
7657
8362
 
7658
- <span class="param-type">String</span>
8363
+ <span class="param-type">
8364
+
8365
+ String
8366
+
8367
+ </span>
8368
+
7659
8369
 
7660
8370
 
7661
8371
 
@@ -7692,7 +8402,12 @@ view.on({
7692
8402
  <td class="type">
7693
8403
 
7694
8404
 
7695
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8405
+ <span class="param-type">
8406
+
8407
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8408
+
8409
+ </span>
8410
+
7696
8411
 
7697
8412
 
7698
8413
 
@@ -7729,7 +8444,12 @@ view.on({
7729
8444
  <td class="type">
7730
8445
 
7731
8446
 
7732
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8447
+ <span class="param-type">
8448
+
8449
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8450
+
8451
+ </span>
8452
+
7733
8453
 
7734
8454
 
7735
8455
 
@@ -7766,7 +8486,12 @@ view.on({
7766
8486
  <td class="type">
7767
8487
 
7768
8488
 
7769
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8489
+ <span class="param-type">
8490
+
8491
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8492
+
8493
+ </span>
8494
+
7770
8495
 
7771
8496
 
7772
8497
 
@@ -7803,7 +8528,12 @@ view.on({
7803
8528
  <td class="type">
7804
8529
 
7805
8530
 
7806
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8531
+ <span class="param-type">
8532
+
8533
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8534
+
8535
+ </span>
8536
+
7807
8537
 
7808
8538
 
7809
8539
 
@@ -7840,7 +8570,12 @@ view.on({
7840
8570
  <td class="type">
7841
8571
 
7842
8572
 
7843
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8573
+ <span class="param-type">
8574
+
8575
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8576
+
8577
+ </span>
8578
+
7844
8579
 
7845
8580
 
7846
8581
 
@@ -7885,7 +8620,7 @@ view.on({
7885
8620
 
7886
8621
  <dt class="inherited-from">Inherited From:</dt>
7887
8622
  <dd class="inherited-from"><ul class="dummy"><li>
7888
- <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>
8623
+ <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>
7889
8624
  </li></ul></dd>
7890
8625
 
7891
8626
 
@@ -8021,7 +8756,12 @@ view.on({
8021
8756
  <td class="type">
8022
8757
 
8023
8758
 
8024
- <span class="param-type">Object</span>
8759
+ <span class="param-type">
8760
+
8761
+ Object
8762
+
8763
+ </span>
8764
+
8025
8765
 
8026
8766
 
8027
8767
 
@@ -8054,7 +8794,12 @@ view.on({
8054
8794
  <td class="type">
8055
8795
 
8056
8796
 
8057
- <span class="param-type">String</span>
8797
+ <span class="param-type">
8798
+
8799
+ String
8800
+
8801
+ </span>
8802
+
8058
8803
 
8059
8804
 
8060
8805
 
@@ -8091,7 +8836,12 @@ view.on({
8091
8836
  <td class="type">
8092
8837
 
8093
8838
 
8094
- <span class="param-type">String</span>
8839
+ <span class="param-type">
8840
+
8841
+ String
8842
+
8843
+ </span>
8844
+
8095
8845
 
8096
8846
 
8097
8847
 
@@ -8128,7 +8878,12 @@ view.on({
8128
8878
  <td class="type">
8129
8879
 
8130
8880
 
8131
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8881
+ <span class="param-type">
8882
+
8883
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8884
+
8885
+ </span>
8886
+
8132
8887
 
8133
8888
 
8134
8889
 
@@ -8165,7 +8920,12 @@ view.on({
8165
8920
  <td class="type">
8166
8921
 
8167
8922
 
8168
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8923
+ <span class="param-type">
8924
+
8925
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8926
+
8927
+ </span>
8928
+
8169
8929
 
8170
8930
 
8171
8931
 
@@ -8202,7 +8962,12 @@ view.on({
8202
8962
  <td class="type">
8203
8963
 
8204
8964
 
8205
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8965
+ <span class="param-type">
8966
+
8967
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8968
+
8969
+ </span>
8970
+
8206
8971
 
8207
8972
 
8208
8973
 
@@ -8239,7 +9004,12 @@ view.on({
8239
9004
  <td class="type">
8240
9005
 
8241
9006
 
8242
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9007
+ <span class="param-type">
9008
+
9009
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9010
+
9011
+ </span>
9012
+
8243
9013
 
8244
9014
 
8245
9015
 
@@ -8276,7 +9046,12 @@ view.on({
8276
9046
  <td class="type">
8277
9047
 
8278
9048
 
8279
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9049
+ <span class="param-type">
9050
+
9051
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9052
+
9053
+ </span>
9054
+
8280
9055
 
8281
9056
 
8282
9057
 
@@ -8321,7 +9096,7 @@ view.on({
8321
9096
 
8322
9097
  <dt class="inherited-from">Inherited From:</dt>
8323
9098
  <dd class="inherited-from"><ul class="dummy"><li>
8324
- <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>
9099
+ <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>
8325
9100
  </li></ul></dd>
8326
9101
 
8327
9102
 
@@ -8467,7 +9242,12 @@ view.on({
8467
9242
  <td class="type">
8468
9243
 
8469
9244
 
8470
- <span class="param-type">Object</span>
9245
+ <span class="param-type">
9246
+
9247
+ Object
9248
+
9249
+ </span>
9250
+
8471
9251
 
8472
9252
 
8473
9253
 
@@ -8500,7 +9280,12 @@ view.on({
8500
9280
  <td class="type">
8501
9281
 
8502
9282
 
8503
- <span class="param-type">String</span>
9283
+ <span class="param-type">
9284
+
9285
+ String
9286
+
9287
+ </span>
9288
+
8504
9289
 
8505
9290
 
8506
9291
 
@@ -8537,7 +9322,12 @@ view.on({
8537
9322
  <td class="type">
8538
9323
 
8539
9324
 
8540
- <span class="param-type">String</span>
9325
+ <span class="param-type">
9326
+
9327
+ String
9328
+
9329
+ </span>
9330
+
8541
9331
 
8542
9332
 
8543
9333
 
@@ -8574,7 +9364,12 @@ view.on({
8574
9364
  <td class="type">
8575
9365
 
8576
9366
 
8577
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9367
+ <span class="param-type">
9368
+
9369
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9370
+
9371
+ </span>
9372
+
8578
9373
 
8579
9374
 
8580
9375
 
@@ -8611,7 +9406,12 @@ view.on({
8611
9406
  <td class="type">
8612
9407
 
8613
9408
 
8614
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9409
+ <span class="param-type">
9410
+
9411
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9412
+
9413
+ </span>
9414
+
8615
9415
 
8616
9416
 
8617
9417
 
@@ -8648,7 +9448,12 @@ view.on({
8648
9448
  <td class="type">
8649
9449
 
8650
9450
 
8651
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9451
+ <span class="param-type">
9452
+
9453
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9454
+
9455
+ </span>
9456
+
8652
9457
 
8653
9458
 
8654
9459
 
@@ -8685,7 +9490,12 @@ view.on({
8685
9490
  <td class="type">
8686
9491
 
8687
9492
 
8688
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9493
+ <span class="param-type">
9494
+
9495
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9496
+
9497
+ </span>
9498
+
8689
9499
 
8690
9500
 
8691
9501
 
@@ -8722,7 +9532,12 @@ view.on({
8722
9532
  <td class="type">
8723
9533
 
8724
9534
 
8725
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9535
+ <span class="param-type">
9536
+
9537
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9538
+
9539
+ </span>
9540
+
8726
9541
 
8727
9542
 
8728
9543
 
@@ -8767,7 +9582,7 @@ view.on({
8767
9582
 
8768
9583
  <dt class="inherited-from">Inherited From:</dt>
8769
9584
  <dd class="inherited-from"><ul class="dummy"><li>
8770
- <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>
9585
+ <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>
8771
9586
  </li></ul></dd>
8772
9587
 
8773
9588
 
@@ -8903,7 +9718,12 @@ view.on({
8903
9718
  <td class="type">
8904
9719
 
8905
9720
 
8906
- <span class="param-type">Object</span>
9721
+ <span class="param-type">
9722
+
9723
+ Object
9724
+
9725
+ </span>
9726
+
8907
9727
 
8908
9728
 
8909
9729
 
@@ -8936,7 +9756,12 @@ view.on({
8936
9756
  <td class="type">
8937
9757
 
8938
9758
 
8939
- <span class="param-type">String</span>
9759
+ <span class="param-type">
9760
+
9761
+ String
9762
+
9763
+ </span>
9764
+
8940
9765
 
8941
9766
 
8942
9767
 
@@ -8973,7 +9798,12 @@ view.on({
8973
9798
  <td class="type">
8974
9799
 
8975
9800
 
8976
- <span class="param-type">String</span>
9801
+ <span class="param-type">
9802
+
9803
+ String
9804
+
9805
+ </span>
9806
+
8977
9807
 
8978
9808
 
8979
9809
 
@@ -9010,7 +9840,12 @@ view.on({
9010
9840
  <td class="type">
9011
9841
 
9012
9842
 
9013
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9843
+ <span class="param-type">
9844
+
9845
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9846
+
9847
+ </span>
9848
+
9014
9849
 
9015
9850
 
9016
9851
 
@@ -9047,7 +9882,12 @@ view.on({
9047
9882
  <td class="type">
9048
9883
 
9049
9884
 
9050
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9885
+ <span class="param-type">
9886
+
9887
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9888
+
9889
+ </span>
9890
+
9051
9891
 
9052
9892
 
9053
9893
 
@@ -9084,7 +9924,12 @@ view.on({
9084
9924
  <td class="type">
9085
9925
 
9086
9926
 
9087
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9927
+ <span class="param-type">
9928
+
9929
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9930
+
9931
+ </span>
9932
+
9088
9933
 
9089
9934
 
9090
9935
 
@@ -9121,7 +9966,12 @@ view.on({
9121
9966
  <td class="type">
9122
9967
 
9123
9968
 
9124
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9969
+ <span class="param-type">
9970
+
9971
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9972
+
9973
+ </span>
9974
+
9125
9975
 
9126
9976
 
9127
9977
 
@@ -9158,7 +10008,12 @@ view.on({
9158
10008
  <td class="type">
9159
10009
 
9160
10010
 
9161
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
10011
+ <span class="param-type">
10012
+
10013
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
10014
+
10015
+ </span>
10016
+
9162
10017
 
9163
10018
 
9164
10019
 
@@ -9203,7 +10058,7 @@ view.on({
9203
10058
 
9204
10059
  <dt class="inherited-from">Inherited From:</dt>
9205
10060
  <dd class="inherited-from"><ul class="dummy"><li>
9206
- <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>
10061
+ <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>
9207
10062
  </li></ul></dd>
9208
10063
 
9209
10064
 
@@ -9349,7 +10204,12 @@ view.on({
9349
10204
  <td class="type">
9350
10205
 
9351
10206
 
9352
- <span class="param-type">Object</span>
10207
+ <span class="param-type">
10208
+
10209
+ Object
10210
+
10211
+ </span>
10212
+
9353
10213
 
9354
10214
 
9355
10215
 
@@ -9382,7 +10242,12 @@ view.on({
9382
10242
  <td class="type">
9383
10243
 
9384
10244
 
9385
- <span class="param-type">String</span>
10245
+ <span class="param-type">
10246
+
10247
+ String
10248
+
10249
+ </span>
10250
+
9386
10251
 
9387
10252
 
9388
10253
 
@@ -9419,7 +10284,12 @@ view.on({
9419
10284
  <td class="type">
9420
10285
 
9421
10286
 
9422
- <span class="param-type">String</span>
10287
+ <span class="param-type">
10288
+
10289
+ String
10290
+
10291
+ </span>
10292
+
9423
10293
 
9424
10294
 
9425
10295
 
@@ -9456,7 +10326,12 @@ view.on({
9456
10326
  <td class="type">
9457
10327
 
9458
10328
 
9459
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
10329
+ <span class="param-type">
10330
+
10331
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
10332
+
10333
+ </span>
10334
+
9460
10335
 
9461
10336
 
9462
10337
 
@@ -9493,7 +10368,12 @@ view.on({
9493
10368
  <td class="type">
9494
10369
 
9495
10370
 
9496
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10371
+ <span class="param-type">
10372
+
10373
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
10374
+
10375
+ </span>
10376
+
9497
10377
 
9498
10378
 
9499
10379
 
@@ -9530,7 +10410,12 @@ view.on({
9530
10410
  <td class="type">
9531
10411
 
9532
10412
 
9533
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
10413
+ <span class="param-type">
10414
+
10415
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
10416
+
10417
+ </span>
10418
+
9534
10419
 
9535
10420
 
9536
10421
 
@@ -9567,7 +10452,12 @@ view.on({
9567
10452
  <td class="type">
9568
10453
 
9569
10454
 
9570
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10455
+ <span class="param-type">
10456
+
10457
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
10458
+
10459
+ </span>
10460
+
9571
10461
 
9572
10462
 
9573
10463
 
@@ -9604,7 +10494,12 @@ view.on({
9604
10494
  <td class="type">
9605
10495
 
9606
10496
 
9607
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
10497
+ <span class="param-type">
10498
+
10499
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
10500
+
10501
+ </span>
10502
+
9608
10503
 
9609
10504
 
9610
10505
 
@@ -9649,7 +10544,7 @@ view.on({
9649
10544
 
9650
10545
  <dt class="inherited-from">Inherited From:</dt>
9651
10546
  <dd class="inherited-from"><ul class="dummy"><li>
9652
- <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>
10547
+ <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>
9653
10548
  </li></ul></dd>
9654
10549
 
9655
10550
 
@@ -9785,7 +10680,12 @@ view.on({
9785
10680
  <td class="type">
9786
10681
 
9787
10682
 
9788
- <span class="param-type">Object</span>
10683
+ <span class="param-type">
10684
+
10685
+ Object
10686
+
10687
+ </span>
10688
+
9789
10689
 
9790
10690
 
9791
10691
 
@@ -9818,7 +10718,12 @@ view.on({
9818
10718
  <td class="type">
9819
10719
 
9820
10720
 
9821
- <span class="param-type">String</span>
10721
+ <span class="param-type">
10722
+
10723
+ String
10724
+
10725
+ </span>
10726
+
9822
10727
 
9823
10728
 
9824
10729
 
@@ -9855,7 +10760,12 @@ view.on({
9855
10760
  <td class="type">
9856
10761
 
9857
10762
 
9858
- <span class="param-type">String</span>
10763
+ <span class="param-type">
10764
+
10765
+ String
10766
+
10767
+ </span>
10768
+
9859
10769
 
9860
10770
 
9861
10771
 
@@ -9892,7 +10802,12 @@ view.on({
9892
10802
  <td class="type">
9893
10803
 
9894
10804
 
9895
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
10805
+ <span class="param-type">
10806
+
10807
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
10808
+
10809
+ </span>
10810
+
9896
10811
 
9897
10812
 
9898
10813
 
@@ -9929,7 +10844,12 @@ view.on({
9929
10844
  <td class="type">
9930
10845
 
9931
10846
 
9932
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10847
+ <span class="param-type">
10848
+
10849
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
10850
+
10851
+ </span>
10852
+
9933
10853
 
9934
10854
 
9935
10855
 
@@ -9966,7 +10886,12 @@ view.on({
9966
10886
  <td class="type">
9967
10887
 
9968
10888
 
9969
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
10889
+ <span class="param-type">
10890
+
10891
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
10892
+
10893
+ </span>
10894
+
9970
10895
 
9971
10896
 
9972
10897
 
@@ -10003,7 +10928,12 @@ view.on({
10003
10928
  <td class="type">
10004
10929
 
10005
10930
 
10006
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10931
+ <span class="param-type">
10932
+
10933
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
10934
+
10935
+ </span>
10936
+
10007
10937
 
10008
10938
 
10009
10939
 
@@ -10040,7 +10970,12 @@ view.on({
10040
10970
  <td class="type">
10041
10971
 
10042
10972
 
10043
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
10973
+ <span class="param-type">
10974
+
10975
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
10976
+
10977
+ </span>
10978
+
10044
10979
 
10045
10980
 
10046
10981
 
@@ -10085,7 +11020,7 @@ view.on({
10085
11020
 
10086
11021
  <dt class="inherited-from">Inherited From:</dt>
10087
11022
  <dd class="inherited-from"><ul class="dummy"><li>
10088
- <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>
11023
+ <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>
10089
11024
  </li></ul></dd>
10090
11025
 
10091
11026