@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
@@ -94,13 +94,17 @@ if(layer.loadStatus === 'loaded') {<br/>
94
94
 
95
95
  <tr class="deep-level-0">
96
96
 
97
- <td class="name" id="options"><code>options</code></td>
97
+ <td class="name"><code>options</code></td>
98
98
 
99
99
 
100
100
  <td class="type">
101
101
 
102
102
 
103
- <span class="param-type">Object</span>
103
+ <span class="param-type">
104
+
105
+ Object
106
+
107
+ </span>
104
108
 
105
109
 
106
110
 
@@ -121,13 +125,17 @@ if(layer.loadStatus === 'loaded') {<br/>
121
125
 
122
126
  <tr class="deep-level-1">
123
127
 
124
- <td class="name" id="url"><code>url</code></td>
128
+ <td class="name"><code>url</code></td>
125
129
 
126
130
 
127
131
  <td class="type">
128
132
 
129
133
 
130
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
131
139
 
132
140
 
133
141
 
@@ -157,13 +165,17 @@ if(layer.loadStatus === 'loaded') {<br/>
157
165
 
158
166
  <tr class="deep-level-1">
159
167
 
160
- <td class="name" id="style"><code>style</code></td>
168
+ <td class="name"><code>style</code></td>
161
169
 
162
170
 
163
171
  <td class="type">
164
172
 
165
173
 
166
- <span class="param-type">Object</span>
174
+ <span class="param-type">
175
+
176
+ Object
177
+
178
+ </span>
167
179
 
168
180
 
169
181
 
@@ -188,13 +200,17 @@ if(layer.loadStatus === 'loaded') {<br/>
188
200
 
189
201
  <tr class="deep-level-1">
190
202
 
191
- <td class="name" id="minScale"><code>minScale</code></td>
203
+ <td class="name"><code>minScale</code></td>
192
204
 
193
205
 
194
206
  <td class="type">
195
207
 
196
208
 
197
- <span class="param-type">Number</span>
209
+ <span class="param-type">
210
+
211
+ Number
212
+
213
+ </span>
198
214
 
199
215
 
200
216
 
@@ -217,13 +233,17 @@ if(layer.loadStatus === 'loaded') {<br/>
217
233
 
218
234
  <tr class="deep-level-1">
219
235
 
220
- <td class="name" id="maxScale"><code>maxScale</code></td>
236
+ <td class="name"><code>maxScale</code></td>
221
237
 
222
238
 
223
239
  <td class="type">
224
240
 
225
241
 
226
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
245
+
246
+ </span>
227
247
 
228
248
 
229
249
 
@@ -246,13 +266,17 @@ if(layer.loadStatus === 'loaded') {<br/>
246
266
 
247
267
  <tr class="deep-level-1">
248
268
 
249
- <td class="name" id="opacity"><code>opacity</code></td>
269
+ <td class="name"><code>opacity</code></td>
250
270
 
251
271
 
252
272
  <td class="type">
253
273
 
254
274
 
255
- <span class="param-type">Number</span>
275
+ <span class="param-type">
276
+
277
+ Number
278
+
279
+ </span>
256
280
 
257
281
 
258
282
 
@@ -275,13 +299,17 @@ if(layer.loadStatus === 'loaded') {<br/>
275
299
 
276
300
  <tr class="deep-level-1">
277
301
 
278
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
302
+ <td class="name"><code>tokenKey</code></td>
279
303
 
280
304
 
281
305
  <td class="type">
282
306
 
283
307
 
284
- <span class="param-type">String</span>
308
+ <span class="param-type">
309
+
310
+ String
311
+
312
+ </span>
285
313
 
286
314
 
287
315
 
@@ -304,13 +332,17 @@ if(layer.loadStatus === 'loaded') {<br/>
304
332
 
305
333
  <tr class="deep-level-1">
306
334
 
307
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
335
+ <td class="name"><code>tokenValue</code></td>
308
336
 
309
337
 
310
338
  <td class="type">
311
339
 
312
340
 
313
- <span class="param-type">String</span>
341
+ <span class="param-type">
342
+
343
+ String
344
+
345
+ </span>
314
346
 
315
347
 
316
348
 
@@ -333,13 +365,17 @@ if(layer.loadStatus === 'loaded') {<br/>
333
365
 
334
366
  <tr class="deep-level-1">
335
367
 
336
- <td class="name" id="visible"><code>visible</code></td>
368
+ <td class="name"><code>visible</code></td>
337
369
 
338
370
 
339
371
  <td class="type">
340
372
 
341
373
 
342
- <span class="param-type">Boolean</span>
374
+ <span class="param-type">
375
+
376
+ Boolean
377
+
378
+ </span>
343
379
 
344
380
 
345
381
 
@@ -362,13 +398,17 @@ if(layer.loadStatus === 'loaded') {<br/>
362
398
 
363
399
  <tr class="deep-level-1">
364
400
 
365
- <td class="name" id="labelsRenderMode"><code>labelsRenderMode</code></td>
401
+ <td class="name"><code>labelsRenderMode</code></td>
366
402
 
367
403
 
368
404
  <td class="type">
369
405
 
370
406
 
371
- <span class="param-type">String</span>
407
+ <span class="param-type">
408
+
409
+ String
410
+
411
+ </span>
372
412
 
373
413
 
374
414
 
@@ -392,25 +432,45 @@ if(layer.loadStatus === 'loaded') {<br/>
392
432
 
393
433
  <tr class="deep-level-1">
394
434
 
395
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
435
+ <td class="name"><code>clippingArea</code></td>
396
436
 
397
437
 
398
438
  <td class="type">
399
439
 
400
440
 
401
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
441
+ <span class="param-type">
442
+
443
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
444
+
445
+ </span>
402
446
  |
403
447
 
404
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
448
+ <span class="param-type">
449
+
450
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
451
+
452
+ </span>
405
453
  |
406
454
 
407
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
455
+ <span class="param-type">
456
+
457
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
458
+
459
+ </span>
408
460
  |
409
461
 
410
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
462
+ <span class="param-type">
463
+
464
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
465
+
466
+ </span>
411
467
  |
412
468
 
413
- <span class="param-type">null</span>
469
+ <span class="param-type">
470
+
471
+ null
472
+
473
+ </span>
414
474
 
415
475
 
416
476
 
@@ -485,15 +545,15 @@ if(layer.loadStatus === 'loaded') {<br/>
485
545
  <div class="column is-2"><label>绑定事件</label></div>
486
546
  <div class="column is-10">
487
547
  <ul>
488
- <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>
548
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
489
549
 
490
- <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>
550
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
491
551
 
492
- <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>
552
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
493
553
 
494
- <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>
554
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
495
555
 
496
- <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>
556
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
497
557
  </ul>
498
558
  </div>
499
559
  </div>
@@ -760,7 +820,11 @@ arcGISVectorTileLayer.load().then((result) => {
760
820
  <td class="name">
761
821
  <code>
762
822
 
763
- <span class="param-type">Array.&lt;String></span>
823
+ <span class="param-type">
824
+
825
+ Array.&lt;String>
826
+
827
+ </span>
764
828
 
765
829
 
766
830
 
@@ -774,19 +838,39 @@ arcGISVectorTileLayer.load().then((result) => {
774
838
  <td class="name">
775
839
  <code>
776
840
 
777
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
841
+ <span class="param-type">
842
+
843
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
844
+
845
+ </span>
778
846
  |
779
847
 
780
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
848
+ <span class="param-type">
849
+
850
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
851
+
852
+ </span>
781
853
  |
782
854
 
783
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
855
+ <span class="param-type">
856
+
857
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
858
+
859
+ </span>
784
860
  |
785
861
 
786
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
862
+ <span class="param-type">
863
+
864
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
865
+
866
+ </span>
787
867
  |
788
868
 
789
- <span class="param-type">null</span>
869
+ <span class="param-type">
870
+
871
+ null
872
+
873
+ </span>
790
874
 
791
875
 
792
876
 
@@ -800,7 +884,11 @@ arcGISVectorTileLayer.load().then((result) => {
800
884
  <td class="name">
801
885
  <code>
802
886
 
803
- <span class="param-type">Object</span>
887
+ <span class="param-type">
888
+
889
+ Object
890
+
891
+ </span>
804
892
 
805
893
 
806
894
 
@@ -814,7 +902,11 @@ arcGISVectorTileLayer.load().then((result) => {
814
902
  <td class="name">
815
903
  <code>
816
904
 
817
- <span class="param-type">String</span>
905
+ <span class="param-type">
906
+
907
+ String
908
+
909
+ </span>
818
910
 
819
911
 
820
912
 
@@ -828,7 +920,11 @@ arcGISVectorTileLayer.load().then((result) => {
828
920
  <td class="name">
829
921
  <code>
830
922
 
831
- <span class="param-type">String</span>
923
+ <span class="param-type">
924
+
925
+ String
926
+
927
+ </span>
832
928
 
833
929
 
834
930
 
@@ -845,7 +941,11 @@ off-screen: 使用矢量瓦片来绘制注记;
845
941
  <td class="name">
846
942
  <code>
847
943
 
848
- <span class="param-type">Number</span>
944
+ <span class="param-type">
945
+
946
+ Number
947
+
948
+ </span>
849
949
 
850
950
 
851
951
 
@@ -859,7 +959,11 @@ off-screen: 使用矢量瓦片来绘制注记;
859
959
  <td class="name">
860
960
  <code>
861
961
 
862
- <span class="param-type">Object</span>
962
+ <span class="param-type">
963
+
964
+ Object
965
+
966
+ </span>
863
967
 
864
968
 
865
969
 
@@ -873,10 +977,18 @@ off-screen: 使用矢量瓦片来绘制注记;
873
977
  <td class="name">
874
978
  <code>
875
979
 
876
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
980
+ <span class="param-type">
981
+
982
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
983
+
984
+ </span>
877
985
  |
878
986
 
879
- <span class="param-type">undefined</span>
987
+ <span class="param-type">
988
+
989
+ undefined
990
+
991
+ </span>
880
992
 
881
993
 
882
994
 
@@ -890,7 +1002,11 @@ off-screen: 使用矢量瓦片来绘制注记;
890
1002
  <td class="name">
891
1003
  <code>
892
1004
 
893
- <span class="param-type">String</span>
1005
+ <span class="param-type">
1006
+
1007
+ String
1008
+
1009
+ </span>
894
1010
 
895
1011
 
896
1012
 
@@ -904,7 +1020,11 @@ off-screen: 使用矢量瓦片来绘制注记;
904
1020
  <td class="name">
905
1021
  <code>
906
1022
 
907
- <span class="param-type">String</span>
1023
+ <span class="param-type">
1024
+
1025
+ String
1026
+
1027
+ </span>
908
1028
 
909
1029
 
910
1030
 
@@ -924,7 +1044,11 @@ off-screen: 使用矢量瓦片来绘制注记;
924
1044
  <span class="method-parameter is-pulled-right">
925
1045
  <label>类型:</label>
926
1046
 
927
- <span class="param-type">Array.&lt;String></span>
1047
+ <span class="param-type">
1048
+
1049
+ Array.&lt;String>
1050
+
1051
+ </span>
928
1052
 
929
1053
 
930
1054
 
@@ -1000,19 +1124,39 @@ off-screen: 使用矢量瓦片来绘制注记;
1000
1124
  <span class="method-parameter is-pulled-right">
1001
1125
  <label>类型:</label>
1002
1126
 
1003
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1127
+ <span class="param-type">
1128
+
1129
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1130
+
1131
+ </span>
1004
1132
  |
1005
1133
 
1006
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1134
+ <span class="param-type">
1135
+
1136
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1137
+
1138
+ </span>
1007
1139
  |
1008
1140
 
1009
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1141
+ <span class="param-type">
1142
+
1143
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1144
+
1145
+ </span>
1010
1146
  |
1011
1147
 
1012
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1148
+ <span class="param-type">
1149
+
1150
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1151
+
1152
+ </span>
1013
1153
  |
1014
1154
 
1015
- <span class="param-type">null</span>
1155
+ <span class="param-type">
1156
+
1157
+ null
1158
+
1159
+ </span>
1016
1160
 
1017
1161
 
1018
1162
 
@@ -1088,7 +1232,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1088
1232
  <span class="method-parameter is-pulled-right">
1089
1233
  <label>类型:</label>
1090
1234
 
1091
- <span class="param-type">Object</span>
1235
+ <span class="param-type">
1236
+
1237
+ Object
1238
+
1239
+ </span>
1092
1240
 
1093
1241
 
1094
1242
 
@@ -1168,7 +1316,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1168
1316
  <span class="method-parameter is-pulled-right">
1169
1317
  <label>类型:</label>
1170
1318
 
1171
- <span class="param-type">String</span>
1319
+ <span class="param-type">
1320
+
1321
+ String
1322
+
1323
+ </span>
1172
1324
 
1173
1325
 
1174
1326
 
@@ -1239,7 +1391,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1239
1391
  <span class="method-parameter is-pulled-right">
1240
1392
  <label>类型:</label>
1241
1393
 
1242
- <span class="param-type">String</span>
1394
+ <span class="param-type">
1395
+
1396
+ String
1397
+
1398
+ </span>
1243
1399
 
1244
1400
 
1245
1401
 
@@ -1318,7 +1474,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1318
1474
  <span class="method-parameter is-pulled-right">
1319
1475
  <label>类型:</label>
1320
1476
 
1321
- <span class="param-type">Number</span>
1477
+ <span class="param-type">
1478
+
1479
+ Number
1480
+
1481
+ </span>
1322
1482
 
1323
1483
 
1324
1484
 
@@ -1399,7 +1559,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1399
1559
  <span class="method-parameter is-pulled-right">
1400
1560
  <label>类型:</label>
1401
1561
 
1402
- <span class="param-type">Object</span>
1562
+ <span class="param-type">
1563
+
1564
+ Object
1565
+
1566
+ </span>
1403
1567
 
1404
1568
 
1405
1569
 
@@ -1475,10 +1639,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1475
1639
  <span class="method-parameter is-pulled-right">
1476
1640
  <label>类型:</label>
1477
1641
 
1478
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1642
+ <span class="param-type">
1643
+
1644
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1645
+
1646
+ </span>
1479
1647
  |
1480
1648
 
1481
- <span class="param-type">undefined</span>
1649
+ <span class="param-type">
1650
+
1651
+ undefined
1652
+
1653
+ </span>
1482
1654
 
1483
1655
 
1484
1656
 
@@ -1558,7 +1730,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1558
1730
  <span class="method-parameter is-pulled-right">
1559
1731
  <label>类型:</label>
1560
1732
 
1561
- <span class="param-type">String</span>
1733
+ <span class="param-type">
1734
+
1735
+ String
1736
+
1737
+ </span>
1562
1738
 
1563
1739
 
1564
1740
 
@@ -1629,7 +1805,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1629
1805
  <span class="method-parameter is-pulled-right">
1630
1806
  <label>类型:</label>
1631
1807
 
1632
- <span class="param-type">String</span>
1808
+ <span class="param-type">
1809
+
1810
+ String
1811
+
1812
+ </span>
1633
1813
 
1634
1814
 
1635
1815
 
@@ -1726,14 +1906,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1726
1906
  <code>
1727
1907
 
1728
1908
 
1729
- <span class="param-type"><a link="ArcGISVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a></span>
1909
+ <span class="param-type">
1910
+
1911
+ <a link="ArcGISVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a>
1912
+
1913
+ </span>
1730
1914
 
1731
1915
 
1732
1916
 
1733
1917
 
1734
1918
  </code>
1735
1919
  </td>
1736
- <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISVectorTileLayer对象<a id='fromJSON'></a></p></code></td>
1920
+ <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISVectorTileLayer对象</code></td>
1737
1921
  </tr>
1738
1922
 
1739
1923
  <tr class="deep-level-0">
@@ -1742,7 +1926,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1742
1926
  <code>
1743
1927
 
1744
1928
 
1745
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1929
+ <span class="param-type">
1930
+
1931
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
1932
+
1933
+ </span>
1746
1934
 
1747
1935
 
1748
1936
 
@@ -1758,7 +1946,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1758
1946
  <code>
1759
1947
 
1760
1948
 
1761
- <span class="param-type">Object</span>
1949
+ <span class="param-type">
1950
+
1951
+ Object
1952
+
1953
+ </span>
1762
1954
 
1763
1955
 
1764
1956
 
@@ -1775,8 +1967,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1775
1967
 
1776
1968
  </code>
1777
1969
  </td>
1778
- <td class="name"><code><a id='deleteStyleLayer'/>
1779
- 删除样式图层</code></td>
1970
+ <td class="name"><code></code></td>
1780
1971
  </tr>
1781
1972
 
1782
1973
  <tr class="deep-level-0">
@@ -1785,15 +1976,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1785
1976
  <code>
1786
1977
 
1787
1978
 
1788
- <span class="param-type">Any</span>
1979
+ <span class="param-type">
1980
+
1981
+ Any
1982
+
1983
+ </span>
1789
1984
 
1790
1985
 
1791
1986
 
1792
1987
 
1793
1988
  </code>
1794
1989
  </td>
1795
- <td class="name"><code><a id='getExtendProperties'/>
1796
- 获取样式图层的额外属性</code></td>
1990
+ <td class="name"><code></code></td>
1797
1991
  </tr>
1798
1992
 
1799
1993
  <tr class="deep-level-0">
@@ -1802,18 +1996,25 @@ off-screen: 使用矢量瓦片来绘制注记;
1802
1996
  <code>
1803
1997
 
1804
1998
 
1805
- <span class="param-type">Object</span>
1999
+ <span class="param-type">
2000
+
2001
+ Object
2002
+
2003
+ </span>
1806
2004
  |
1807
2005
 
1808
- <span class="param-type">null</span>
2006
+ <span class="param-type">
2007
+
2008
+ null
2009
+
2010
+ </span>
1809
2011
 
1810
2012
 
1811
2013
 
1812
2014
 
1813
2015
  </code>
1814
2016
  </td>
1815
- <td class="name"><code><a id='getLayoutProperties'/>
1816
- 获取样式图层布局属性</code></td>
2017
+ <td class="name"><code></code></td>
1817
2018
  </tr>
1818
2019
 
1819
2020
  <tr class="deep-level-0">
@@ -1822,18 +2023,25 @@ off-screen: 使用矢量瓦片来绘制注记;
1822
2023
  <code>
1823
2024
 
1824
2025
 
1825
- <span class="param-type">Object</span>
2026
+ <span class="param-type">
2027
+
2028
+ Object
2029
+
2030
+ </span>
1826
2031
  |
1827
2032
 
1828
- <span class="param-type">null</span>
2033
+ <span class="param-type">
2034
+
2035
+ null
2036
+
2037
+ </span>
1829
2038
 
1830
2039
 
1831
2040
 
1832
2041
 
1833
2042
  </code>
1834
2043
  </td>
1835
- <td class="name"><code><a id='getPaintProperties'/>
1836
- 获取样式图层绘制属性</code></td>
2044
+ <td class="name"><code></code></td>
1837
2045
  </tr>
1838
2046
 
1839
2047
  <tr class="deep-level-0">
@@ -1842,15 +2050,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1842
2050
  <code>
1843
2051
 
1844
2052
 
1845
- <span class="param-type">Object</span>
2053
+ <span class="param-type">
2054
+
2055
+ Object
2056
+
2057
+ </span>
1846
2058
 
1847
2059
 
1848
2060
 
1849
2061
 
1850
2062
  </code>
1851
2063
  </td>
1852
- <td class="name"><code><a id='getStyleLayer'/>
1853
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
2064
+ <td class="name"><code></code></td>
1854
2065
  </tr>
1855
2066
 
1856
2067
  <tr class="deep-level-0">
@@ -1859,15 +2070,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1859
2070
  <code>
1860
2071
 
1861
2072
 
1862
- <span class="param-type">String</span>
2073
+ <span class="param-type">
2074
+
2075
+ String
2076
+
2077
+ </span>
1863
2078
 
1864
2079
 
1865
2080
 
1866
2081
 
1867
2082
  </code>
1868
2083
  </td>
1869
- <td class="name"><code><a id='getStyleLayerIndex'/>
1870
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
2084
+ <td class="name"><code></code></td>
1871
2085
  </tr>
1872
2086
 
1873
2087
  <tr class="deep-level-0">
@@ -1876,15 +2090,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1876
2090
  <code>
1877
2091
 
1878
2092
 
1879
- <span class="param-type">Number</span>
2093
+ <span class="param-type">
2094
+
2095
+ Number
2096
+
2097
+ </span>
1880
2098
 
1881
2099
 
1882
2100
 
1883
2101
 
1884
2102
  </code>
1885
2103
  </td>
1886
- <td class="name"><code><a id='getStyleLayerIndex'/>
1887
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
2104
+ <td class="name"><code></code></td>
1888
2105
  </tr>
1889
2106
 
1890
2107
  <tr class="deep-level-0">
@@ -1893,7 +2110,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1893
2110
  <code>
1894
2111
 
1895
2112
 
1896
- <span class="param-type">Boolean</span>
2113
+ <span class="param-type">
2114
+
2115
+ Boolean
2116
+
2117
+ </span>
1897
2118
 
1898
2119
 
1899
2120
 
@@ -1901,7 +2122,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1901
2122
  </code>
1902
2123
  </td>
1903
2124
  <td class="name"><code><p>获取样式图层可见性
1904
- <a id='getStyleLayerVisibility'/></p></code></td>
2125
+ </code></td>
1905
2126
  </tr>
1906
2127
 
1907
2128
  <tr class="deep-level-0">
@@ -1911,8 +2132,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1911
2132
 
1912
2133
  </code>
1913
2134
  </td>
1914
- <td class="name"><code><a id='setExtendProperties'/>
1915
- 设置样式图层的额外属性</code></td>
2135
+ <td class="name"><code></code></td>
1916
2136
  </tr>
1917
2137
 
1918
2138
  <tr class="deep-level-0">
@@ -1922,8 +2142,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1922
2142
 
1923
2143
  </code>
1924
2144
  </td>
1925
- <td class="name"><code><a id='setLayoutProperties'/>
1926
- 设置样式图层布局属性</code></td>
2145
+ <td class="name"><code></code></td>
1927
2146
  </tr>
1928
2147
 
1929
2148
  <tr class="deep-level-0">
@@ -1933,8 +2152,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1933
2152
 
1934
2153
  </code>
1935
2154
  </td>
1936
- <td class="name"><code><a id='setPaintProperties'/>
1937
- 设置样式图层绘制属性</code></td>
2155
+ <td class="name"><code></code></td>
1938
2156
  </tr>
1939
2157
 
1940
2158
  <tr class="deep-level-0">
@@ -1944,8 +2162,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1944
2162
 
1945
2163
  </code>
1946
2164
  </td>
1947
- <td class="name"><code><a id='setStyleLayer'/>
1948
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
2165
+ <td class="name"><code></code></td>
1949
2166
  </tr>
1950
2167
 
1951
2168
  <tr class="deep-level-0">
@@ -1955,8 +2172,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1955
2172
 
1956
2173
  </code>
1957
2174
  </td>
1958
- <td class="name"><code><a id='setStyleLayerVisibility'/>
1959
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
2175
+ <td class="name"><code></code></td>
1960
2176
  </tr>
1961
2177
 
1962
2178
  <tr class="deep-level-0">
@@ -1965,7 +2181,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1965
2181
  <code>
1966
2182
 
1967
2183
 
1968
- <span class="param-type">Object</span>
2184
+ <span class="param-type">
2185
+
2186
+ Object
2187
+
2188
+ </span>
1969
2189
 
1970
2190
 
1971
2191
 
@@ -2037,13 +2257,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2037
2257
 
2038
2258
  <tr class="deep-level-0">
2039
2259
 
2040
- <td class="name" id="json"><code>json</code></td>
2260
+ <td class="name"><code>json</code></td>
2041
2261
 
2042
2262
 
2043
2263
  <td class="type">
2044
2264
 
2045
2265
 
2046
- <span class="param-type">Object</span>
2266
+ <span class="param-type">
2267
+
2268
+ Object
2269
+
2270
+ </span>
2047
2271
 
2048
2272
 
2049
2273
 
@@ -2132,7 +2356,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2132
2356
  <div class='column is-5 has-text-left'>
2133
2357
  <label>类型: </label>
2134
2358
 
2135
- <span class="param-type"><a link="ArcGISVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a></span>
2359
+ <span class="param-type">
2360
+
2361
+ <a link="ArcGISVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a>
2362
+
2363
+ </span>
2136
2364
 
2137
2365
 
2138
2366
 
@@ -2254,7 +2482,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2254
2482
  <div class='column is-5 has-text-left'>
2255
2483
  <label>类型: </label>
2256
2484
 
2257
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2485
+ <span class="param-type">
2486
+
2487
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2488
+
2489
+ </span>
2258
2490
 
2259
2491
 
2260
2492
 
@@ -2326,13 +2558,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2326
2558
 
2327
2559
  <tr class="deep-level-0">
2328
2560
 
2329
- <td class="name" id="customStyle"><code>customStyle</code></td>
2561
+ <td class="name"><code>customStyle</code></td>
2330
2562
 
2331
2563
 
2332
2564
  <td class="type">
2333
2565
 
2334
2566
 
2335
- <span class="param-type">Object</span>
2567
+ <span class="param-type">
2568
+
2569
+ Object
2570
+
2571
+ </span>
2336
2572
 
2337
2573
 
2338
2574
 
@@ -2351,13 +2587,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2351
2587
 
2352
2588
  <tr class="deep-level-0">
2353
2589
 
2354
- <td class="name" id="tiles"><code>tiles</code></td>
2590
+ <td class="name"><code>tiles</code></td>
2355
2591
 
2356
2592
 
2357
2593
  <td class="type">
2358
2594
 
2359
2595
 
2360
- <span class="param-type">Array.&lt;String></span>
2596
+ <span class="param-type">
2597
+
2598
+ Array.&lt;String>
2599
+
2600
+ </span>
2361
2601
 
2362
2602
 
2363
2603
 
@@ -2446,7 +2686,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2446
2686
  <div class='column is-5 has-text-left'>
2447
2687
  <label>类型: </label>
2448
2688
 
2449
- <span class="param-type">Object</span>
2689
+ <span class="param-type">
2690
+
2691
+ Object
2692
+
2693
+ </span>
2450
2694
 
2451
2695
 
2452
2696
 
@@ -2519,13 +2763,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2519
2763
 
2520
2764
  <tr class="deep-level-0">
2521
2765
 
2522
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2766
+ <td class="name"><code>styleLayerId</code></td>
2523
2767
 
2524
2768
 
2525
2769
  <td class="type">
2526
2770
 
2527
2771
 
2528
- <span class="param-type">String</span>
2772
+ <span class="param-type">
2773
+
2774
+ String
2775
+
2776
+ </span>
2529
2777
 
2530
2778
 
2531
2779
 
@@ -2666,13 +2914,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2666
2914
 
2667
2915
  <tr class="deep-level-0">
2668
2916
 
2669
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2917
+ <td class="name"><code>styleLayerId</code></td>
2670
2918
 
2671
2919
 
2672
2920
  <td class="type">
2673
2921
 
2674
2922
 
2675
- <span class="param-type">String</span>
2923
+ <span class="param-type">
2924
+
2925
+ String
2926
+
2927
+ </span>
2676
2928
 
2677
2929
 
2678
2930
 
@@ -2691,13 +2943,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2691
2943
 
2692
2944
  <tr class="deep-level-0">
2693
2945
 
2694
- <td class="name" id="key"><code>key</code></td>
2946
+ <td class="name"><code>key</code></td>
2695
2947
 
2696
2948
 
2697
2949
  <td class="type">
2698
2950
 
2699
2951
 
2700
- <span class="param-type">String</span>
2952
+ <span class="param-type">
2953
+
2954
+ String
2955
+
2956
+ </span>
2701
2957
 
2702
2958
 
2703
2959
 
@@ -2791,7 +3047,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2791
3047
  <div class='column is-5 has-text-left'>
2792
3048
  <label>类型: </label>
2793
3049
 
2794
- <span class="param-type">Any</span>
3050
+ <span class="param-type">
3051
+
3052
+ Any
3053
+
3054
+ </span>
2795
3055
 
2796
3056
 
2797
3057
 
@@ -2864,13 +3124,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2864
3124
 
2865
3125
  <tr class="deep-level-0">
2866
3126
 
2867
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3127
+ <td class="name"><code>styleLayerId</code></td>
2868
3128
 
2869
3129
 
2870
3130
  <td class="type">
2871
3131
 
2872
3132
 
2873
- <span class="param-type">String</span>
3133
+ <span class="param-type">
3134
+
3135
+ String
3136
+
3137
+ </span>
2874
3138
 
2875
3139
 
2876
3140
 
@@ -2964,10 +3228,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2964
3228
  <div class='column is-5 has-text-left'>
2965
3229
  <label>类型: </label>
2966
3230
 
2967
- <span class="param-type">Object</span>
3231
+ <span class="param-type">
3232
+
3233
+ Object
3234
+
3235
+ </span>
2968
3236
  |
2969
3237
 
2970
- <span class="param-type">null</span>
3238
+ <span class="param-type">
3239
+
3240
+ null
3241
+
3242
+ </span>
2971
3243
 
2972
3244
 
2973
3245
 
@@ -3040,13 +3312,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3040
3312
 
3041
3313
  <tr class="deep-level-0">
3042
3314
 
3043
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3315
+ <td class="name"><code>styleLayerId</code></td>
3044
3316
 
3045
3317
 
3046
3318
  <td class="type">
3047
3319
 
3048
3320
 
3049
- <span class="param-type">String</span>
3321
+ <span class="param-type">
3322
+
3323
+ String
3324
+
3325
+ </span>
3050
3326
 
3051
3327
 
3052
3328
 
@@ -3140,10 +3416,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3140
3416
  <div class='column is-5 has-text-left'>
3141
3417
  <label>类型: </label>
3142
3418
 
3143
- <span class="param-type">Object</span>
3419
+ <span class="param-type">
3420
+
3421
+ Object
3422
+
3423
+ </span>
3144
3424
  |
3145
3425
 
3146
- <span class="param-type">null</span>
3426
+ <span class="param-type">
3427
+
3428
+ null
3429
+
3430
+ </span>
3147
3431
 
3148
3432
 
3149
3433
 
@@ -3216,13 +3500,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3216
3500
 
3217
3501
  <tr class="deep-level-0">
3218
3502
 
3219
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3503
+ <td class="name"><code>styleLayerId</code></td>
3220
3504
 
3221
3505
 
3222
3506
  <td class="type">
3223
3507
 
3224
3508
 
3225
- <span class="param-type">String</span>
3509
+ <span class="param-type">
3510
+
3511
+ String
3512
+
3513
+ </span>
3226
3514
 
3227
3515
 
3228
3516
 
@@ -3316,7 +3604,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3316
3604
  <div class='column is-5 has-text-left'>
3317
3605
  <label>类型: </label>
3318
3606
 
3319
- <span class="param-type">Object</span>
3607
+ <span class="param-type">
3608
+
3609
+ Object
3610
+
3611
+ </span>
3320
3612
 
3321
3613
 
3322
3614
 
@@ -3389,13 +3681,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3389
3681
 
3390
3682
  <tr class="deep-level-0">
3391
3683
 
3392
- <td class="name" id="index"><code>index</code></td>
3684
+ <td class="name"><code>index</code></td>
3393
3685
 
3394
3686
 
3395
3687
  <td class="type">
3396
3688
 
3397
3689
 
3398
- <span class="param-type">Number</span>
3690
+ <span class="param-type">
3691
+
3692
+ Number
3693
+
3694
+ </span>
3399
3695
 
3400
3696
 
3401
3697
 
@@ -3489,7 +3785,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3489
3785
  <div class='column is-5 has-text-left'>
3490
3786
  <label>类型: </label>
3491
3787
 
3492
- <span class="param-type">String</span>
3788
+ <span class="param-type">
3789
+
3790
+ String
3791
+
3792
+ </span>
3493
3793
 
3494
3794
 
3495
3795
 
@@ -3562,13 +3862,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3562
3862
 
3563
3863
  <tr class="deep-level-0">
3564
3864
 
3565
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3865
+ <td class="name"><code>styleLayerId</code></td>
3566
3866
 
3567
3867
 
3568
3868
  <td class="type">
3569
3869
 
3570
3870
 
3571
- <span class="param-type">String</span>
3871
+ <span class="param-type">
3872
+
3873
+ String
3874
+
3875
+ </span>
3572
3876
 
3573
3877
 
3574
3878
 
@@ -3662,7 +3966,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3662
3966
  <div class='column is-5 has-text-left'>
3663
3967
  <label>类型: </label>
3664
3968
 
3665
- <span class="param-type">Number</span>
3969
+ <span class="param-type">
3970
+
3971
+ Number
3972
+
3973
+ </span>
3666
3974
 
3667
3975
 
3668
3976
 
@@ -3735,13 +4043,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3735
4043
 
3736
4044
  <tr class="deep-level-0">
3737
4045
 
3738
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4046
+ <td class="name"><code>styleLayerId</code></td>
3739
4047
 
3740
4048
 
3741
4049
  <td class="type">
3742
4050
 
3743
4051
 
3744
- <span class="param-type">String</span>
4052
+ <span class="param-type">
4053
+
4054
+ String
4055
+
4056
+ </span>
3745
4057
 
3746
4058
 
3747
4059
 
@@ -3835,7 +4147,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3835
4147
  <div class='column is-5 has-text-left'>
3836
4148
  <label>类型: </label>
3837
4149
 
3838
- <span class="param-type">Boolean</span>
4150
+ <span class="param-type">
4151
+
4152
+ Boolean
4153
+
4154
+ </span>
3839
4155
 
3840
4156
 
3841
4157
 
@@ -3908,13 +4224,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3908
4224
 
3909
4225
  <tr class="deep-level-0">
3910
4226
 
3911
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4227
+ <td class="name"><code>styleLayerId</code></td>
3912
4228
 
3913
4229
 
3914
4230
  <td class="type">
3915
4231
 
3916
4232
 
3917
- <span class="param-type">String</span>
4233
+ <span class="param-type">
4234
+
4235
+ String
4236
+
4237
+ </span>
3918
4238
 
3919
4239
 
3920
4240
 
@@ -3933,13 +4253,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3933
4253
 
3934
4254
  <tr class="deep-level-0">
3935
4255
 
3936
- <td class="name" id="key"><code>key</code></td>
4256
+ <td class="name"><code>key</code></td>
3937
4257
 
3938
4258
 
3939
4259
  <td class="type">
3940
4260
 
3941
4261
 
3942
- <span class="param-type">String</span>
4262
+ <span class="param-type">
4263
+
4264
+ String
4265
+
4266
+ </span>
3943
4267
 
3944
4268
 
3945
4269
 
@@ -3958,13 +4282,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3958
4282
 
3959
4283
  <tr class="deep-level-0">
3960
4284
 
3961
- <td class="name" id="value"><code>value</code></td>
4285
+ <td class="name"><code>value</code></td>
3962
4286
 
3963
4287
 
3964
4288
  <td class="type">
3965
4289
 
3966
4290
 
3967
- <span class="param-type">Any</span>
4291
+ <span class="param-type">
4292
+
4293
+ Any
4294
+
4295
+ </span>
3968
4296
 
3969
4297
 
3970
4298
 
@@ -4105,13 +4433,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4105
4433
 
4106
4434
  <tr class="deep-level-0">
4107
4435
 
4108
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4436
+ <td class="name"><code>styleLayerId</code></td>
4109
4437
 
4110
4438
 
4111
4439
  <td class="type">
4112
4440
 
4113
4441
 
4114
- <span class="param-type">String</span>
4442
+ <span class="param-type">
4443
+
4444
+ String
4445
+
4446
+ </span>
4115
4447
 
4116
4448
 
4117
4449
 
@@ -4130,13 +4462,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4130
4462
 
4131
4463
  <tr class="deep-level-0">
4132
4464
 
4133
- <td class="name" id="layout"><code>layout</code></td>
4465
+ <td class="name"><code>layout</code></td>
4134
4466
 
4135
4467
 
4136
4468
  <td class="type">
4137
4469
 
4138
4470
 
4139
- <span class="param-type">Object</span>
4471
+ <span class="param-type">
4472
+
4473
+ Object
4474
+
4475
+ </span>
4140
4476
 
4141
4477
 
4142
4478
 
@@ -4277,13 +4613,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4277
4613
 
4278
4614
  <tr class="deep-level-0">
4279
4615
 
4280
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4616
+ <td class="name"><code>styleLayerId</code></td>
4281
4617
 
4282
4618
 
4283
4619
  <td class="type">
4284
4620
 
4285
4621
 
4286
- <span class="param-type">String</span>
4622
+ <span class="param-type">
4623
+
4624
+ String
4625
+
4626
+ </span>
4287
4627
 
4288
4628
 
4289
4629
 
@@ -4302,13 +4642,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4302
4642
 
4303
4643
  <tr class="deep-level-0">
4304
4644
 
4305
- <td class="name" id="paint"><code>paint</code></td>
4645
+ <td class="name"><code>paint</code></td>
4306
4646
 
4307
4647
 
4308
4648
  <td class="type">
4309
4649
 
4310
4650
 
4311
- <span class="param-type">Object</span>
4651
+ <span class="param-type">
4652
+
4653
+ Object
4654
+
4655
+ </span>
4312
4656
 
4313
4657
 
4314
4658
 
@@ -4449,13 +4793,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4449
4793
 
4450
4794
  <tr class="deep-level-0">
4451
4795
 
4452
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
4796
+ <td class="name"><code>styleLayer</code></td>
4453
4797
 
4454
4798
 
4455
4799
  <td class="type">
4456
4800
 
4457
4801
 
4458
- <span class="param-type">Object</span>
4802
+ <span class="param-type">
4803
+
4804
+ Object
4805
+
4806
+ </span>
4459
4807
 
4460
4808
 
4461
4809
 
@@ -4474,13 +4822,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4474
4822
 
4475
4823
  <tr class="deep-level-0">
4476
4824
 
4477
- <td class="name" id="index"><code>index</code></td>
4825
+ <td class="name"><code>index</code></td>
4478
4826
 
4479
4827
 
4480
4828
  <td class="type">
4481
4829
 
4482
4830
 
4483
- <span class="param-type">String</span>
4831
+ <span class="param-type">
4832
+
4833
+ String
4834
+
4835
+ </span>
4484
4836
 
4485
4837
 
4486
4838
 
@@ -4621,13 +4973,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4621
4973
 
4622
4974
  <tr class="deep-level-0">
4623
4975
 
4624
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4976
+ <td class="name"><code>styleLayerId</code></td>
4625
4977
 
4626
4978
 
4627
4979
  <td class="type">
4628
4980
 
4629
4981
 
4630
- <span class="param-type">String</span>
4982
+ <span class="param-type">
4983
+
4984
+ String
4985
+
4986
+ </span>
4631
4987
 
4632
4988
 
4633
4989
 
@@ -4646,13 +5002,17 @@ off-screen: 使用矢量瓦片来绘制注记;
4646
5002
 
4647
5003
  <tr class="deep-level-0">
4648
5004
 
4649
- <td class="name" id="visible"><code>visible</code></td>
5005
+ <td class="name"><code>visible</code></td>
4650
5006
 
4651
5007
 
4652
5008
  <td class="type">
4653
5009
 
4654
5010
 
4655
- <span class="param-type">Boolean</span>
5011
+ <span class="param-type">
5012
+
5013
+ Boolean
5014
+
5015
+ </span>
4656
5016
 
4657
5017
 
4658
5018
 
@@ -4842,7 +5202,11 @@ off-screen: 使用矢量瓦片来绘制注记;
4842
5202
  <div class='column is-5 has-text-left'>
4843
5203
  <label>类型: </label>
4844
5204
 
4845
- <span class="param-type">Object</span>
5205
+ <span class="param-type">
5206
+
5207
+ Object
5208
+
5209
+ </span>
4846
5210
 
4847
5211
 
4848
5212