@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -94,13 +94,18 @@ 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>
108
+
104
109
 
105
110
 
106
111
 
@@ -120,13 +125,18 @@ if(layer.loadStatus === 'loaded') {<br/>
120
125
 
121
126
  <tr class="deep-level-1">
122
127
 
123
- <td class="name" id="url"><code>url</code></td>
128
+ <td class="name"><code>url</code></td>
124
129
 
125
130
 
126
131
  <td class="type">
127
132
 
128
133
 
129
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
139
+
130
140
 
131
141
 
132
142
 
@@ -155,13 +165,18 @@ if(layer.loadStatus === 'loaded') {<br/>
155
165
 
156
166
  <tr class="deep-level-1">
157
167
 
158
- <td class="name" id="style"><code>style</code></td>
168
+ <td class="name"><code>style</code></td>
159
169
 
160
170
 
161
171
  <td class="type">
162
172
 
163
173
 
164
- <span class="param-type">Object</span>
174
+ <span class="param-type">
175
+
176
+ Object
177
+
178
+ </span>
179
+
165
180
 
166
181
 
167
182
 
@@ -185,13 +200,18 @@ if(layer.loadStatus === 'loaded') {<br/>
185
200
 
186
201
  <tr class="deep-level-1">
187
202
 
188
- <td class="name" id="minScale"><code>minScale</code></td>
203
+ <td class="name"><code>minScale</code></td>
189
204
 
190
205
 
191
206
  <td class="type">
192
207
 
193
208
 
194
- <span class="param-type">Number</span>
209
+ <span class="param-type">
210
+
211
+ Number
212
+
213
+ </span>
214
+
195
215
 
196
216
 
197
217
 
@@ -213,13 +233,18 @@ if(layer.loadStatus === 'loaded') {<br/>
213
233
 
214
234
  <tr class="deep-level-1">
215
235
 
216
- <td class="name" id="maxScale"><code>maxScale</code></td>
236
+ <td class="name"><code>maxScale</code></td>
217
237
 
218
238
 
219
239
  <td class="type">
220
240
 
221
241
 
222
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
245
+
246
+ </span>
247
+
223
248
 
224
249
 
225
250
 
@@ -241,13 +266,18 @@ if(layer.loadStatus === 'loaded') {<br/>
241
266
 
242
267
  <tr class="deep-level-1">
243
268
 
244
- <td class="name" id="opacity"><code>opacity</code></td>
269
+ <td class="name"><code>opacity</code></td>
245
270
 
246
271
 
247
272
  <td class="type">
248
273
 
249
274
 
250
- <span class="param-type">Number</span>
275
+ <span class="param-type">
276
+
277
+ Number
278
+
279
+ </span>
280
+
251
281
 
252
282
 
253
283
 
@@ -269,13 +299,18 @@ if(layer.loadStatus === 'loaded') {<br/>
269
299
 
270
300
  <tr class="deep-level-1">
271
301
 
272
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
302
+ <td class="name"><code>tokenKey</code></td>
273
303
 
274
304
 
275
305
  <td class="type">
276
306
 
277
307
 
278
- <span class="param-type">String</span>
308
+ <span class="param-type">
309
+
310
+ String
311
+
312
+ </span>
313
+
279
314
 
280
315
 
281
316
 
@@ -297,13 +332,18 @@ if(layer.loadStatus === 'loaded') {<br/>
297
332
 
298
333
  <tr class="deep-level-1">
299
334
 
300
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
335
+ <td class="name"><code>tokenValue</code></td>
301
336
 
302
337
 
303
338
  <td class="type">
304
339
 
305
340
 
306
- <span class="param-type">String</span>
341
+ <span class="param-type">
342
+
343
+ String
344
+
345
+ </span>
346
+
307
347
 
308
348
 
309
349
 
@@ -325,13 +365,18 @@ if(layer.loadStatus === 'loaded') {<br/>
325
365
 
326
366
  <tr class="deep-level-1">
327
367
 
328
- <td class="name" id="visible"><code>visible</code></td>
368
+ <td class="name"><code>visible</code></td>
329
369
 
330
370
 
331
371
  <td class="type">
332
372
 
333
373
 
334
- <span class="param-type">Boolean</span>
374
+ <span class="param-type">
375
+
376
+ Boolean
377
+
378
+ </span>
379
+
335
380
 
336
381
 
337
382
 
@@ -353,13 +398,18 @@ if(layer.loadStatus === 'loaded') {<br/>
353
398
 
354
399
  <tr class="deep-level-1">
355
400
 
356
- <td class="name" id="labelsRenderMode"><code>labelsRenderMode</code></td>
401
+ <td class="name"><code>labelsRenderMode</code></td>
357
402
 
358
403
 
359
404
  <td class="type">
360
405
 
361
406
 
362
- <span class="param-type">String</span>
407
+ <span class="param-type">
408
+
409
+ String
410
+
411
+ </span>
412
+
363
413
 
364
414
 
365
415
 
@@ -382,25 +432,46 @@ if(layer.loadStatus === 'loaded') {<br/>
382
432
 
383
433
  <tr class="deep-level-1">
384
434
 
385
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
435
+ <td class="name"><code>clippingArea</code></td>
386
436
 
387
437
 
388
438
  <td class="type">
389
439
 
390
440
 
391
- <span class="param-type"><a 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>
392
446
  |
393
447
 
394
- <span class="param-type"><a 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>
395
453
  |
396
454
 
397
- <span class="param-type"><a 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>
398
460
  |
399
461
 
400
- <span class="param-type"><a 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>
401
467
  |
402
468
 
403
- <span class="param-type">null</span>
469
+ <span class="param-type">
470
+
471
+ null
472
+
473
+ </span>
474
+
404
475
 
405
476
 
406
477
 
@@ -474,15 +545,15 @@ if(layer.loadStatus === 'loaded') {<br/>
474
545
  <div class="column is-2"><label>绑定事件</label></div>
475
546
  <div class="column is-10">
476
547
  <ul>
477
- <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>
478
549
 
479
- <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>
480
551
 
481
- <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>
482
553
 
483
- <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>
484
555
 
485
- <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>
486
557
  </ul>
487
558
  </div>
488
559
  </div>
@@ -713,7 +784,7 @@ arcGISVectorTileLayer.load().then((result) => {
713
784
 
714
785
 
715
786
  <ul>
716
- <li><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
787
+ <li><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
717
788
  </ul>
718
789
 
719
790
 
@@ -745,11 +816,16 @@ arcGISVectorTileLayer.load().then((result) => {
745
816
  <tbody>
746
817
 
747
818
  <tr class="deep-level-0">
748
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#capabilities">capabilities</a></code></td>
819
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
749
820
  <td class="name">
750
821
  <code>
751
822
 
752
- <span class="param-type">Array.&lt;String></span>
823
+ <span class="param-type">
824
+
825
+ Array.&lt;String>
826
+
827
+ </span>
828
+
753
829
 
754
830
 
755
831
  </code>
@@ -758,23 +834,44 @@ arcGISVectorTileLayer.load().then((result) => {
758
834
  </tr>
759
835
 
760
836
  <tr class="deep-level-0">
761
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#clippingArea">clippingArea</a></code></td>
837
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
762
838
  <td class="name">
763
839
  <code>
764
840
 
765
- <span class="param-type"><a 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>
766
846
  |
767
847
 
768
- <span class="param-type"><a 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>
769
853
  |
770
854
 
771
- <span class="param-type"><a 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>
772
860
  |
773
861
 
774
- <span class="param-type"><a 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>
775
867
  |
776
868
 
777
- <span class="param-type">null</span>
869
+ <span class="param-type">
870
+
871
+ null
872
+
873
+ </span>
874
+
778
875
 
779
876
 
780
877
  </code>
@@ -783,11 +880,16 @@ arcGISVectorTileLayer.load().then((result) => {
783
880
  </tr>
784
881
 
785
882
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
883
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
787
884
  <td class="name">
788
885
  <code>
789
886
 
790
- <span class="param-type">Object</span>
887
+ <span class="param-type">
888
+
889
+ Object
890
+
891
+ </span>
892
+
791
893
 
792
894
 
793
895
  </code>
@@ -796,11 +898,16 @@ arcGISVectorTileLayer.load().then((result) => {
796
898
  </tr>
797
899
 
798
900
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#description">description</a></code></td>
901
+ <td class="name"><code><a href="#description">description</a></code></td>
800
902
  <td class="name">
801
903
  <code>
802
904
 
803
- <span class="param-type">String</span>
905
+ <span class="param-type">
906
+
907
+ String
908
+
909
+ </span>
910
+
804
911
 
805
912
 
806
913
  </code>
@@ -809,11 +916,16 @@ arcGISVectorTileLayer.load().then((result) => {
809
916
  </tr>
810
917
 
811
918
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
919
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
813
920
  <td class="name">
814
921
  <code>
815
922
 
816
- <span class="param-type">String</span>
923
+ <span class="param-type">
924
+
925
+ String
926
+
927
+ </span>
928
+
817
929
 
818
930
 
819
931
  </code>
@@ -825,11 +937,16 @@ off-screen: 使用矢量瓦片来绘制注记;
825
937
  </tr>
826
938
 
827
939
  <tr class="deep-level-0">
828
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#mvtExtent">mvtExtent</a></code></td>
940
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
829
941
  <td class="name">
830
942
  <code>
831
943
 
832
- <span class="param-type">Number</span>
944
+ <span class="param-type">
945
+
946
+ Number
947
+
948
+ </span>
949
+
833
950
 
834
951
 
835
952
  </code>
@@ -838,11 +955,16 @@ off-screen: 使用矢量瓦片来绘制注记;
838
955
  </tr>
839
956
 
840
957
  <tr class="deep-level-0">
841
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#style">style</a></code></td>
958
+ <td class="name"><code><a href="#style">style</a></code></td>
842
959
  <td class="name">
843
960
  <code>
844
961
 
845
- <span class="param-type">Object</span>
962
+ <span class="param-type">
963
+
964
+ Object
965
+
966
+ </span>
967
+
846
968
 
847
969
 
848
970
  </code>
@@ -851,14 +973,23 @@ off-screen: 使用矢量瓦片来绘制注记;
851
973
  </tr>
852
974
 
853
975
  <tr class="deep-level-0">
854
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#tileInfo">tileInfo</a></code></td>
976
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
855
977
  <td class="name">
856
978
  <code>
857
979
 
858
- <span class="param-type"><a 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>
859
985
  |
860
986
 
861
- <span class="param-type">undefined</span>
987
+ <span class="param-type">
988
+
989
+ undefined
990
+
991
+ </span>
992
+
862
993
 
863
994
 
864
995
  </code>
@@ -867,11 +998,16 @@ off-screen: 使用矢量瓦片来绘制注记;
867
998
  </tr>
868
999
 
869
1000
  <tr class="deep-level-0">
870
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#type">type</a></code></td>
1001
+ <td class="name"><code><a href="#type">type</a></code></td>
871
1002
  <td class="name">
872
1003
  <code>
873
1004
 
874
- <span class="param-type">String</span>
1005
+ <span class="param-type">
1006
+
1007
+ String
1008
+
1009
+ </span>
1010
+
875
1011
 
876
1012
 
877
1013
  </code>
@@ -880,11 +1016,16 @@ off-screen: 使用矢量瓦片来绘制注记;
880
1016
  </tr>
881
1017
 
882
1018
  <tr class="deep-level-0">
883
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#url">url</a></code></td>
1019
+ <td class="name"><code><a href="#url">url</a></code></td>
884
1020
  <td class="name">
885
1021
  <code>
886
1022
 
887
- <span class="param-type">String</span>
1023
+ <span class="param-type">
1024
+
1025
+ String
1026
+
1027
+ </span>
1028
+
888
1029
 
889
1030
 
890
1031
  </code>
@@ -903,7 +1044,12 @@ off-screen: 使用矢量瓦片来绘制注记;
903
1044
  <span class="method-parameter is-pulled-right">
904
1045
  <label>类型:</label>
905
1046
 
906
- <span class="param-type">Array.&lt;String></span>
1047
+ <span class="param-type">
1048
+
1049
+ Array.&lt;String>
1050
+
1051
+ </span>
1052
+
907
1053
 
908
1054
 
909
1055
  </span>
@@ -978,19 +1124,40 @@ off-screen: 使用矢量瓦片来绘制注记;
978
1124
  <span class="method-parameter is-pulled-right">
979
1125
  <label>类型:</label>
980
1126
 
981
- <span class="param-type"><a 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>
982
1132
  |
983
1133
 
984
- <span class="param-type"><a 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>
985
1139
  |
986
1140
 
987
- <span class="param-type"><a 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>
988
1146
  |
989
1147
 
990
- <span class="param-type"><a 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>
991
1153
  |
992
1154
 
993
- <span class="param-type">null</span>
1155
+ <span class="param-type">
1156
+
1157
+ null
1158
+
1159
+ </span>
1160
+
994
1161
 
995
1162
 
996
1163
  </span>
@@ -1024,7 +1191,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1024
1191
 
1025
1192
  <dt class="inherited-from">Inherited From:</dt>
1026
1193
  <dd class="inherited-from"><ul class="dummy"><li>
1027
- <a class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1194
+ <a goto="clippingArea" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1028
1195
  </li></ul></dd>
1029
1196
 
1030
1197
 
@@ -1065,7 +1232,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1065
1232
  <span class="method-parameter is-pulled-right">
1066
1233
  <label>类型:</label>
1067
1234
 
1068
- <span class="param-type">Object</span>
1235
+ <span class="param-type">
1236
+
1237
+ Object
1238
+
1239
+ </span>
1240
+
1069
1241
 
1070
1242
 
1071
1243
  </span>
@@ -1103,7 +1275,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1103
1275
 
1104
1276
  <dt class="inherited-from">Inherited From:</dt>
1105
1277
  <dd class="inherited-from"><ul class="dummy"><li>
1106
- <a class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1278
+ <a goto="currentStyleInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1107
1279
  </li></ul></dd>
1108
1280
 
1109
1281
 
@@ -1144,7 +1316,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1144
1316
  <span class="method-parameter is-pulled-right">
1145
1317
  <label>类型:</label>
1146
1318
 
1147
- <span class="param-type">String</span>
1319
+ <span class="param-type">
1320
+
1321
+ String
1322
+
1323
+ </span>
1324
+
1148
1325
 
1149
1326
 
1150
1327
  </span>
@@ -1214,7 +1391,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1214
1391
  <span class="method-parameter is-pulled-right">
1215
1392
  <label>类型:</label>
1216
1393
 
1217
- <span class="param-type">String</span>
1394
+ <span class="param-type">
1395
+
1396
+ String
1397
+
1398
+ </span>
1399
+
1218
1400
 
1219
1401
 
1220
1402
  </span>
@@ -1251,7 +1433,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1251
1433
 
1252
1434
  <dt class="inherited-from">Inherited From:</dt>
1253
1435
  <dd class="inherited-from"><ul class="dummy"><li>
1254
- <a class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1436
+ <a goto="labelsRenderMode" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1255
1437
  </li></ul></dd>
1256
1438
 
1257
1439
 
@@ -1292,7 +1474,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1292
1474
  <span class="method-parameter is-pulled-right">
1293
1475
  <label>类型:</label>
1294
1476
 
1295
- <span class="param-type">Number</span>
1477
+ <span class="param-type">
1478
+
1479
+ Number
1480
+
1481
+ </span>
1482
+
1296
1483
 
1297
1484
 
1298
1485
  </span>
@@ -1326,7 +1513,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1326
1513
 
1327
1514
  <dt class="inherited-from">Inherited From:</dt>
1328
1515
  <dd class="inherited-from"><ul class="dummy"><li>
1329
- <a class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1516
+ <a goto="mvtExtent" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1330
1517
  </li></ul></dd>
1331
1518
 
1332
1519
 
@@ -1372,7 +1559,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1372
1559
  <span class="method-parameter is-pulled-right">
1373
1560
  <label>类型:</label>
1374
1561
 
1375
- <span class="param-type">Object</span>
1562
+ <span class="param-type">
1563
+
1564
+ Object
1565
+
1566
+ </span>
1567
+
1376
1568
 
1377
1569
 
1378
1570
  </span>
@@ -1406,7 +1598,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1406
1598
 
1407
1599
  <dt class="inherited-from">Inherited From:</dt>
1408
1600
  <dd class="inherited-from"><ul class="dummy"><li>
1409
- <a class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1601
+ <a goto="style" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1410
1602
  </li></ul></dd>
1411
1603
 
1412
1604
 
@@ -1447,10 +1639,19 @@ off-screen: 使用矢量瓦片来绘制注记;
1447
1639
  <span class="method-parameter is-pulled-right">
1448
1640
  <label>类型:</label>
1449
1641
 
1450
- <span class="param-type"><a 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>
1451
1647
  |
1452
1648
 
1453
- <span class="param-type">undefined</span>
1649
+ <span class="param-type">
1650
+
1651
+ undefined
1652
+
1653
+ </span>
1654
+
1454
1655
 
1455
1656
 
1456
1657
  </span>
@@ -1529,7 +1730,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1529
1730
  <span class="method-parameter is-pulled-right">
1530
1731
  <label>类型:</label>
1531
1732
 
1532
- <span class="param-type">String</span>
1733
+ <span class="param-type">
1734
+
1735
+ String
1736
+
1737
+ </span>
1738
+
1533
1739
 
1534
1740
 
1535
1741
  </span>
@@ -1599,7 +1805,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1599
1805
  <span class="method-parameter is-pulled-right">
1600
1806
  <label>类型:</label>
1601
1807
 
1602
- <span class="param-type">String</span>
1808
+ <span class="param-type">
1809
+
1810
+ String
1811
+
1812
+ </span>
1813
+
1603
1814
 
1604
1815
 
1605
1816
  </span>
@@ -1633,7 +1844,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1633
1844
 
1634
1845
  <dt class="inherited-from">Inherited From:</dt>
1635
1846
  <dd class="inherited-from"><ul class="dummy"><li>
1636
- <a class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1847
+ <a goto="url" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1637
1848
  </li></ul></dd>
1638
1849
 
1639
1850
 
@@ -1690,27 +1901,37 @@ off-screen: 使用矢量瓦片来绘制注记;
1690
1901
  <tbody>
1691
1902
 
1692
1903
  <tr class="deep-level-0">
1693
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#fromJSON">fromJSON</a></code></td>
1904
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1694
1905
  <td class="name">
1695
1906
  <code>
1696
1907
 
1697
1908
 
1698
- <span class="param-type"><a 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>
1914
+
1699
1915
 
1700
1916
 
1701
1917
 
1702
1918
  </code>
1703
1919
  </td>
1704
- <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISVectorTileLayer对象<a id='fromJSON'></a></p></code></td>
1920
+ <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISVectorTileLayer对象</code></td>
1705
1921
  </tr>
1706
1922
 
1707
1923
  <tr class="deep-level-0">
1708
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#clone">clone</a></code></td>
1924
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1709
1925
  <td class="name">
1710
1926
  <code>
1711
1927
 
1712
1928
 
1713
- <span class="param-type"><a 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>
1934
+
1714
1935
 
1715
1936
 
1716
1937
 
@@ -1720,12 +1941,17 @@ off-screen: 使用矢量瓦片来绘制注记;
1720
1941
  </tr>
1721
1942
 
1722
1943
  <tr class="deep-level-0">
1723
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
1944
+ <td class="name"><code><a href="#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
1724
1945
  <td class="name">
1725
1946
  <code>
1726
1947
 
1727
1948
 
1728
- <span class="param-type">Object</span>
1949
+ <span class="param-type">
1950
+
1951
+ Object
1952
+
1953
+ </span>
1954
+
1729
1955
 
1730
1956
 
1731
1957
 
@@ -1735,196 +1961,232 @@ off-screen: 使用矢量瓦片来绘制注记;
1735
1961
  </tr>
1736
1962
 
1737
1963
  <tr class="deep-level-0">
1738
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
1964
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
1739
1965
  <td class="name">
1740
1966
  <code>
1741
1967
 
1742
1968
  </code>
1743
1969
  </td>
1744
- <td class="name"><code><a id='deleteStyleLayer'/>
1745
- 删除样式图层</code></td>
1970
+ <td class="name"><code></code></td>
1746
1971
  </tr>
1747
1972
 
1748
1973
  <tr class="deep-level-0">
1749
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getExtendProperties">getExtendProperties</a></code></td>
1974
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
1750
1975
  <td class="name">
1751
1976
  <code>
1752
1977
 
1753
1978
 
1754
- <span class="param-type">Any</span>
1979
+ <span class="param-type">
1980
+
1981
+ Any
1982
+
1983
+ </span>
1984
+
1755
1985
 
1756
1986
 
1757
1987
 
1758
1988
  </code>
1759
1989
  </td>
1760
- <td class="name"><code><a id='getExtendProperties'/>
1761
- 获取样式图层的额外属性</code></td>
1990
+ <td class="name"><code></code></td>
1762
1991
  </tr>
1763
1992
 
1764
1993
  <tr class="deep-level-0">
1765
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
1994
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
1766
1995
  <td class="name">
1767
1996
  <code>
1768
1997
 
1769
1998
 
1770
- <span class="param-type">Object</span>
1999
+ <span class="param-type">
2000
+
2001
+ Object
2002
+
2003
+ </span>
1771
2004
  |
1772
2005
 
1773
- <span class="param-type">null</span>
2006
+ <span class="param-type">
2007
+
2008
+ null
2009
+
2010
+ </span>
2011
+
1774
2012
 
1775
2013
 
1776
2014
 
1777
2015
  </code>
1778
2016
  </td>
1779
- <td class="name"><code><a id='getLayoutProperties'/>
1780
- 获取样式图层布局属性</code></td>
2017
+ <td class="name"><code></code></td>
1781
2018
  </tr>
1782
2019
 
1783
2020
  <tr class="deep-level-0">
1784
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getPaintProperties">getPaintProperties</a></code></td>
2021
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
1785
2022
  <td class="name">
1786
2023
  <code>
1787
2024
 
1788
2025
 
1789
- <span class="param-type">Object</span>
2026
+ <span class="param-type">
2027
+
2028
+ Object
2029
+
2030
+ </span>
1790
2031
  |
1791
2032
 
1792
- <span class="param-type">null</span>
2033
+ <span class="param-type">
2034
+
2035
+ null
2036
+
2037
+ </span>
2038
+
1793
2039
 
1794
2040
 
1795
2041
 
1796
2042
  </code>
1797
2043
  </td>
1798
- <td class="name"><code><a id='getPaintProperties'/>
1799
- 获取样式图层绘制属性</code></td>
2044
+ <td class="name"><code></code></td>
1800
2045
  </tr>
1801
2046
 
1802
2047
  <tr class="deep-level-0">
1803
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayer">getStyleLayer</a></code></td>
2048
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
1804
2049
  <td class="name">
1805
2050
  <code>
1806
2051
 
1807
2052
 
1808
- <span class="param-type">Object</span>
2053
+ <span class="param-type">
2054
+
2055
+ Object
2056
+
2057
+ </span>
2058
+
1809
2059
 
1810
2060
 
1811
2061
 
1812
2062
  </code>
1813
2063
  </td>
1814
- <td class="name"><code><a id='getStyleLayer'/>
1815
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
2064
+ <td class="name"><code></code></td>
1816
2065
  </tr>
1817
2066
 
1818
2067
  <tr class="deep-level-0">
1819
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
2068
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
1820
2069
  <td class="name">
1821
2070
  <code>
1822
2071
 
1823
2072
 
1824
- <span class="param-type">String</span>
2073
+ <span class="param-type">
2074
+
2075
+ String
2076
+
2077
+ </span>
2078
+
1825
2079
 
1826
2080
 
1827
2081
 
1828
2082
  </code>
1829
2083
  </td>
1830
- <td class="name"><code><a id='getStyleLayerIndex'/>
1831
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
2084
+ <td class="name"><code></code></td>
1832
2085
  </tr>
1833
2086
 
1834
2087
  <tr class="deep-level-0">
1835
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
2088
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
1836
2089
  <td class="name">
1837
2090
  <code>
1838
2091
 
1839
2092
 
1840
- <span class="param-type">Number</span>
2093
+ <span class="param-type">
2094
+
2095
+ Number
2096
+
2097
+ </span>
2098
+
1841
2099
 
1842
2100
 
1843
2101
 
1844
2102
  </code>
1845
2103
  </td>
1846
- <td class="name"><code><a id='getStyleLayerIndex'/>
1847
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
2104
+ <td class="name"><code></code></td>
1848
2105
  </tr>
1849
2106
 
1850
2107
  <tr class="deep-level-0">
1851
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
2108
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
1852
2109
  <td class="name">
1853
2110
  <code>
1854
2111
 
1855
2112
 
1856
- <span class="param-type">Boolean</span>
2113
+ <span class="param-type">
2114
+
2115
+ Boolean
2116
+
2117
+ </span>
2118
+
1857
2119
 
1858
2120
 
1859
2121
 
1860
2122
  </code>
1861
2123
  </td>
1862
2124
  <td class="name"><code><p>获取样式图层可见性
1863
- <a id='getStyleLayerVisibility'/></p></code></td>
2125
+ </code></td>
1864
2126
  </tr>
1865
2127
 
1866
2128
  <tr class="deep-level-0">
1867
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setExtendProperties">setExtendProperties</a></code></td>
2129
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
1868
2130
  <td class="name">
1869
2131
  <code>
1870
2132
 
1871
2133
  </code>
1872
2134
  </td>
1873
- <td class="name"><code><a id='setExtendProperties'/>
1874
- 设置样式图层的额外属性</code></td>
2135
+ <td class="name"><code></code></td>
1875
2136
  </tr>
1876
2137
 
1877
2138
  <tr class="deep-level-0">
1878
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
2139
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
1879
2140
  <td class="name">
1880
2141
  <code>
1881
2142
 
1882
2143
  </code>
1883
2144
  </td>
1884
- <td class="name"><code><a id='setLayoutProperties'/>
1885
- 设置样式图层布局属性</code></td>
2145
+ <td class="name"><code></code></td>
1886
2146
  </tr>
1887
2147
 
1888
2148
  <tr class="deep-level-0">
1889
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setPaintProperties">setPaintProperties</a></code></td>
2149
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
1890
2150
  <td class="name">
1891
2151
  <code>
1892
2152
 
1893
2153
  </code>
1894
2154
  </td>
1895
- <td class="name"><code><a id='setPaintProperties'/>
1896
- 设置样式图层绘制属性</code></td>
2155
+ <td class="name"><code></code></td>
1897
2156
  </tr>
1898
2157
 
1899
2158
  <tr class="deep-level-0">
1900
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setStyleLayer">setStyleLayer</a></code></td>
2159
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
1901
2160
  <td class="name">
1902
2161
  <code>
1903
2162
 
1904
2163
  </code>
1905
2164
  </td>
1906
- <td class="name"><code><a id='setStyleLayer'/>
1907
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
2165
+ <td class="name"><code></code></td>
1908
2166
  </tr>
1909
2167
 
1910
2168
  <tr class="deep-level-0">
1911
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
2169
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
1912
2170
  <td class="name">
1913
2171
  <code>
1914
2172
 
1915
2173
  </code>
1916
2174
  </td>
1917
- <td class="name"><code><a id='setStyleLayerVisibility'/>
1918
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
2175
+ <td class="name"><code></code></td>
1919
2176
  </tr>
1920
2177
 
1921
2178
  <tr class="deep-level-0">
1922
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#toJSON">toJSON</a></code></td>
2179
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1923
2180
  <td class="name">
1924
2181
  <code>
1925
2182
 
1926
2183
 
1927
- <span class="param-type">Object</span>
2184
+ <span class="param-type">
2185
+
2186
+ Object
2187
+
2188
+ </span>
2189
+
1928
2190
 
1929
2191
 
1930
2192
 
@@ -1995,13 +2257,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1995
2257
 
1996
2258
  <tr class="deep-level-0">
1997
2259
 
1998
- <td class="name" id="json"><code>json</code></td>
2260
+ <td class="name"><code>json</code></td>
1999
2261
 
2000
2262
 
2001
2263
  <td class="type">
2002
2264
 
2003
2265
 
2004
- <span class="param-type">Object</span>
2266
+ <span class="param-type">
2267
+
2268
+ Object
2269
+
2270
+ </span>
2271
+
2005
2272
 
2006
2273
 
2007
2274
 
@@ -2089,7 +2356,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2089
2356
  <div class='column is-5 has-text-left'>
2090
2357
  <label>类型: </label>
2091
2358
 
2092
- <span class="param-type"><a 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>
2364
+
2093
2365
 
2094
2366
 
2095
2367
  </div>
@@ -2149,7 +2421,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2149
2421
 
2150
2422
  <dt class="inherited-from">Inherited From:</dt>
2151
2423
  <dd class="inherited-from"><ul class="dummy"><li>
2152
- <a class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2424
+ <a goto="clone" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2153
2425
  </li></ul></dd>
2154
2426
 
2155
2427
 
@@ -2210,7 +2482,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2210
2482
  <div class='column is-5 has-text-left'>
2211
2483
  <label>类型: </label>
2212
2484
 
2213
- <span class="param-type"><a 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>
2490
+
2214
2491
 
2215
2492
 
2216
2493
  </div>
@@ -2281,13 +2558,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2281
2558
 
2282
2559
  <tr class="deep-level-0">
2283
2560
 
2284
- <td class="name" id="customStyle"><code>customStyle</code></td>
2561
+ <td class="name"><code>customStyle</code></td>
2285
2562
 
2286
2563
 
2287
2564
  <td class="type">
2288
2565
 
2289
2566
 
2290
- <span class="param-type">Object</span>
2567
+ <span class="param-type">
2568
+
2569
+ Object
2570
+
2571
+ </span>
2572
+
2291
2573
 
2292
2574
 
2293
2575
 
@@ -2305,13 +2587,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2305
2587
 
2306
2588
  <tr class="deep-level-0">
2307
2589
 
2308
- <td class="name" id="tiles"><code>tiles</code></td>
2590
+ <td class="name"><code>tiles</code></td>
2309
2591
 
2310
2592
 
2311
2593
  <td class="type">
2312
2594
 
2313
2595
 
2314
- <span class="param-type">Array.&lt;String></span>
2596
+ <span class="param-type">
2597
+
2598
+ Array.&lt;String>
2599
+
2600
+ </span>
2601
+
2315
2602
 
2316
2603
 
2317
2604
 
@@ -2399,7 +2686,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2399
2686
  <div class='column is-5 has-text-left'>
2400
2687
  <label>类型: </label>
2401
2688
 
2402
- <span class="param-type">Object</span>
2689
+ <span class="param-type">
2690
+
2691
+ Object
2692
+
2693
+ </span>
2694
+
2403
2695
 
2404
2696
 
2405
2697
  </div>
@@ -2471,13 +2763,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2471
2763
 
2472
2764
  <tr class="deep-level-0">
2473
2765
 
2474
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2766
+ <td class="name"><code>styleLayerId</code></td>
2475
2767
 
2476
2768
 
2477
2769
  <td class="type">
2478
2770
 
2479
2771
 
2480
- <span class="param-type">String</span>
2772
+ <span class="param-type">
2773
+
2774
+ String
2775
+
2776
+ </span>
2777
+
2481
2778
 
2482
2779
 
2483
2780
 
@@ -2509,7 +2806,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2509
2806
 
2510
2807
  <dt class="inherited-from">Inherited From:</dt>
2511
2808
  <dd class="inherited-from"><ul class="dummy"><li>
2512
- <a class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
2809
+ <a goto="deleteStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
2513
2810
  </li></ul></dd>
2514
2811
 
2515
2812
 
@@ -2617,13 +2914,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2617
2914
 
2618
2915
  <tr class="deep-level-0">
2619
2916
 
2620
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2917
+ <td class="name"><code>styleLayerId</code></td>
2621
2918
 
2622
2919
 
2623
2920
  <td class="type">
2624
2921
 
2625
2922
 
2626
- <span class="param-type">String</span>
2923
+ <span class="param-type">
2924
+
2925
+ String
2926
+
2927
+ </span>
2928
+
2627
2929
 
2628
2930
 
2629
2931
 
@@ -2641,13 +2943,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2641
2943
 
2642
2944
  <tr class="deep-level-0">
2643
2945
 
2644
- <td class="name" id="key"><code>key</code></td>
2946
+ <td class="name"><code>key</code></td>
2645
2947
 
2646
2948
 
2647
2949
  <td class="type">
2648
2950
 
2649
2951
 
2650
- <span class="param-type">String</span>
2952
+ <span class="param-type">
2953
+
2954
+ String
2955
+
2956
+ </span>
2957
+
2651
2958
 
2652
2959
 
2653
2960
 
@@ -2679,7 +2986,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2679
2986
 
2680
2987
  <dt class="inherited-from">Inherited From:</dt>
2681
2988
  <dd class="inherited-from"><ul class="dummy"><li>
2682
- <a class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
2989
+ <a goto="getExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
2683
2990
  </li></ul></dd>
2684
2991
 
2685
2992
 
@@ -2740,7 +3047,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2740
3047
  <div class='column is-5 has-text-left'>
2741
3048
  <label>类型: </label>
2742
3049
 
2743
- <span class="param-type">Any</span>
3050
+ <span class="param-type">
3051
+
3052
+ Any
3053
+
3054
+ </span>
3055
+
2744
3056
 
2745
3057
 
2746
3058
  </div>
@@ -2812,13 +3124,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2812
3124
 
2813
3125
  <tr class="deep-level-0">
2814
3126
 
2815
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3127
+ <td class="name"><code>styleLayerId</code></td>
2816
3128
 
2817
3129
 
2818
3130
  <td class="type">
2819
3131
 
2820
3132
 
2821
- <span class="param-type">String</span>
3133
+ <span class="param-type">
3134
+
3135
+ String
3136
+
3137
+ </span>
3138
+
2822
3139
 
2823
3140
 
2824
3141
 
@@ -2850,7 +3167,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2850
3167
 
2851
3168
  <dt class="inherited-from">Inherited From:</dt>
2852
3169
  <dd class="inherited-from"><ul class="dummy"><li>
2853
- <a class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
3170
+ <a goto="getLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
2854
3171
  </li></ul></dd>
2855
3172
 
2856
3173
 
@@ -2911,10 +3228,19 @@ off-screen: 使用矢量瓦片来绘制注记;
2911
3228
  <div class='column is-5 has-text-left'>
2912
3229
  <label>类型: </label>
2913
3230
 
2914
- <span class="param-type">Object</span>
3231
+ <span class="param-type">
3232
+
3233
+ Object
3234
+
3235
+ </span>
2915
3236
  |
2916
3237
 
2917
- <span class="param-type">null</span>
3238
+ <span class="param-type">
3239
+
3240
+ null
3241
+
3242
+ </span>
3243
+
2918
3244
 
2919
3245
 
2920
3246
  </div>
@@ -2986,13 +3312,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2986
3312
 
2987
3313
  <tr class="deep-level-0">
2988
3314
 
2989
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3315
+ <td class="name"><code>styleLayerId</code></td>
2990
3316
 
2991
3317
 
2992
3318
  <td class="type">
2993
3319
 
2994
3320
 
2995
- <span class="param-type">String</span>
3321
+ <span class="param-type">
3322
+
3323
+ String
3324
+
3325
+ </span>
3326
+
2996
3327
 
2997
3328
 
2998
3329
 
@@ -3024,7 +3355,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3024
3355
 
3025
3356
  <dt class="inherited-from">Inherited From:</dt>
3026
3357
  <dd class="inherited-from"><ul class="dummy"><li>
3027
- <a class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
3358
+ <a goto="getPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
3028
3359
  </li></ul></dd>
3029
3360
 
3030
3361
 
@@ -3085,10 +3416,19 @@ off-screen: 使用矢量瓦片来绘制注记;
3085
3416
  <div class='column is-5 has-text-left'>
3086
3417
  <label>类型: </label>
3087
3418
 
3088
- <span class="param-type">Object</span>
3419
+ <span class="param-type">
3420
+
3421
+ Object
3422
+
3423
+ </span>
3089
3424
  |
3090
3425
 
3091
- <span class="param-type">null</span>
3426
+ <span class="param-type">
3427
+
3428
+ null
3429
+
3430
+ </span>
3431
+
3092
3432
 
3093
3433
 
3094
3434
  </div>
@@ -3160,13 +3500,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3160
3500
 
3161
3501
  <tr class="deep-level-0">
3162
3502
 
3163
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3503
+ <td class="name"><code>styleLayerId</code></td>
3164
3504
 
3165
3505
 
3166
3506
  <td class="type">
3167
3507
 
3168
3508
 
3169
- <span class="param-type">String</span>
3509
+ <span class="param-type">
3510
+
3511
+ String
3512
+
3513
+ </span>
3514
+
3170
3515
 
3171
3516
 
3172
3517
 
@@ -3198,7 +3543,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3198
3543
 
3199
3544
  <dt class="inherited-from">Inherited From:</dt>
3200
3545
  <dd class="inherited-from"><ul class="dummy"><li>
3201
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
3546
+ <a goto="getStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
3202
3547
  </li></ul></dd>
3203
3548
 
3204
3549
 
@@ -3259,7 +3604,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3259
3604
  <div class='column is-5 has-text-left'>
3260
3605
  <label>类型: </label>
3261
3606
 
3262
- <span class="param-type">Object</span>
3607
+ <span class="param-type">
3608
+
3609
+ Object
3610
+
3611
+ </span>
3612
+
3263
3613
 
3264
3614
 
3265
3615
  </div>
@@ -3331,13 +3681,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3331
3681
 
3332
3682
  <tr class="deep-level-0">
3333
3683
 
3334
- <td class="name" id="index"><code>index</code></td>
3684
+ <td class="name"><code>index</code></td>
3335
3685
 
3336
3686
 
3337
3687
  <td class="type">
3338
3688
 
3339
3689
 
3340
- <span class="param-type">Number</span>
3690
+ <span class="param-type">
3691
+
3692
+ Number
3693
+
3694
+ </span>
3695
+
3341
3696
 
3342
3697
 
3343
3698
 
@@ -3369,7 +3724,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3369
3724
 
3370
3725
  <dt class="inherited-from">Inherited From:</dt>
3371
3726
  <dd class="inherited-from"><ul class="dummy"><li>
3372
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
3727
+ <a goto="getStyleLayerId" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
3373
3728
  </li></ul></dd>
3374
3729
 
3375
3730
 
@@ -3430,7 +3785,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3430
3785
  <div class='column is-5 has-text-left'>
3431
3786
  <label>类型: </label>
3432
3787
 
3433
- <span class="param-type">String</span>
3788
+ <span class="param-type">
3789
+
3790
+ String
3791
+
3792
+ </span>
3793
+
3434
3794
 
3435
3795
 
3436
3796
  </div>
@@ -3502,13 +3862,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3502
3862
 
3503
3863
  <tr class="deep-level-0">
3504
3864
 
3505
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3865
+ <td class="name"><code>styleLayerId</code></td>
3506
3866
 
3507
3867
 
3508
3868
  <td class="type">
3509
3869
 
3510
3870
 
3511
- <span class="param-type">String</span>
3871
+ <span class="param-type">
3872
+
3873
+ String
3874
+
3875
+ </span>
3876
+
3512
3877
 
3513
3878
 
3514
3879
 
@@ -3540,7 +3905,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3540
3905
 
3541
3906
  <dt class="inherited-from">Inherited From:</dt>
3542
3907
  <dd class="inherited-from"><ul class="dummy"><li>
3543
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
3908
+ <a goto="getStyleLayerIndex" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
3544
3909
  </li></ul></dd>
3545
3910
 
3546
3911
 
@@ -3601,7 +3966,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3601
3966
  <div class='column is-5 has-text-left'>
3602
3967
  <label>类型: </label>
3603
3968
 
3604
- <span class="param-type">Number</span>
3969
+ <span class="param-type">
3970
+
3971
+ Number
3972
+
3973
+ </span>
3974
+
3605
3975
 
3606
3976
 
3607
3977
  </div>
@@ -3673,13 +4043,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3673
4043
 
3674
4044
  <tr class="deep-level-0">
3675
4045
 
3676
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4046
+ <td class="name"><code>styleLayerId</code></td>
3677
4047
 
3678
4048
 
3679
4049
  <td class="type">
3680
4050
 
3681
4051
 
3682
- <span class="param-type">String</span>
4052
+ <span class="param-type">
4053
+
4054
+ String
4055
+
4056
+ </span>
4057
+
3683
4058
 
3684
4059
 
3685
4060
 
@@ -3711,7 +4086,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3711
4086
 
3712
4087
  <dt class="inherited-from">Inherited From:</dt>
3713
4088
  <dd class="inherited-from"><ul class="dummy"><li>
3714
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
4089
+ <a goto="getStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
3715
4090
  </li></ul></dd>
3716
4091
 
3717
4092
 
@@ -3772,7 +4147,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3772
4147
  <div class='column is-5 has-text-left'>
3773
4148
  <label>类型: </label>
3774
4149
 
3775
- <span class="param-type">Boolean</span>
4150
+ <span class="param-type">
4151
+
4152
+ Boolean
4153
+
4154
+ </span>
4155
+
3776
4156
 
3777
4157
 
3778
4158
  </div>
@@ -3844,13 +4224,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3844
4224
 
3845
4225
  <tr class="deep-level-0">
3846
4226
 
3847
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4227
+ <td class="name"><code>styleLayerId</code></td>
3848
4228
 
3849
4229
 
3850
4230
  <td class="type">
3851
4231
 
3852
4232
 
3853
- <span class="param-type">String</span>
4233
+ <span class="param-type">
4234
+
4235
+ String
4236
+
4237
+ </span>
4238
+
3854
4239
 
3855
4240
 
3856
4241
 
@@ -3868,13 +4253,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3868
4253
 
3869
4254
  <tr class="deep-level-0">
3870
4255
 
3871
- <td class="name" id="key"><code>key</code></td>
4256
+ <td class="name"><code>key</code></td>
3872
4257
 
3873
4258
 
3874
4259
  <td class="type">
3875
4260
 
3876
4261
 
3877
- <span class="param-type">String</span>
4262
+ <span class="param-type">
4263
+
4264
+ String
4265
+
4266
+ </span>
4267
+
3878
4268
 
3879
4269
 
3880
4270
 
@@ -3892,13 +4282,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3892
4282
 
3893
4283
  <tr class="deep-level-0">
3894
4284
 
3895
- <td class="name" id="value"><code>value</code></td>
4285
+ <td class="name"><code>value</code></td>
3896
4286
 
3897
4287
 
3898
4288
  <td class="type">
3899
4289
 
3900
4290
 
3901
- <span class="param-type">Any</span>
4291
+ <span class="param-type">
4292
+
4293
+ Any
4294
+
4295
+ </span>
4296
+
3902
4297
 
3903
4298
 
3904
4299
 
@@ -3930,7 +4325,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3930
4325
 
3931
4326
  <dt class="inherited-from">Inherited From:</dt>
3932
4327
  <dd class="inherited-from"><ul class="dummy"><li>
3933
- <a class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
4328
+ <a goto="setExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
3934
4329
  </li></ul></dd>
3935
4330
 
3936
4331
 
@@ -4038,13 +4433,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4038
4433
 
4039
4434
  <tr class="deep-level-0">
4040
4435
 
4041
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4436
+ <td class="name"><code>styleLayerId</code></td>
4042
4437
 
4043
4438
 
4044
4439
  <td class="type">
4045
4440
 
4046
4441
 
4047
- <span class="param-type">String</span>
4442
+ <span class="param-type">
4443
+
4444
+ String
4445
+
4446
+ </span>
4447
+
4048
4448
 
4049
4449
 
4050
4450
 
@@ -4062,13 +4462,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4062
4462
 
4063
4463
  <tr class="deep-level-0">
4064
4464
 
4065
- <td class="name" id="layout"><code>layout</code></td>
4465
+ <td class="name"><code>layout</code></td>
4066
4466
 
4067
4467
 
4068
4468
  <td class="type">
4069
4469
 
4070
4470
 
4071
- <span class="param-type">Object</span>
4471
+ <span class="param-type">
4472
+
4473
+ Object
4474
+
4475
+ </span>
4476
+
4072
4477
 
4073
4478
 
4074
4479
 
@@ -4100,7 +4505,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4100
4505
 
4101
4506
  <dt class="inherited-from">Inherited From:</dt>
4102
4507
  <dd class="inherited-from"><ul class="dummy"><li>
4103
- <a class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
4508
+ <a goto="setLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
4104
4509
  </li></ul></dd>
4105
4510
 
4106
4511
 
@@ -4208,13 +4613,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4208
4613
 
4209
4614
  <tr class="deep-level-0">
4210
4615
 
4211
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4616
+ <td class="name"><code>styleLayerId</code></td>
4212
4617
 
4213
4618
 
4214
4619
  <td class="type">
4215
4620
 
4216
4621
 
4217
- <span class="param-type">String</span>
4622
+ <span class="param-type">
4623
+
4624
+ String
4625
+
4626
+ </span>
4627
+
4218
4628
 
4219
4629
 
4220
4630
 
@@ -4232,13 +4642,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4232
4642
 
4233
4643
  <tr class="deep-level-0">
4234
4644
 
4235
- <td class="name" id="paint"><code>paint</code></td>
4645
+ <td class="name"><code>paint</code></td>
4236
4646
 
4237
4647
 
4238
4648
  <td class="type">
4239
4649
 
4240
4650
 
4241
- <span class="param-type">Object</span>
4651
+ <span class="param-type">
4652
+
4653
+ Object
4654
+
4655
+ </span>
4656
+
4242
4657
 
4243
4658
 
4244
4659
 
@@ -4270,7 +4685,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4270
4685
 
4271
4686
  <dt class="inherited-from">Inherited From:</dt>
4272
4687
  <dd class="inherited-from"><ul class="dummy"><li>
4273
- <a class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
4688
+ <a goto="setPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
4274
4689
  </li></ul></dd>
4275
4690
 
4276
4691
 
@@ -4378,13 +4793,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4378
4793
 
4379
4794
  <tr class="deep-level-0">
4380
4795
 
4381
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
4796
+ <td class="name"><code>styleLayer</code></td>
4382
4797
 
4383
4798
 
4384
4799
  <td class="type">
4385
4800
 
4386
4801
 
4387
- <span class="param-type">Object</span>
4802
+ <span class="param-type">
4803
+
4804
+ Object
4805
+
4806
+ </span>
4807
+
4388
4808
 
4389
4809
 
4390
4810
 
@@ -4402,13 +4822,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4402
4822
 
4403
4823
  <tr class="deep-level-0">
4404
4824
 
4405
- <td class="name" id="index"><code>index</code></td>
4825
+ <td class="name"><code>index</code></td>
4406
4826
 
4407
4827
 
4408
4828
  <td class="type">
4409
4829
 
4410
4830
 
4411
- <span class="param-type">String</span>
4831
+ <span class="param-type">
4832
+
4833
+ String
4834
+
4835
+ </span>
4836
+
4412
4837
 
4413
4838
 
4414
4839
 
@@ -4440,7 +4865,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4440
4865
 
4441
4866
  <dt class="inherited-from">Inherited From:</dt>
4442
4867
  <dd class="inherited-from"><ul class="dummy"><li>
4443
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
4868
+ <a goto="setStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
4444
4869
  </li></ul></dd>
4445
4870
 
4446
4871
 
@@ -4548,13 +4973,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4548
4973
 
4549
4974
  <tr class="deep-level-0">
4550
4975
 
4551
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4976
+ <td class="name"><code>styleLayerId</code></td>
4552
4977
 
4553
4978
 
4554
4979
  <td class="type">
4555
4980
 
4556
4981
 
4557
- <span class="param-type">String</span>
4982
+ <span class="param-type">
4983
+
4984
+ String
4985
+
4986
+ </span>
4987
+
4558
4988
 
4559
4989
 
4560
4990
 
@@ -4572,13 +5002,18 @@ off-screen: 使用矢量瓦片来绘制注记;
4572
5002
 
4573
5003
  <tr class="deep-level-0">
4574
5004
 
4575
- <td class="name" id="visible"><code>visible</code></td>
5005
+ <td class="name"><code>visible</code></td>
4576
5006
 
4577
5007
 
4578
5008
  <td class="type">
4579
5009
 
4580
5010
 
4581
- <span class="param-type">Boolean</span>
5011
+ <span class="param-type">
5012
+
5013
+ Boolean
5014
+
5015
+ </span>
5016
+
4582
5017
 
4583
5018
 
4584
5019
 
@@ -4610,7 +5045,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4610
5045
 
4611
5046
  <dt class="inherited-from">Inherited From:</dt>
4612
5047
  <dd class="inherited-from"><ul class="dummy"><li>
4613
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
5048
+ <a goto="setStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
4614
5049
  </li></ul></dd>
4615
5050
 
4616
5051
 
@@ -4767,7 +5202,12 @@ off-screen: 使用矢量瓦片来绘制注记;
4767
5202
  <div class='column is-5 has-text-left'>
4768
5203
  <label>类型: </label>
4769
5204
 
4770
- <span class="param-type">Object</span>
5205
+ <span class="param-type">
5206
+
5207
+ Object
5208
+
5209
+ </span>
5210
+
4771
5211
 
4772
5212
 
4773
5213
  </div>