@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -79,13 +79,17 @@
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>
89
93
 
90
94
 
91
95
 
@@ -106,13 +110,17 @@
106
110
 
107
111
  <tr class="deep-level-1">
108
112
 
109
- <td class="name" id="url"><code>url</code></td>
113
+ <td class="name"><code>url</code></td>
110
114
 
111
115
 
112
116
  <td class="type">
113
117
 
114
118
 
115
- <span class="param-type">String</span>
119
+ <span class="param-type">
120
+
121
+ String
122
+
123
+ </span>
116
124
 
117
125
 
118
126
 
@@ -135,13 +143,17 @@
135
143
 
136
144
  <tr class="deep-level-1">
137
145
 
138
- <td class="name" id="opacity"><code>opacity</code></td>
146
+ <td class="name"><code>opacity</code></td>
139
147
 
140
148
 
141
149
  <td class="type">
142
150
 
143
151
 
144
- <span class="param-type">Number</span>
152
+ <span class="param-type">
153
+
154
+ Number
155
+
156
+ </span>
145
157
 
146
158
 
147
159
 
@@ -164,13 +176,17 @@
164
176
 
165
177
  <tr class="deep-level-1">
166
178
 
167
- <td class="name" id="minScale"><code>minScale</code></td>
179
+ <td class="name"><code>minScale</code></td>
168
180
 
169
181
 
170
182
  <td class="type">
171
183
 
172
184
 
173
- <span class="param-type">Number</span>
185
+ <span class="param-type">
186
+
187
+ Number
188
+
189
+ </span>
174
190
 
175
191
 
176
192
 
@@ -193,13 +209,17 @@
193
209
 
194
210
  <tr class="deep-level-1">
195
211
 
196
- <td class="name" id="maxScale"><code>maxScale</code></td>
212
+ <td class="name"><code>maxScale</code></td>
197
213
 
198
214
 
199
215
  <td class="type">
200
216
 
201
217
 
202
- <span class="param-type">Number</span>
218
+ <span class="param-type">
219
+
220
+ Number
221
+
222
+ </span>
203
223
 
204
224
 
205
225
 
@@ -222,13 +242,17 @@
222
242
 
223
243
  <tr class="deep-level-1">
224
244
 
225
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
245
+ <td class="name"><code>tokenKey</code></td>
226
246
 
227
247
 
228
248
  <td class="type">
229
249
 
230
250
 
231
- <span class="param-type">String</span>
251
+ <span class="param-type">
252
+
253
+ String
254
+
255
+ </span>
232
256
 
233
257
 
234
258
 
@@ -251,13 +275,17 @@
251
275
 
252
276
  <tr class="deep-level-1">
253
277
 
254
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
278
+ <td class="name"><code>tokenValue</code></td>
255
279
 
256
280
 
257
281
  <td class="type">
258
282
 
259
283
 
260
- <span class="param-type">String</span>
284
+ <span class="param-type">
285
+
286
+ String
287
+
288
+ </span>
261
289
 
262
290
 
263
291
 
@@ -280,13 +308,17 @@
280
308
 
281
309
  <tr class="deep-level-1">
282
310
 
283
- <td class="name" id="labelsRenderMode"><code>labelsRenderMode</code></td>
311
+ <td class="name"><code>labelsRenderMode</code></td>
284
312
 
285
313
 
286
314
  <td class="type">
287
315
 
288
316
 
289
- <span class="param-type">String</span>
317
+ <span class="param-type">
318
+
319
+ String
320
+
321
+ </span>
290
322
 
291
323
 
292
324
 
@@ -314,25 +346,45 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
314
346
 
315
347
  <tr class="deep-level-1">
316
348
 
317
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
349
+ <td class="name"><code>clippingArea</code></td>
318
350
 
319
351
 
320
352
  <td class="type">
321
353
 
322
354
 
323
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
324
360
  |
325
361
 
326
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
327
367
  |
328
368
 
329
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
330
374
  |
331
375
 
332
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
333
381
  |
334
382
 
335
- <span class="param-type">null</span>
383
+ <span class="param-type">
384
+
385
+ null
386
+
387
+ </span>
336
388
 
337
389
 
338
390
 
@@ -407,15 +459,15 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
407
459
  <div class="column is-2"><label>绑定事件</label></div>
408
460
  <div class="column is-10">
409
461
  <ul>
410
- <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>
411
463
 
412
- <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>
413
465
 
414
- <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>
415
467
 
416
- <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>
417
469
 
418
- <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>
419
471
  </ul>
420
472
  </div>
421
473
  </div>
