@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -103,6 +103,7 @@ if(layer.loadStatus === 'loaded') {<br/>
103
103
  <span class="param-type">Object</span>
104
104
 
105
105
 
106
+
106
107
 
107
108
  </td>
108
109
 
@@ -129,6 +130,7 @@ if(layer.loadStatus === 'loaded') {<br/>
129
130
  <span class="param-type">String</span>
130
131
 
131
132
 
133
+
132
134
 
133
135
  </td>
134
136
 
@@ -164,6 +166,7 @@ if(layer.loadStatus === 'loaded') {<br/>
164
166
  <span class="param-type">Object</span>
165
167
 
166
168
 
169
+
167
170
 
168
171
  </td>
169
172
 
@@ -194,6 +197,7 @@ if(layer.loadStatus === 'loaded') {<br/>
194
197
  <span class="param-type">Number</span>
195
198
 
196
199
 
200
+
197
201
 
198
202
  </td>
199
203
 
@@ -222,6 +226,7 @@ if(layer.loadStatus === 'loaded') {<br/>
222
226
  <span class="param-type">Number</span>
223
227
 
224
228
 
229
+
225
230
 
226
231
  </td>
227
232
 
@@ -250,6 +255,7 @@ if(layer.loadStatus === 'loaded') {<br/>
250
255
  <span class="param-type">Number</span>
251
256
 
252
257
 
258
+
253
259
 
254
260
  </td>
255
261
 
@@ -278,6 +284,7 @@ if(layer.loadStatus === 'loaded') {<br/>
278
284
  <span class="param-type">String</span>
279
285
 
280
286
 
287
+
281
288
 
282
289
  </td>
283
290
 
@@ -306,6 +313,7 @@ if(layer.loadStatus === 'loaded') {<br/>
306
313
  <span class="param-type">String</span>
307
314
 
308
315
 
316
+
309
317
 
310
318
  </td>
311
319
 
@@ -334,6 +342,7 @@ if(layer.loadStatus === 'loaded') {<br/>
334
342
  <span class="param-type">Boolean</span>
335
343
 
336
344
 
345
+
337
346
 
338
347
  </td>
339
348
 
@@ -362,6 +371,7 @@ if(layer.loadStatus === 'loaded') {<br/>
362
371
  <span class="param-type">String</span>
363
372
 
364
373
 
374
+
365
375
 
366
376
  </td>
367
377
 
@@ -388,21 +398,22 @@ if(layer.loadStatus === 'loaded') {<br/>
388
398
  <td class="type">
389
399
 
390
400
 
391
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
401
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
392
402
  |
393
403
 
394
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
404
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
395
405
  |
396
406
 
397
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
407
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
398
408
  |
399
409
 
400
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
410
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
401
411
  |
402
412
 
403
413
  <span class="param-type">null</span>
404
414
 
405
415
 
416
+
406
417
 
407
418
  </td>
408
419
 
@@ -713,7 +724,7 @@ arcGISVectorTileLayer.load().then((result) => {
713
724
 
714
725
 
715
726
  <ul>
716
- <li><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
727
+ <li><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
717
728
  </ul>
718
729
 
719
730
 
@@ -745,77 +756,82 @@ arcGISVectorTileLayer.load().then((result) => {
745
756
  <tbody>
746
757
 
747
758
  <tr class="deep-level-0">
748
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#capabilities">capabilities</a></code></td>
759
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
749
760
  <td class="name">
750
761
  <code>
751
762
 
752
763
  <span class="param-type">Array.&lt;String></span>
753
764
 
754
765
 
766
+
755
767
  </code>
756
768
  </td>
757
769
  <td class="name"><code><p>服务支持的能力</p></code></td>
758
770
  </tr>
759
771
 
760
772
  <tr class="deep-level-0">
761
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#clippingArea">clippingArea</a></code></td>
773
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
762
774
  <td class="name">
763
775
  <code>
764
776
 
765
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
777
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
766
778
  |
767
779
 
768
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
780
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
769
781
  |
770
782
 
771
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
783
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
772
784
  |
773
785
 
774
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
786
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
775
787
  |
776
788
 
777
789
  <span class="param-type">null</span>
778
790
 
779
791
 
792
+
780
793
  </code>
781
794
  </td>
782
795
  <td class="name"><code><p>空间裁剪范围</p></code></td>
783
796
  </tr>
784
797
 
785
798
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
799
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
787
800
  <td class="name">
788
801
  <code>
789
802
 
790
803
  <span class="param-type">Object</span>
791
804
 
792
805
 
806
+
793
807
  </code>
794
808
  </td>
795
809
  <td class="name"><code><p>当前的矢量瓦片样式信息,包含serviceUrl 、styleUrl 、spriteUrl 、glyphsUrl 以及style</p></code></td>
796
810
  </tr>
797
811
 
798
812
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#description">description</a></code></td>
813
+ <td class="name"><code><a href="#description">description</a></code></td>
800
814
  <td class="name">
801
815
  <code>
802
816
 
803
817
  <span class="param-type">String</span>
804
818
 
805
819
 
820
+
806
821
  </code>
807
822
  </td>
808
823
  <td class="name"><code><p>图层描述</p></code></td>
809
824
  </tr>
810
825
 
811
826
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
827
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
813
828
  <td class="name">
814
829
  <code>
815
830
 
816
831
  <span class="param-type">String</span>
817
832
 
818
833
 
834
+
819
835
  </code>
820
836
  </td>
821
837
  <td class="name"><code><p>指定矢量瓦片注记的渲染模式,仅在三维上有效;
@@ -825,68 +841,73 @@ off-screen: 使用矢量瓦片来绘制注记;
825
841
  </tr>
826
842
 
827
843
  <tr class="deep-level-0">
828
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#mvtExtent">mvtExtent</a></code></td>
844
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
829
845
  <td class="name">
830
846
  <code>
831
847
 
832
848
  <span class="param-type">Number</span>
833
849
 
834
850
 
851
+
835
852
  </code>
836
853
  </td>
837
854
  <td class="name"><code><p>mvt矢量瓦片相对坐标范围,默认为4096,表示矢量瓦片相对坐标的范围为0到4096</p></code></td>
838
855
  </tr>
839
856
 
840
857
  <tr class="deep-level-0">
841
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#style">style</a></code></td>
858
+ <td class="name"><code><a href="#style">style</a></code></td>
842
859
  <td class="name">
843
860
  <code>
844
861
 
845
862
  <span class="param-type">Object</span>
846
863
 
847
864
 
865
+
848
866
  </code>
849
867
  </td>
850
868
  <td class="name"><code><p>矢量瓦片的mvt样式对象</p></code></td>
851
869
  </tr>
852
870
 
853
871
  <tr class="deep-level-0">
854
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#tileInfo">tileInfo</a></code></td>
872
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
855
873
  <td class="name">
856
874
  <code>
857
875
 
858
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
876
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
859
877
  |
860
878
 
861
879
  <span class="param-type">undefined</span>
862
880
 
863
881
 
882
+
864
883
  </code>
865
884
  </td>
866
885
  <td class="name"><code><p>瓦片切图信息</p></code></td>
867
886
  </tr>
868
887
 
869
888
  <tr class="deep-level-0">
870
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#type">type</a></code></td>
889
+ <td class="name"><code><a href="#type">type</a></code></td>
871
890
  <td class="name">
872
891
  <code>
873
892
 
874
893
  <span class="param-type">String</span>
875
894
 
876
895
 
896
+
877
897
  </code>
878
898
  </td>
879
899
  <td class="name"><code><p>图层类型</p></code></td>
880
900
  </tr>
881
901
 
882
902
  <tr class="deep-level-0">
883
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#url">url</a></code></td>
903
+ <td class="name"><code><a href="#url">url</a></code></td>
884
904
  <td class="name">
885
905
  <code>
886
906
 
887
907
  <span class="param-type">String</span>
888
908
 
889
909
 
910
+
890
911
  </code>
891
912
  </td>
892
913
  <td class="name"><code><p>矢量瓦片服务地址</p></code></td>
@@ -906,6 +927,7 @@ off-screen: 使用矢量瓦片来绘制注记;
906
927
  <span class="param-type">Array.&lt;String></span>
907
928
 
908
929
 
930
+
909
931
  </span>
910
932
 
911
933
  <h4 class="name" id="capabilities">
@@ -978,21 +1000,22 @@ off-screen: 使用矢量瓦片来绘制注记;
978
1000
  <span class="method-parameter is-pulled-right">
979
1001
  <label>类型:</label>
980
1002
 
981
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1003
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
982
1004
  |
983
1005
 
984
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1006
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
985
1007
  |
986
1008
 
987
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1009
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
988
1010
  |
989
1011
 
990
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1012
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
991
1013
  |
992
1014
 
993
1015
  <span class="param-type">null</span>
994
1016
 
995
1017
 
1018
+
996
1019
  </span>
997
1020
 
998
1021
  <h4 class="name" id="clippingArea">
@@ -1024,7 +1047,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1024
1047
 
1025
1048
  <dt class="inherited-from">Inherited From:</dt>
1026
1049
  <dd class="inherited-from"><ul class="dummy"><li>
1027
- <a class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1050
+ <a goto="clippingArea" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1028
1051
  </li></ul></dd>
1029
1052
 
1030
1053
 
@@ -1068,6 +1091,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1068
1091
  <span class="param-type">Object</span>
1069
1092
 
1070
1093
 
1094
+
1071
1095
  </span>
1072
1096
 
1073
1097
  <h4 class="name" id="currentStyleInfo">
@@ -1103,7 +1127,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1103
1127
 
1104
1128
  <dt class="inherited-from">Inherited From:</dt>
1105
1129
  <dd class="inherited-from"><ul class="dummy"><li>
1106
- <a class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1130
+ <a goto="currentStyleInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1107
1131
  </li></ul></dd>
1108
1132
 
1109
1133
 
@@ -1147,6 +1171,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1147
1171
  <span class="param-type">String</span>
1148
1172
 
1149
1173
 
1174
+
1150
1175
  </span>
1151
1176
 
1152
1177
  <h4 class="name" id="description">
@@ -1217,6 +1242,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1217
1242
  <span class="param-type">String</span>
1218
1243
 
1219
1244
 
1245
+
1220
1246
  </span>
1221
1247
 
1222
1248
  <h4 class="name" id="labelsRenderMode">
@@ -1251,7 +1277,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1251
1277
 
1252
1278
  <dt class="inherited-from">Inherited From:</dt>
1253
1279
  <dd class="inherited-from"><ul class="dummy"><li>
1254
- <a class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1280
+ <a goto="labelsRenderMode" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1255
1281
  </li></ul></dd>
1256
1282
 
1257
1283
 
@@ -1295,6 +1321,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1295
1321
  <span class="param-type">Number</span>
1296
1322
 
1297
1323
 
1324
+
1298
1325
  </span>
1299
1326
 
1300
1327
  <h4 class="name" id="mvtExtent">
@@ -1326,7 +1353,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1326
1353
 
1327
1354
  <dt class="inherited-from">Inherited From:</dt>
1328
1355
  <dd class="inherited-from"><ul class="dummy"><li>
1329
- <a class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1356
+ <a goto="mvtExtent" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1330
1357
  </li></ul></dd>
1331
1358
 
1332
1359
 
@@ -1375,6 +1402,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1375
1402
  <span class="param-type">Object</span>
1376
1403
 
1377
1404
 
1405
+
1378
1406
  </span>
1379
1407
 
1380
1408
  <h4 class="name" id="style">
@@ -1406,7 +1434,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1406
1434
 
1407
1435
  <dt class="inherited-from">Inherited From:</dt>
1408
1436
  <dd class="inherited-from"><ul class="dummy"><li>
1409
- <a class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1437
+ <a goto="style" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1410
1438
  </li></ul></dd>
1411
1439
 
1412
1440
 
@@ -1447,12 +1475,13 @@ off-screen: 使用矢量瓦片来绘制注记;
1447
1475
  <span class="method-parameter is-pulled-right">
1448
1476
  <label>类型:</label>
1449
1477
 
1450
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1478
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1451
1479
  |
1452
1480
 
1453
1481
  <span class="param-type">undefined</span>
1454
1482
 
1455
1483
 
1484
+
1456
1485
  </span>
1457
1486
 
1458
1487
  <h4 class="name" id="tileInfo">
@@ -1532,6 +1561,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1532
1561
  <span class="param-type">String</span>
1533
1562
 
1534
1563
 
1564
+
1535
1565
  </span>
1536
1566
 
1537
1567
  <h4 class="name" id="type">
@@ -1602,6 +1632,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1602
1632
  <span class="param-type">String</span>
1603
1633
 
1604
1634
 
1635
+
1605
1636
  </span>
1606
1637
 
1607
1638
  <h4 class="name" id="url">
@@ -1633,7 +1664,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1633
1664
 
1634
1665
  <dt class="inherited-from">Inherited From:</dt>
1635
1666
  <dd class="inherited-from"><ul class="dummy"><li>
1636
- <a class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1667
+ <a goto="url" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1637
1668
  </li></ul></dd>
1638
1669
 
1639
1670
 
@@ -1690,12 +1721,13 @@ off-screen: 使用矢量瓦片来绘制注记;
1690
1721
  <tbody>
1691
1722
 
1692
1723
  <tr class="deep-level-0">
1693
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#fromJSON">fromJSON</a></code></td>
1724
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1694
1725
  <td class="name">
1695
1726
  <code>
1696
1727
 
1697
1728
 
1698
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a></span>
1729
+ <span class="param-type"><a link="ArcGISVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a></span>
1730
+
1699
1731
 
1700
1732
 
1701
1733
 
@@ -1705,12 +1737,13 @@ off-screen: 使用矢量瓦片来绘制注记;
1705
1737
  </tr>
1706
1738
 
1707
1739
  <tr class="deep-level-0">
1708
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#clone">clone</a></code></td>
1740
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1709
1741
  <td class="name">
1710
1742
  <code>
1711
1743
 
1712
1744
 
1713
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1745
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1746
+
1714
1747
 
1715
1748
 
1716
1749
 
@@ -1720,7 +1753,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1720
1753
  </tr>
1721
1754
 
1722
1755
  <tr class="deep-level-0">
1723
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
1756
+ <td class="name"><code><a href="#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
1724
1757
  <td class="name">
1725
1758
  <code>
1726
1759
 
@@ -1728,6 +1761,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1728
1761
  <span class="param-type">Object</span>
1729
1762
 
1730
1763
 
1764
+
1731
1765
 
1732
1766
  </code>
1733
1767
  </td>
@@ -1735,7 +1769,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1735
1769
  </tr>
1736
1770
 
1737
1771
  <tr class="deep-level-0">
1738
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
1772
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
1739
1773
  <td class="name">
1740
1774
  <code>
1741
1775
 
@@ -1746,7 +1780,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1746
1780
  </tr>
1747
1781
 
1748
1782
  <tr class="deep-level-0">
1749
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getExtendProperties">getExtendProperties</a></code></td>
1783
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
1750
1784
  <td class="name">
1751
1785
  <code>
1752
1786
 
@@ -1754,6 +1788,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1754
1788
  <span class="param-type">Any</span>
1755
1789
 
1756
1790
 
1791
+
1757
1792
 
1758
1793
  </code>
1759
1794
  </td>
@@ -1762,7 +1797,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1762
1797
  </tr>
1763
1798
 
1764
1799
  <tr class="deep-level-0">
1765
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
1800
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
1766
1801
  <td class="name">
1767
1802
  <code>
1768
1803
 
@@ -1773,6 +1808,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1773
1808
  <span class="param-type">null</span>
1774
1809
 
1775
1810
 
1811
+
1776
1812
 
1777
1813
  </code>
1778
1814
  </td>
@@ -1781,7 +1817,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1781
1817
  </tr>
1782
1818
 
1783
1819
  <tr class="deep-level-0">
1784
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getPaintProperties">getPaintProperties</a></code></td>
1820
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
1785
1821
  <td class="name">
1786
1822
  <code>
1787
1823
 
@@ -1792,6 +1828,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1792
1828
  <span class="param-type">null</span>
1793
1829
 
1794
1830
 
1831
+
1795
1832
 
1796
1833
  </code>
1797
1834
  </td>
@@ -1800,7 +1837,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1800
1837
  </tr>
1801
1838
 
1802
1839
  <tr class="deep-level-0">
1803
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayer">getStyleLayer</a></code></td>
1840
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
1804
1841
  <td class="name">
1805
1842
  <code>
1806
1843
 
@@ -1808,6 +1845,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1808
1845
  <span class="param-type">Object</span>
1809
1846
 
1810
1847
 
1848
+
1811
1849
 
1812
1850
  </code>
1813
1851
  </td>
@@ -1816,7 +1854,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1816
1854
  </tr>
1817
1855
 
1818
1856
  <tr class="deep-level-0">
1819
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
1857
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
1820
1858
  <td class="name">
1821
1859
  <code>
1822
1860
 
@@ -1824,6 +1862,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1824
1862
  <span class="param-type">String</span>
1825
1863
 
1826
1864
 
1865
+
1827
1866
 
1828
1867
  </code>
1829
1868
  </td>
@@ -1832,7 +1871,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1832
1871
  </tr>
1833
1872
 
1834
1873
  <tr class="deep-level-0">
1835
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
1874
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
1836
1875
  <td class="name">
1837
1876
  <code>
1838
1877
 
@@ -1840,6 +1879,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1840
1879
  <span class="param-type">Number</span>
1841
1880
 
1842
1881
 
1882
+
1843
1883
 
1844
1884
  </code>
1845
1885
  </td>
@@ -1848,7 +1888,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1848
1888
  </tr>
1849
1889
 
1850
1890
  <tr class="deep-level-0">
1851
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
1891
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
1852
1892
  <td class="name">
1853
1893
  <code>
1854
1894
 
@@ -1856,6 +1896,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1856
1896
  <span class="param-type">Boolean</span>
1857
1897
 
1858
1898
 
1899
+
1859
1900
 
1860
1901
  </code>
1861
1902
  </td>
@@ -1864,7 +1905,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1864
1905
  </tr>
1865
1906
 
1866
1907
  <tr class="deep-level-0">
1867
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setExtendProperties">setExtendProperties</a></code></td>
1908
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
1868
1909
  <td class="name">
1869
1910
  <code>
1870
1911
 
@@ -1875,7 +1916,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1875
1916
  </tr>
1876
1917
 
1877
1918
  <tr class="deep-level-0">
1878
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
1919
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
1879
1920
  <td class="name">
1880
1921
  <code>
1881
1922
 
@@ -1886,7 +1927,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1886
1927
  </tr>
1887
1928
 
1888
1929
  <tr class="deep-level-0">
1889
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setPaintProperties">setPaintProperties</a></code></td>
1930
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
1890
1931
  <td class="name">
1891
1932
  <code>
1892
1933
 
@@ -1897,7 +1938,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1897
1938
  </tr>
1898
1939
 
1899
1940
  <tr class="deep-level-0">
1900
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setStyleLayer">setStyleLayer</a></code></td>
1941
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
1901
1942
  <td class="name">
1902
1943
  <code>
1903
1944
 
@@ -1908,7 +1949,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1908
1949
  </tr>
1909
1950
 
1910
1951
  <tr class="deep-level-0">
1911
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
1952
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
1912
1953
  <td class="name">
1913
1954
  <code>
1914
1955
 
@@ -1919,7 +1960,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1919
1960
  </tr>
1920
1961
 
1921
1962
  <tr class="deep-level-0">
1922
- <td class="name"><code><a href="ArcGISVectorTileLayer.html#toJSON">toJSON</a></code></td>
1963
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1923
1964
  <td class="name">
1924
1965
  <code>
1925
1966
 
@@ -1927,6 +1968,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1927
1968
  <span class="param-type">Object</span>
1928
1969
 
1929
1970
 
1971
+
1930
1972
 
1931
1973
  </code>
1932
1974
  </td>
@@ -2004,6 +2046,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2004
2046
  <span class="param-type">Object</span>
2005
2047
 
2006
2048
 
2049
+
2007
2050
 
2008
2051
  </td>
2009
2052
 
@@ -2089,7 +2132,8 @@ off-screen: 使用矢量瓦片来绘制注记;
2089
2132
  <div class='column is-5 has-text-left'>
2090
2133
  <label>类型: </label>
2091
2134
 
2092
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a></span>
2135
+ <span class="param-type"><a link="ArcGISVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISVectorTileLayer" ArcGISVectorTileLayer.html>ArcGISVectorTileLayer</a></span>
2136
+
2093
2137
 
2094
2138
 
2095
2139
  </div>
@@ -2149,7 +2193,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2149
2193
 
2150
2194
  <dt class="inherited-from">Inherited From:</dt>
2151
2195
  <dd class="inherited-from"><ul class="dummy"><li>
2152
- <a class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2196
+ <a goto="clone" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2153
2197
  </li></ul></dd>
2154
2198
 
2155
2199
 
@@ -2210,7 +2254,8 @@ off-screen: 使用矢量瓦片来绘制注记;
2210
2254
  <div class='column is-5 has-text-left'>
2211
2255
  <label>类型: </label>
2212
2256
 
2213
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2257
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2258
+
2214
2259
 
2215
2260
 
2216
2261
  </div>
@@ -2290,6 +2335,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2290
2335
  <span class="param-type">Object</span>
2291
2336
 
2292
2337
 
2338
+
2293
2339
 
2294
2340
  </td>
2295
2341
 
@@ -2314,6 +2360,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2314
2360
  <span class="param-type">Array.&lt;String></span>
2315
2361
 
2316
2362
 
2363
+
2317
2364
 
2318
2365
  </td>
2319
2366
 
@@ -2402,6 +2449,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2402
2449
  <span class="param-type">Object</span>
2403
2450
 
2404
2451
 
2452
+
2405
2453
  </div>
2406
2454
 
2407
2455
  </div>
@@ -2480,6 +2528,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2480
2528
  <span class="param-type">String</span>
2481
2529
 
2482
2530
 
2531
+
2483
2532
 
2484
2533
  </td>
2485
2534
 
@@ -2509,7 +2558,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2509
2558
 
2510
2559
  <dt class="inherited-from">Inherited From:</dt>
2511
2560
  <dd class="inherited-from"><ul class="dummy"><li>
2512
- <a class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
2561
+ <a goto="deleteStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
2513
2562
  </li></ul></dd>
2514
2563
 
2515
2564
 
@@ -2626,6 +2675,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2626
2675
  <span class="param-type">String</span>
2627
2676
 
2628
2677
 
2678
+
2629
2679
 
2630
2680
  </td>
2631
2681
 
@@ -2650,6 +2700,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2650
2700
  <span class="param-type">String</span>
2651
2701
 
2652
2702
 
2703
+
2653
2704
 
2654
2705
  </td>
2655
2706
 
@@ -2679,7 +2730,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2679
2730
 
2680
2731
  <dt class="inherited-from">Inherited From:</dt>
2681
2732
  <dd class="inherited-from"><ul class="dummy"><li>
2682
- <a class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
2733
+ <a goto="getExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
2683
2734
  </li></ul></dd>
2684
2735
 
2685
2736
 
@@ -2743,6 +2794,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2743
2794
  <span class="param-type">Any</span>
2744
2795
 
2745
2796
 
2797
+
2746
2798
  </div>
2747
2799
 
2748
2800
  </div>
@@ -2821,6 +2873,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2821
2873
  <span class="param-type">String</span>
2822
2874
 
2823
2875
 
2876
+
2824
2877
 
2825
2878
  </td>
2826
2879
 
@@ -2850,7 +2903,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2850
2903
 
2851
2904
  <dt class="inherited-from">Inherited From:</dt>
2852
2905
  <dd class="inherited-from"><ul class="dummy"><li>
2853
- <a class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
2906
+ <a goto="getLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
2854
2907
  </li></ul></dd>
2855
2908
 
2856
2909
 
@@ -2917,6 +2970,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2917
2970
  <span class="param-type">null</span>
2918
2971
 
2919
2972
 
2973
+
2920
2974
  </div>
2921
2975
 
2922
2976
  </div>
@@ -2995,6 +3049,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2995
3049
  <span class="param-type">String</span>
2996
3050
 
2997
3051
 
3052
+
2998
3053
 
2999
3054
  </td>
3000
3055
 
@@ -3024,7 +3079,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3024
3079
 
3025
3080
  <dt class="inherited-from">Inherited From:</dt>
3026
3081
  <dd class="inherited-from"><ul class="dummy"><li>
3027
- <a class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
3082
+ <a goto="getPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
3028
3083
  </li></ul></dd>
3029
3084
 
3030
3085
 
@@ -3091,6 +3146,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3091
3146
  <span class="param-type">null</span>
3092
3147
 
3093
3148
 
3149
+
3094
3150
  </div>
3095
3151
 
3096
3152
  </div>
@@ -3169,6 +3225,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3169
3225
  <span class="param-type">String</span>
3170
3226
 
3171
3227
 
3228
+
3172
3229
 
3173
3230
  </td>
3174
3231
 
@@ -3198,7 +3255,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3198
3255
 
3199
3256
  <dt class="inherited-from">Inherited From:</dt>
3200
3257
  <dd class="inherited-from"><ul class="dummy"><li>
3201
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
3258
+ <a goto="getStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
3202
3259
  </li></ul></dd>
3203
3260
 
3204
3261
 
@@ -3262,6 +3319,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3262
3319
  <span class="param-type">Object</span>
3263
3320
 
3264
3321
 
3322
+
3265
3323
  </div>
3266
3324
 
3267
3325
  </div>
@@ -3340,6 +3398,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3340
3398
  <span class="param-type">Number</span>
3341
3399
 
3342
3400
 
3401
+
3343
3402
 
3344
3403
  </td>
3345
3404
 
@@ -3369,7 +3428,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3369
3428
 
3370
3429
  <dt class="inherited-from">Inherited From:</dt>
3371
3430
  <dd class="inherited-from"><ul class="dummy"><li>
3372
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
3431
+ <a goto="getStyleLayerId" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
3373
3432
  </li></ul></dd>
3374
3433
 
3375
3434
 
@@ -3433,6 +3492,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3433
3492
  <span class="param-type">String</span>
3434
3493
 
3435
3494
 
3495
+
3436
3496
  </div>
3437
3497
 
3438
3498
  </div>
@@ -3511,6 +3571,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3511
3571
  <span class="param-type">String</span>
3512
3572
 
3513
3573
 
3574
+
3514
3575
 
3515
3576
  </td>
3516
3577
 
@@ -3540,7 +3601,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3540
3601
 
3541
3602
  <dt class="inherited-from">Inherited From:</dt>
3542
3603
  <dd class="inherited-from"><ul class="dummy"><li>
3543
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
3604
+ <a goto="getStyleLayerIndex" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
3544
3605
  </li></ul></dd>
3545
3606
 
3546
3607
 
@@ -3604,6 +3665,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3604
3665
  <span class="param-type">Number</span>
3605
3666
 
3606
3667
 
3668
+
3607
3669
  </div>
3608
3670
 
3609
3671
  </div>
@@ -3682,6 +3744,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3682
3744
  <span class="param-type">String</span>
3683
3745
 
3684
3746
 
3747
+
3685
3748
 
3686
3749
  </td>
3687
3750
 
@@ -3711,7 +3774,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3711
3774
 
3712
3775
  <dt class="inherited-from">Inherited From:</dt>
3713
3776
  <dd class="inherited-from"><ul class="dummy"><li>
3714
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
3777
+ <a goto="getStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
3715
3778
  </li></ul></dd>
3716
3779
 
3717
3780
 
@@ -3775,6 +3838,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3775
3838
  <span class="param-type">Boolean</span>
3776
3839
 
3777
3840
 
3841
+
3778
3842
  </div>
3779
3843
 
3780
3844
  </div>
@@ -3853,6 +3917,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3853
3917
  <span class="param-type">String</span>
3854
3918
 
3855
3919
 
3920
+
3856
3921
 
3857
3922
  </td>
3858
3923
 
@@ -3877,6 +3942,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3877
3942
  <span class="param-type">String</span>
3878
3943
 
3879
3944
 
3945
+
3880
3946
 
3881
3947
  </td>
3882
3948
 
@@ -3901,6 +3967,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3901
3967
  <span class="param-type">Any</span>
3902
3968
 
3903
3969
 
3970
+
3904
3971
 
3905
3972
  </td>
3906
3973
 
@@ -3930,7 +3997,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3930
3997
 
3931
3998
  <dt class="inherited-from">Inherited From:</dt>
3932
3999
  <dd class="inherited-from"><ul class="dummy"><li>
3933
- <a class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
4000
+ <a goto="setExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
3934
4001
  </li></ul></dd>
3935
4002
 
3936
4003
 
@@ -4047,6 +4114,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4047
4114
  <span class="param-type">String</span>
4048
4115
 
4049
4116
 
4117
+
4050
4118
 
4051
4119
  </td>
4052
4120
 
@@ -4071,6 +4139,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4071
4139
  <span class="param-type">Object</span>
4072
4140
 
4073
4141
 
4142
+
4074
4143
 
4075
4144
  </td>
4076
4145
 
@@ -4100,7 +4169,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4100
4169
 
4101
4170
  <dt class="inherited-from">Inherited From:</dt>
4102
4171
  <dd class="inherited-from"><ul class="dummy"><li>
4103
- <a class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
4172
+ <a goto="setLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
4104
4173
  </li></ul></dd>
4105
4174
 
4106
4175
 
@@ -4217,6 +4286,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4217
4286
  <span class="param-type">String</span>
4218
4287
 
4219
4288
 
4289
+
4220
4290
 
4221
4291
  </td>
4222
4292
 
@@ -4241,6 +4311,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4241
4311
  <span class="param-type">Object</span>
4242
4312
 
4243
4313
 
4314
+
4244
4315
 
4245
4316
  </td>
4246
4317
 
@@ -4270,7 +4341,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4270
4341
 
4271
4342
  <dt class="inherited-from">Inherited From:</dt>
4272
4343
  <dd class="inherited-from"><ul class="dummy"><li>
4273
- <a class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
4344
+ <a goto="setPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
4274
4345
  </li></ul></dd>
4275
4346
 
4276
4347
 
@@ -4387,6 +4458,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4387
4458
  <span class="param-type">Object</span>
4388
4459
 
4389
4460
 
4461
+
4390
4462
 
4391
4463
  </td>
4392
4464
 
@@ -4411,6 +4483,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4411
4483
  <span class="param-type">String</span>
4412
4484
 
4413
4485
 
4486
+
4414
4487
 
4415
4488
  </td>
4416
4489
 
@@ -4440,7 +4513,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4440
4513
 
4441
4514
  <dt class="inherited-from">Inherited From:</dt>
4442
4515
  <dd class="inherited-from"><ul class="dummy"><li>
4443
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
4516
+ <a goto="setStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
4444
4517
  </li></ul></dd>
4445
4518
 
4446
4519
 
@@ -4557,6 +4630,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4557
4630
  <span class="param-type">String</span>
4558
4631
 
4559
4632
 
4633
+
4560
4634
 
4561
4635
  </td>
4562
4636
 
@@ -4581,6 +4655,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4581
4655
  <span class="param-type">Boolean</span>
4582
4656
 
4583
4657
 
4658
+
4584
4659
 
4585
4660
  </td>
4586
4661
 
@@ -4610,7 +4685,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4610
4685
 
4611
4686
  <dt class="inherited-from">Inherited From:</dt>
4612
4687
  <dd class="inherited-from"><ul class="dummy"><li>
4613
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
4688
+ <a goto="setStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
4614
4689
  </li></ul></dd>
4615
4690
 
4616
4691
 
@@ -4770,6 +4845,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4770
4845
  <span class="param-type">Object</span>
4771
4846
 
4772
4847
 
4848
+
4773
4849
  </div>
4774
4850
 
4775
4851
  </div>