@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -80,13 +80,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
80
80
 
81
81
  <tr class="deep-level-0">
82
82
 
83
- <td class="name" id="options"><code>options</code></td>
83
+ <td class="name"><code>options</code></td>
84
84
 
85
85
 
86
86
  <td class="type">
87
87
 
88
88
 
89
- <span class="param-type">Object</span>
89
+ <span class="param-type">
90
+
91
+ Object
92
+
93
+ </span>
94
+
90
95
 
91
96
 
92
97
 
@@ -106,13 +111,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
106
111
 
107
112
  <tr class="deep-level-1">
108
113
 
109
- <td class="name" id="url"><code>url</code></td>
114
+ <td class="name"><code>url</code></td>
110
115
 
111
116
 
112
117
  <td class="type">
113
118
 
114
119
 
115
- <span class="param-type">String</span>
120
+ <span class="param-type">
121
+
122
+ String
123
+
124
+ </span>
125
+
116
126
 
117
127
 
118
128
 
@@ -136,13 +146,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
136
146
 
137
147
  <tr class="deep-level-1">
138
148
 
139
- <td class="name" id="id"><code>id</code></td>
149
+ <td class="name"><code>id</code></td>
140
150
 
141
151
 
142
152
  <td class="type">
143
153
 
144
154
 
145
- <span class="param-type">String</span>
155
+ <span class="param-type">
156
+
157
+ String
158
+
159
+ </span>
160
+
146
161
 
147
162
 
148
163
 
@@ -162,13 +177,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
162
177
 
163
178
  <tr class="deep-level-1">
164
179
 
165
- <td class="name" id="visible"><code>visible</code></td>
180
+ <td class="name"><code>visible</code></td>
166
181
 
167
182
 
168
183
  <td class="type">
169
184
 
170
185
 
171
- <span class="param-type">Boolean</span>
186
+ <span class="param-type">
187
+
188
+ Boolean
189
+
190
+ </span>
191
+
172
192
 
173
193
 
174
194
 
@@ -190,13 +210,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
190
210
 
191
211
  <tr class="deep-level-1">
192
212
 
193
- <td class="name" id="opacity"><code>opacity</code></td>
213
+ <td class="name"><code>opacity</code></td>
194
214
 
195
215
 
196
216
  <td class="type">
197
217
 
198
218
 
199
- <span class="param-type">Number</span>
219
+ <span class="param-type">
220
+
221
+ Number
222
+
223
+ </span>
224
+
200
225
 
201
226
 
202
227
 
@@ -218,13 +243,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
218
243
 
219
244
  <tr class="deep-level-1">
220
245
 
221
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
246
+ <td class="name"><code>spatialReference</code></td>
222
247
 
223
248
 
224
249
  <td class="type">
225
250
 
226
251
 
227
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
252
+ <span class="param-type">
253
+
254
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
255
+
256
+ </span>
257
+
228
258
 
229
259
 
230
260
 
@@ -244,13 +274,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
244
274
 
245
275
  <tr class="deep-level-1">
246
276
 
247
- <td class="name" id="renderer"><code>renderer</code></td>
277
+ <td class="name"><code>renderer</code></td>
248
278
 
249
279
 
250
280
  <td class="type">
251
281
 
252
282
 
253
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
283
+ <span class="param-type">
284
+
285
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
286
+
287
+ </span>
288
+
254
289
 
255
290
 
256
291
 
@@ -278,13 +313,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
278
313
 
279
314
  <tr class="deep-level-1">
280
315
 
281
- <td class="name" id="labelsVisible"><code>labelsVisible</code></td>
316
+ <td class="name"><code>labelsVisible</code></td>
282
317
 
283
318
 
284
319
  <td class="type">
285
320
 
286
321
 
287
- <span class="param-type">Boolean</span>
322
+ <span class="param-type">
323
+
324
+ Boolean
325
+
326
+ </span>
327
+
288
328
 
289
329
 
290
330
 
@@ -306,13 +346,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
306
346
 
307
347
  <tr class="deep-level-1">
308
348
 
309
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
349
+ <td class="name"><code>labelingInfo</code></td>
310
350
 
311
351
 
312
352
  <td class="type">
313
353
 
314
354
 
315
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
355
+ <span class="param-type">
356
+
357
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
358
+
359
+ </span>
360
+
316
361
 
317
362
 
318
363
 
@@ -335,13 +380,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
335
380
 
336
381
  <tr class="deep-level-1">
337
382
 
338
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
383
+ <td class="name"><code>elevationInfo</code></td>
339
384
 
340
385
 
341
386
  <td class="type">
342
387
 
343
388
 
344
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
389
+ <span class="param-type">
390
+
391
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
392
+
393
+ </span>
394
+
345
395
 
346
396
 
347
397
 
@@ -361,13 +411,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
361
411
 
362
412
  <tr class="deep-level-1">
363
413
 
364
- <td class="name" id="minScale"><code>minScale</code></td>
414
+ <td class="name"><code>minScale</code></td>
365
415
 
366
416
 
367
417
  <td class="type">
368
418
 
369
419
 
370
- <span class="param-type">Number</span>
420
+ <span class="param-type">
421
+
422
+ Number
423
+
424
+ </span>
425
+
371
426
 
372
427
 
373
428
 
@@ -389,13 +444,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
389
444
 
390
445
  <tr class="deep-level-1">
391
446
 
392
- <td class="name" id="maxScale"><code>maxScale</code></td>
447
+ <td class="name"><code>maxScale</code></td>
393
448
 
394
449
 
395
450
  <td class="type">
396
451
 
397
452
 
398
- <span class="param-type">Number</span>
453
+ <span class="param-type">
454
+
455
+ Number
456
+
457
+ </span>
458
+
399
459
 
400
460
 
401
461
 
@@ -417,13 +477,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
417
477
 
418
478
  <tr class="deep-level-1">
419
479
 
420
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
480
+ <td class="name"><code>tokenKey</code></td>
421
481
 
422
482
 
423
483
  <td class="type">
424
484
 
425
485
 
426
- <span class="param-type">String</span>
486
+ <span class="param-type">
487
+
488
+ String
489
+
490
+ </span>
491
+
427
492
 
428
493
 
429
494
 
@@ -445,13 +510,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
445
510
 
446
511
  <tr class="deep-level-1">
447
512
 
448
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
513
+ <td class="name"><code>tokenValue</code></td>
449
514
 
450
515
 
451
516
  <td class="type">
452
517
 
453
518
 
454
- <span class="param-type">String</span>
519
+ <span class="param-type">
520
+
521
+ String
522
+
523
+ </span>
524
+
455
525
 
456
526
 
457
527
 
@@ -471,13 +541,18 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
471
541
 
472
542
  <tr class="deep-level-1">
473
543
 
474
- <td class="name" id="customParameters"><code>customParameters</code></td>
544
+ <td class="name"><code>customParameters</code></td>
475
545
 
476
546
 
477
547
  <td class="type">
478
548
 
479
549
 
480
- <span class="param-type">Object</span>
550
+ <span class="param-type">
551
+
552
+ Object
553
+
554
+ </span>
555
+
481
556
 
482
557
 
483
558
 
@@ -551,19 +626,19 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
551
626
  <div class="column is-2"><label>绑定事件</label></div>
552
627
  <div class="column is-10">
553
628
  <ul>
554
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
629
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
555
630
 
556
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
631
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
557
632
 
558
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
633
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
559
634
 
560
- <li><a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a></li>
635
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
561
636
 
562
- <li><a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a></li>
637
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
563
638
 
564
- <li><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></li>
639
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
565
640
 
566
- <li><a class="mapgis-link-name" title="GeoJSONLayer#event:图层样式更新完毕事件" GeoJSONLayer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%25A0%25B7%25E5%25BC%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>GeoJSONLayer#event:图层样式更新完毕事件</a></li>
641
+ <li><a href="#图层样式更新完毕事件">图层样式更新完毕事件</a></li>
567
642
  </ul>
568
643
  </div>
569
644
  </div>