@@ -586,7 +638,11 @@ const customLayer = new VectorTileLayerCustom({
586
638
  <td class="name">
587
639
  <code>
588
640
 
589
- <span class="param-type">Array.&lt;String></span>
641
+ <span class="param-type">
642
+
643
+ Array.&lt;String>
644
+
645
+ </span>
590
646
 
591
647
 
592
648
 
@@ -600,19 +656,39 @@ const customLayer = new VectorTileLayerCustom({
600
656
  <td class="name">
601
657
  <code>
602
658
 
603
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
604
664
  |
605
665
 
606
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
607
671
  |
608
672
 
609
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
610
678
  |
611
679
 
612
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
613
685
  |
614
686
 
615
- <span class="param-type">null</span>
687
+ <span class="param-type">
688
+
689
+ null
690
+
691
+ </span>
616
692
 
617
693
 
618
694
 
@@ -626,7 +702,11 @@ const customLayer = new VectorTileLayerCustom({
626
702
  <td class="name">
627
703
  <code>
628
704
 
629
- <span class="param-type">String</span>
705
+ <span class="param-type">
706
+
707
+ String
708
+
709
+ </span>
630
710
 
631
711
 
632
712
 
@@ -640,7 +720,11 @@ const customLayer = new VectorTileLayerCustom({
640
720
  <td class="name">
641
721
  <code>
642
722
 
643
- <span class="param-type">Object</span>
723
+ <span class="param-type">
724
+
725
+ Object
726
+
727
+ </span>
644
728
 
645
729
 
646
730
 
@@ -654,7 +738,11 @@ const customLayer = new VectorTileLayerCustom({
654
738
  <td class="name">
655
739
  <code>
656
740
 
657
- <span class="param-type">String</span>
741
+ <span class="param-type">
742
+
743
+ String
744
+
745
+ </span>
658
746
 
659
747
 
660
748
 
@@ -668,7 +756,11 @@ const customLayer = new VectorTileLayerCustom({
668
756
  <td class="name">
669
757
  <code>
670
758
 
671
- <span class="param-type">Object</span>
759
+ <span class="param-type">
760
+
761
+ Object
762
+
763
+ </span>
672
764
 
673
765
 
674
766
 
@@ -682,7 +774,11 @@ const customLayer = new VectorTileLayerCustom({
682
774
  <td class="name">
683
775
  <code>
684
776
 
685
- <span class="param-type">Object</span>
777
+ <span class="param-type">
778
+
779
+ Object
780
+
781
+ </span>
686
782
 
687
783
 
688
784
 
@@ -696,7 +792,11 @@ const customLayer = new VectorTileLayerCustom({
696
792
  <td class="name">
697
793
  <code>
698
794
 
699
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
700
800
 
701
801
 
702
802
 
@@ -710,7 +810,11 @@ const customLayer = new VectorTileLayerCustom({
710
810
  <td class="name">
711
811
  <code>
712
812
 
713
- <span class="param-type">String</span>
813
+ <span class="param-type">
814
+
815
+ String
816
+
817
+ </span>
714
818
 
715
819
 
716
820
 
@@ -724,7 +828,11 @@ const customLayer = new VectorTileLayerCustom({
724
828
  <td class="name">
725
829
  <code>
726
830
 
727
- <span class="param-type">String</span>
831
+ <span class="param-type">
832
+
833
+ String
834
+
835
+ </span>
728
836
 
729
837
 
730
838
 
@@ -738,7 +846,11 @@ const customLayer = new VectorTileLayerCustom({
738
846
  <td class="name">
739
847
  <code>
740
848
 
741
- <span class="param-type">String</span>
849
+ <span class="param-type">
850
+
851
+ String
852
+
853
+ </span>
742
854
 
743
855
 
744
856
 
@@ -752,7 +864,11 @@ const customLayer = new VectorTileLayerCustom({
752
864
  <td class="name">
753
865
  <code>
754
866
 
755
- <span class="param-type">Number</span>
867
+ <span class="param-type">
868
+
869
+ Number
870
+
871
+ </span>
756
872
 
757
873
 
758
874
 
@@ -766,7 +882,11 @@ const customLayer = new VectorTileLayerCustom({
766
882
  <td class="name">
767
883
  <code>
768
884
 
769
- <span class="param-type">String</span>
885
+ <span class="param-type">
886
+
887
+ String
888
+
889
+ </span>
770
890
 
771
891
 
772
892
 
@@ -783,7 +903,11 @@ off-screen: 使用矢量瓦片来绘制注记;
783
903
  <td class="name">
784
904
  <code>
785
905
 
786
- <span class="param-type">Boolean</span>
906
+ <span class="param-type">
907
+
908
+ Boolean
909
+
910
+ </span>
787
911
 
788
912
 
789
913
 
@@ -797,7 +921,11 @@ off-screen: 使用矢量瓦片来绘制注记;
797
921
  <td class="name">
798
922
  <code>
799
923
 
800
- <span class="param-type">String</span>
924
+ <span class="param-type">
925
+
926
+ String
927
+
928
+ </span>
801
929
 
802
930
 
803
931
 
@@ -811,7 +939,11 @@ off-screen: 使用矢量瓦片来绘制注记;
811
939
  <td class="name">
812
940
  <code>
813
941
 
814
- <span class="param-type">Number</span>
942
+ <span class="param-type">
943
+
944
+ Number
945
+
946
+ </span>
815
947
 
816
948
 
817
949
 
@@ -825,7 +957,11 @@ off-screen: 使用矢量瓦片来绘制注记;
825
957
  <td class="name">
826
958
  <code>
827
959
 
828
- <span class="param-type">Number</span>
960
+ <span class="param-type">
961
+
962
+ Number
963
+
964
+ </span>
829
965
 
830
966
 
831
967
 
@@ -839,7 +975,11 @@ off-screen: 使用矢量瓦片来绘制注记;
839
975
  <td class="name">
840
976
  <code>
841
977
 
842
- <span class="param-type">Number</span>
978
+ <span class="param-type">
979
+
980
+ Number
981
+
982
+ </span>
843
983
 
844
984
 
845
985
 
@@ -853,7 +993,11 @@ off-screen: 使用矢量瓦片来绘制注记;
853
993
  <td class="name">
854
994
  <code>
855
995
 
856
- <span class="param-type">Number</span>
996
+ <span class="param-type">
997
+
998
+ Number
999
+
1000
+ </span>
857
1001
 
858
1002
 
859
1003
 
@@ -867,7 +1011,11 @@ off-screen: 使用矢量瓦片来绘制注记;
867
1011
  <td class="name">
868
1012
  <code>
869
1013
 
870
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
871
1019
 
872
1020
 
873
1021
 
@@ -881,7 +1029,11 @@ off-screen: 使用矢量瓦片来绘制注记;
881
1029
  <td class="name">
882
1030
  <code>
883
1031
 
884
- <span class="param-type">Object</span>
1032
+ <span class="param-type">
1033
+
1034
+ Object
1035
+
1036
+ </span>
885
1037
 
886
1038
 
887
1039
 
@@ -895,10 +1047,18 @@ off-screen: 使用矢量瓦片来绘制注记;
895
1047
  <td class="name">
896
1048
  <code>
897
1049
 
898
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" 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>
899
1055
  |
900
1056
 
901
- <span class="param-type">undefined</span>
1057
+ <span class="param-type">
1058
+
1059
+ undefined
1060
+
1061
+ </span>
902
1062
 
903
1063
 
904
1064
 
@@ -912,7 +1072,11 @@ off-screen: 使用矢量瓦片来绘制注记;
912
1072
  <td class="name">
913
1073
  <code>
914
1074
 
915
- <span class="param-type">String</span>
1075
+ <span class="param-type">
1076
+
1077
+ String
1078
+
1079
+ </span>
916
1080
 
917
1081
 
918
1082
 
@@ -926,7 +1090,11 @@ off-screen: 使用矢量瓦片来绘制注记;
926
1090
  <td class="name">
927
1091
  <code>
928
1092
 
929
- <span class="param-type">String</span>
1093
+ <span class="param-type">
1094
+
1095
+ String
1096
+
1097
+ </span>
930
1098
 
931
1099
 
932
1100
 
@@ -940,7 +1108,11 @@ off-screen: 使用矢量瓦片来绘制注记;
940
1108
  <td class="name">
941
1109
  <code>
942
1110
 
943
- <span class="param-type">String</span>
1111
+ <span class="param-type">
1112
+
1113
+ String
1114
+
1115
+ </span>
944
1116
 
945
1117
 
946
1118
 
@@ -954,7 +1126,11 @@ off-screen: 使用矢量瓦片来绘制注记;
954
1126
  <td class="name">
955
1127
  <code>
956
1128
 
957
- <span class="param-type">String</span>
1129
+ <span class="param-type">
1130
+
1131
+ String
1132
+
1133
+ </span>
958
1134
 
959
1135
 
960
1136
 
@@ -968,7 +1144,11 @@ off-screen: 使用矢量瓦片来绘制注记;
968
1144
  <td class="name">
969
1145
  <code>
970
1146
 
971
- <span class="param-type">String</span>
1147
+ <span class="param-type">
1148
+
1149
+ String
1150
+
1151
+ </span>
972
1152
 
973
1153
 
974
1154
 
@@ -982,7 +1162,11 @@ off-screen: 使用矢量瓦片来绘制注记;
982
1162
  <td class="name">
983
1163
  <code>
984
1164
 
985
- <span class="param-type">Number</span>
1165
+ <span class="param-type">
1166
+
1167
+ Number
1168
+
1169
+ </span>
986
1170
 
987
1171
 
988
1172
 
@@ -1002,7 +1186,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1002
1186
  <span class="method-parameter is-pulled-right">
1003
1187
  <label>类型:</label>
1004
1188
 
1005
- <span class="param-type">Array.&lt;String></span>
1189
+ <span class="param-type">
1190
+
1191
+ Array.&lt;String>
1192
+
1193
+ </span>
1006
1194
 
1007
1195
 
1008
1196
 
@@ -1073,19 +1261,39 @@ off-screen: 使用矢量瓦片来绘制注记;
1073
1261
  <span class="method-parameter is-pulled-right">
1074
1262
  <label>类型:</label>
1075
1263
 
1076
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
1077
1269
  |
1078
1270
 
1079
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
1080
1276
  |
1081
1277
 
1082
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
1083
1283
  |
1084
1284
 
1085
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
1086
1290
  |
1087
1291
 
1088
- <span class="param-type">null</span>
1292
+ <span class="param-type">
1293
+
1294
+ null
1295
+
1296
+ </span>
1089
1297
 
1090
1298
 
1091
1299
 
@@ -1156,7 +1364,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1156
1364
  <span class="method-parameter is-pulled-right">
1157
1365
  <label>类型:</label>
1158
1366
 
1159
- <span class="param-type">String</span>
1367
+ <span class="param-type">
1368
+
1369
+ String
1370
+
1371
+ </span>
1160
1372
 
1161
1373
 
1162
1374
 
@@ -1236,7 +1448,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1236
1448
  <span class="method-parameter is-pulled-right">
1237
1449
  <label>类型:</label>
1238
1450
 
1239
- <span class="param-type">Object</span>
1451
+ <span class="param-type">
1452
+
1453
+ Object
1454
+
1455
+ </span>
1240
1456
 
1241
1457
 
1242
1458
 
@@ -1311,7 +1527,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1311
1527
  <span class="method-parameter is-pulled-right">
1312
1528
  <label>类型:</label>
1313
1529
 
1314
- <span class="param-type">String</span>
1530
+ <span class="param-type">
1531
+
1532
+ String
1533
+
1534
+ </span>
1315
1535
 
1316
1536
 
1317
1537
 
@@ -1391,7 +1611,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1391
1611
  <span class="method-parameter is-pulled-right">
1392
1612
  <label>类型:</label>
1393
1613
 
1394
- <span class="param-type">Object</span>
1614
+ <span class="param-type">
1615
+
1616
+ Object
1617
+
1618
+ </span>
1395
1619
 
1396
1620
 
1397
1621
 
@@ -1467,7 +1691,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1467
1691
  <span class="method-parameter is-pulled-right">
1468
1692
  <label>类型:</label>
1469
1693
 
1470
- <span class="param-type">Object</span>
1694
+ <span class="param-type">
1695
+
1696
+ Object
1697
+
1698
+ </span>
1471
1699
 
1472
1700
 
1473
1701
 
@@ -1543,7 +1771,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1543
1771
  <span class="method-parameter is-pulled-right">
1544
1772
  <label>类型:</label>
1545
1773
 
1546
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
1547
1779
 
1548
1780
 
1549
1781
 
@@ -1623,7 +1855,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1623
1855
  <span class="method-parameter is-pulled-right">
1624
1856
  <label>类型:</label>
1625
1857
 
1626
- <span class="param-type">String</span>
1858
+ <span class="param-type">
1859
+
1860
+ String
1861
+
1862
+ </span>
1627
1863
 
1628
1864
 
1629
1865
 
@@ -1699,7 +1935,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1699
1935
  <span class="method-parameter is-pulled-right">
1700
1936
  <label>类型:</label>
1701
1937
 
1702
- <span class="param-type">String</span>
1938
+ <span class="param-type">
1939
+
1940
+ String
1941
+
1942
+ </span>
1703
1943
 
1704
1944
 
1705
1945
 
@@ -1775,7 +2015,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1775
2015
  <span class="method-parameter is-pulled-right">
1776
2016
  <label>类型:</label>
1777
2017
 
1778
- <span class="param-type">String</span>
2018
+ <span class="param-type">
2019
+
2020
+ String
2021
+
2022
+ </span>
1779
2023
 
1780
2024
 
1781
2025
 
@@ -1855,7 +2099,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1855
2099
  <span class="method-parameter is-pulled-right">
1856
2100
  <label>类型:</label>
1857
2101
 
1858
- <span class="param-type">Number</span>
2102
+ <span class="param-type">
2103
+
2104
+ Number
2105
+
2106
+ </span>
1859
2107
 
1860
2108
 
1861
2109
 
@@ -1931,7 +2179,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1931
2179
  <span class="method-parameter is-pulled-right">
1932
2180
  <label>类型:</label>
1933
2181
 
1934
- <span class="param-type">String</span>
2182
+ <span class="param-type">
2183
+
2184
+ String
2185
+
2186
+ </span>
1935
2187
 
1936
2188
 
1937
2189
 
@@ -2005,7 +2257,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2005
2257
  <span class="method-parameter is-pulled-right">
2006
2258
  <label>类型:</label>
2007
2259
 
2008
- <span class="param-type">Boolean</span>
2260
+ <span class="param-type">
2261
+
2262
+ Boolean
2263
+
2264
+ </span>
2009
2265
 
2010
2266
 
2011
2267
 
@@ -2090,7 +2346,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2090
2346
  <span class="method-parameter is-pulled-right">
2091
2347
  <label>类型:</label>
2092
2348
 
2093
- <span class="param-type">String</span>
2349
+ <span class="param-type">
2350
+
2351
+ String
2352
+
2353
+ </span>
2094
2354
 
2095
2355
 
2096
2356
 
@@ -2175,7 +2435,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2175
2435
  <span class="method-parameter is-pulled-right">
2176
2436
  <label>类型:</label>
2177
2437
 
2178
- <span class="param-type">Number</span>
2438
+ <span class="param-type">
2439
+
2440
+ Number
2441
+
2442
+ </span>
2179
2443
 
2180
2444
 
2181
2445
 
@@ -2256,7 +2520,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2256
2520
  <span class="method-parameter is-pulled-right">
2257
2521
  <label>类型:</label>
2258
2522
 
2259
- <span class="param-type">Number</span>
2523
+ <span class="param-type">
2524
+
2525
+ Number
2526
+
2527
+ </span>
2260
2528
 
2261
2529
 
2262
2530
 
@@ -2337,7 +2605,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2337
2605
  <span class="method-parameter is-pulled-right">
2338
2606
  <label>类型:</label>
2339
2607
 
2340
- <span class="param-type">Number</span>
2608
+ <span class="param-type">
2609
+
2610
+ Number
2611
+
2612
+ </span>
2341
2613
 
2342
2614
 
2343
2615
 
@@ -2413,7 +2685,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2413
2685
  <span class="method-parameter is-pulled-right">
2414
2686
  <label>类型:</label>
2415
2687
 
2416
- <span class="param-type">Number</span>
2688
+ <span class="param-type">
2689
+
2690
+ Number
2691
+
2692
+ </span>
2417
2693
 
2418
2694
 
2419
2695
 
@@ -2489,7 +2765,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2489
2765
  <span class="method-parameter is-pulled-right">
2490
2766
  <label>类型:</label>
2491
2767
 
2492
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
2493
2773
 
2494
2774
 
2495
2775
 
@@ -2565,7 +2845,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2565
2845
  <span class="method-parameter is-pulled-right">
2566
2846
  <label>类型:</label>
2567
2847
 
2568
- <span class="param-type">Object</span>
2848
+ <span class="param-type">
2849
+
2850
+ Object
2851
+
2852
+ </span>
2569
2853
 
2570
2854
 
2571
2855
 
@@ -2636,10 +2920,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2636
2920
  <span class="method-parameter is-pulled-right">
2637
2921
  <label>类型:</label>
2638
2922
 
2639
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" 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>
2640
2928
  |
2641
2929
 
2642
- <span class="param-type">undefined</span>
2930
+ <span class="param-type">
2931
+
2932
+ undefined
2933
+
2934
+ </span>
2643
2935
 
2644
2936
 
2645
2937
 
@@ -2714,7 +3006,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2714
3006
  <span class="method-parameter is-pulled-right">
2715
3007
  <label>类型:</label>
2716
3008
 
2717
- <span class="param-type">String</span>
3009
+ <span class="param-type">
3010
+
3011
+ String
3012
+
3013
+ </span>
2718
3014
 
2719
3015
 
2720
3016
 
@@ -2790,7 +3086,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2790
3086
  <span class="method-parameter is-pulled-right">
2791
3087
  <label>类型:</label>
2792
3088
 
2793
- <span class="param-type">String</span>
3089
+ <span class="param-type">
3090
+
3091
+ String
3092
+
3093
+ </span>
2794
3094
 
2795
3095
 
2796
3096
 
@@ -2871,7 +3171,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2871
3171
  <span class="method-parameter is-pulled-right">
2872
3172
  <label>类型:</label>
2873
3173
 
2874
- <span class="param-type">String</span>
3174
+ <span class="param-type">
3175
+
3176
+ String
3177
+
3178
+ </span>
2875
3179
 
2876
3180
 
2877
3181
 
@@ -2947,7 +3251,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2947
3251
  <span class="method-parameter is-pulled-right">
2948
3252
  <label>类型:</label>
2949
3253
 
2950
- <span class="param-type">String</span>
3254
+ <span class="param-type">
3255
+
3256
+ String
3257
+
3258
+ </span>
2951
3259
 
2952
3260
 
2953
3261
 
@@ -3027,7 +3335,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3027
3335
  <span class="method-parameter is-pulled-right">
3028
3336
  <label>类型:</label>
3029
3337
 
3030
- <span class="param-type">String</span>
3338
+ <span class="param-type">
3339
+
3340
+ String
3341
+
3342
+ </span>
3031
3343
 
3032
3344
 
3033
3345
 
@@ -3098,7 +3410,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3098
3410
  <span class="method-parameter is-pulled-right">
3099
3411
  <label>类型:</label>
3100
3412
 
3101
- <span class="param-type">Number</span>
3413
+ <span class="param-type">
3414
+
3415
+ Number
3416
+
3417
+ </span>
3102
3418
 
3103
3419
 
3104
3420
 
@@ -3195,14 +3511,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3195
3511
  <code>
3196
3512
 
3197
3513
 
3198
- <span class="param-type"><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" 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>
3199
3519
 
3200
3520
 
3201
3521
 
3202
3522
 
3203
3523
  </code>
3204
3524
  </td>
3205
- <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象<a id='fromJSON'></a></p></code></td>
3525
+ <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象</code></td>
3206
3526
  </tr>
3207
3527
 
3208
3528
  <tr class="deep-level-0">
@@ -3211,7 +3531,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3211
3531
  <code>
3212
3532
 
3213
3533
 
3214
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
3215
3539
 
3216
3540
 
3217
3541
 
@@ -3228,8 +3552,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3228
3552
 
3229
3553
  </code>
3230
3554
  </td>
3231
- <td class="name"><code><a id='deleteStyleLayer'/>
3232
- 删除样式图层</code></td>
3555
+ <td class="name"><code></code></td>
3233
3556
  </tr>
3234
3557
 
3235
3558
  <tr class="deep-level-0">
@@ -3238,7 +3561,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3238
3561
  <code>
3239
3562
 
3240
3563
 
3241
- <span class="param-type">*</span>
3564
+ <span class="param-type">
3565
+
3566
+ *
3567
+
3568
+ </span>
3242
3569
 
3243
3570
 
3244
3571
 
@@ -3254,15 +3581,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3254
3581
  <code>
3255
3582
 
3256
3583
 
3257
- <span class="param-type">Any</span>
3584
+ <span class="param-type">
3585
+
3586
+ Any
3587
+
3588
+ </span>
3258
3589
 
3259
3590
 
3260
3591
 
3261
3592
 
3262
3593
  </code>
3263
3594
  </td>
3264
- <td class="name"><code><a id='getExtendProperties'/>
3265
- 获取样式图层的额外属性</code></td>
3595
+ <td class="name"><code></code></td>
3266
3596
  </tr>
3267
3597
 
3268
3598
  <tr class="deep-level-0">
@@ -3271,18 +3601,25 @@ off-screen: 使用矢量瓦片来绘制注记;
3271
3601
  <code>
3272
3602
 
3273
3603
 
3274
- <span class="param-type">Object</span>
3604
+ <span class="param-type">
3605
+
3606
+ Object
3607
+
3608
+ </span>
3275
3609
  |
3276
3610
 
3277
- <span class="param-type">null</span>
3611
+ <span class="param-type">
3612
+
3613
+ null
3614
+
3615
+ </span>
3278
3616
 
3279
3617
 
3280
3618
 
3281
3619
 
3282
3620
  </code>
3283
3621
  </td>
3284
- <td class="name"><code><a id='getLayoutProperties'/>
3285
- 获取样式图层布局属性</code></td>
3622
+ <td class="name"><code></code></td>
3286
3623
  </tr>
3287
3624
 
3288
3625
  <tr class="deep-level-0">
@@ -3291,18 +3628,25 @@ off-screen: 使用矢量瓦片来绘制注记;
3291
3628
  <code>
3292
3629
 
3293
3630
 
3294
- <span class="param-type">Object</span>
3631
+ <span class="param-type">
3632
+
3633
+ Object
3634
+
3635
+ </span>
3295
3636
  |
3296
3637
 
3297
- <span class="param-type">null</span>
3638
+ <span class="param-type">
3639
+
3640
+ null
3641
+
3642
+ </span>
3298
3643
 
3299
3644
 
3300
3645
 
3301
3646
 
3302
3647
  </code>
3303
3648
  </td>
3304
- <td class="name"><code><a id='getPaintProperties'/>
3305
- 获取样式图层绘制属性</code></td>
3649
+ <td class="name"><code></code></td>
3306
3650
  </tr>
3307
3651
 
3308
3652
  <tr class="deep-level-0">
@@ -3311,15 +3655,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3311
3655
  <code>
3312
3656
 
3313
3657
 
3314
- <span class="param-type">Object</span>
3658
+ <span class="param-type">
3659
+
3660
+ Object
3661
+
3662
+ </span>
3315
3663
 
3316
3664
 
3317
3665
 
3318
3666
 
3319
3667
  </code>
3320
3668
  </td>
3321
- <td class="name"><code><a id='getStyleLayer'/>
3322
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
3669
+ <td class="name"><code></code></td>
3323
3670
  </tr>
3324
3671
 
3325
3672
  <tr class="deep-level-0">
@@ -3328,15 +3675,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3328
3675
  <code>
3329
3676
 
3330
3677
 
3331
- <span class="param-type">String</span>
3678
+ <span class="param-type">
3679
+
3680
+ String
3681
+
3682
+ </span>
3332
3683
 
3333
3684
 
3334
3685
 
3335
3686
 
3336
3687
  </code>
3337
3688
  </td>
3338
- <td class="name"><code><a id='getStyleLayerIndex'/>
3339
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
3689
+ <td class="name"><code></code></td>
3340
3690
  </tr>
3341
3691
 
3342
3692
  <tr class="deep-level-0">
@@ -3345,15 +3695,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3345
3695
  <code>
3346
3696
 
3347
3697
 
3348
- <span class="param-type">Number</span>
3698
+ <span class="param-type">
3699
+
3700
+ Number
3701
+
3702
+ </span>
3349
3703
 
3350
3704
 
3351
3705
 
3352
3706
 
3353
3707
  </code>
3354
3708
  </td>
3355
- <td class="name"><code><a id='getStyleLayerIndex'/>
3356
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
3709
+ <td class="name"><code></code></td>
3357
3710
  </tr>
3358
3711
 
3359
3712
  <tr class="deep-level-0">
@@ -3362,7 +3715,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3362
3715
  <code>
3363
3716
 
3364
3717
 
3365
- <span class="param-type">Boolean</span>
3718
+ <span class="param-type">
3719
+
3720
+ Boolean
3721
+
3722
+ </span>
3366
3723
 
3367
3724
 
3368
3725
 
@@ -3370,7 +3727,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3370
3727
  </code>
3371
3728
  </td>
3372
3729
  <td class="name"><code><p>获取样式图层可见性
3373
- <a id='getStyleLayerVisibility'/></p></code></td>
3730
+ </code></td>
3374
3731
  </tr>
3375
3732
 
3376
3733
  <tr class="deep-level-0">
@@ -3379,7 +3736,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3379
3736
  <code>
3380
3737
 
3381
3738
 
3382
- <span class="param-type">Boolean</span>
3739
+ <span class="param-type">
3740
+
3741
+ Boolean
3742
+
3743
+ </span>
3383
3744
 
3384
3745
 
3385
3746
 
@@ -3395,7 +3756,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3395
3756
  <code>
3396
3757
 
3397
3758
 
3398
- <span class="param-type">Object</span>
3759
+ <span class="param-type">
3760
+
3761
+ Object
3762
+
3763
+ </span>
3399
3764
 
3400
3765
 
3401
3766
 
@@ -3404,12 +3769,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3404
3769
  </td>
3405
3770
  <td class="name"><code><p>移除事件<br/>
3406
3771
  示例如下:<br/>
3407
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
3408
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
3409
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
3410
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
3411
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
3412
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
3772
+ </code></td>
3413
3773
  </tr>
3414
3774
 
3415
3775
  <tr class="deep-level-0">
@@ -3418,7 +3778,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3418
3778
  <code>
3419
3779
 
3420
3780
 
3421
- <span class="param-type">Object</span>
3781
+ <span class="param-type">
3782
+
3783
+ Object
3784
+
3785
+ </span>
3422
3786
 
3423
3787
 
3424
3788
 
@@ -3427,11 +3791,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3427
3791
  </td>
3428
3792
  <td class="name"><code><p>注册一个新的监听事件;<br/>
3429
3793
  示例如下:<br/>
3430
- <a href='#event1'>[1、注册一个事件]</a><br/>
3431
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
3432
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
3433
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
3434
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
3794
+ </code></td>
3435
3795
  </tr>
3436
3796
 
3437
3797
  <tr class="deep-level-0">
@@ -3451,8 +3811,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3451
3811
 
3452
3812
  </code>
3453
3813
  </td>
3454
- <td class="name"><code><a id='setExtendProperties'/>
3455
- 设置样式图层的额外属性</code></td>
3814
+ <td class="name"><code></code></td>
3456
3815
  </tr>
3457
3816
 
3458
3817
  <tr class="deep-level-0">
@@ -3462,8 +3821,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3462
3821
 
3463
3822
  </code>
3464
3823
  </td>
3465
- <td class="name"><code><a id='setLayoutProperties'/>
3466
- 设置样式图层布局属性</code></td>
3824
+ <td class="name"><code></code></td>
3467
3825
  </tr>
3468
3826
 
3469
3827
  <tr class="deep-level-0">
@@ -3473,8 +3831,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3473
3831
 
3474
3832
  </code>
3475
3833
  </td>
3476
- <td class="name"><code><a id='setPaintProperties'/>
3477
- 设置样式图层绘制属性</code></td>
3834
+ <td class="name"><code></code></td>
3478
3835
  </tr>
3479
3836
 
3480
3837
  <tr class="deep-level-0">
@@ -3484,8 +3841,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3484
3841
 
3485
3842
  </code>
3486
3843
  </td>
3487
- <td class="name"><code><a id='setStyleLayer'/>
3488
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
3844
+ <td class="name"><code></code></td>
3489
3845
  </tr>
3490
3846
 
3491
3847
  <tr class="deep-level-0">
@@ -3495,8 +3851,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3495
3851
 
3496
3852
  </code>
3497
3853
  </td>
3498
- <td class="name"><code><a id='setStyleLayerVisibility'/>
3499
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
3854
+ <td class="name"><code></code></td>
3500
3855
  </tr>
3501
3856
 
3502
3857
  <tr class="deep-level-0">
@@ -3505,7 +3860,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3505
3860
  <code>
3506
3861
 
3507
3862
 
3508
- <span class="param-type">Object</span>
3863
+ <span class="param-type">
3864
+
3865
+ Object
3866
+
3867
+ </span>
3509
3868
 
3510
3869
 
3511
3870
 
@@ -3577,13 +3936,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3577
3936
 
3578
3937
  <tr class="deep-level-0">
3579
3938
 
3580
- <td class="name" id="json"><code>json</code></td>
3939
+ <td class="name"><code>json</code></td>
3581
3940
 
3582
3941
 
3583
3942
  <td class="type">
3584
3943
 
3585
3944
 
3586
- <span class="param-type">Object</span>
3945
+ <span class="param-type">
3946
+
3947
+ Object
3948
+
3949
+ </span>
3587
3950
 
3588
3951
 
3589
3952
 
@@ -3672,7 +4035,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3672
4035
  <div class='column is-5 has-text-left'>
3673
4036
  <label>类型: </label>
3674
4037
 
3675
- <span class="param-type"><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" 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>
3676
4043
 
3677
4044
 
3678
4045
 
@@ -3794,7 +4161,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3794
4161
  <div class='column is-5 has-text-left'>
3795
4162
  <label>类型: </label>
3796
4163
 
3797
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
3798
4169
 
3799
4170
 
3800
4171
 
@@ -3867,13 +4238,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3867
4238
 
3868
4239
  <tr class="deep-level-0">
3869
4240
 
3870
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4241
+ <td class="name"><code>styleLayerId</code></td>
3871
4242
 
3872
4243
 
3873
4244
  <td class="type">
3874
4245
 
3875
4246
 
3876
- <span class="param-type">String</span>
4247
+ <span class="param-type">
4248
+
4249
+ String
4250
+
4251
+ </span>
3877
4252
 
3878
4253
 
3879
4254
 
@@ -4052,7 +4427,11 @@ off-screen: 使用矢量瓦片来绘制注记;
4052
4427
  <div class='column is-5 has-text-left'>
4053
4428
  <label>类型: </label>
4054
4429
 
4055
- <span class="param-type">*</span>
4430
+ <span class="param-type">
4431
+
4432
+ *
4433
+
4434
+ </span>
4056
4435
 
4057
4436
 
4058
4437
 
@@ -4125,13 +4504,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4125
4504
 
4126
4505
  <tr class="deep-level-0">
4127
4506
 
4128
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4507
+ <td class="name"><code>styleLayerId</code></td>
4129
4508
 
4130
4509
 
4131
4510
  <td class="type">
4132
4511
 
4133
4512
 
4134
- <span class="param-type">String</span>
4513
+ <span class="param-type">
4514
+
4515
+ String
4516
+
4517
+ </span>
4135
4518
 
4136
4519
 
4137
4520
 
@@ -4150,13 +4533,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4150
4533
 
4151
4534
  <tr class="deep-level-0">
4152
4535
 
4153
- <td class="name" id="key"><code>key</code></td>
4536
+ <td class="name"><code>key</code></td>
4154
4537
 
4155
4538
 
4156
4539
  <td class="type">
4157
4540
 
4158
4541
 
4159
- <span class="param-type">String</span>
4542
+ <span class="param-type">
4543
+
4544
+ String
4545
+
4546
+ </span>
4160
4547
 
4161
4548
 
4162
4549
 
@@ -4245,7 +4632,11 @@ off-screen: 使用矢量瓦片来绘制注记;
4245
4632
  <div class='column is-5 has-text-left'>
4246
4633
  <label>类型: </label>
4247
4634
 
4248
- <span class="param-type">Any</span>
4635
+ <span class="param-type">
4636
+
4637
+ Any
4638
+
4639
+ </span>
4249
4640
 
4250
4641
 
4251
4642
 
@@ -4318,13 +4709,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4318
4709
 
4319
4710
  <tr class="deep-level-0">
4320
4711
 
4321
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4712
+ <td class="name"><code>styleLayerId</code></td>
4322
4713
 
4323
4714
 
4324
4715
  <td class="type">
4325
4716
 
4326
4717
 
4327
- <span class="param-type">String</span>
4718
+ <span class="param-type">
4719
+
4720
+ String
4721
+
4722
+ </span>
4328
4723
 
4329
4724
 
4330
4725
 
@@ -4413,10 +4808,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4413
4808
  <div class='column is-5 has-text-left'>
4414
4809
  <label>类型: </label>
4415
4810
 
4416
- <span class="param-type">Object</span>
4811
+ <span class="param-type">
4812
+
4813
+ Object
4814
+
4815
+ </span>
4417
4816
  |
4418
4817
 
4419
- <span class="param-type">null</span>
4818
+ <span class="param-type">
4819
+
4820
+ null
4821
+
4822
+ </span>
4420
4823
 
4421
4824
 
4422
4825
 
@@ -4489,13 +4892,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4489
4892
 
4490
4893
  <tr class="deep-level-0">
4491
4894
 
4492
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4895
+ <td class="name"><code>styleLayerId</code></td>
4493
4896
 
4494
4897
 
4495
4898
  <td class="type">
4496
4899
 
4497
4900
 
4498
- <span class="param-type">String</span>
4901
+ <span class="param-type">
4902
+
4903
+ String
4904
+
4905
+ </span>
4499
4906
 
4500
4907
 
4501
4908
 
@@ -4584,10 +4991,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4584
4991
  <div class='column is-5 has-text-left'>
4585
4992
  <label>类型: </label>
4586
4993
 
4587
- <span class="param-type">Object</span>
4994
+ <span class="param-type">
4995
+
4996
+ Object
4997
+
4998
+ </span>
4588
4999
  |
4589
5000
 
4590
- <span class="param-type">null</span>
5001
+ <span class="param-type">
5002
+
5003
+ null
5004
+
5005
+ </span>
4591
5006
 
4592
5007
 
4593
5008
 
@@ -4660,13 +5075,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4660
5075
 
4661
5076
  <tr class="deep-level-0">
4662
5077
 
4663
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5078
+ <td class="name"><code>styleLayerId</code></td>
4664
5079
 
4665
5080
 
4666
5081
  <td class="type">
4667
5082
 
4668
5083
 
4669
- <span class="param-type">String</span>
5084
+ <span class="param-type">
5085
+
5086
+ String
5087
+
5088
+ </span>
4670
5089
 
4671
5090
 
4672
5091
 
@@ -4755,7 +5174,11 @@ off-screen: 使用矢量瓦片来绘制注记;
4755
5174
  <div class='column is-5 has-text-left'>
4756
5175
  <label>类型: </label>
4757
5176
 
4758
- <span class="param-type">Object</span>
5177
+ <span class="param-type">
5178
+
5179
+ Object
5180
+
5181
+ </span>
4759
5182
 
4760
5183
 
4761
5184
 
@@ -4828,13 +5251,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4828
5251
 
4829
5252
  <tr class="deep-level-0">
4830
5253
 
4831
- <td class="name" id="index"><code>index</code></td>
5254
+ <td class="name"><code>index</code></td>
4832
5255
 
4833
5256
 
4834
5257
  <td class="type">
4835
5258
 
4836
5259
 
4837
- <span class="param-type">Number</span>
5260
+ <span class="param-type">
5261
+
5262
+ Number
5263
+
5264
+ </span>
4838
5265
 
4839
5266
 
4840
5267
 
@@ -4923,7 +5350,11 @@ off-screen: 使用矢量瓦片来绘制注记;
4923
5350
  <div class='column is-5 has-text-left'>
4924
5351
  <label>类型: </label>
4925
5352
 
4926
- <span class="param-type">String</span>
5353
+ <span class="param-type">
5354
+
5355
+ String
5356
+
5357
+ </span>
4927
5358
 
4928
5359
 
4929
5360
 
@@ -4996,13 +5427,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4996
5427
 
4997
5428
  <tr class="deep-level-0">
4998
5429
 
4999
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5430
+ <td class="name"><code>styleLayerId</code></td>
5000
5431
 
5001
5432
 
5002
5433
  <td class="type">
5003
5434
 
5004
5435
 
5005
- <span class="param-type">String</span>
5436
+ <span class="param-type">
5437
+
5438
+ String
5439
+
5440
+ </span>
5006
5441
 
5007
5442
 
5008
5443
 
@@ -5091,7 +5526,11 @@ off-screen: 使用矢量瓦片来绘制注记;
5091
5526
  <div class='column is-5 has-text-left'>
5092
5527
  <label>类型: </label>
5093
5528
 
5094
- <span class="param-type">Number</span>
5529
+ <span class="param-type">
5530
+
5531
+ Number
5532
+
5533
+ </span>
5095
5534
 
5096
5535
 
5097
5536
 
@@ -5164,13 +5603,17 @@ off-screen: 使用矢量瓦片来绘制注记;
5164
5603
 
5165
5604
  <tr class="deep-level-0">
5166
5605
 
5167
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5606
+ <td class="name"><code>styleLayerId</code></td>
5168
5607
 
5169
5608
 
5170
5609
  <td class="type">
5171
5610
 
5172
5611
 
5173
- <span class="param-type">String</span>
5612
+ <span class="param-type">
5613
+
5614
+ String
5615
+
5616
+ </span>
5174
5617
 
5175
5618
 
5176
5619
 
@@ -5259,7 +5702,11 @@ off-screen: 使用矢量瓦片来绘制注记;
5259
5702
  <div class='column is-5 has-text-left'>
5260
5703
  <label>类型: </label>
5261
5704
 
5262
- <span class="param-type">Boolean</span>
5705
+ <span class="param-type">
5706
+
5707
+ Boolean
5708
+
5709
+ </span>
5263
5710
 
5264
5711
 
5265
5712
 
@@ -5381,7 +5828,11 @@ off-screen: 使用矢量瓦片来绘制注记;
5381
5828
  <div class='column is-5 has-text-left'>
5382
5829
  <label>类型: </label>
5383
5830
 
5384
- <span class="param-type">Boolean</span>
5831
+ <span class="param-type">
5832
+
5833
+ Boolean
5834
+
5835
+ </span>
5385
5836
 
5386
5837
 
5387
5838
 
@@ -5460,13 +5911,17 @@ off-screen: 使用矢量瓦片来绘制注记;
5460
5911
 
5461
5912
  <tr class="deep-level-0">
5462
5913
 
5463
- <td class="name" id="types"><code>types</code></td>
5914
+ <td class="name"><code>types</code></td>
5464
5915
 
5465
5916
 
5466
5917
  <td class="type">
5467
5918
 
5468
5919
 
5469
- <span class="param-type">string</span>
5920
+ <span class="param-type">
5921
+
5922
+ string
5923
+
5924
+ </span>
5470
5925
 
5471
5926
 
5472
5927
 
@@ -5487,13 +5942,17 @@ off-screen: 使用矢量瓦片来绘制注记;
5487
5942
 
5488
5943
  <tr class="deep-level-0">
5489
5944
 
5490
- <td class="name" id="fn"><code>fn</code></td>
5945
+ <td class="name"><code>fn</code></td>
5491
5946
 
5492
5947
 
5493
5948
  <td class="type">
5494
5949
 
5495
5950
 
5496
- <span class="param-type">function</span>
5951
+ <span class="param-type">
5952
+
5953
+ function
5954
+
5955
+ </span>
5497
5956
 
5498
5957
 
5499
5958
 
@@ -5512,13 +5971,17 @@ off-screen: 使用矢量瓦片来绘制注记;
5512
5971
 
5513
5972
  <tr class="deep-level-0">
5514
5973
 
5515
- <td class="name" id="context"><code>context</code></td>
5974
+ <td class="name"><code>context</code></td>
5516
5975
 
5517
5976
 
5518
5977
  <td class="type">
5519
5978
 
5520
5979
 
5521
- <span class="param-type">Object</span>
5980
+ <span class="param-type">
5981
+
5982
+ Object
5983
+
5984
+ </span>
5522
5985
 
5523
5986
 
5524
5987
 
@@ -5612,7 +6075,11 @@ off-screen: 使用矢量瓦片来绘制注记;
5612
6075
  <div class='column is-5 has-text-left'>
5613
6076
  <label>类型: </label>
5614
6077
 
5615
- <span class="param-type">Object</span>
6078
+ <span class="param-type">
6079
+
6080
+ Object
6081
+
6082
+ </span>
5616
6083
 
5617
6084
 
5618
6085
 
@@ -5780,16 +6247,24 @@ view.off({
5780
6247
 
5781
6248
  <tr class="deep-level-0">
5782
6249
 
5783
- <td class="name" id="types"><code>types</code></td>
6250
+ <td class="name"><code>types</code></td>
5784
6251
 
5785
6252
 
5786
6253
  <td class="type">
5787
6254
 
5788
6255
 
5789
- <span class="param-type">String</span>
6256
+ <span class="param-type">
6257
+
6258
+ String
6259
+
6260
+ </span>
5790
6261
  |
5791
6262
 
5792
- <span class="param-type">Object</span>
6263
+ <span class="param-type">
6264
+
6265
+ Object
6266
+
6267
+ </span>
5793
6268
 
5794
6269
 
5795
6270
 
@@ -5816,13 +6291,17 @@ view.off({
5816
6291
 
5817
6292
  <tr class="deep-level-0">
5818
6293
 
5819
- <td class="name" id="fn"><code>fn</code></td>
6294
+ <td class="name"><code>fn</code></td>
5820
6295
 
5821
6296
 
5822
6297
  <td class="type">
5823
6298
 
5824
6299
 
5825
- <span class="param-type">function</span>
6300
+ <span class="param-type">
6301
+
6302
+ function
6303
+
6304
+ </span>
5826
6305
 
5827
6306
 
5828
6307
 
@@ -5847,13 +6326,17 @@ view.off({
5847
6326
 
5848
6327
  <tr class="deep-level-0">
5849
6328
 
5850
- <td class="name" id="context"><code>context</code></td>
6329
+ <td class="name"><code>context</code></td>
5851
6330
 
5852
6331
 
5853
6332
  <td class="type">
5854
6333
 
5855
6334
 
5856
- <span class="param-type">Object</span>
6335
+ <span class="param-type">
6336
+
6337
+ Object
6338
+
6339
+ </span>
5857
6340
 
5858
6341
 
5859
6342
 
@@ -5953,7 +6436,11 @@ view.off({
5953
6436
  <div class='column is-5 has-text-left'>
5954
6437
  <label>类型: </label>
5955
6438
 
5956
- <span class="param-type">Object</span>
6439
+ <span class="param-type">
6440
+
6441
+ Object
6442
+
6443
+ </span>
5957
6444
 
5958
6445
 
5959
6446
 
@@ -6200,13 +6687,17 @@ view.on({
6200
6687
 
6201
6688
  <tr class="deep-level-0">
6202
6689
 
6203
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
6690
+ <td class="name"><code>styleLayerId</code></td>
6204
6691
 
6205
6692
 
6206
6693
  <td class="type">
6207
6694
 
6208
6695
 
6209
- <span class="param-type">String</span>
6696
+ <span class="param-type">
6697
+
6698
+ String
6699
+
6700
+ </span>
6210
6701
 
6211
6702
 
6212
6703
 
@@ -6225,13 +6716,17 @@ view.on({
6225
6716
 
6226
6717
  <tr class="deep-level-0">
6227
6718
 
6228
- <td class="name" id="key"><code>key</code></td>
6719
+ <td class="name"><code>key</code></td>
6229
6720
 
6230
6721
 
6231
6722
  <td class="type">
6232
6723
 
6233
6724
 
6234
- <span class="param-type">String</span>
6725
+ <span class="param-type">
6726
+
6727
+ String
6728
+
6729
+ </span>
6235
6730
 
6236
6731
 
6237
6732
 
@@ -6250,13 +6745,17 @@ view.on({
6250
6745
 
6251
6746
  <tr class="deep-level-0">
6252
6747
 
6253
- <td class="name" id="value"><code>value</code></td>
6748
+ <td class="name"><code>value</code></td>
6254
6749
 
6255
6750
 
6256
6751
  <td class="type">
6257
6752
 
6258
6753
 
6259
- <span class="param-type">Any</span>
6754
+ <span class="param-type">
6755
+
6756
+ Any
6757
+
6758
+ </span>
6260
6759
 
6261
6760
 
6262
6761
 
@@ -6392,13 +6891,17 @@ view.on({
6392
6891
 
6393
6892
  <tr class="deep-level-0">
6394
6893
 
6395
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
6894
+ <td class="name"><code>styleLayerId</code></td>
6396
6895
 
6397
6896
 
6398
6897
  <td class="type">
6399
6898
 
6400
6899
 
6401
- <span class="param-type">String</span>
6900
+ <span class="param-type">
6901
+
6902
+ String
6903
+
6904
+ </span>
6402
6905
 
6403
6906
 
6404
6907
 
@@ -6417,13 +6920,17 @@ view.on({
6417
6920
 
6418
6921
  <tr class="deep-level-0">
6419
6922
 
6420
- <td class="name" id="layout"><code>layout</code></td>
6923
+ <td class="name"><code>layout</code></td>
6421
6924
 
6422
6925
 
6423
6926
  <td class="type">
6424
6927
 
6425
6928
 
6426
- <span class="param-type">Object</span>
6929
+ <span class="param-type">
6930
+
6931
+ Object
6932
+
6933
+ </span>
6427
6934
 
6428
6935
 
6429
6936
 
@@ -6559,13 +7066,17 @@ view.on({
6559
7066
 
6560
7067
  <tr class="deep-level-0">
6561
7068
 
6562
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
7069
+ <td class="name"><code>styleLayerId</code></td>
6563
7070
 
6564
7071
 
6565
7072
  <td class="type">
6566
7073
 
6567
7074
 
6568
- <span class="param-type">String</span>
7075
+ <span class="param-type">
7076
+
7077
+ String
7078
+
7079
+ </span>
6569
7080
 
6570
7081
 
6571
7082
 
@@ -6584,13 +7095,17 @@ view.on({
6584
7095
 
6585
7096
  <tr class="deep-level-0">
6586
7097
 
6587
- <td class="name" id="paint"><code>paint</code></td>
7098
+ <td class="name"><code>paint</code></td>
6588
7099
 
6589
7100
 
6590
7101
  <td class="type">
6591
7102
 
6592
7103
 
6593
- <span class="param-type">Object</span>
7104
+ <span class="param-type">
7105
+
7106
+ Object
7107
+
7108
+ </span>
6594
7109
 
6595
7110
 
6596
7111
 
@@ -6726,13 +7241,17 @@ view.on({
6726
7241
 
6727
7242
  <tr class="deep-level-0">
6728
7243
 
6729
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
7244
+ <td class="name"><code>styleLayer</code></td>
6730
7245
 
6731
7246
 
6732
7247
  <td class="type">
6733
7248
 
6734
7249
 
6735
- <span class="param-type">Object</span>
7250
+ <span class="param-type">
7251
+
7252
+ Object
7253
+
7254
+ </span>
6736
7255
 
6737
7256
 
6738
7257
 
@@ -6751,13 +7270,17 @@ view.on({
6751
7270
 
6752
7271
  <tr class="deep-level-0">
6753
7272
 
6754
- <td class="name" id="index"><code>index</code></td>
7273
+ <td class="name"><code>index</code></td>
6755
7274
 
6756
7275
 
6757
7276
  <td class="type">
6758
7277
 
6759
7278
 
6760
- <span class="param-type">String</span>
7279
+ <span class="param-type">
7280
+
7281
+ String
7282
+
7283
+ </span>
6761
7284
 
6762
7285
 
6763
7286
 
@@ -6893,13 +7416,17 @@ view.on({
6893
7416
 
6894
7417
  <tr class="deep-level-0">
6895
7418
 
6896
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
7419
+ <td class="name"><code>styleLayerId</code></td>
6897
7420
 
6898
7421
 
6899
7422
  <td class="type">
6900
7423
 
6901
7424
 
6902
- <span class="param-type">String</span>
7425
+ <span class="param-type">
7426
+
7427
+ String
7428
+
7429
+ </span>
6903
7430
 
6904
7431
 
6905
7432
 
@@ -6918,13 +7445,17 @@ view.on({
6918
7445
 
6919
7446
  <tr class="deep-level-0">
6920
7447
 
6921
- <td class="name" id="visible"><code>visible</code></td>
7448
+ <td class="name"><code>visible</code></td>
6922
7449
 
6923
7450
 
6924
7451
  <td class="type">
6925
7452
 
6926
7453
 
6927
- <span class="param-type">Boolean</span>
7454
+ <span class="param-type">
7455
+
7456
+ Boolean
7457
+
7458
+ </span>
6928
7459
 
6929
7460
 
6930
7461
 
@@ -7109,7 +7640,11 @@ view.on({
7109
7640
  <div class='column is-5 has-text-left'>
7110
7641
  <label>类型: </label>
7111
7642
 
7112
- <span class="param-type">Object</span>
7643
+ <span class="param-type">
7644
+
7645
+ Object
7646
+
7647
+ </span>
7113
7648
 
7114
7649
 
7115
7650
 
@@ -7149,37 +7684,37 @@ view.on({
7149
7684
  <tbody>
7150
7685
 
7151
7686
  <tr class="deep-level-0">
7152
- <td class="name"><code><a href="VectorTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
7687
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
7153
7688
  <td class="name"><code>图层刷新完毕事件</code></td>
7154
7689
  </tr>
7155
7690
 
7156
7691
  <tr class="deep-level-0">
7157
- <td class="name"><code><a href="VectorTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
7692
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
7158
7693
  <td class="name"><code>图层加载完毕事件</code></td>
7159
7694
  </tr>
7160
7695
 
7161
7696
  <tr class="deep-level-0">
7162
- <td class="name"><code><a href="VectorTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
7697
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
7163
7698
  <td class="name"><code>图层显隐更新完毕事件</code></td>
7164
7699
  </tr>
7165
7700
 
7166
7701
  <tr class="deep-level-0">
7167
- <td class="name"><code><a href="VectorTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
7702
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
7168
7703
  <td class="name"><code>图层更新完毕事件</code></td>
7169
7704
  </tr>
7170
7705
 
7171
7706
  <tr class="deep-level-0">
7172
- <td class="name"><code><a href="VectorTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
7707
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
7173
7708
  <td class="name"><code>图层透明度更新完毕事件</code></td>
7174
7709
  </tr>
7175
7710
 
7176
7711
  <tr class="deep-level-0">
7177
- <td class="name"><code><a href="VectorTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
7712
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
7178
7713
  <td class="name"><code>图层销毁完毕事件</code></td>
7179
7714
  </tr>
7180
7715
 
7181
7716
  <tr class="deep-level-0">
7182
- <td class="name"><code><a href="VectorTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
7717
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
7183
7718
  <td class="name"><code>图层顺序更新完毕事件</code></td>
7184
7719
  </tr>
7185
7720
 
@@ -7259,7 +7794,11 @@ view.on({
7259
7794
  <td class="type">
7260
7795
 
7261
7796
 
7262
- <span class="param-type">Object</span>
7797
+ <span class="param-type">
7798
+
7799
+ Object
7800
+
7801
+ </span>
7263
7802
 
7264
7803
 
7265
7804
 
@@ -7293,7 +7832,11 @@ view.on({
7293
7832
  <td class="type">
7294
7833
 
7295
7834
 
7296
- <span class="param-type">String</span>
7835
+ <span class="param-type">
7836
+
7837
+ String
7838
+
7839
+ </span>
7297
7840
 
7298
7841
 
7299
7842
 
@@ -7331,7 +7874,11 @@ view.on({
7331
7874
  <td class="type">
7332
7875
 
7333
7876
 
7334
- <span class="param-type">String</span>
7877
+ <span class="param-type">
7878
+
7879
+ String
7880
+
7881
+ </span>
7335
7882
 
7336
7883
 
7337
7884
 
@@ -7369,7 +7916,11 @@ view.on({
7369
7916
  <td class="type">
7370
7917
 
7371
7918
 
7372
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
7373
7924
 
7374
7925
 
7375
7926
 
@@ -7407,7 +7958,11 @@ view.on({
7407
7958
  <td class="type">
7408
7959
 
7409
7960
 
7410
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7411
7966
 
7412
7967
 
7413
7968
 
@@ -7445,7 +8000,11 @@ view.on({
7445
8000
  <td class="type">
7446
8001
 
7447
8002
 
7448
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
7449
8008
 
7450
8009
 
7451
8010
 
@@ -7483,7 +8042,11 @@ view.on({
7483
8042
  <td class="type">
7484
8043
 
7485
8044
 
7486
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7487
8050
 
7488
8051
 
7489
8052
 
@@ -7521,7 +8084,11 @@ view.on({
7521
8084
  <td class="type">
7522
8085
 
7523
8086
 
7524
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
7525
8092
 
7526
8093
 
7527
8094
 
@@ -7713,7 +8280,11 @@ view.on({
7713
8280
  <td class="type">
7714
8281
 
7715
8282
 
7716
- <span class="param-type">Object</span>
8283
+ <span class="param-type">
8284
+
8285
+ Object
8286
+
8287
+ </span>
7717
8288
 
7718
8289
 
7719
8290
 
@@ -7747,7 +8318,11 @@ view.on({
7747
8318
  <td class="type">
7748
8319
 
7749
8320
 
7750
- <span class="param-type">String</span>
8321
+ <span class="param-type">
8322
+
8323
+ String
8324
+
8325
+ </span>
7751
8326
 
7752
8327
 
7753
8328
 
@@ -7785,7 +8360,11 @@ view.on({
7785
8360
  <td class="type">
7786
8361
 
7787
8362
 
7788
- <span class="param-type">String</span>
8363
+ <span class="param-type">
8364
+
8365
+ String
8366
+
8367
+ </span>
7789
8368
 
7790
8369
 
7791
8370
 
@@ -7823,7 +8402,11 @@ view.on({
7823
8402
  <td class="type">
7824
8403
 
7825
8404
 
7826
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
7827
8410
 
7828
8411
 
7829
8412
 
@@ -7861,7 +8444,11 @@ view.on({
7861
8444
  <td class="type">
7862
8445
 
7863
8446
 
7864
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7865
8452
 
7866
8453
 
7867
8454
 
@@ -7899,7 +8486,11 @@ view.on({
7899
8486
  <td class="type">
7900
8487
 
7901
8488
 
7902
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
7903
8494
 
7904
8495
 
7905
8496
 
@@ -7937,7 +8528,11 @@ view.on({
7937
8528
  <td class="type">
7938
8529
 
7939
8530
 
7940
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7941
8536
 
7942
8537
 
7943
8538
 
@@ -7975,7 +8570,11 @@ view.on({
7975
8570
  <td class="type">
7976
8571
 
7977
8572
 
7978
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
7979
8578
 
7980
8579
 
7981
8580
 
@@ -8157,7 +8756,11 @@ view.on({
8157
8756
  <td class="type">
8158
8757
 
8159
8758
 
8160
- <span class="param-type">Object</span>
8759
+ <span class="param-type">
8760
+
8761
+ Object
8762
+
8763
+ </span>
8161
8764
 
8162
8765
 
8163
8766
 
@@ -8191,7 +8794,11 @@ view.on({
8191
8794
  <td class="type">
8192
8795
 
8193
8796
 
8194
- <span class="param-type">String</span>
8797
+ <span class="param-type">
8798
+
8799
+ String
8800
+
8801
+ </span>
8195
8802
 
8196
8803
 
8197
8804
 
@@ -8229,7 +8836,11 @@ view.on({
8229
8836
  <td class="type">
8230
8837
 
8231
8838
 
8232
- <span class="param-type">String</span>
8839
+ <span class="param-type">
8840
+
8841
+ String
8842
+
8843
+ </span>
8233
8844
 
8234
8845
 
8235
8846
 
@@ -8267,7 +8878,11 @@ view.on({
8267
8878
  <td class="type">
8268
8879
 
8269
8880
 
8270
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
8271
8886
 
8272
8887
 
8273
8888
 
@@ -8305,7 +8920,11 @@ view.on({
8305
8920
  <td class="type">
8306
8921
 
8307
8922
 
8308
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8309
8928
 
8310
8929
 
8311
8930
 
@@ -8343,7 +8962,11 @@ view.on({
8343
8962
  <td class="type">
8344
8963
 
8345
8964
 
8346
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
8347
8970
 
8348
8971
 
8349
8972
 
@@ -8381,7 +9004,11 @@ view.on({
8381
9004
  <td class="type">
8382
9005
 
8383
9006
 
8384
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8385
9012
 
8386
9013
 
8387
9014
 
@@ -8419,7 +9046,11 @@ view.on({
8419
9046
  <td class="type">
8420
9047
 
8421
9048
 
8422
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
8423
9054
 
8424
9055
 
8425
9056
 
@@ -8611,7 +9242,11 @@ view.on({
8611
9242
  <td class="type">
8612
9243
 
8613
9244
 
8614
- <span class="param-type">Object</span>
9245
+ <span class="param-type">
9246
+
9247
+ Object
9248
+
9249
+ </span>
8615
9250
 
8616
9251
 
8617
9252
 
@@ -8645,7 +9280,11 @@ view.on({
8645
9280
  <td class="type">
8646
9281
 
8647
9282
 
8648
- <span class="param-type">String</span>
9283
+ <span class="param-type">
9284
+
9285
+ String
9286
+
9287
+ </span>
8649
9288
 
8650
9289
 
8651
9290
 
@@ -8683,7 +9322,11 @@ view.on({
8683
9322
  <td class="type">
8684
9323
 
8685
9324
 
8686
- <span class="param-type">String</span>
9325
+ <span class="param-type">
9326
+
9327
+ String
9328
+
9329
+ </span>
8687
9330
 
8688
9331
 
8689
9332
 
@@ -8721,7 +9364,11 @@ view.on({
8721
9364
  <td class="type">
8722
9365
 
8723
9366
 
8724
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
8725
9372
 
8726
9373
 
8727
9374
 
@@ -8759,7 +9406,11 @@ view.on({
8759
9406
  <td class="type">
8760
9407
 
8761
9408
 
8762
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8763
9414
 
8764
9415
 
8765
9416
 
@@ -8797,7 +9448,11 @@ view.on({
8797
9448
  <td class="type">
8798
9449
 
8799
9450
 
8800
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
8801
9456
 
8802
9457
 
8803
9458
 
@@ -8835,7 +9490,11 @@ view.on({
8835
9490
  <td class="type">
8836
9491
 
8837
9492
 
8838
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8839
9498
 
8840
9499
 
8841
9500
 
@@ -8873,7 +9532,11 @@ view.on({
8873
9532
  <td class="type">
8874
9533
 
8875
9534
 
8876
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
8877
9540
 
8878
9541
 
8879
9542
 
@@ -9055,7 +9718,11 @@ view.on({
9055
9718
  <td class="type">
9056
9719
 
9057
9720
 
9058
- <span class="param-type">Object</span>
9721
+ <span class="param-type">
9722
+
9723
+ Object
9724
+
9725
+ </span>
9059
9726
 
9060
9727
 
9061
9728
 
@@ -9089,7 +9756,11 @@ view.on({
9089
9756
  <td class="type">
9090
9757
 
9091
9758
 
9092
- <span class="param-type">String</span>
9759
+ <span class="param-type">
9760
+
9761
+ String
9762
+
9763
+ </span>
9093
9764
 
9094
9765
 
9095
9766
 
@@ -9127,7 +9798,11 @@ view.on({
9127
9798
  <td class="type">
9128
9799
 
9129
9800
 
9130
- <span class="param-type">String</span>
9801
+ <span class="param-type">
9802
+
9803
+ String
9804
+
9805
+ </span>
9131
9806
 
9132
9807
 
9133
9808
 
@@ -9165,7 +9840,11 @@ view.on({
9165
9840
  <td class="type">
9166
9841
 
9167
9842
 
9168
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
9169
9848
 
9170
9849
 
9171
9850
 
@@ -9203,7 +9882,11 @@ view.on({
9203
9882
  <td class="type">
9204
9883
 
9205
9884
 
9206
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9207
9890
 
9208
9891
 
9209
9892
 
@@ -9241,7 +9924,11 @@ view.on({
9241
9924
  <td class="type">
9242
9925
 
9243
9926
 
9244
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
9245
9932
 
9246
9933
 
9247
9934
 
@@ -9279,7 +9966,11 @@ view.on({
9279
9966
  <td class="type">
9280
9967
 
9281
9968
 
9282
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9283
9974
 
9284
9975
 
9285
9976
 
@@ -9317,7 +10008,11 @@ view.on({
9317
10008
  <td class="type">
9318
10009
 
9319
10010
 
9320
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
9321
10016
 
9322
10017
 
9323
10018
 
@@ -9509,7 +10204,11 @@ view.on({
9509
10204
  <td class="type">
9510
10205
 
9511
10206
 
9512
- <span class="param-type">Object</span>
10207
+ <span class="param-type">
10208
+
10209
+ Object
10210
+
10211
+ </span>
9513
10212
 
9514
10213
 
9515
10214
 
@@ -9543,7 +10242,11 @@ view.on({
9543
10242
  <td class="type">
9544
10243
 
9545
10244
 
9546
- <span class="param-type">String</span>
10245
+ <span class="param-type">
10246
+
10247
+ String
10248
+
10249
+ </span>
9547
10250
 
9548
10251
 
9549
10252
 
@@ -9581,7 +10284,11 @@ view.on({
9581
10284
  <td class="type">
9582
10285
 
9583
10286
 
9584
- <span class="param-type">String</span>
10287
+ <span class="param-type">
10288
+
10289
+ String
10290
+
10291
+ </span>
9585
10292
 
9586
10293
 
9587
10294
 
@@ -9619,7 +10326,11 @@ view.on({
9619
10326
  <td class="type">
9620
10327
 
9621
10328
 
9622
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
9623
10334
 
9624
10335
 
9625
10336
 
@@ -9657,7 +10368,11 @@ view.on({
9657
10368
  <td class="type">
9658
10369
 
9659
10370
 
9660
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9661
10376
 
9662
10377
 
9663
10378
 
@@ -9695,7 +10410,11 @@ view.on({
9695
10410
  <td class="type">
9696
10411
 
9697
10412
 
9698
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
9699
10418
 
9700
10419
 
9701
10420
 
@@ -9733,7 +10452,11 @@ view.on({
9733
10452
  <td class="type">
9734
10453
 
9735
10454
 
9736
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9737
10460
 
9738
10461
 
9739
10462
 
@@ -9771,7 +10494,11 @@ view.on({
9771
10494
  <td class="type">
9772
10495
 
9773
10496
 
9774
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
9775
10502
 
9776
10503
 
9777
10504
 
@@ -9953,7 +10680,11 @@ view.on({
9953
10680
  <td class="type">
9954
10681
 
9955
10682
 
9956
- <span class="param-type">Object</span>
10683
+ <span class="param-type">
10684
+
10685
+ Object
10686
+
10687
+ </span>
9957
10688
 
9958
10689
 
9959
10690
 
@@ -9987,7 +10718,11 @@ view.on({
9987
10718
  <td class="type">
9988
10719
 
9989
10720
 
9990
- <span class="param-type">String</span>
10721
+ <span class="param-type">
10722
+
10723
+ String
10724
+
10725
+ </span>
9991
10726
 
9992
10727
 
9993
10728
 
@@ -10025,7 +10760,11 @@ view.on({
10025
10760
  <td class="type">
10026
10761
 
10027
10762
 
10028
- <span class="param-type">String</span>
10763
+ <span class="param-type">
10764
+
10765
+ String
10766
+
10767
+ </span>
10029
10768
 
10030
10769
 
10031
10770
 
@@ -10063,7 +10802,11 @@ view.on({
10063
10802
  <td class="type">
10064
10803
 
10065
10804
 
10066
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
10067
10810
 
10068
10811
 
10069
10812
 
@@ -10101,7 +10844,11 @@ view.on({
10101
10844
  <td class="type">
10102
10845
 
10103
10846
 
10104
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
10105
10852
 
10106
10853
 
10107
10854
 
@@ -10139,7 +10886,11 @@ view.on({
10139
10886
  <td class="type">
10140
10887
 
10141
10888
 
10142
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
10143
10894
 
10144
10895
 
10145
10896
 
@@ -10177,7 +10928,11 @@ view.on({
10177
10928
  <td class="type">
10178
10929
 
10179
10930
 
10180
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
10181
10936
 
10182
10937
 
10183
10938
 
@@ -10215,7 +10970,11 @@ view.on({
10215
10970
  <td class="type">
10216
10971
 
10217
10972
 
10218
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
10219
10978
 
10220
10979
 
10221
10980