@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
@@ -89,6 +89,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
89
89
  <span class="param-type">Object</span>
90
90
 
91
91
 
92
+
92
93
 
93
94
  </td>
94
95
 
@@ -115,6 +116,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
115
116
  <span class="param-type">String</span>
116
117
 
117
118
 
119
+
118
120
 
119
121
  </td>
120
122
 
@@ -145,6 +147,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
145
147
  <span class="param-type">String</span>
146
148
 
147
149
 
150
+
148
151
 
149
152
  </td>
150
153
 
@@ -171,6 +174,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
171
174
  <span class="param-type">Boolean</span>
172
175
 
173
176
 
177
+
174
178
 
175
179
  </td>
176
180
 
@@ -199,6 +203,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
199
203
  <span class="param-type">Number</span>
200
204
 
201
205
 
206
+
202
207
 
203
208
  </td>
204
209
 
@@ -224,7 +229,8 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
224
229
  <td class="type">
225
230
 
226
231
 
227
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
232
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
233
+
228
234
 
229
235
 
230
236
 
@@ -250,7 +256,8 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
250
256
  <td class="type">
251
257
 
252
258
 
253
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
259
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
260
+
254
261
 
255
262
 
256
263
 
@@ -287,6 +294,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
287
294
  <span class="param-type">Boolean</span>
288
295
 
289
296
 
297
+
290
298
 
291
299
  </td>
292
300
 
@@ -312,7 +320,8 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
312
320
  <td class="type">
313
321
 
314
322
 
315
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
323
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
324
+
316
325
 
317
326
 
318
327
 
@@ -341,7 +350,8 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
341
350
  <td class="type">
342
351
 
343
352
 
344
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
353
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
354
+
345
355
 
346
356
 
347
357
 
@@ -370,6 +380,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
370
380
  <span class="param-type">Number</span>
371
381
 
372
382
 
383
+
373
384
 
374
385
  </td>
375
386
 
@@ -398,6 +409,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
398
409
  <span class="param-type">Number</span>
399
410
 
400
411
 
412
+
401
413
 
402
414
  </td>
403
415
 
@@ -426,6 +438,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
426
438
  <span class="param-type">String</span>
427
439
 
428
440
 
441
+
429
442
 
430
443
  </td>
431
444
 
@@ -454,6 +467,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
454
467
  <span class="param-type">String</span>
455
468
 
456
469
 
470
+
457
471
 
458
472
  </td>
459
473
 
@@ -480,6 +494,7 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
480
494
  <span class="param-type">Object</span>
481
495
 
482
496
 
497
+
483
498
 
484
499
  </td>
485
500
 