@@ -883,7 +958,7 @@ const geojsonLayer = new GeoJSONLayer({
883
958
 
884
959
 
885
960
  <ul>
886
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
961
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
887
962
  </ul>
888
963
 
889
964
 
@@ -915,11 +990,16 @@ const geojsonLayer = new GeoJSONLayer({
915
990
  <tbody>
916
991
 
917
992
  <tr class="deep-level-0">
918
- <td class="name"><code><a href="GeoJSONLayer.html#copyright">copyright</a></code></td>
993
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
919
994
  <td class="name">
920
995
  <code>
921
996
 
922
- <span class="param-type">String</span>
997
+ <span class="param-type">
998
+
999
+ String
1000
+
1001
+ </span>
1002
+
923
1003
 
924
1004
 
925
1005
  </code>
@@ -928,11 +1008,16 @@ const geojsonLayer = new GeoJSONLayer({
928
1008
  </tr>
929
1009
 
930
1010
  <tr class="deep-level-0">
931
- <td class="name"><code><a href="GeoJSONLayer.html#customParameters">customParameters</a></code></td>
1011
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
932
1012
  <td class="name">
933
1013
  <code>
934
1014
 
935
- <span class="param-type">String</span>
1015
+ <span class="param-type">
1016
+
1017
+ String
1018
+
1019
+ </span>
1020
+
936
1021
 
937
1022
 
938
1023
  </code>
@@ -941,11 +1026,16 @@ const geojsonLayer = new GeoJSONLayer({
941
1026
  </tr>
942
1027
 
943
1028
  <tr class="deep-level-0">
944
- <td class="name"><code><a href="GeoJSONLayer.html#description">description</a></code></td>
1029
+ <td class="name"><code><a href="#description">description</a></code></td>
945
1030
  <td class="name">
946
1031
  <code>
947
1032
 
948
- <span class="param-type">String</span>
1033
+ <span class="param-type">
1034
+
1035
+ String
1036
+
1037
+ </span>
1038
+
949
1039
 
950
1040
 
951
1041
  </code>
@@ -954,11 +1044,16 @@ const geojsonLayer = new GeoJSONLayer({
954
1044
  </tr>
955
1045
 
956
1046
  <tr class="deep-level-0">
957
- <td class="name"><code><a href="GeoJSONLayer.html#elevationInfo">elevationInfo</a></code></td>
1047
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
958
1048
  <td class="name">
959
1049
  <code>
960
1050
 
961
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1051
+ <span class="param-type">
1052
+
1053
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1054
+
1055
+ </span>
1056
+
962
1057
 
963
1058
 
964
1059
  </code>
@@ -967,11 +1062,16 @@ const geojsonLayer = new GeoJSONLayer({
967
1062
  </tr>
968
1063
 
969
1064
  <tr class="deep-level-0">
970
- <td class="name"><code><a href="GeoJSONLayer.html#extendOptions">extendOptions</a></code></td>
1065
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
971
1066
  <td class="name">
972
1067
  <code>
973
1068
 
974
- <span class="param-type">Object</span>
1069
+ <span class="param-type">
1070
+
1071
+ Object
1072
+
1073
+ </span>
1074
+
975
1075
 
976
1076
 
977
1077
  </code>
@@ -980,11 +1080,16 @@ const geojsonLayer = new GeoJSONLayer({
980
1080
  </tr>
981
1081
 
982
1082
  <tr class="deep-level-0">
983
- <td class="name"><code><a href="GeoJSONLayer.html#extendProps">extendProps</a></code></td>
1083
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
984
1084
  <td class="name">
985
1085
  <code>
986
1086
 
987
- <span class="param-type">Object</span>
1087
+ <span class="param-type">
1088
+
1089
+ Object
1090
+
1091
+ </span>
1092
+
988
1093
 
989
1094
 
990
1095
  </code>
@@ -993,11 +1098,16 @@ const geojsonLayer = new GeoJSONLayer({
993
1098
  </tr>
994
1099
 
995
1100
  <tr class="deep-level-0">
996
- <td class="name"><code><a href="GeoJSONLayer.html#extent">extent</a></code></td>
1101
+ <td class="name"><code><a href="#extent">extent</a></code></td>
997
1102
  <td class="name">
998
1103
  <code>
999
1104
 
1000
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1105
+ <span class="param-type">
1106
+
1107
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1108
+
1109
+ </span>
1110
+
1001
1111
 
1002
1112
 
1003
1113
  </code>
@@ -1006,11 +1116,16 @@ const geojsonLayer = new GeoJSONLayer({
1006
1116
  </tr>
1007
1117
 
1008
1118
  <tr class="deep-level-0">
1009
- <td class="name"><code><a href="GeoJSONLayer.html#geometryType">geometryType</a></code></td>
1119
+ <td class="name"><code><a href="#geometryType">geometryType</a></code></td>
1010
1120
  <td class="name">
1011
1121
  <code>
1012
1122
 
1013
- <span class="param-type">String</span>
1123
+ <span class="param-type">
1124
+
1125
+ String
1126
+
1127
+ </span>
1128
+
1014
1129
 
1015
1130
 
1016
1131
  </code>
@@ -1019,11 +1134,16 @@ const geojsonLayer = new GeoJSONLayer({
1019
1134
  </tr>
1020
1135
 
1021
1136
  <tr class="deep-level-0">
1022
- <td class="name"><code><a href="GeoJSONLayer.html#headers">headers</a></code></td>
1137
+ <td class="name"><code><a href="#headers">headers</a></code></td>
1023
1138
  <td class="name">
1024
1139
  <code>
1025
1140
 
1026
- <span class="param-type">String</span>
1141
+ <span class="param-type">
1142
+
1143
+ String
1144
+
1145
+ </span>
1146
+
1027
1147
 
1028
1148
 
1029
1149
  </code>
@@ -1032,11 +1152,16 @@ const geojsonLayer = new GeoJSONLayer({
1032
1152
  </tr>
1033
1153
 
1034
1154
  <tr class="deep-level-0">
1035
- <td class="name"><code><a href="GeoJSONLayer.html#httpMethod">httpMethod</a></code></td>
1155
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
1036
1156
  <td class="name">
1037
1157
  <code>
1038
1158
 
1039
- <span class="param-type">String</span>
1159
+ <span class="param-type">
1160
+
1161
+ String
1162
+
1163
+ </span>
1164
+
1040
1165
 
1041
1166
 
1042
1167
  </code>
@@ -1045,11 +1170,16 @@ const geojsonLayer = new GeoJSONLayer({
1045
1170
  </tr>
1046
1171
 
1047
1172
  <tr class="deep-level-0">
1048
- <td class="name"><code><a href="GeoJSONLayer.html#id">id</a></code></td>
1173
+ <td class="name"><code><a href="#id">id</a></code></td>
1049
1174
  <td class="name">
1050
1175
  <code>
1051
1176
 
1052
- <span class="param-type">String</span>
1177
+ <span class="param-type">
1178
+
1179
+ String
1180
+
1181
+ </span>
1182
+
1053
1183
 
1054
1184
 
1055
1185
  </code>
@@ -1058,11 +1188,16 @@ const geojsonLayer = new GeoJSONLayer({
1058
1188
  </tr>
1059
1189
 
1060
1190
  <tr class="deep-level-0">
1061
- <td class="name"><code><a href="GeoJSONLayer.html#index">index</a></code></td>
1191
+ <td class="name"><code><a href="#index">index</a></code></td>
1062
1192
  <td class="name">
1063
1193
  <code>
1064
1194
 
1065
- <span class="param-type">Number</span>
1195
+ <span class="param-type">
1196
+
1197
+ Number
1198
+
1199
+ </span>
1200
+
1066
1201
 
1067
1202
 
1068
1203
  </code>
@@ -1071,11 +1206,16 @@ const geojsonLayer = new GeoJSONLayer({
1071
1206
  </tr>
1072
1207
 
1073
1208
  <tr class="deep-level-0">
1074
- <td class="name"><code><a href="GeoJSONLayer.html#labelingInfo">labelingInfo</a></code></td>
1209
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
1075
1210
  <td class="name">
1076
1211
  <code>
1077
1212
 
1078
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
1213
+ <span class="param-type">
1214
+
1215
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1216
+
1217
+ </span>
1218
+
1079
1219
 
1080
1220
 
1081
1221
  </code>
@@ -1084,11 +1224,16 @@ const geojsonLayer = new GeoJSONLayer({
1084
1224
  </tr>
1085
1225
 
1086
1226
  <tr class="deep-level-0">
1087
- <td class="name"><code><a href="GeoJSONLayer.html#labelsVisible">labelsVisible</a></code></td>
1227
+ <td class="name"><code><a href="#labelsVisible">labelsVisible</a></code></td>
1088
1228
  <td class="name">
1089
1229
  <code>
1090
1230
 
1091
- <span class="param-type">Boolean</span>
1231
+ <span class="param-type">
1232
+
1233
+ Boolean
1234
+
1235
+ </span>
1236
+
1092
1237
 
1093
1238
 
1094
1239
  </code>
@@ -1097,11 +1242,16 @@ const geojsonLayer = new GeoJSONLayer({
1097
1242
  </tr>
1098
1243
 
1099
1244
  <tr class="deep-level-0">
1100
- <td class="name"><code><a href="GeoJSONLayer.html#loaded">loaded</a></code></td>
1245
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
1101
1246
  <td class="name">
1102
1247
  <code>
1103
1248
 
1104
- <span class="param-type">Boolean</span>
1249
+ <span class="param-type">
1250
+
1251
+ Boolean
1252
+
1253
+ </span>
1254
+
1105
1255
 
1106
1256
 
1107
1257
  </code>
@@ -1110,11 +1260,16 @@ const geojsonLayer = new GeoJSONLayer({
1110
1260
  </tr>
1111
1261
 
1112
1262
  <tr class="deep-level-0">
1113
- <td class="name"><code><a href="GeoJSONLayer.html#loadStatus">loadStatus</a></code></td>
1263
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
1114
1264
  <td class="name">
1115
1265
  <code>
1116
1266
 
1117
- <span class="param-type">String</span>
1267
+ <span class="param-type">
1268
+
1269
+ String
1270
+
1271
+ </span>
1272
+
1118
1273
 
1119
1274
 
1120
1275
  </code>
@@ -1123,11 +1278,16 @@ const geojsonLayer = new GeoJSONLayer({
1123
1278
  </tr>
1124
1279
 
1125
1280
  <tr class="deep-level-0">
1126
- <td class="name"><code><a href="GeoJSONLayer.html#maxScale">maxScale</a></code></td>
1281
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
1127
1282
  <td class="name">
1128
1283
  <code>
1129
1284
 
1130
- <span class="param-type">Number</span>
1285
+ <span class="param-type">
1286
+
1287
+ Number
1288
+
1289
+ </span>
1290
+
1131
1291
 
1132
1292
 
1133
1293
  </code>
@@ -1136,11 +1296,16 @@ const geojsonLayer = new GeoJSONLayer({
1136
1296
  </tr>
1137
1297
 
1138
1298
  <tr class="deep-level-0">
1139
- <td class="name"><code><a href="GeoJSONLayer.html#minScale">minScale</a></code></td>
1299
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
1140
1300
  <td class="name">
1141
1301
  <code>
1142
1302
 
1143
- <span class="param-type">Number</span>
1303
+ <span class="param-type">
1304
+
1305
+ Number
1306
+
1307
+ </span>
1308
+
1144
1309
 
1145
1310
 
1146
1311
  </code>
@@ -1149,11 +1314,16 @@ const geojsonLayer = new GeoJSONLayer({
1149
1314
  </tr>
1150
1315
 
1151
1316
  <tr class="deep-level-0">
1152
- <td class="name"><code><a href="GeoJSONLayer.html#opacity">opacity</a></code></td>
1317
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
1153
1318
  <td class="name">
1154
1319
  <code>
1155
1320
 
1156
- <span class="param-type">Number</span>
1321
+ <span class="param-type">
1322
+
1323
+ Number
1324
+
1325
+ </span>
1326
+
1157
1327
 
1158
1328
 
1159
1329
  </code>
@@ -1162,11 +1332,16 @@ const geojsonLayer = new GeoJSONLayer({
1162
1332
  </tr>
1163
1333
 
1164
1334
  <tr class="deep-level-0">
1165
- <td class="name"><code><a href="GeoJSONLayer.html#renderer">renderer</a></code></td>
1335
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
1166
1336
  <td class="name">
1167
1337
  <code>
1168
1338
 
1169
- <span class="param-type">String</span>
1339
+ <span class="param-type">
1340
+
1341
+ String
1342
+
1343
+ </span>
1344
+
1170
1345
 
1171
1346
 
1172
1347
  </code>
@@ -1175,11 +1350,16 @@ const geojsonLayer = new GeoJSONLayer({
1175
1350
  </tr>
1176
1351
 
1177
1352
  <tr class="deep-level-0">
1178
- <td class="name"><code><a href="GeoJSONLayer.html#spatialReference">spatialReference</a></code></td>
1353
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1179
1354
  <td class="name">
1180
1355
  <code>
1181
1356
 
1182
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1357
+ <span class="param-type">
1358
+
1359
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1360
+
1361
+ </span>
1362
+
1183
1363
 
1184
1364
 
1185
1365
  </code>
@@ -1188,11 +1368,16 @@ const geojsonLayer = new GeoJSONLayer({
1188
1368
  </tr>
1189
1369
 
1190
1370
  <tr class="deep-level-0">
1191
- <td class="name"><code><a href="GeoJSONLayer.html#title">title</a></code></td>
1371
+ <td class="name"><code><a href="#title">title</a></code></td>
1192
1372
  <td class="name">
1193
1373
  <code>
1194
1374
 
1195
- <span class="param-type">String</span>
1375
+ <span class="param-type">
1376
+
1377
+ String
1378
+
1379
+ </span>
1380
+
1196
1381
 
1197
1382
 
1198
1383
  </code>
@@ -1201,11 +1386,16 @@ const geojsonLayer = new GeoJSONLayer({
1201
1386
  </tr>
1202
1387
 
1203
1388
  <tr class="deep-level-0">
1204
- <td class="name"><code><a href="GeoJSONLayer.html#tokenKey">tokenKey</a></code></td>
1389
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1205
1390
  <td class="name">
1206
1391
  <code>
1207
1392
 
1208
- <span class="param-type">String</span>
1393
+ <span class="param-type">
1394
+
1395
+ String
1396
+
1397
+ </span>
1398
+
1209
1399
 
1210
1400
 
1211
1401
  </code>
@@ -1214,11 +1404,16 @@ const geojsonLayer = new GeoJSONLayer({
1214
1404
  </tr>
1215
1405
 
1216
1406
  <tr class="deep-level-0">
1217
- <td class="name"><code><a href="GeoJSONLayer.html#tokenValue">tokenValue</a></code></td>
1407
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1218
1408
  <td class="name">
1219
1409
  <code>
1220
1410
 
1221
- <span class="param-type">String</span>
1411
+ <span class="param-type">
1412
+
1413
+ String
1414
+
1415
+ </span>
1416
+
1222
1417
 
1223
1418
 
1224
1419
  </code>
@@ -1227,11 +1422,16 @@ const geojsonLayer = new GeoJSONLayer({
1227
1422
  </tr>
1228
1423
 
1229
1424
  <tr class="deep-level-0">
1230
- <td class="name"><code><a href="GeoJSONLayer.html#type">type</a></code></td>
1425
+ <td class="name"><code><a href="#type">type</a></code></td>
1231
1426
  <td class="name">
1232
1427
  <code>
1233
1428
 
1234
- <span class="param-type">String</span>
1429
+ <span class="param-type">
1430
+
1431
+ String
1432
+
1433
+ </span>
1434
+
1235
1435
 
1236
1436
 
1237
1437
  </code>
@@ -1240,11 +1440,16 @@ const geojsonLayer = new GeoJSONLayer({
1240
1440
  </tr>
1241
1441
 
1242
1442
  <tr class="deep-level-0">
1243
- <td class="name"><code><a href="GeoJSONLayer.html#url">url</a></code></td>
1443
+ <td class="name"><code><a href="#url">url</a></code></td>
1244
1444
  <td class="name">
1245
1445
  <code>
1246
1446
 
1247
- <span class="param-type">String</span>
1447
+ <span class="param-type">
1448
+
1449
+ String
1450
+
1451
+ </span>
1452
+
1248
1453
 
1249
1454
 
1250
1455
  </code>
@@ -1253,11 +1458,16 @@ const geojsonLayer = new GeoJSONLayer({
1253
1458
  </tr>
1254
1459
 
1255
1460
  <tr class="deep-level-0">
1256
- <td class="name"><code><a href="GeoJSONLayer.html#visible">visible</a></code></td>
1461
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1257
1462
  <td class="name">
1258
1463
  <code>
1259
1464
 
1260
- <span class="param-type">Number</span>
1465
+ <span class="param-type">
1466
+
1467
+ Number
1468
+
1469
+ </span>
1470
+
1261
1471
 
1262
1472
 
1263
1473
  </code>
@@ -1276,7 +1486,12 @@ const geojsonLayer = new GeoJSONLayer({
1276
1486
  <span class="method-parameter is-pulled-right">
1277
1487
  <label>类型:</label>
1278
1488
 
1279
- <span class="param-type">String</span>
1489
+ <span class="param-type">
1490
+
1491
+ String
1492
+
1493
+ </span>
1494
+
1280
1495
 
1281
1496
 
1282
1497
  </span>
@@ -1314,7 +1529,7 @@ const geojsonLayer = new GeoJSONLayer({
1314
1529
 
1315
1530
  <dt class="inherited-from">Inherited From:</dt>
1316
1531
  <dd class="inherited-from"><ul class="dummy"><li>
1317
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1532
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1318
1533
  </li></ul></dd>
1319
1534
 
1320
1535
 
@@ -1355,7 +1570,12 @@ const geojsonLayer = new GeoJSONLayer({
1355
1570
  <span class="method-parameter is-pulled-right">
1356
1571
  <label>类型:</label>
1357
1572
 
1358
- <span class="param-type">String</span>
1573
+ <span class="param-type">
1574
+
1575
+ String
1576
+
1577
+ </span>
1578
+
1359
1579
 
1360
1580
 
1361
1581
  </span>
@@ -1425,7 +1645,12 @@ const geojsonLayer = new GeoJSONLayer({
1425
1645
  <span class="method-parameter is-pulled-right">
1426
1646
  <label>类型:</label>
1427
1647
 
1428
- <span class="param-type">String</span>
1648
+ <span class="param-type">
1649
+
1650
+ String
1651
+
1652
+ </span>
1653
+
1429
1654
 
1430
1655
 
1431
1656
  </span>
@@ -1463,7 +1688,7 @@ const geojsonLayer = new GeoJSONLayer({
1463
1688
 
1464
1689
  <dt class="inherited-from">Inherited From:</dt>
1465
1690
  <dd class="inherited-from"><ul class="dummy"><li>
1466
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1691
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1467
1692
  </li></ul></dd>
1468
1693
 
1469
1694
 
@@ -1504,7 +1729,12 @@ const geojsonLayer = new GeoJSONLayer({
1504
1729
  <span class="method-parameter is-pulled-right">
1505
1730
  <label>类型:</label>
1506
1731
 
1507
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1732
+ <span class="param-type">
1733
+
1734
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1735
+
1736
+ </span>
1737
+
1508
1738
 
1509
1739
 
1510
1740
  </span>
@@ -1574,7 +1804,12 @@ const geojsonLayer = new GeoJSONLayer({
1574
1804
  <span class="method-parameter is-pulled-right">
1575
1805
  <label>类型:</label>
1576
1806
 
1577
- <span class="param-type">Object</span>
1807
+ <span class="param-type">
1808
+
1809
+ Object
1810
+
1811
+ </span>
1812
+
1578
1813
 
1579
1814
 
1580
1815
  </span>
@@ -1608,7 +1843,7 @@ const geojsonLayer = new GeoJSONLayer({
1608
1843
 
1609
1844
  <dt class="inherited-from">Inherited From:</dt>
1610
1845
  <dd class="inherited-from"><ul class="dummy"><li>
1611
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1846
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1612
1847
  </li></ul></dd>
1613
1848
 
1614
1849
 
@@ -1649,7 +1884,12 @@ const geojsonLayer = new GeoJSONLayer({
1649
1884
  <span class="method-parameter is-pulled-right">
1650
1885
  <label>类型:</label>
1651
1886
 
1652
- <span class="param-type">Object</span>
1887
+ <span class="param-type">
1888
+
1889
+ Object
1890
+
1891
+ </span>
1892
+
1653
1893
 
1654
1894
 
1655
1895
  </span>
@@ -1683,7 +1923,7 @@ const geojsonLayer = new GeoJSONLayer({
1683
1923
 
1684
1924
  <dt class="inherited-from">Inherited From:</dt>
1685
1925
  <dd class="inherited-from"><ul class="dummy"><li>
1686
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1926
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1687
1927
  </li></ul></dd>
1688
1928
 
1689
1929
 
@@ -1724,7 +1964,12 @@ const geojsonLayer = new GeoJSONLayer({
1724
1964
  <span class="method-parameter is-pulled-right">
1725
1965
  <label>类型:</label>
1726
1966
 
1727
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1967
+ <span class="param-type">
1968
+
1969
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1970
+
1971
+ </span>
1972
+
1728
1973
 
1729
1974
 
1730
1975
  </span>
@@ -1762,7 +2007,7 @@ const geojsonLayer = new GeoJSONLayer({
1762
2007
 
1763
2008
  <dt class="inherited-from">Inherited From:</dt>
1764
2009
  <dd class="inherited-from"><ul class="dummy"><li>
1765
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
2010
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1766
2011
  </li></ul></dd>
1767
2012
 
1768
2013
 
@@ -1803,7 +2048,12 @@ const geojsonLayer = new GeoJSONLayer({
1803
2048
  <span class="method-parameter is-pulled-right">
1804
2049
  <label>类型:</label>
1805
2050
 
1806
- <span class="param-type">String</span>
2051
+ <span class="param-type">
2052
+
2053
+ String
2054
+
2055
+ </span>
2056
+
1807
2057
 
1808
2058
 
1809
2059
  </span>
@@ -1873,7 +2123,12 @@ const geojsonLayer = new GeoJSONLayer({
1873
2123
  <span class="method-parameter is-pulled-right">
1874
2124
  <label>类型:</label>
1875
2125
 
1876
- <span class="param-type">String</span>
2126
+ <span class="param-type">
2127
+
2128
+ String
2129
+
2130
+ </span>
2131
+
1877
2132
 
1878
2133
 
1879
2134
  </span>
@@ -1907,7 +2162,7 @@ const geojsonLayer = new GeoJSONLayer({
1907
2162
 
1908
2163
  <dt class="inherited-from">Inherited From:</dt>
1909
2164
  <dd class="inherited-from"><ul class="dummy"><li>
1910
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
2165
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1911
2166
  </li></ul></dd>
1912
2167
 
1913
2168
 
@@ -1948,7 +2203,12 @@ const geojsonLayer = new GeoJSONLayer({
1948
2203
  <span class="method-parameter is-pulled-right">
1949
2204
  <label>类型:</label>
1950
2205
 
1951
- <span class="param-type">String</span>
2206
+ <span class="param-type">
2207
+
2208
+ String
2209
+
2210
+ </span>
2211
+
1952
2212
 
1953
2213
 
1954
2214
  </span>
@@ -1982,7 +2242,7 @@ const geojsonLayer = new GeoJSONLayer({
1982
2242
 
1983
2243
  <dt class="inherited-from">Inherited From:</dt>
1984
2244
  <dd class="inherited-from"><ul class="dummy"><li>
1985
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2245
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1986
2246
  </li></ul></dd>
1987
2247
 
1988
2248
 
@@ -2023,7 +2283,12 @@ const geojsonLayer = new GeoJSONLayer({
2023
2283
  <span class="method-parameter is-pulled-right">
2024
2284
  <label>类型:</label>
2025
2285
 
2026
- <span class="param-type">String</span>
2286
+ <span class="param-type">
2287
+
2288
+ String
2289
+
2290
+ </span>
2291
+
2027
2292
 
2028
2293
 
2029
2294
  </span>
@@ -2061,7 +2326,7 @@ const geojsonLayer = new GeoJSONLayer({
2061
2326
 
2062
2327
  <dt class="inherited-from">Inherited From:</dt>
2063
2328
  <dd class="inherited-from"><ul class="dummy"><li>
2064
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2329
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2065
2330
  </li></ul></dd>
2066
2331
 
2067
2332
 
@@ -2102,7 +2367,12 @@ const geojsonLayer = new GeoJSONLayer({
2102
2367
  <span class="method-parameter is-pulled-right">
2103
2368
  <label>类型:</label>
2104
2369
 
2105
- <span class="param-type">Number</span>
2370
+ <span class="param-type">
2371
+
2372
+ Number
2373
+
2374
+ </span>
2375
+
2106
2376
 
2107
2377
 
2108
2378
  </span>
@@ -2136,7 +2406,7 @@ const geojsonLayer = new GeoJSONLayer({
2136
2406
 
2137
2407
  <dt class="inherited-from">Inherited From:</dt>
2138
2408
  <dd class="inherited-from"><ul class="dummy"><li>
2139
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2409
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2140
2410
  </li></ul></dd>
2141
2411
 
2142
2412
 
@@ -2177,7 +2447,12 @@ const geojsonLayer = new GeoJSONLayer({
2177
2447
  <span class="method-parameter is-pulled-right">
2178
2448
  <label>类型:</label>
2179
2449
 
2180
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
2450
+ <span class="param-type">
2451
+
2452
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
2453
+
2454
+ </span>
2455
+
2181
2456
 
2182
2457
 
2183
2458
  </span>
@@ -2247,7 +2522,12 @@ const geojsonLayer = new GeoJSONLayer({
2247
2522
  <span class="method-parameter is-pulled-right">
2248
2523
  <label>类型:</label>
2249
2524
 
2250
- <span class="param-type">Boolean</span>
2525
+ <span class="param-type">
2526
+
2527
+ Boolean
2528
+
2529
+ </span>
2530
+
2251
2531
 
2252
2532
 
2253
2533
  </span>
@@ -2317,7 +2597,12 @@ const geojsonLayer = new GeoJSONLayer({
2317
2597
  <span class="method-parameter is-pulled-right">
2318
2598
  <label>类型:</label>
2319
2599
 
2320
- <span class="param-type">Boolean</span>
2600
+ <span class="param-type">
2601
+
2602
+ Boolean
2603
+
2604
+ </span>
2605
+
2321
2606
 
2322
2607
 
2323
2608
  </span>
@@ -2355,7 +2640,7 @@ const geojsonLayer = new GeoJSONLayer({
2355
2640
 
2356
2641
  <dt class="inherited-from">Inherited From:</dt>
2357
2642
  <dd class="inherited-from"><ul class="dummy"><li>
2358
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2643
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2359
2644
  </li></ul></dd>
2360
2645
 
2361
2646
 
@@ -2401,7 +2686,12 @@ const geojsonLayer = new GeoJSONLayer({
2401
2686
  <span class="method-parameter is-pulled-right">
2402
2687
  <label>类型:</label>
2403
2688
 
2404
- <span class="param-type">String</span>
2689
+ <span class="param-type">
2690
+
2691
+ String
2692
+
2693
+ </span>
2694
+
2405
2695
 
2406
2696
 
2407
2697
  </span>
@@ -2439,7 +2729,7 @@ const geojsonLayer = new GeoJSONLayer({
2439
2729
 
2440
2730
  <dt class="inherited-from">Inherited From:</dt>
2441
2731
  <dd class="inherited-from"><ul class="dummy"><li>
2442
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2732
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2443
2733
  </li></ul></dd>
2444
2734
 
2445
2735
 
@@ -2485,7 +2775,12 @@ const geojsonLayer = new GeoJSONLayer({
2485
2775
  <span class="method-parameter is-pulled-right">
2486
2776
  <label>类型:</label>
2487
2777
 
2488
- <span class="param-type">Number</span>
2778
+ <span class="param-type">
2779
+
2780
+ Number
2781
+
2782
+ </span>
2783
+
2489
2784
 
2490
2785
 
2491
2786
  </span>
@@ -2560,7 +2855,12 @@ const geojsonLayer = new GeoJSONLayer({
2560
2855
  <span class="method-parameter is-pulled-right">
2561
2856
  <label>类型:</label>
2562
2857
 
2563
- <span class="param-type">Number</span>
2858
+ <span class="param-type">
2859
+
2860
+ Number
2861
+
2862
+ </span>
2863
+
2564
2864
 
2565
2865
 
2566
2866
  </span>
@@ -2635,7 +2935,12 @@ const geojsonLayer = new GeoJSONLayer({
2635
2935
  <span class="method-parameter is-pulled-right">
2636
2936
  <label>类型:</label>
2637
2937
 
2638
- <span class="param-type">Number</span>
2938
+ <span class="param-type">
2939
+
2940
+ Number
2941
+
2942
+ </span>
2943
+
2639
2944
 
2640
2945
 
2641
2946
  </span>
@@ -2669,7 +2974,7 @@ const geojsonLayer = new GeoJSONLayer({
2669
2974
 
2670
2975
  <dt class="inherited-from">Inherited From:</dt>
2671
2976
  <dd class="inherited-from"><ul class="dummy"><li>
2672
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2977
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2673
2978
  </li></ul></dd>
2674
2979
 
2675
2980
 
@@ -2710,7 +3015,12 @@ const geojsonLayer = new GeoJSONLayer({
2710
3015
  <span class="method-parameter is-pulled-right">
2711
3016
  <label>类型:</label>
2712
3017
 
2713
- <span class="param-type">String</span>
3018
+ <span class="param-type">
3019
+
3020
+ String
3021
+
3022
+ </span>
3023
+
2714
3024
 
2715
3025
 
2716
3026
  </span>
@@ -2780,7 +3090,12 @@ const geojsonLayer = new GeoJSONLayer({
2780
3090
  <span class="method-parameter is-pulled-right">
2781
3091
  <label>类型:</label>
2782
3092
 
2783
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3093
+ <span class="param-type">
3094
+
3095
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3096
+
3097
+ </span>
3098
+
2784
3099
 
2785
3100
 
2786
3101
  </span>
@@ -2855,7 +3170,12 @@ const geojsonLayer = new GeoJSONLayer({
2855
3170
  <span class="method-parameter is-pulled-right">
2856
3171
  <label>类型:</label>
2857
3172
 
2858
- <span class="param-type">String</span>
3173
+ <span class="param-type">
3174
+
3175
+ String
3176
+
3177
+ </span>
3178
+
2859
3179
 
2860
3180
 
2861
3181
  </span>
@@ -2889,7 +3209,7 @@ const geojsonLayer = new GeoJSONLayer({
2889
3209
 
2890
3210
  <dt class="inherited-from">Inherited From:</dt>
2891
3211
  <dd class="inherited-from"><ul class="dummy"><li>
2892
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3212
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2893
3213
  </li></ul></dd>
2894
3214
 
2895
3215
 
@@ -2930,7 +3250,12 @@ const geojsonLayer = new GeoJSONLayer({
2930
3250
  <span class="method-parameter is-pulled-right">
2931
3251
  <label>类型:</label>
2932
3252
 
2933
- <span class="param-type">String</span>
3253
+ <span class="param-type">
3254
+
3255
+ String
3256
+
3257
+ </span>
3258
+
2934
3259
 
2935
3260
 
2936
3261
  </span>
@@ -3005,7 +3330,12 @@ const geojsonLayer = new GeoJSONLayer({
3005
3330
  <span class="method-parameter is-pulled-right">
3006
3331
  <label>类型:</label>
3007
3332
 
3008
- <span class="param-type">String</span>
3333
+ <span class="param-type">
3334
+
3335
+ String
3336
+
3337
+ </span>
3338
+
3009
3339
 
3010
3340
 
3011
3341
  </span>
@@ -3080,7 +3410,12 @@ const geojsonLayer = new GeoJSONLayer({
3080
3410
  <span class="method-parameter is-pulled-right">
3081
3411
  <label>类型:</label>
3082
3412
 
3083
- <span class="param-type">String</span>
3413
+ <span class="param-type">
3414
+
3415
+ String
3416
+
3417
+ </span>
3418
+
3084
3419
 
3085
3420
 
3086
3421
  </span>
@@ -3159,7 +3494,12 @@ const geojsonLayer = new GeoJSONLayer({
3159
3494
  <span class="method-parameter is-pulled-right">
3160
3495
  <label>类型:</label>
3161
3496
 
3162
- <span class="param-type">String</span>
3497
+ <span class="param-type">
3498
+
3499
+ String
3500
+
3501
+ </span>
3502
+
3163
3503
 
3164
3504
 
3165
3505
  </span>
@@ -3229,7 +3569,12 @@ const geojsonLayer = new GeoJSONLayer({
3229
3569
  <span class="method-parameter is-pulled-right">
3230
3570
  <label>类型:</label>
3231
3571
 
3232
- <span class="param-type">Number</span>
3572
+ <span class="param-type">
3573
+
3574
+ Number
3575
+
3576
+ </span>
3577
+
3233
3578
 
3234
3579
 
3235
3580
  </span>
@@ -3263,7 +3608,7 @@ const geojsonLayer = new GeoJSONLayer({
3263
3608
 
3264
3609
  <dt class="inherited-from">Inherited From:</dt>
3265
3610
  <dd class="inherited-from"><ul class="dummy"><li>
3266
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3611
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3267
3612
  </li></ul></dd>
3268
3613
 
3269
3614
 
@@ -3320,22 +3665,27 @@ const geojsonLayer = new GeoJSONLayer({
3320
3665
  <tbody>
3321
3666
 
3322
3667
  <tr class="deep-level-0">
3323
- <td class="name"><code><a href="GeoJSONLayer.html#fromJSON">fromJSON</a></code></td>
3668
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3324
3669
  <td class="name">
3325
3670
  <code>
3326
3671
 
3327
3672
  </code>
3328
3673
  </td>
3329
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3674
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3330
3675
  </tr>
3331
3676
 
3332
3677
  <tr class="deep-level-0">
3333
- <td class="name"><code><a href="GeoJSONLayer.html#clone">clone</a></code></td>
3678
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3334
3679
  <td class="name">
3335
3680
  <code>
3336
3681
 
3337
3682
 
3338
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3683
+ <span class="param-type">
3684
+
3685
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3686
+
3687
+ </span>
3688
+
3339
3689
 
3340
3690
 
3341
3691
 
@@ -3345,22 +3695,27 @@ const geojsonLayer = new GeoJSONLayer({
3345
3695
  </tr>
3346
3696
 
3347
3697
  <tr class="deep-level-0">
3348
- <td class="name"><code><a href="GeoJSONLayer.html#destroy">destroy</a></code></td>
3698
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3349
3699
  <td class="name">
3350
3700
  <code>
3351
3701
 
3352
3702
  </code>
3353
3703
  </td>
3354
- <td class="name"><code><p>销毁图层<a id='destroy'></a></p></code></td>
3704
+ <td class="name"><code><p>销毁图层</code></td>
3355
3705
  </tr>
3356
3706
 
3357
3707
  <tr class="deep-level-0">
3358
- <td class="name"><code><a href="GeoJSONLayer.html#isLoaded">isLoaded</a></code></td>
3708
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3359
3709
  <td class="name">
3360
3710
  <code>
3361
3711
 
3362
3712
 
3363
- <span class="param-type">Boolean</span>
3713
+ <span class="param-type">
3714
+
3715
+ Boolean
3716
+
3717
+ </span>
3718
+
3364
3719
 
3365
3720
 
3366
3721
 
@@ -3370,37 +3725,47 @@ const geojsonLayer = new GeoJSONLayer({
3370
3725
  </tr>
3371
3726
 
3372
3727
  <tr class="deep-level-0">
3373
- <td class="name"><code><a href="GeoJSONLayer.html#queryFeatures">queryFeatures</a></code></td>
3728
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
3374
3729
  <td class="name">
3375
3730
  <code>
3376
3731
 
3377
3732
 
3378
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
3733
+ <span class="param-type">
3734
+
3735
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
3736
+
3737
+ </span>
3738
+
3379
3739
 
3380
3740
 
3381
3741
 
3382
3742
  </code>
3383
3743
  </td>
3384
- <td class="name"><code><p>返回所有要素<a id='queryFeatures'></a></p></code></td>
3744
+ <td class="name"><code><p>返回所有要素</code></td>
3385
3745
  </tr>
3386
3746
 
3387
3747
  <tr class="deep-level-0">
3388
- <td class="name"><code><a href="GeoJSONLayer.html#queryFeaturesCount">queryFeaturesCount</a></code></td>
3748
+ <td class="name"><code><a href="#queryFeaturesCount">queryFeaturesCount</a></code></td>
3389
3749
  <td class="name">
3390
3750
  <code>
3391
3751
 
3392
3752
 
3393
- <span class="param-type">Promise.&lt;Number></span>
3753
+ <span class="param-type">
3754
+
3755
+ Promise.&lt;Number>
3756
+
3757
+ </span>
3758
+
3394
3759
 
3395
3760
 
3396
3761
 
3397
3762
  </code>
3398
3763
  </td>
3399
- <td class="name"><code><p>查询要素数量<a id='queryFeaturesCount'></a></p></code></td>
3764
+ <td class="name"><code><p>查询要素数量</code></td>
3400
3765
  </tr>
3401
3766
 
3402
3767
  <tr class="deep-level-0">
3403
- <td class="name"><code><a href="GeoJSONLayer.html#refresh">refresh</a></code></td>
3768
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3404
3769
  <td class="name">
3405
3770
  <code>
3406
3771
 
@@ -3410,12 +3775,17 @@ const geojsonLayer = new GeoJSONLayer({
3410
3775
  </tr>
3411
3776
 
3412
3777
  <tr class="deep-level-0">
3413
- <td class="name"><code><a href="GeoJSONLayer.html#toJSON">toJSON</a></code></td>
3778
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3414
3779
  <td class="name">
3415
3780
  <code>
3416
3781
 
3417
3782
 
3418
- <span class="param-type">Object</span>
3783
+ <span class="param-type">
3784
+
3785
+ Object
3786
+
3787
+ </span>
3788
+
3419
3789
 
3420
3790
 
3421
3791
 
@@ -3486,13 +3856,18 @@ const geojsonLayer = new GeoJSONLayer({
3486
3856
 
3487
3857
  <tr class="deep-level-0">
3488
3858
 
3489
- <td class="name" id="json"><code>json</code></td>
3859
+ <td class="name"><code>json</code></td>
3490
3860
 
3491
3861
 
3492
3862
  <td class="type">
3493
3863
 
3494
3864
 
3495
- <span class="param-type">Object</span>
3865
+ <span class="param-type">
3866
+
3867
+ Object
3868
+
3869
+ </span>
3870
+
3496
3871
 
3497
3872
 
3498
3873
 
@@ -3628,7 +4003,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3628
4003
 
3629
4004
  <dt class="inherited-from">Inherited From:</dt>
3630
4005
  <dd class="inherited-from"><ul class="dummy"><li>
3631
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
4006
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3632
4007
  </li></ul></dd>
3633
4008
 
3634
4009
 
@@ -3689,7 +4064,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3689
4064
  <div class='column is-5 has-text-left'>
3690
4065
  <label>类型: </label>
3691
4066
 
3692
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4067
+ <span class="param-type">
4068
+
4069
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4070
+
4071
+ </span>
4072
+
3693
4073
 
3694
4074
 
3695
4075
  </div>
@@ -3845,7 +4225,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3845
4225
 
3846
4226
  <dt class="inherited-from">Inherited From:</dt>
3847
4227
  <dd class="inherited-from"><ul class="dummy"><li>
3848
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4228
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3849
4229
  </li></ul></dd>
3850
4230
 
3851
4231
 
@@ -3906,7 +4286,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3906
4286
  <div class='column is-5 has-text-left'>
3907
4287
  <label>类型: </label>
3908
4288
 
3909
- <span class="param-type">Boolean</span>
4289
+ <span class="param-type">
4290
+
4291
+ Boolean
4292
+
4293
+ </span>
4294
+
3910
4295
 
3911
4296
 
3912
4297
  </div>
@@ -4020,7 +4405,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4020
4405
  <div class='column is-5 has-text-left'>
4021
4406
  <label>类型: </label>
4022
4407
 
4023
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
4408
+ <span class="param-type">
4409
+
4410
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
4411
+
4412
+ </span>
4413
+
4024
4414
 
4025
4415
 
4026
4416
  </div>
@@ -4134,7 +4524,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4134
4524
  <div class='column is-5 has-text-left'>
4135
4525
  <label>类型: </label>
4136
4526
 
4137
- <span class="param-type">Promise.&lt;Number></span>
4527
+ <span class="param-type">
4528
+
4529
+ Promise.&lt;Number>
4530
+
4531
+ </span>
4532
+
4138
4533
 
4139
4534
 
4140
4535
  </div>
@@ -4194,7 +4589,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4194
4589
 
4195
4590
  <dt class="inherited-from">Inherited From:</dt>
4196
4591
  <dd class="inherited-from"><ul class="dummy"><li>
4197
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4592
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4198
4593
  </li></ul></dd>
4199
4594
 
4200
4595
 
@@ -4351,7 +4746,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4351
4746
  <div class='column is-5 has-text-left'>
4352
4747
  <label>类型: </label>
4353
4748
 
4354
- <span class="param-type">Object</span>
4749
+ <span class="param-type">
4750
+
4751
+ Object
4752
+
4753
+ </span>
4754
+
4355
4755
 
4356
4756
 
4357
4757
  </div>
@@ -4390,42 +4790,42 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4390
4790
  <tbody>
4391
4791
 
4392
4792
  <tr class="deep-level-0">
4393
- <td class="name"><code><a href="GeoJSONLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4793
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4394
4794
  <td class="name"><code>图层刷新完毕事件</code></td>
4395
4795
  </tr>
4396
4796
 
4397
4797
  <tr class="deep-level-0">
4398
- <td class="name"><code><a href="GeoJSONLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4798
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4399
4799
  <td class="name"><code>图层加载完毕事件</code></td>
4400
4800
  </tr>
4401
4801
 
4402
4802
  <tr class="deep-level-0">
4403
- <td class="name"><code><a href="GeoJSONLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4803
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4404
4804
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4405
4805
  </tr>
4406
4806
 
4407
4807
  <tr class="deep-level-0">
4408
- <td class="name"><code><a href="GeoJSONLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4808
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4409
4809
  <td class="name"><code>图层更新完毕事件</code></td>
4410
4810
  </tr>
4411
4811
 
4412
4812
  <tr class="deep-level-0">
4413
- <td class="name"><code><a href="GeoJSONLayer.html#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
4813
+ <td class="name"><code><a href="#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
4414
4814
  <td class="name"><code>图层样式更新完毕事件</code></td>
4415
4815
  </tr>
4416
4816
 
4417
4817
  <tr class="deep-level-0">
4418
- <td class="name"><code><a href="GeoJSONLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4818
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4419
4819
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4420
4820
  </tr>
4421
4821
 
4422
4822
  <tr class="deep-level-0">
4423
- <td class="name"><code><a href="GeoJSONLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4823
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4424
4824
  <td class="name"><code>图层销毁完毕事件</code></td>
4425
4825
  </tr>
4426
4826
 
4427
4827
  <tr class="deep-level-0">
4428
- <td class="name"><code><a href="GeoJSONLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4828
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4429
4829
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4430
4830
  </tr>
4431
4831
 
@@ -4505,7 +4905,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4505
4905
  <td class="type">
4506
4906
 
4507
4907
 
4508
- <span class="param-type">Object</span>
4908
+ <span class="param-type">
4909
+
4910
+ Object
4911
+
4912
+ </span>
4913
+
4509
4914
 
4510
4915
 
4511
4916
 
@@ -4538,7 +4943,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4538
4943
  <td class="type">
4539
4944
 
4540
4945
 
4541
- <span class="param-type">String</span>
4946
+ <span class="param-type">
4947
+
4948
+ String
4949
+
4950
+ </span>
4951
+
4542
4952
 
4543
4953
 
4544
4954
 
@@ -4575,7 +4985,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4575
4985
  <td class="type">
4576
4986
 
4577
4987
 
4578
- <span class="param-type">String</span>
4988
+ <span class="param-type">
4989
+
4990
+ String
4991
+
4992
+ </span>
4993
+
4579
4994
 
4580
4995
 
4581
4996
 
@@ -4612,7 +5027,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4612
5027
  <td class="type">
4613
5028
 
4614
5029
 
4615
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5030
+ <span class="param-type">
5031
+
5032
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5033
+
5034
+ </span>
5035
+
4616
5036
 
4617
5037
 
4618
5038
 
@@ -4649,7 +5069,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4649
5069
  <td class="type">
4650
5070
 
4651
5071
 
4652
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5072
+ <span class="param-type">
5073
+
5074
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5075
+
5076
+ </span>
5077
+
4653
5078
 
4654
5079
 
4655
5080
 
@@ -4686,7 +5111,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4686
5111
  <td class="type">
4687
5112
 
4688
5113
 
4689
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5114
+ <span class="param-type">
5115
+
5116
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5117
+
5118
+ </span>
5119
+
4690
5120
 
4691
5121
 
4692
5122
 
@@ -4723,7 +5153,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4723
5153
  <td class="type">
4724
5154
 
4725
5155
 
4726
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5156
+ <span class="param-type">
5157
+
5158
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5159
+
5160
+ </span>
5161
+
4727
5162
 
4728
5163
 
4729
5164
 
@@ -4760,7 +5195,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4760
5195
  <td class="type">
4761
5196
 
4762
5197
 
4763
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5198
+ <span class="param-type">
5199
+
5200
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5201
+
5202
+ </span>
5203
+
4764
5204
 
4765
5205
 
4766
5206
 
@@ -4805,7 +5245,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4805
5245
 
4806
5246
  <dt class="inherited-from">Inherited From:</dt>
4807
5247
  <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>
5248
+ <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
5249
  </li></ul></dd>
4810
5250
 
4811
5251
 
@@ -4951,7 +5391,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4951
5391
  <td class="type">
4952
5392
 
4953
5393
 
4954
- <span class="param-type">Object</span>
5394
+ <span class="param-type">
5395
+
5396
+ Object
5397
+
5398
+ </span>
5399
+
4955
5400
 
4956
5401
 
4957
5402
 
@@ -4984,7 +5429,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4984
5429
  <td class="type">
4985
5430
 
4986
5431
 
4987
- <span class="param-type">String</span>
5432
+ <span class="param-type">
5433
+
5434
+ String
5435
+
5436
+ </span>
5437
+
4988
5438
 
4989
5439
 
4990
5440
 
@@ -5021,7 +5471,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5021
5471
  <td class="type">
5022
5472
 
5023
5473
 
5024
- <span class="param-type">String</span>
5474
+ <span class="param-type">
5475
+
5476
+ String
5477
+
5478
+ </span>
5479
+
5025
5480
 
5026
5481
 
5027
5482
 
@@ -5058,7 +5513,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5058
5513
  <td class="type">
5059
5514
 
5060
5515
 
5061
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5516
+ <span class="param-type">
5517
+
5518
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5519
+
5520
+ </span>
5521
+
5062
5522
 
5063
5523
 
5064
5524
 
@@ -5095,7 +5555,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5095
5555
  <td class="type">
5096
5556
 
5097
5557
 
5098
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5558
+ <span class="param-type">
5559
+
5560
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5561
+
5562
+ </span>
5563
+
5099
5564
 
5100
5565
 
5101
5566
 
@@ -5132,7 +5597,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5132
5597
  <td class="type">
5133
5598
 
5134
5599
 
5135
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5600
+ <span class="param-type">
5601
+
5602
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5603
+
5604
+ </span>
5605
+
5136
5606
 
5137
5607
 
5138
5608
 
@@ -5169,7 +5639,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5169
5639
  <td class="type">
5170
5640
 
5171
5641
 
5172
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5642
+ <span class="param-type">
5643
+
5644
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5645
+
5646
+ </span>
5647
+
5173
5648
 
5174
5649
 
5175
5650
 
@@ -5206,7 +5681,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5206
5681
  <td class="type">
5207
5682
 
5208
5683
 
5209
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5684
+ <span class="param-type">
5685
+
5686
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5687
+
5688
+ </span>
5689
+
5210
5690
 
5211
5691
 
5212
5692
 
@@ -5251,7 +5731,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5251
5731
 
5252
5732
  <dt class="inherited-from">Inherited From:</dt>
5253
5733
  <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>
5734
+ <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
5735
  </li></ul></dd>
5256
5736
 
5257
5737
 
@@ -5387,7 +5867,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5387
5867
  <td class="type">
5388
5868
 
5389
5869
 
5390
- <span class="param-type">Object</span>
5870
+ <span class="param-type">
5871
+
5872
+ Object
5873
+
5874
+ </span>
5875
+
5391
5876
 
5392
5877
 
5393
5878
 
@@ -5420,7 +5905,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5420
5905
  <td class="type">
5421
5906
 
5422
5907
 
5423
- <span class="param-type">String</span>
5908
+ <span class="param-type">
5909
+
5910
+ String
5911
+
5912
+ </span>
5913
+
5424
5914
 
5425
5915
 
5426
5916
 
@@ -5457,7 +5947,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5457
5947
  <td class="type">
5458
5948
 
5459
5949
 
5460
- <span class="param-type">String</span>
5950
+ <span class="param-type">
5951
+
5952
+ String
5953
+
5954
+ </span>
5955
+
5461
5956
 
5462
5957
 
5463
5958
 
@@ -5494,7 +5989,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5494
5989
  <td class="type">
5495
5990
 
5496
5991
 
5497
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5992
+ <span class="param-type">
5993
+
5994
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5995
+
5996
+ </span>
5997
+
5498
5998
 
5499
5999
 
5500
6000
 
@@ -5531,7 +6031,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5531
6031
  <td class="type">
5532
6032
 
5533
6033
 
5534
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6034
+ <span class="param-type">
6035
+
6036
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6037
+
6038
+ </span>
6039
+
5535
6040
 
5536
6041
 
5537
6042
 
@@ -5568,7 +6073,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5568
6073
  <td class="type">
5569
6074
 
5570
6075
 
5571
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6076
+ <span class="param-type">
6077
+
6078
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6079
+
6080
+ </span>
6081
+
5572
6082
 
5573
6083
 
5574
6084
 
@@ -5605,7 +6115,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5605
6115
  <td class="type">
5606
6116
 
5607
6117
 
5608
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6118
+ <span class="param-type">
6119
+
6120
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6121
+
6122
+ </span>
6123
+
5609
6124
 
5610
6125
 
5611
6126
 
@@ -5642,7 +6157,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5642
6157
  <td class="type">
5643
6158
 
5644
6159
 
5645
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6160
+ <span class="param-type">
6161
+
6162
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6163
+
6164
+ </span>
6165
+
5646
6166
 
5647
6167
 
5648
6168
 
@@ -5687,7 +6207,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5687
6207
 
5688
6208
  <dt class="inherited-from">Inherited From:</dt>
5689
6209
  <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>
6210
+ <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
6211
  </li></ul></dd>
5692
6212
 
5693
6213
 
@@ -5833,7 +6353,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5833
6353
  <td class="type">
5834
6354
 
5835
6355
 
5836
- <span class="param-type">Object</span>
6356
+ <span class="param-type">
6357
+
6358
+ Object
6359
+
6360
+ </span>
6361
+
5837
6362
 
5838
6363
 
5839
6364
 
@@ -5866,7 +6391,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5866
6391
  <td class="type">
5867
6392
 
5868
6393
 
5869
- <span class="param-type">String</span>
6394
+ <span class="param-type">
6395
+
6396
+ String
6397
+
6398
+ </span>
6399
+
5870
6400
 
5871
6401
 
5872
6402
 
@@ -5903,7 +6433,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5903
6433
  <td class="type">
5904
6434
 
5905
6435
 
5906
- <span class="param-type">String</span>
6436
+ <span class="param-type">
6437
+
6438
+ String
6439
+
6440
+ </span>
6441
+
5907
6442
 
5908
6443
 
5909
6444
 
@@ -5940,7 +6475,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5940
6475
  <td class="type">
5941
6476
 
5942
6477
 
5943
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6478
+ <span class="param-type">
6479
+
6480
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6481
+
6482
+ </span>
6483
+
5944
6484
 
5945
6485
 
5946
6486
 
@@ -5977,7 +6517,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5977
6517
  <td class="type">
5978
6518
 
5979
6519
 
5980
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6520
+ <span class="param-type">
6521
+
6522
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6523
+
6524
+ </span>
6525
+
5981
6526
 
5982
6527
 
5983
6528
 
@@ -6014,7 +6559,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6014
6559
  <td class="type">
6015
6560
 
6016
6561
 
6017
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6562
+ <span class="param-type">
6563
+
6564
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6565
+
6566
+ </span>
6567
+
6018
6568
 
6019
6569
 
6020
6570
 
@@ -6051,7 +6601,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6051
6601
  <td class="type">
6052
6602
 
6053
6603
 
6054
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6604
+ <span class="param-type">
6605
+
6606
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6607
+
6608
+ </span>
6609
+
6055
6610
 
6056
6611
 
6057
6612
 
@@ -6088,7 +6643,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6088
6643
  <td class="type">
6089
6644
 
6090
6645
 
6091
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6646
+ <span class="param-type">
6647
+
6648
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6649
+
6650
+ </span>
6651
+
6092
6652
 
6093
6653
 
6094
6654
 
@@ -6133,7 +6693,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6133
6693
 
6134
6694
  <dt class="inherited-from">Inherited From:</dt>
6135
6695
  <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>
6696
+ <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
6697
  </li></ul></dd>
6138
6698
 
6139
6699
 
@@ -6269,7 +6829,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6269
6829
  <td class="type">
6270
6830
 
6271
6831
 
6272
- <span class="param-type">Object</span>
6832
+ <span class="param-type">
6833
+
6834
+ Object
6835
+
6836
+ </span>
6837
+
6273
6838
 
6274
6839
 
6275
6840
 
@@ -6302,7 +6867,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6302
6867
  <td class="type">
6303
6868
 
6304
6869
 
6305
- <span class="param-type">String</span>
6870
+ <span class="param-type">
6871
+
6872
+ String
6873
+
6874
+ </span>
6875
+
6306
6876
 
6307
6877
 
6308
6878
 
@@ -6339,7 +6909,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6339
6909
  <td class="type">
6340
6910
 
6341
6911
 
6342
- <span class="param-type">String</span>
6912
+ <span class="param-type">
6913
+
6914
+ String
6915
+
6916
+ </span>
6917
+
6343
6918
 
6344
6919
 
6345
6920
 
@@ -6376,7 +6951,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6376
6951
  <td class="type">
6377
6952
 
6378
6953
 
6379
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6954
+ <span class="param-type">
6955
+
6956
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6957
+
6958
+ </span>
6959
+
6380
6960
 
6381
6961
 
6382
6962
 
@@ -6413,7 +6993,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6413
6993
  <td class="type">
6414
6994
 
6415
6995
 
6416
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6996
+ <span class="param-type">
6997
+
6998
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6999
+
7000
+ </span>
7001
+
6417
7002
 
6418
7003
 
6419
7004
 
@@ -6450,7 +7035,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6450
7035
  <td class="type">
6451
7036
 
6452
7037
 
6453
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7038
+ <span class="param-type">
7039
+
7040
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7041
+
7042
+ </span>
7043
+
6454
7044
 
6455
7045
 
6456
7046
 
@@ -6487,7 +7077,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6487
7077
  <td class="type">
6488
7078
 
6489
7079
 
6490
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7080
+ <span class="param-type">
7081
+
7082
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7083
+
7084
+ </span>
7085
+
6491
7086
 
6492
7087
 
6493
7088
 
@@ -6524,7 +7119,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6524
7119
  <td class="type">
6525
7120
 
6526
7121
 
6527
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7122
+ <span class="param-type">
7123
+
7124
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7125
+
7126
+ </span>
7127
+
6528
7128
 
6529
7129
 
6530
7130
 
@@ -6710,7 +7310,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6710
7310
  <td class="type">
6711
7311
 
6712
7312
 
6713
- <span class="param-type">Object</span>
7313
+ <span class="param-type">
7314
+
7315
+ Object
7316
+
7317
+ </span>
7318
+
6714
7319
 
6715
7320
 
6716
7321
 
@@ -6743,7 +7348,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6743
7348
  <td class="type">
6744
7349
 
6745
7350
 
6746
- <span class="param-type">String</span>
7351
+ <span class="param-type">
7352
+
7353
+ String
7354
+
7355
+ </span>
7356
+
6747
7357
 
6748
7358
 
6749
7359
 
@@ -6780,7 +7390,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6780
7390
  <td class="type">
6781
7391
 
6782
7392
 
6783
- <span class="param-type">String</span>
7393
+ <span class="param-type">
7394
+
7395
+ String
7396
+
7397
+ </span>
7398
+
6784
7399
 
6785
7400
 
6786
7401
 
@@ -6817,7 +7432,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6817
7432
  <td class="type">
6818
7433
 
6819
7434
 
6820
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7435
+ <span class="param-type">
7436
+
7437
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7438
+
7439
+ </span>
7440
+
6821
7441
 
6822
7442
 
6823
7443
 
@@ -6854,7 +7474,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6854
7474
  <td class="type">
6855
7475
 
6856
7476
 
6857
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7477
+ <span class="param-type">
7478
+
7479
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7480
+
7481
+ </span>
7482
+
6858
7483
 
6859
7484
 
6860
7485
 
@@ -6891,7 +7516,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6891
7516
  <td class="type">
6892
7517
 
6893
7518
 
6894
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7519
+ <span class="param-type">
7520
+
7521
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7522
+
7523
+ </span>
7524
+
6895
7525
 
6896
7526
 
6897
7527
 
@@ -6928,7 +7558,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6928
7558
  <td class="type">
6929
7559
 
6930
7560
 
6931
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7561
+ <span class="param-type">
7562
+
7563
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7564
+
7565
+ </span>
7566
+
6932
7567
 
6933
7568
 
6934
7569
 
@@ -6965,7 +7600,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6965
7600
  <td class="type">
6966
7601
 
6967
7602
 
6968
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7603
+ <span class="param-type">
7604
+
7605
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7606
+
7607
+ </span>
7608
+
6969
7609
 
6970
7610
 
6971
7611
 
@@ -7010,7 +7650,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7010
7650
 
7011
7651
  <dt class="inherited-from">Inherited From:</dt>
7012
7652
  <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>
7653
+ <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
7654
  </li></ul></dd>
7015
7655
 
7016
7656
 
@@ -7156,7 +7796,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7156
7796
  <td class="type">
7157
7797
 
7158
7798
 
7159
- <span class="param-type">Object</span>
7799
+ <span class="param-type">
7800
+
7801
+ Object
7802
+
7803
+ </span>
7804
+
7160
7805
 
7161
7806
 
7162
7807
 
@@ -7189,7 +7834,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7189
7834
  <td class="type">
7190
7835
 
7191
7836
 
7192
- <span class="param-type">String</span>
7837
+ <span class="param-type">
7838
+
7839
+ String
7840
+
7841
+ </span>
7842
+
7193
7843
 
7194
7844
 
7195
7845
 
@@ -7226,7 +7876,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7226
7876
  <td class="type">
7227
7877
 
7228
7878
 
7229
- <span class="param-type">String</span>
7879
+ <span class="param-type">
7880
+
7881
+ String
7882
+
7883
+ </span>
7884
+
7230
7885
 
7231
7886
 
7232
7887
 
@@ -7263,7 +7918,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7263
7918
  <td class="type">
7264
7919
 
7265
7920
 
7266
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7921
+ <span class="param-type">
7922
+
7923
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7924
+
7925
+ </span>
7926
+
7267
7927
 
7268
7928
 
7269
7929
 
@@ -7300,7 +7960,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7300
7960
  <td class="type">
7301
7961
 
7302
7962
 
7303
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7963
+ <span class="param-type">
7964
+
7965
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7966
+
7967
+ </span>
7968
+
7304
7969
 
7305
7970
 
7306
7971
 
@@ -7337,7 +8002,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7337
8002
  <td class="type">
7338
8003
 
7339
8004
 
7340
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8005
+ <span class="param-type">
8006
+
8007
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8008
+
8009
+ </span>
8010
+
7341
8011
 
7342
8012
 
7343
8013
 
@@ -7374,7 +8044,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7374
8044
  <td class="type">
7375
8045
 
7376
8046
 
7377
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8047
+ <span class="param-type">
8048
+
8049
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8050
+
8051
+ </span>
8052
+
7378
8053
 
7379
8054
 
7380
8055
 
@@ -7411,7 +8086,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7411
8086
  <td class="type">
7412
8087
 
7413
8088
 
7414
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8089
+ <span class="param-type">
8090
+
8091
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8092
+
8093
+ </span>
8094
+
7415
8095
 
7416
8096
 
7417
8097
 
@@ -7456,7 +8136,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7456
8136
 
7457
8137
  <dt class="inherited-from">Inherited From:</dt>
7458
8138
  <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>
8139
+ <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
8140
  </li></ul></dd>
7461
8141
 
7462
8142
 
@@ -7592,7 +8272,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7592
8272
  <td class="type">
7593
8273
 
7594
8274
 
7595
- <span class="param-type">Object</span>
8275
+ <span class="param-type">
8276
+
8277
+ Object
8278
+
8279
+ </span>
8280
+
7596
8281
 
7597
8282
 
7598
8283
 
@@ -7625,7 +8310,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7625
8310
  <td class="type">
7626
8311
 
7627
8312
 
7628
- <span class="param-type">String</span>
8313
+ <span class="param-type">
8314
+
8315
+ String
8316
+
8317
+ </span>
8318
+
7629
8319
 
7630
8320
 
7631
8321
 
@@ -7662,7 +8352,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7662
8352
  <td class="type">
7663
8353
 
7664
8354
 
7665
- <span class="param-type">String</span>
8355
+ <span class="param-type">
8356
+
8357
+ String
8358
+
8359
+ </span>
8360
+
7666
8361
 
7667
8362
 
7668
8363
 
@@ -7699,7 +8394,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7699
8394
  <td class="type">
7700
8395
 
7701
8396
 
7702
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8397
+ <span class="param-type">
8398
+
8399
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8400
+
8401
+ </span>
8402
+
7703
8403
 
7704
8404
 
7705
8405
 
@@ -7736,7 +8436,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7736
8436
  <td class="type">
7737
8437
 
7738
8438
 
7739
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8439
+ <span class="param-type">
8440
+
8441
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8442
+
8443
+ </span>
8444
+
7740
8445
 
7741
8446
 
7742
8447
 
@@ -7773,7 +8478,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7773
8478
  <td class="type">
7774
8479
 
7775
8480
 
7776
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8481
+ <span class="param-type">
8482
+
8483
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8484
+
8485
+ </span>
8486
+
7777
8487
 
7778
8488
 
7779
8489
 
@@ -7810,7 +8520,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7810
8520
  <td class="type">
7811
8521
 
7812
8522
 
7813
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8523
+ <span class="param-type">
8524
+
8525
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8526
+
8527
+ </span>
8528
+
7814
8529
 
7815
8530
 
7816
8531
 
@@ -7847,7 +8562,12 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7847
8562
  <td class="type">
7848
8563
 
7849
8564
 
7850
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8565
+ <span class="param-type">
8566
+
8567
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8568
+
8569
+ </span>
8570
+
7851
8571
 
7852
8572
 
7853
8573
 
@@ -7892,7 +8612,7 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7892
8612
 
7893
8613
  <dt class="inherited-from">Inherited From:</dt>
7894
8614
  <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>
8615
+ <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
8616
  </li></ul></dd>
7897
8617
 
7898
8618