@@ -883,7 +898,7 @@ const geojsonLayer = new GeoJSONLayer({
883
898
 
884
899
 
885
900
  <ul>
886
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
901
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
887
902
  </ul>
888
903
 
889
904
 
@@ -915,50 +930,54 @@ const geojsonLayer = new GeoJSONLayer({
915
930
  <tbody>
916
931
 
917
932
  <tr class="deep-level-0">
918
- <td class="name"><code><a href="GeoJSONLayer.html#copyright">copyright</a></code></td>
933
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
919
934
  <td class="name">
920
935
  <code>
921
936
 
922
937
  <span class="param-type">String</span>
923
938
 
924
939
 
940
+
925
941
  </code>
926
942
  </td>
927
943
  <td class="name"><code><p>版权所有</p></code></td>
928
944
  </tr>
929
945
 
930
946
  <tr class="deep-level-0">
931
- <td class="name"><code><a href="GeoJSONLayer.html#customParameters">customParameters</a></code></td>
947
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
932
948
  <td class="name">
933
949
  <code>
934
950
 
935
951
  <span class="param-type">String</span>
936
952
 
937
953
 
954
+
938
955
  </code>
939
956
  </td>
940
957
  <td class="name"><code><p>自定义查询参数customParameters</p></code></td>
941
958
  </tr>
942
959
 
943
960
  <tr class="deep-level-0">
944
- <td class="name"><code><a href="GeoJSONLayer.html#description">description</a></code></td>
961
+ <td class="name"><code><a href="#description">description</a></code></td>
945
962
  <td class="name">
946
963
  <code>
947
964
 
948
965
  <span class="param-type">String</span>
949
966
 
950
967
 
968
+
951
969
  </code>
952
970
  </td>
953
971
  <td class="name"><code><p>图层描述</p></code></td>
954
972
  </tr>
955
973
 
956
974
  <tr class="deep-level-0">
957
- <td class="name"><code><a href="GeoJSONLayer.html#elevationInfo">elevationInfo</a></code></td>
975
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
958
976
  <td class="name">
959
977
  <code>
960
978
 
961
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
979
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
980
+
962
981
 
963
982
 
964
983
  </code>
@@ -967,37 +986,40 @@ const geojsonLayer = new GeoJSONLayer({
967
986
  </tr>
968
987
 
969
988
  <tr class="deep-level-0">
970
- <td class="name"><code><a href="GeoJSONLayer.html#extendOptions">extendOptions</a></code></td>
989
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
971
990
  <td class="name">
972
991
  <code>
973
992
 
974
993
  <span class="param-type">Object</span>
975
994
 
976
995
 
996
+
977
997
  </code>
978
998
  </td>
979
999
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
980
1000
  </tr>
981
1001
 
982
1002
  <tr class="deep-level-0">
983
- <td class="name"><code><a href="GeoJSONLayer.html#extendProps">extendProps</a></code></td>
1003
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
984
1004
  <td class="name">
985
1005
  <code>
986
1006
 
987
1007
  <span class="param-type">Object</span>
988
1008
 
989
1009
 
1010
+
990
1011
  </code>
991
1012
  </td>
992
1013
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
993
1014
  </tr>
994
1015
 
995
1016
  <tr class="deep-level-0">
996
- <td class="name"><code><a href="GeoJSONLayer.html#extent">extent</a></code></td>
1017
+ <td class="name"><code><a href="#extent">extent</a></code></td>
997
1018
  <td class="name">
998
1019
  <code>
999
1020
 
1000
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1021
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1022
+
1001
1023
 
1002
1024
 
1003
1025
  </code>
@@ -1006,76 +1028,82 @@ const geojsonLayer = new GeoJSONLayer({
1006
1028
  </tr>
1007
1029
 
1008
1030
  <tr class="deep-level-0">
1009
- <td class="name"><code><a href="GeoJSONLayer.html#geometryType">geometryType</a></code></td>
1031
+ <td class="name"><code><a href="#geometryType">geometryType</a></code></td>
1010
1032
  <td class="name">
1011
1033
  <code>
1012
1034
 
1013
1035
  <span class="param-type">String</span>
1014
1036
 
1015
1037
 
1038
+
1016
1039
  </code>
1017
1040
  </td>
1018
1041
  <td class="name"><code><p>几何类型</p></code></td>
1019
1042
  </tr>
1020
1043
 
1021
1044
  <tr class="deep-level-0">
1022
- <td class="name"><code><a href="GeoJSONLayer.html#headers">headers</a></code></td>
1045
+ <td class="name"><code><a href="#headers">headers</a></code></td>
1023
1046
  <td class="name">
1024
1047
  <code>
1025
1048
 
1026
1049
  <span class="param-type">String</span>
1027
1050
 
1028
1051
 
1052
+
1029
1053
  </code>
1030
1054
  </td>
1031
1055
  <td class="name"><code><p>设置服务请求头</p></code></td>
1032
1056
  </tr>
1033
1057
 
1034
1058
  <tr class="deep-level-0">
1035
- <td class="name"><code><a href="GeoJSONLayer.html#httpMethod">httpMethod</a></code></td>
1059
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
1036
1060
  <td class="name">
1037
1061
  <code>
1038
1062
 
1039
1063
  <span class="param-type">String</span>
1040
1064
 
1041
1065
 
1066
+
1042
1067
  </code>
1043
1068
  </td>
1044
1069
  <td class="name"><code><p>http请求方式</p></code></td>
1045
1070
  </tr>
1046
1071
 
1047
1072
  <tr class="deep-level-0">
1048
- <td class="name"><code><a href="GeoJSONLayer.html#id">id</a></code></td>
1073
+ <td class="name"><code><a href="#id">id</a></code></td>
1049
1074
  <td class="name">
1050
1075
  <code>
1051
1076
 
1052
1077
  <span class="param-type">String</span>
1053
1078
 
1054
1079
 
1080
+
1055
1081
  </code>
1056
1082
  </td>
1057
1083
  <td class="name"><code><p>图层id</p></code></td>
1058
1084
  </tr>
1059
1085
 
1060
1086
  <tr class="deep-level-0">
1061
- <td class="name"><code><a href="GeoJSONLayer.html#index">index</a></code></td>
1087
+ <td class="name"><code><a href="#index">index</a></code></td>
1062
1088
  <td class="name">
1063
1089
  <code>
1064
1090
 
1065
1091
  <span class="param-type">Number</span>
1066
1092
 
1067
1093
 
1094
+
1068
1095
  </code>
1069
1096
  </td>
1070
1097
  <td class="name"><code><p>图层顺序</p></code></td>
1071
1098
  </tr>
1072
1099
 
1073
1100
  <tr class="deep-level-0">
1074
- <td class="name"><code><a href="GeoJSONLayer.html#labelingInfo">labelingInfo</a></code></td>
1101
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
1075
1102
  <td class="name">
1076
1103
  <code>
1077
1104
 
1078
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
1105
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1106
+
1079
1107
 
1080
1108
 
1081
1109
  </code>
@@ -1084,102 +1112,110 @@ const geojsonLayer = new GeoJSONLayer({
1084
1112
  </tr>
1085
1113
 
1086
1114
  <tr class="deep-level-0">
1087
- <td class="name"><code><a href="GeoJSONLayer.html#labelsVisible">labelsVisible</a></code></td>
1115
+ <td class="name"><code><a href="#labelsVisible">labelsVisible</a></code></td>
1088
1116
  <td class="name">
1089
1117
  <code>
1090
1118
 
1091
1119
  <span class="param-type">Boolean</span>
1092
1120
 
1093
1121
 
1122
+
1094
1123
  </code>
1095
1124
  </td>
1096
1125
  <td class="name"><code><p>是否开启动态注记,仅支持三维动态注记渲染</p></code></td>
1097
1126
  </tr>
1098
1127
 
1099
1128
  <tr class="deep-level-0">
1100
- <td class="name"><code><a href="GeoJSONLayer.html#loaded">loaded</a></code></td>
1129
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
1101
1130
  <td class="name">
1102
1131
  <code>
1103
1132
 
1104
1133
  <span class="param-type">Boolean</span>
1105
1134
 
1106
1135
 
1136
+
1107
1137
  </code>
1108
1138
  </td>
1109
1139
  <td class="name"><code><p>是否加载完毕</p></code></td>
1110
1140
  </tr>
1111
1141
 
1112
1142
  <tr class="deep-level-0">
1113
- <td class="name"><code><a href="GeoJSONLayer.html#loadStatus">loadStatus</a></code></td>
1143
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
1114
1144
  <td class="name">
1115
1145
  <code>
1116
1146
 
1117
1147
  <span class="param-type">String</span>
1118
1148
 
1119
1149
 
1150
+
1120
1151
  </code>
1121
1152
  </td>
1122
1153
  <td class="name"><code><p>图层加载状态</p></code></td>
1123
1154
  </tr>
1124
1155
 
1125
1156
  <tr class="deep-level-0">
1126
- <td class="name"><code><a href="GeoJSONLayer.html#maxScale">maxScale</a></code></td>
1157
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
1127
1158
  <td class="name">
1128
1159
  <code>
1129
1160
 
1130
1161
  <span class="param-type">Number</span>
1131
1162
 
1132
1163
 
1164
+
1133
1165
  </code>
1134
1166
  </td>
1135
1167
  <td class="name"><code><p>最大比例尺</p></code></td>
1136
1168
  </tr>
1137
1169
 
1138
1170
  <tr class="deep-level-0">
1139
- <td class="name"><code><a href="GeoJSONLayer.html#minScale">minScale</a></code></td>
1171
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
1140
1172
  <td class="name">
1141
1173
  <code>
1142
1174
 
1143
1175
  <span class="param-type">Number</span>
1144
1176
 
1145
1177
 
1178
+
1146
1179
  </code>
1147
1180
  </td>
1148
1181
  <td class="name"><code><p>最小比例尺</p></code></td>
1149
1182
  </tr>
1150
1183
 
1151
1184
  <tr class="deep-level-0">
1152
- <td class="name"><code><a href="GeoJSONLayer.html#opacity">opacity</a></code></td>
1185
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
1153
1186
  <td class="name">
1154
1187
  <code>
1155
1188
 
1156
1189
  <span class="param-type">Number</span>
1157
1190
 
1158
1191
 
1192
+
1159
1193
  </code>
1160
1194
  </td>
1161
1195
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
1162
1196
  </tr>
1163
1197
 
1164
1198
  <tr class="deep-level-0">
1165
- <td class="name"><code><a href="GeoJSONLayer.html#renderer">renderer</a></code></td>
1199
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
1166
1200
  <td class="name">
1167
1201
  <code>
1168
1202
 
1169
1203
  <span class="param-type">String</span>
1170
1204
 
1171
1205
 
1206
+
1172
1207
  </code>
1173
1208
  </td>
1174
1209
  <td class="name"><code><p>渲染器</p></code></td>
1175
1210
  </tr>
1176
1211
 
1177
1212
  <tr class="deep-level-0">
1178
- <td class="name"><code><a href="GeoJSONLayer.html#spatialReference">spatialReference</a></code></td>
1213
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1179
1214
  <td class="name">
1180
1215
  <code>
1181
1216
 
1182
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1217
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1218
+
1183
1219
 
1184
1220
 
1185
1221
  </code>
@@ -1188,78 +1224,84 @@ const geojsonLayer = new GeoJSONLayer({
1188
1224
  </tr>
1189
1225
 
1190
1226
  <tr class="deep-level-0">
1191
- <td class="name"><code><a href="GeoJSONLayer.html#title">title</a></code></td>
1227
+ <td class="name"><code><a href="#title">title</a></code></td>
1192
1228
  <td class="name">
1193
1229
  <code>
1194
1230
 
1195
1231
  <span class="param-type">String</span>
1196
1232
 
1197
1233
 
1234
+
1198
1235
  </code>
1199
1236
  </td>
1200
1237
  <td class="name"><code><p>图层名称</p></code></td>
1201
1238
  </tr>
1202
1239
 
1203
1240
  <tr class="deep-level-0">
1204
- <td class="name"><code><a href="GeoJSONLayer.html#tokenKey">tokenKey</a></code></td>
1241
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1205
1242
  <td class="name">
1206
1243
  <code>
1207
1244
 
1208
1245
  <span class="param-type">String</span>
1209
1246
 
1210
1247
 
1248
+
1211
1249
  </code>
1212
1250
  </td>
1213
1251
  <td class="name"><code><p>token名</p></code></td>
1214
1252
  </tr>
1215
1253
 
1216
1254
  <tr class="deep-level-0">
1217
- <td class="name"><code><a href="GeoJSONLayer.html#tokenValue">tokenValue</a></code></td>
1255
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1218
1256
  <td class="name">
1219
1257
  <code>
1220
1258
 
1221
1259
  <span class="param-type">String</span>
1222
1260
 
1223
1261
 
1262
+
1224
1263
  </code>
1225
1264
  </td>
1226
1265
  <td class="name"><code><p>token值</p></code></td>
1227
1266
  </tr>
1228
1267
 
1229
1268
  <tr class="deep-level-0">
1230
- <td class="name"><code><a href="GeoJSONLayer.html#type">type</a></code></td>
1269
+ <td class="name"><code><a href="#type">type</a></code></td>
1231
1270
  <td class="name">
1232
1271
  <code>
1233
1272
 
1234
1273
  <span class="param-type">String</span>
1235
1274
 
1236
1275
 
1276
+
1237
1277
  </code>
1238
1278
  </td>
1239
1279
  <td class="name"><code><p>图层类型</p></code></td>
1240
1280
  </tr>
1241
1281
 
1242
1282
  <tr class="deep-level-0">
1243
- <td class="name"><code><a href="GeoJSONLayer.html#url">url</a></code></td>
1283
+ <td class="name"><code><a href="#url">url</a></code></td>
1244
1284
  <td class="name">
1245
1285
  <code>
1246
1286
 
1247
1287
  <span class="param-type">String</span>
1248
1288
 
1249
1289
 
1290
+
1250
1291
  </code>
1251
1292
  </td>
1252
1293
  <td class="name"><code><p>请求地址</p></code></td>
1253
1294
  </tr>
1254
1295
 
1255
1296
  <tr class="deep-level-0">
1256
- <td class="name"><code><a href="GeoJSONLayer.html#visible">visible</a></code></td>
1297
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1257
1298
  <td class="name">
1258
1299
  <code>
1259
1300
 
1260
1301
  <span class="param-type">Number</span>
1261
1302
 
1262
1303
 
1304
+
1263
1305
  </code>
1264
1306
  </td>
1265
1307
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -1279,6 +1321,7 @@ const geojsonLayer = new GeoJSONLayer({
1279
1321
  <span class="param-type">String</span>
1280
1322
 
1281
1323
 
1324
+
1282
1325
  </span>
1283
1326
 
1284
1327
  <h4 class="name" id="copyright">
@@ -1314,7 +1357,7 @@ const geojsonLayer = new GeoJSONLayer({
1314
1357
 
1315
1358
  <dt class="inherited-from">Inherited From:</dt>
1316
1359
  <dd class="inherited-from"><ul class="dummy"><li>
1317
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1360
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1318
1361
  </li></ul></dd>
1319
1362
 
1320
1363
 
@@ -1358,6 +1401,7 @@ const geojsonLayer = new GeoJSONLayer({
1358
1401
  <span class="param-type">String</span>
1359
1402
 
1360
1403
 
1404
+
1361
1405
  </span>
1362
1406
 
1363
1407
  <h4 class="name" id="customParameters">
@@ -1428,6 +1472,7 @@ const geojsonLayer = new GeoJSONLayer({
1428
1472
  <span class="param-type">String</span>
1429
1473
 
1430
1474
 
1475
+
1431
1476
  </span>
1432
1477
 
1433
1478
  <h4 class="name" id="description">
@@ -1463,7 +1508,7 @@ const geojsonLayer = new GeoJSONLayer({
1463
1508
 
1464
1509
  <dt class="inherited-from">Inherited From:</dt>
1465
1510
  <dd class="inherited-from"><ul class="dummy"><li>
1466
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1511
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1467
1512
  </li></ul></dd>
1468
1513
 
1469
1514
 
@@ -1504,7 +1549,8 @@ const geojsonLayer = new GeoJSONLayer({
1504
1549
  <span class="method-parameter is-pulled-right">
1505
1550
  <label>类型:</label>
1506
1551
 
1507
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1552
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1553
+
1508
1554
 
1509
1555
 
1510
1556
  </span>
@@ -1577,6 +1623,7 @@ const geojsonLayer = new GeoJSONLayer({
1577
1623
  <span class="param-type">Object</span>
1578
1624
 
1579
1625
 
1626
+
1580
1627
  </span>
1581
1628
 
1582
1629
  <h4 class="name" id="extendOptions">
@@ -1608,7 +1655,7 @@ const geojsonLayer = new GeoJSONLayer({
1608
1655
 
1609
1656
  <dt class="inherited-from">Inherited From:</dt>
1610
1657
  <dd class="inherited-from"><ul class="dummy"><li>
1611
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1658
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1612
1659
  </li></ul></dd>
1613
1660
 
1614
1661
 
@@ -1652,6 +1699,7 @@ const geojsonLayer = new GeoJSONLayer({
1652
1699
  <span class="param-type">Object</span>
1653
1700
 
1654
1701
 
1702
+
1655
1703
  </span>
1656
1704
 
1657
1705
  <h4 class="name" id="extendProps">
@@ -1683,7 +1731,7 @@ const geojsonLayer = new GeoJSONLayer({
1683
1731
 
1684
1732
  <dt class="inherited-from">Inherited From:</dt>
1685
1733
  <dd class="inherited-from"><ul class="dummy"><li>
1686
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1734
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1687
1735
  </li></ul></dd>
1688
1736
 
1689
1737
 
@@ -1724,7 +1772,8 @@ const geojsonLayer = new GeoJSONLayer({
1724
1772
  <span class="method-parameter is-pulled-right">
1725
1773
  <label>类型:</label>
1726
1774
 
1727
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1775
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1776
+
1728
1777
 
1729
1778
 
1730
1779
  </span>
@@ -1762,7 +1811,7 @@ const geojsonLayer = new GeoJSONLayer({
1762
1811
 
1763
1812
  <dt class="inherited-from">Inherited From:</dt>
1764
1813
  <dd class="inherited-from"><ul class="dummy"><li>
1765
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1814
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1766
1815
  </li></ul></dd>
1767
1816
 
1768
1817
 
@@ -1806,6 +1855,7 @@ const geojsonLayer = new GeoJSONLayer({
1806
1855
  <span class="param-type">String</span>
1807
1856
 
1808
1857
 
1858
+
1809
1859
  </span>
1810
1860
 
1811
1861
  <h4 class="name" id="geometryType">
@@ -1876,6 +1926,7 @@ const geojsonLayer = new GeoJSONLayer({
1876
1926
  <span class="param-type">String</span>
1877
1927
 
1878
1928
 
1929
+
1879
1930
  </span>
1880
1931
 
1881
1932
  <h4 class="name" id="headers">
@@ -1907,7 +1958,7 @@ const geojsonLayer = new GeoJSONLayer({
1907
1958
 
1908
1959
  <dt class="inherited-from">Inherited From:</dt>
1909
1960
  <dd class="inherited-from"><ul class="dummy"><li>
1910
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1961
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1911
1962
  </li></ul></dd>
1912
1963
 
1913
1964
 
@@ -1951,6 +2002,7 @@ const geojsonLayer = new GeoJSONLayer({
1951
2002
  <span class="param-type">String</span>
1952
2003
 
1953
2004
 
2005
+
1954
2006
  </span>
1955
2007
 
1956
2008
  <h4 class="name" id="httpMethod">
@@ -1982,7 +2034,7 @@ const geojsonLayer = new GeoJSONLayer({
1982
2034
 
1983
2035
  <dt class="inherited-from">Inherited From:</dt>
1984
2036
  <dd class="inherited-from"><ul class="dummy"><li>
1985
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2037
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1986
2038
  </li></ul></dd>
1987
2039
 
1988
2040
 
@@ -2026,6 +2078,7 @@ const geojsonLayer = new GeoJSONLayer({
2026
2078
  <span class="param-type">String</span>
2027
2079
 
2028
2080
 
2081
+
2029
2082
  </span>
2030
2083
 
2031
2084
  <h4 class="name" id="id">
@@ -2061,7 +2114,7 @@ const geojsonLayer = new GeoJSONLayer({
2061
2114
 
2062
2115
  <dt class="inherited-from">Inherited From:</dt>
2063
2116
  <dd class="inherited-from"><ul class="dummy"><li>
2064
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2117
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2065
2118
  </li></ul></dd>
2066
2119
 
2067
2120
 
@@ -2105,6 +2158,7 @@ const geojsonLayer = new GeoJSONLayer({
2105
2158
  <span class="param-type">Number</span>
2106
2159
 
2107
2160
 
2161
+
2108
2162
  </span>
2109
2163
 
2110
2164
  <h4 class="name" id="index">
@@ -2136,7 +2190,7 @@ const geojsonLayer = new GeoJSONLayer({
2136
2190
 
2137
2191
  <dt class="inherited-from">Inherited From:</dt>
2138
2192
  <dd class="inherited-from"><ul class="dummy"><li>
2139
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2193
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2140
2194
  </li></ul></dd>
2141
2195
 
2142
2196
 
@@ -2177,7 +2231,8 @@ const geojsonLayer = new GeoJSONLayer({
2177
2231
  <span class="method-parameter is-pulled-right">
2178
2232
  <label>类型:</label>
2179
2233
 
2180
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
2234
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
2235
+
2181
2236
 
2182
2237
 
2183
2238
  </span>
@@ -2250,6 +2305,7 @@ const geojsonLayer = new GeoJSONLayer({
2250
2305
  <span class="param-type">Boolean</span>
2251
2306
 
2252
2307
 
2308
+
2253
2309
  </span>
2254
2310
 
2255
2311
  <h4 class="name" id="labelsVisible">
@@ -2320,6 +2376,7 @@ const geojsonLayer = new GeoJSONLayer({
2320
2376
  <span class="param-type">Boolean</span>
2321
2377
 
2322
2378
 
2379
+
2323
2380
  </span>
2324
2381
 
2325
2382
  <h4 class="name" id="loaded">
@@ -2355,7 +2412,7 @@ const geojsonLayer = new GeoJSONLayer({
2355
2412
 
2356
2413
  <dt class="inherited-from">Inherited From:</dt>
2357
2414
  <dd class="inherited-from"><ul class="dummy"><li>
2358
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2415
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2359
2416
  </li></ul></dd>
2360
2417
 
2361
2418
 
@@ -2404,6 +2461,7 @@ const geojsonLayer = new GeoJSONLayer({
2404
2461
  <span class="param-type">String</span>
2405
2462
 
2406
2463
 
2464
+
2407
2465
  </span>
2408
2466
 
2409
2467
  <h4 class="name" id="loadStatus">
@@ -2439,7 +2497,7 @@ const geojsonLayer = new GeoJSONLayer({
2439
2497
 
2440
2498
  <dt class="inherited-from">Inherited From:</dt>
2441
2499
  <dd class="inherited-from"><ul class="dummy"><li>
2442
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2500
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2443
2501
  </li></ul></dd>
2444
2502
 
2445
2503
 
@@ -2488,6 +2546,7 @@ const geojsonLayer = new GeoJSONLayer({
2488
2546
  <span class="param-type">Number</span>
2489
2547
 
2490
2548
 
2549
+
2491
2550
  </span>
2492
2551
 
2493
2552
  <h4 class="name" id="maxScale">
@@ -2563,6 +2622,7 @@ const geojsonLayer = new GeoJSONLayer({
2563
2622
  <span class="param-type">Number</span>
2564
2623
 
2565
2624
 
2625
+
2566
2626
  </span>
2567
2627
 
2568
2628
  <h4 class="name" id="minScale">
@@ -2638,6 +2698,7 @@ const geojsonLayer = new GeoJSONLayer({
2638
2698
  <span class="param-type">Number</span>
2639
2699
 
2640
2700
 
2701
+
2641
2702
  </span>
2642
2703
 
2643
2704
  <h4 class="name" id="opacity">
@@ -2669,7 +2730,7 @@ const geojsonLayer = new GeoJSONLayer({
2669
2730
 
2670
2731
  <dt class="inherited-from">Inherited From:</dt>
2671
2732
  <dd class="inherited-from"><ul class="dummy"><li>
2672
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2733
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2673
2734
  </li></ul></dd>
2674
2735
 
2675
2736
 
@@ -2713,6 +2774,7 @@ const geojsonLayer = new GeoJSONLayer({
2713
2774
  <span class="param-type">String</span>
2714
2775
 
2715
2776
 
2777
+
2716
2778
  </span>
2717
2779
 
2718
2780
  <h4 class="name" id="renderer">
@@ -2780,7 +2842,8 @@ const geojsonLayer = new GeoJSONLayer({
2780
2842
  <span class="method-parameter is-pulled-right">
2781
2843
  <label>类型:</label>
2782
2844
 
2783
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2845
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2846
+
2784
2847
 
2785
2848
 
2786
2849
  </span>
@@ -2858,6 +2921,7 @@ const geojsonLayer = new GeoJSONLayer({
2858
2921
  <span class="param-type">String</span>
2859
2922
 
2860
2923
 
2924
+
2861
2925
  </span>
2862
2926
 
2863
2927
  <h4 class="name" id="title">
@@ -2889,7 +2953,7 @@ const geojsonLayer = new GeoJSONLayer({
2889
2953
 
2890
2954
  <dt class="inherited-from">Inherited From:</dt>
2891
2955
  <dd class="inherited-from"><ul class="dummy"><li>
2892
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2956
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2893
2957
  </li></ul></dd>
2894
2958
 
2895
2959
 
@@ -2933,6 +2997,7 @@ const geojsonLayer = new GeoJSONLayer({
2933
2997
  <span class="param-type">String</span>
2934
2998
 
2935
2999
 
3000
+
2936
3001
  </span>
2937
3002
 
2938
3003
  <h4 class="name" id="tokenKey">
@@ -3008,6 +3073,7 @@ const geojsonLayer = new GeoJSONLayer({
3008
3073
  <span class="param-type">String</span>
3009
3074
 
3010
3075
 
3076
+
3011
3077
  </span>
3012
3078
 
3013
3079
  <h4 class="name" id="tokenValue">
@@ -3083,6 +3149,7 @@ const geojsonLayer = new GeoJSONLayer({
3083
3149
  <span class="param-type">String</span>
3084
3150
 
3085
3151
 
3152
+
3086
3153
  </span>
3087
3154
 
3088
3155
  <h4 class="name" id="type">
@@ -3162,6 +3229,7 @@ const geojsonLayer = new GeoJSONLayer({
3162
3229
  <span class="param-type">String</span>
3163
3230
 
3164
3231
 
3232
+
3165
3233
  </span>
3166
3234
 
3167
3235
  <h4 class="name" id="url">
@@ -3232,6 +3300,7 @@ const geojsonLayer = new GeoJSONLayer({
3232
3300
  <span class="param-type">Number</span>
3233
3301
 
3234
3302
 
3303
+
3235
3304
  </span>
3236
3305
 
3237
3306
  <h4 class="name" id="visible">
@@ -3263,7 +3332,7 @@ const geojsonLayer = new GeoJSONLayer({
3263
3332
 
3264
3333
  <dt class="inherited-from">Inherited From:</dt>
3265
3334
  <dd class="inherited-from"><ul class="dummy"><li>
3266
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3335
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3267
3336
  </li></ul></dd>
3268
3337
 
3269
3338
 
@@ -3320,7 +3389,7 @@ const geojsonLayer = new GeoJSONLayer({
3320
3389
  <tbody>
3321
3390
 
3322
3391
  <tr class="deep-level-0">
3323
- <td class="name"><code><a href="GeoJSONLayer.html#fromJSON">fromJSON</a></code></td>
3392
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3324
3393
  <td class="name">
3325
3394
  <code>
3326
3395
 
@@ -3330,12 +3399,13 @@ const geojsonLayer = new GeoJSONLayer({
3330
3399
  </tr>
3331
3400
 
3332
3401
  <tr class="deep-level-0">
3333
- <td class="name"><code><a href="GeoJSONLayer.html#clone">clone</a></code></td>
3402
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3334
3403
  <td class="name">
3335
3404
  <code>
3336
3405
 
3337
3406
 
3338
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3407
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3408
+
3339
3409
 
3340
3410
 
3341
3411
 
@@ -3345,7 +3415,7 @@ const geojsonLayer = new GeoJSONLayer({
3345
3415
  </tr>
3346
3416
 
3347
3417
  <tr class="deep-level-0">
3348
- <td class="name"><code><a href="GeoJSONLayer.html#destroy">destroy</a></code></td>
3418
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3349
3419
  <td class="name">
3350
3420
  <code>
3351
3421
 
@@ -3355,7 +3425,7 @@ const geojsonLayer = new GeoJSONLayer({
3355
3425
  </tr>
3356
3426
 
3357
3427
  <tr class="deep-level-0">
3358
- <td class="name"><code><a href="GeoJSONLayer.html#isLoaded">isLoaded</a></code></td>
3428
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3359
3429
  <td class="name">
3360
3430
  <code>
3361
3431
 
@@ -3363,6 +3433,7 @@ const geojsonLayer = new GeoJSONLayer({
3363
3433
  <span class="param-type">Boolean</span>
3364
3434
 
3365
3435
 
3436
+
3366
3437
 
3367
3438
  </code>
3368
3439
  </td>
@@ -3370,12 +3441,13 @@ const geojsonLayer = new GeoJSONLayer({
3370
3441
  </tr>
3371
3442
 
3372
3443
  <tr class="deep-level-0">
3373
- <td class="name"><code><a href="GeoJSONLayer.html#queryFeatures">queryFeatures</a></code></td>
3444
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
3374
3445
  <td class="name">
3375
3446
  <code>
3376
3447
 
3377
3448
 
3378
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
3449
+ <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
3450
+
3379
3451
 
3380
3452
 
3381
3453
 
@@ -3385,7 +3457,7 @@ const geojsonLayer = new GeoJSONLayer({
3385
3457
  </tr>
3386
3458
 
3387
3459
  <tr class="deep-level-0">
3388
- <td class="name"><code><a href="GeoJSONLayer.html#queryFeaturesCount">queryFeaturesCount</a></code></td>
3460
+ <td class="name"><code><a href="#queryFeaturesCount">queryFeaturesCount</a></code></td>
3389
3461
  <td class="name">
3390
3462
  <code>
3391
3463
 
@@ -3393,6 +3465,7 @@ const geojsonLayer = new GeoJSONLayer({
3393
3465
  <span class="param-type">Promise.&lt;Number></span>
3394
3466
 
3395
3467
 
3468
+
3396
3469
 
3397
3470
  </code>
3398
3471
  </td>
@@ -3400,7 +3473,7 @@ const geojsonLayer = new GeoJSONLayer({
3400
3473
  </tr>
3401
3474
 
3402
3475
  <tr class="deep-level-0">
3403
- <td class="name"><code><a href="GeoJSONLayer.html#refresh">refresh</a></code></td>
3476
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3404
3477
  <td class="name">
3405
3478
  <code>
3406
3479
 
@@ -3410,7 +3483,7 @@ const geojsonLayer = new GeoJSONLayer({
3410
3483
  </tr>
3411
3484
 
3412
3485
  <tr class="deep-level-0">
3413
- <td class="name"><code><a href="GeoJSONLayer.html#toJSON">toJSON</a></code></td>
3486
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3414
3487
  <td class="name">
3415
3488
  <code>
3416
3489
 
@@ -3418,6 +3491,7 @@ const geojsonLayer = new GeoJSONLayer({
3418
3491
  <span class="param-type">Object</span>
3419
3492
 
3420
3493
 
3494
+
3421
3495
 
3422
3496
  </code>
3423
3497
  </td>
@@ -3495,6 +3569,7 @@ const geojsonLayer = new GeoJSONLayer({
3495
3569
  <span class="param-type">Object</span>
3496
3570
 
3497
3571
 
3572
+
3498
3573
 
3499
3574
  </td>
3500
3575
 
@@ -3628,7 +3703,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3628
3703
 
3629
3704
  <dt class="inherited-from">Inherited From:</dt>
3630
3705
  <dd class="inherited-from"><ul class="dummy"><li>
3631
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3706
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3632
3707
  </li></ul></dd>
3633
3708
 
3634
3709
 
@@ -3689,7 +3764,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3689
3764
  <div class='column is-5 has-text-left'>
3690
3765
  <label>类型: </label>
3691
3766
 
3692
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3767
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3768
+
3693
3769
 
3694
3770
 
3695
3771
  </div>
@@ -3845,7 +3921,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3845
3921
 
3846
3922
  <dt class="inherited-from">Inherited From:</dt>
3847
3923
  <dd class="inherited-from"><ul class="dummy"><li>
3848
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3924
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3849
3925
  </li></ul></dd>
3850
3926
 
3851
3927
 
@@ -3909,6 +3985,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3909
3985
  <span class="param-type">Boolean</span>
3910
3986
 
3911
3987
 
3988
+
3912
3989
  </div>
3913
3990
 
3914
3991
  </div>
@@ -4020,7 +4097,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4020
4097
  <div class='column is-5 has-text-left'>
4021
4098
  <label>类型: </label>
4022
4099
 
4023
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
4100
+ <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
4101
+
4024
4102
 
4025
4103
 
4026
4104
  </div>
@@ -4137,6 +4215,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4137
4215
  <span class="param-type">Promise.&lt;Number></span>
4138
4216
 
4139
4217
 
4218
+
4140
4219
  </div>
4141
4220
 
4142
4221
  </div>
@@ -4194,7 +4273,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4194
4273
 
4195
4274
  <dt class="inherited-from">Inherited From:</dt>
4196
4275
  <dd class="inherited-from"><ul class="dummy"><li>
4197
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4276
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4198
4277
  </li></ul></dd>
4199
4278
 
4200
4279
 
@@ -4354,6 +4433,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4354
4433
  <span class="param-type">Object</span>
4355
4434
 
4356
4435
 
4436
+
4357
4437
  </div>
4358
4438
 
4359
4439
  </div>
@@ -4508,6 +4588,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4508
4588
  <span class="param-type">Object</span>
4509
4589
 
4510
4590
 
4591
+
4511
4592
 
4512
4593
  </td>
4513
4594
 
@@ -4541,6 +4622,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4541
4622
  <span class="param-type">String</span>
4542
4623
 
4543
4624
 
4625
+
4544
4626
 
4545
4627
  </td>
4546
4628
 
@@ -4578,6 +4660,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4578
4660
  <span class="param-type">String</span>
4579
4661
 
4580
4662
 
4663
+
4581
4664
 
4582
4665
  </td>
4583
4666
 
@@ -4612,7 +4695,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4612
4695
  <td class="type">
4613
4696
 
4614
4697
 
4615
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4698
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4699
+
4616
4700
 
4617
4701
 
4618
4702
 
@@ -4649,7 +4733,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4649
4733
  <td class="type">
4650
4734
 
4651
4735
 
4652
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4736
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4737
+
4653
4738
 
4654
4739
 
4655
4740
 
@@ -4686,7 +4771,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4686
4771
  <td class="type">
4687
4772
 
4688
4773
 
4689
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4774
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4775
+
4690
4776
 
4691
4777
 
4692
4778
 
@@ -4723,7 +4809,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4723
4809
  <td class="type">
4724
4810
 
4725
4811
 
4726
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4812
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4813
+
4727
4814
 
4728
4815
 
4729
4816
 
@@ -4760,7 +4847,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4760
4847
  <td class="type">
4761
4848
 
4762
4849
 
4763
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4850
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4851
+
4764
4852
 
4765
4853
 
4766
4854
 
@@ -4805,7 +4893,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4805
4893
 
4806
4894
  <dt class="inherited-from">Inherited From:</dt>
4807
4895
  <dd class="inherited-from"><ul class="dummy"><li>
4808
- <a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
4896
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
4809
4897
  </li></ul></dd>
4810
4898
 
4811
4899
 
@@ -4954,6 +5042,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4954
5042
  <span class="param-type">Object</span>
4955
5043
 
4956
5044
 
5045
+
4957
5046
 
4958
5047
  </td>
4959
5048
 
@@ -4987,6 +5076,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4987
5076
  <span class="param-type">String</span>
4988
5077
 
4989
5078
 
5079
+
4990
5080
 
4991
5081
  </td>
4992
5082
 
@@ -5024,6 +5114,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5024
5114
  <span class="param-type">String</span>
5025
5115
 
5026
5116
 
5117
+
5027
5118
 
5028
5119
  </td>
5029
5120
 
@@ -5058,7 +5149,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5058
5149
  <td class="type">
5059
5150
 
5060
5151
 
5061
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5152
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5153
+
5062
5154
 
5063
5155
 
5064
5156
 
@@ -5095,7 +5187,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5095
5187
  <td class="type">
5096
5188
 
5097
5189
 
5098
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5190
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5191
+
5099
5192
 
5100
5193
 
5101
5194
 
@@ -5132,7 +5225,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5132
5225
  <td class="type">
5133
5226
 
5134
5227
 
5135
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5228
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5229
+
5136
5230
 
5137
5231
 
5138
5232
 
@@ -5169,7 +5263,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5169
5263
  <td class="type">
5170
5264
 
5171
5265
 
5172
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5266
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5267
+
5173
5268
 
5174
5269
 
5175
5270
 
@@ -5206,7 +5301,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5206
5301
  <td class="type">
5207
5302
 
5208
5303
 
5209
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5304
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5305
+
5210
5306
 
5211
5307
 
5212
5308
 
@@ -5251,7 +5347,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5251
5347
 
5252
5348
  <dt class="inherited-from">Inherited From:</dt>
5253
5349
  <dd class="inherited-from"><ul class="dummy"><li>
5254
- <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>
5350
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
5255
5351
  </li></ul></dd>
5256
5352
 
5257
5353
 
@@ -5390,6 +5486,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5390
5486
  <span class="param-type">Object</span>
5391
5487
 
5392
5488
 
5489
+
5393
5490
 
5394
5491
  </td>
5395
5492
 
@@ -5423,6 +5520,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5423
5520
  <span class="param-type">String</span>
5424
5521
 
5425
5522
 
5523
+
5426
5524
 
5427
5525
  </td>
5428
5526
 
@@ -5460,6 +5558,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5460
5558
  <span class="param-type">String</span>
5461
5559
 
5462
5560
 
5561
+
5463
5562
 
5464
5563
  </td>
5465
5564
 
@@ -5494,7 +5593,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5494
5593
  <td class="type">
5495
5594
 
5496
5595
 
5497
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5596
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5597
+
5498
5598
 
5499
5599
 
5500
5600
 
@@ -5531,7 +5631,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5531
5631
  <td class="type">
5532
5632
 
5533
5633
 
5534
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5634
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5635
+
5535
5636
 
5536
5637
 
5537
5638
 
@@ -5568,7 +5669,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5568
5669
  <td class="type">
5569
5670
 
5570
5671
 
5571
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5672
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5673
+
5572
5674
 
5573
5675
 
5574
5676
 
@@ -5605,7 +5707,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5605
5707
  <td class="type">
5606
5708
 
5607
5709
 
5608
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5710
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5711
+
5609
5712
 
5610
5713
 
5611
5714
 
@@ -5642,7 +5745,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5642
5745
  <td class="type">
5643
5746
 
5644
5747
 
5645
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5748
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5749
+
5646
5750
 
5647
5751
 
5648
5752
 
@@ -5687,7 +5791,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5687
5791
 
5688
5792
  <dt class="inherited-from">Inherited From:</dt>
5689
5793
  <dd class="inherited-from"><ul class="dummy"><li>
5690
- <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>
5794
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
5691
5795
  </li></ul></dd>
5692
5796
 
5693
5797
 
@@ -5836,6 +5940,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5836
5940
  <span class="param-type">Object</span>
5837
5941
 
5838
5942
 
5943
+
5839
5944
 
5840
5945
  </td>
5841
5946
 
@@ -5869,6 +5974,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5869
5974
  <span class="param-type">String</span>
5870
5975
 
5871
5976
 
5977
+
5872
5978
 
5873
5979
  </td>
5874
5980
 
@@ -5906,6 +6012,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5906
6012
  <span class="param-type">String</span>
5907
6013
 
5908
6014
 
6015
+
5909
6016
 
5910
6017
  </td>
5911
6018
 
@@ -5940,7 +6047,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5940
6047
  <td class="type">
5941
6048
 
5942
6049
 
5943
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6050
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6051
+
5944
6052
 
5945
6053
 
5946
6054
 
@@ -5977,7 +6085,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5977
6085
  <td class="type">
5978
6086
 
5979
6087
 
5980
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6088
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6089
+
5981
6090
 
5982
6091
 
5983
6092
 
@@ -6014,7 +6123,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6014
6123
  <td class="type">
6015
6124
 
6016
6125
 
6017
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6126
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6127
+
6018
6128
 
6019
6129
 
6020
6130
 
@@ -6051,7 +6161,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6051
6161
  <td class="type">
6052
6162
 
6053
6163
 
6054
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6164
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6165
+
6055
6166
 
6056
6167
 
6057
6168
 
@@ -6088,7 +6199,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6088
6199
  <td class="type">
6089
6200
 
6090
6201
 
6091
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6202
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6203
+
6092
6204
 
6093
6205
 
6094
6206
 
@@ -6133,7 +6245,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6133
6245
 
6134
6246
  <dt class="inherited-from">Inherited From:</dt>
6135
6247
  <dd class="inherited-from"><ul class="dummy"><li>
6136
- <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>
6248
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
6137
6249
  </li></ul></dd>
6138
6250
 
6139
6251
 
@@ -6272,6 +6384,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6272
6384
  <span class="param-type">Object</span>
6273
6385
 
6274
6386
 
6387
+
6275
6388
 
6276
6389
  </td>
6277
6390
 
@@ -6305,6 +6418,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6305
6418
  <span class="param-type">String</span>
6306
6419
 
6307
6420
 
6421
+
6308
6422
 
6309
6423
  </td>
6310
6424
 
@@ -6342,6 +6456,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6342
6456
  <span class="param-type">String</span>
6343
6457
 
6344
6458
 
6459
+
6345
6460
 
6346
6461
  </td>
6347
6462
 
@@ -6376,7 +6491,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6376
6491
  <td class="type">
6377
6492
 
6378
6493
 
6379
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6494
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6495
+
6380
6496
 
6381
6497
 
6382
6498
 
@@ -6413,7 +6529,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6413
6529
  <td class="type">
6414
6530
 
6415
6531
 
6416
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6532
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6533
+
6417
6534
 
6418
6535
 
6419
6536
 
@@ -6450,7 +6567,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6450
6567
  <td class="type">
6451
6568
 
6452
6569
 
6453
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6570
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6571
+
6454
6572
 
6455
6573
 
6456
6574
 
@@ -6487,7 +6605,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6487
6605
  <td class="type">
6488
6606
 
6489
6607
 
6490
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6608
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6609
+
6491
6610
 
6492
6611
 
6493
6612
 
@@ -6524,7 +6643,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6524
6643
  <td class="type">
6525
6644
 
6526
6645
 
6527
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6646
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6647
+
6528
6648
 
6529
6649
 
6530
6650
 
@@ -6713,6 +6833,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6713
6833
  <span class="param-type">Object</span>
6714
6834
 
6715
6835
 
6836
+
6716
6837
 
6717
6838
  </td>
6718
6839
 
@@ -6746,6 +6867,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6746
6867
  <span class="param-type">String</span>
6747
6868
 
6748
6869
 
6870
+
6749
6871
 
6750
6872
  </td>
6751
6873
 
@@ -6783,6 +6905,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6783
6905
  <span class="param-type">String</span>
6784
6906
 
6785
6907
 
6908
+
6786
6909
 
6787
6910
  </td>
6788
6911
 
@@ -6817,7 +6940,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6817
6940
  <td class="type">
6818
6941
 
6819
6942
 
6820
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6943
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6944
+
6821
6945
 
6822
6946
 
6823
6947
 
@@ -6854,7 +6978,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6854
6978
  <td class="type">
6855
6979
 
6856
6980
 
6857
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6981
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6982
+
6858
6983
 
6859
6984
 
6860
6985
 
@@ -6891,7 +7016,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6891
7016
  <td class="type">
6892
7017
 
6893
7018
 
6894
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7019
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7020
+
6895
7021
 
6896
7022
 
6897
7023
 
@@ -6928,7 +7054,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6928
7054
  <td class="type">
6929
7055
 
6930
7056
 
6931
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7057
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7058
+
6932
7059
 
6933
7060
 
6934
7061
 
@@ -6965,7 +7092,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6965
7092
  <td class="type">
6966
7093
 
6967
7094
 
6968
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7095
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7096
+
6969
7097
 
6970
7098
 
6971
7099
 
@@ -7010,7 +7138,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7010
7138
 
7011
7139
  <dt class="inherited-from">Inherited From:</dt>
7012
7140
  <dd class="inherited-from"><ul class="dummy"><li>
7013
- <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>
7141
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
7014
7142
  </li></ul></dd>
7015
7143
 
7016
7144
 
@@ -7159,6 +7287,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7159
7287
  <span class="param-type">Object</span>
7160
7288
 
7161
7289
 
7290
+
7162
7291
 
7163
7292
  </td>
7164
7293
 
@@ -7192,6 +7321,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7192
7321
  <span class="param-type">String</span>
7193
7322
 
7194
7323
 
7324
+
7195
7325
 
7196
7326
  </td>
7197
7327
 
@@ -7229,6 +7359,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7229
7359
  <span class="param-type">String</span>
7230
7360
 
7231
7361
 
7362
+
7232
7363
 
7233
7364
  </td>
7234
7365
 
@@ -7263,7 +7394,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7263
7394
  <td class="type">
7264
7395
 
7265
7396
 
7266
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7397
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7398
+
7267
7399
 
7268
7400
 
7269
7401
 
@@ -7300,7 +7432,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7300
7432
  <td class="type">
7301
7433
 
7302
7434
 
7303
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7435
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7436
+
7304
7437
 
7305
7438
 
7306
7439
 
@@ -7337,7 +7470,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7337
7470
  <td class="type">
7338
7471
 
7339
7472
 
7340
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7473
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7474
+
7341
7475
 
7342
7476
 
7343
7477
 
@@ -7374,7 +7508,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7374
7508
  <td class="type">
7375
7509
 
7376
7510
 
7377
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7511
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7512
+
7378
7513
 
7379
7514
 
7380
7515
 
@@ -7411,7 +7546,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7411
7546
  <td class="type">
7412
7547
 
7413
7548
 
7414
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7549
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7550
+
7415
7551
 
7416
7552
 
7417
7553
 
@@ -7456,7 +7592,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7456
7592
 
7457
7593
  <dt class="inherited-from">Inherited From:</dt>
7458
7594
  <dd class="inherited-from"><ul class="dummy"><li>
7459
- <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>
7595
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
7460
7596
  </li></ul></dd>
7461
7597
 
7462
7598
 
@@ -7595,6 +7731,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7595
7731
  <span class="param-type">Object</span>
7596
7732
 
7597
7733
 
7734
+
7598
7735
 
7599
7736
  </td>
7600
7737
 
@@ -7628,6 +7765,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7628
7765
  <span class="param-type">String</span>
7629
7766
 
7630
7767
 
7768
+
7631
7769
 
7632
7770
  </td>
7633
7771
 
@@ -7665,6 +7803,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7665
7803
  <span class="param-type">String</span>
7666
7804
 
7667
7805
 
7806
+
7668
7807
 
7669
7808
  </td>
7670
7809
 
@@ -7699,7 +7838,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7699
7838
  <td class="type">
7700
7839
 
7701
7840
 
7702
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7841
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7842
+
7703
7843
 
7704
7844
 
7705
7845
 
@@ -7736,7 +7876,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7736
7876
  <td class="type">
7737
7877
 
7738
7878
 
7739
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7879
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7880
+
7740
7881
 
7741
7882
 
7742
7883
 
@@ -7773,7 +7914,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7773
7914
  <td class="type">
7774
7915
 
7775
7916
 
7776
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7917
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7918
+
7777
7919
 
7778
7920
 
7779
7921
 
@@ -7810,7 +7952,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7810
7952
  <td class="type">
7811
7953
 
7812
7954
 
7813
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7955
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7956
+
7814
7957
 
7815
7958
 
7816
7959
 
@@ -7847,7 +7990,8 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7847
7990
  <td class="type">
7848
7991
 
7849
7992
 
7850
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7993
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7994
+
7851
7995
 
7852
7996
 
7853
7997
 
@@ -7892,7 +8036,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7892
8036
 
7893
8037
  <dt class="inherited-from">Inherited From:</dt>
7894
8038
  <dd class="inherited-from"><ul class="dummy"><li>
7895
- <a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
8039
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
7896
8040
  </li></ul></dd>
7897
8041
 
7898
8042