@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -122,6 +123,7 @@ if(layer.loadStatus === 'loaded') {<br/>
122
123
  <span class="param-type">String</span>
123
124
 
124
125
 
126
+
125
127
 
126
128
  </td>
127
129
 
@@ -152,6 +154,7 @@ if(layer.loadStatus === 'loaded') {<br/>
152
154
  <span class="param-type">String</span>
153
155
 
154
156
 
157
+
155
158
 
156
159
  </td>
157
160
 
@@ -178,6 +181,7 @@ if(layer.loadStatus === 'loaded') {<br/>
178
181
  <span class="param-type">String</span>
179
182
 
180
183
 
184
+
181
185
 
182
186
  </td>
183
187
 
@@ -204,6 +208,7 @@ if(layer.loadStatus === 'loaded') {<br/>
204
208
  <span class="param-type">Number</span>
205
209
 
206
210
 
211
+
207
212
 
208
213
  </td>
209
214
 
@@ -230,6 +235,7 @@ if(layer.loadStatus === 'loaded') {<br/>
230
235
  <span class="param-type">Number</span>
231
236
 
232
237
 
238
+
233
239
 
234
240
  </td>
235
241
 
@@ -258,6 +264,7 @@ if(layer.loadStatus === 'loaded') {<br/>
258
264
  <span class="param-type">Boolean</span>
259
265
 
260
266
 
267
+
261
268
 
262
269
  </td>
263
270
 
@@ -286,6 +293,7 @@ if(layer.loadStatus === 'loaded') {<br/>
286
293
  <span class="param-type">Object</span>
287
294
 
288
295
 
296
+
289
297
 
290
298
  </td>
291
299
 
@@ -319,6 +327,7 @@ if(layer.loadStatus === 'loaded') {<br/>
319
327
  <span class="param-type">Boolean</span>
320
328
 
321
329
 
330
+
322
331
 
323
332
  </td>
324
333
 
@@ -344,7 +353,8 @@ if(layer.loadStatus === 'loaded') {<br/>
344
353
  <td class="type">
345
354
 
346
355
 
347
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
356
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
357
+
348
358
 
349
359
 
350
360
 
@@ -373,7 +383,8 @@ if(layer.loadStatus === 'loaded') {<br/>
373
383
  <td class="type">
374
384
 
375
385
 
376
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
386
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
387
+
377
388
 
378
389
 
379
390
 
@@ -848,7 +859,7 @@ wfsLayer.visible = false</code></pre>
848
859
 
849
860
 
850
861
  <ul>
851
- <li><a class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
862
+ <li><a link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
852
863
  </ul>
853
864
 
854
865
 
@@ -880,50 +891,54 @@ wfsLayer.visible = false</code></pre>
880
891
  <tbody>
881
892
 
882
893
  <tr class="deep-level-0">
883
- <td class="name"><code><a href="WFSLayer.html#copyright">copyright</a></code></td>
894
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
884
895
  <td class="name">
885
896
  <code>
886
897
 
887
898
  <span class="param-type">String</span>
888
899
 
889
900
 
901
+
890
902
  </code>
891
903
  </td>
892
904
  <td class="name"><code><p>版权所有</p></code></td>
893
905
  </tr>
894
906
 
895
907
  <tr class="deep-level-0">
896
- <td class="name"><code><a href="WFSLayer.html#customParameters">customParameters</a></code></td>
908
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
897
909
  <td class="name">
898
910
  <code>
899
911
 
900
912
  <span class="param-type">Object</span>
901
913
 
902
914
 
915
+
903
916
  </code>
904
917
  </td>
905
918
  <td class="name"><code><p>自定义查询参数customParameters</p></code></td>
906
919
  </tr>
907
920
 
908
921
  <tr class="deep-level-0">
909
- <td class="name"><code><a href="WFSLayer.html#description">description</a></code></td>
922
+ <td class="name"><code><a href="#description">description</a></code></td>
910
923
  <td class="name">
911
924
  <code>
912
925
 
913
926
  <span class="param-type">String</span>
914
927
 
915
928
 
929
+
916
930
  </code>
917
931
  </td>
918
932
  <td class="name"><code><p>图层描述</p></code></td>
919
933
  </tr>
920
934
 
921
935
  <tr class="deep-level-0">
922
- <td class="name"><code><a href="WFSLayer.html#elevationInfo">elevationInfo</a></code></td>
936
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
923
937
  <td class="name">
924
938
  <code>
925
939
 
926
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
940
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
941
+
927
942
 
928
943
 
929
944
  </code>
@@ -932,37 +947,40 @@ wfsLayer.visible = false</code></pre>
932
947
  </tr>
933
948
 
934
949
  <tr class="deep-level-0">
935
- <td class="name"><code><a href="WFSLayer.html#extendOptions">extendOptions</a></code></td>
950
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
936
951
  <td class="name">
937
952
  <code>
938
953
 
939
954
  <span class="param-type">Object</span>
940
955
 
941
956
 
957
+
942
958
  </code>
943
959
  </td>
944
960
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
945
961
  </tr>
946
962
 
947
963
  <tr class="deep-level-0">
948
- <td class="name"><code><a href="WFSLayer.html#extendProps">extendProps</a></code></td>
964
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
949
965
  <td class="name">
950
966
  <code>
951
967
 
952
968
  <span class="param-type">Object</span>
953
969
 
954
970
 
971
+
955
972
  </code>
956
973
  </td>
957
974
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
958
975
  </tr>
959
976
 
960
977
  <tr class="deep-level-0">
961
- <td class="name"><code><a href="WFSLayer.html#extent">extent</a></code></td>
978
+ <td class="name"><code><a href="#extent">extent</a></code></td>
962
979
  <td class="name">
963
980
  <code>
964
981
 
965
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
982
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
983
+
966
984
 
967
985
 
968
986
  </code>
@@ -971,76 +989,82 @@ wfsLayer.visible = false</code></pre>
971
989
  </tr>
972
990
 
973
991
  <tr class="deep-level-0">
974
- <td class="name"><code><a href="WFSLayer.html#geometryType">geometryType</a></code></td>
992
+ <td class="name"><code><a href="#geometryType">geometryType</a></code></td>
975
993
  <td class="name">
976
994
  <code>
977
995
 
978
996
  <span class="param-type">String</span>
979
997
 
980
998
 
999
+
981
1000
  </code>
982
1001
  </td>
983
1002
  <td class="name"><code><p>服务元数据的几何类型</p></code></td>
984
1003
  </tr>
985
1004
 
986
1005
  <tr class="deep-level-0">
987
- <td class="name"><code><a href="WFSLayer.html#headers">headers</a></code></td>
1006
+ <td class="name"><code><a href="#headers">headers</a></code></td>
988
1007
  <td class="name">
989
1008
  <code>
990
1009
 
991
1010
  <span class="param-type">String</span>
992
1011
 
993
1012
 
1013
+
994
1014
  </code>
995
1015
  </td>
996
1016
  <td class="name"><code><p>设置服务请求头</p></code></td>
997
1017
  </tr>
998
1018
 
999
1019
  <tr class="deep-level-0">
1000
- <td class="name"><code><a href="WFSLayer.html#httpMethod">httpMethod</a></code></td>
1020
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
1001
1021
  <td class="name">
1002
1022
  <code>
1003
1023
 
1004
1024
  <span class="param-type">String</span>
1005
1025
 
1006
1026
 
1027
+
1007
1028
  </code>
1008
1029
  </td>
1009
1030
  <td class="name"><code><p>http请求方式</p></code></td>
1010
1031
  </tr>
1011
1032
 
1012
1033
  <tr class="deep-level-0">
1013
- <td class="name"><code><a href="WFSLayer.html#id">id</a></code></td>
1034
+ <td class="name"><code><a href="#id">id</a></code></td>
1014
1035
  <td class="name">
1015
1036
  <code>
1016
1037
 
1017
1038
  <span class="param-type">String</span>
1018
1039
 
1019
1040
 
1041
+
1020
1042
  </code>
1021
1043
  </td>
1022
1044
  <td class="name"><code><p>图层id</p></code></td>
1023
1045
  </tr>
1024
1046
 
1025
1047
  <tr class="deep-level-0">
1026
- <td class="name"><code><a href="WFSLayer.html#index">index</a></code></td>
1048
+ <td class="name"><code><a href="#index">index</a></code></td>
1027
1049
  <td class="name">
1028
1050
  <code>
1029
1051
 
1030
1052
  <span class="param-type">Number</span>
1031
1053
 
1032
1054
 
1055
+
1033
1056
  </code>
1034
1057
  </td>
1035
1058
  <td class="name"><code><p>图层顺序</p></code></td>
1036
1059
  </tr>
1037
1060
 
1038
1061
  <tr class="deep-level-0">
1039
- <td class="name"><code><a href="WFSLayer.html#labelingInfo">labelingInfo</a></code></td>
1062
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
1040
1063
  <td class="name">
1041
1064
  <code>
1042
1065
 
1043
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
1066
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1067
+
1044
1068
 
1045
1069
 
1046
1070
  </code>
@@ -1049,115 +1073,124 @@ wfsLayer.visible = false</code></pre>
1049
1073
  </tr>
1050
1074
 
1051
1075
  <tr class="deep-level-0">
1052
- <td class="name"><code><a href="WFSLayer.html#labelsVisible">labelsVisible</a></code></td>
1076
+ <td class="name"><code><a href="#labelsVisible">labelsVisible</a></code></td>
1053
1077
  <td class="name">
1054
1078
  <code>
1055
1079
 
1056
1080
  <span class="param-type">Boolean</span>
1057
1081
 
1058
1082
 
1083
+
1059
1084
  </code>
1060
1085
  </td>
1061
1086
  <td class="name"><code><p>是否开启动态注记,仅支持三维动态注记渲染</p></code></td>
1062
1087
  </tr>
1063
1088
 
1064
1089
  <tr class="deep-level-0">
1065
- <td class="name"><code><a href="WFSLayer.html#loaded">loaded</a></code></td>
1090
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
1066
1091
  <td class="name">
1067
1092
  <code>
1068
1093
 
1069
1094
  <span class="param-type">Boolean</span>
1070
1095
 
1071
1096
 
1097
+
1072
1098
  </code>
1073
1099
  </td>
1074
1100
  <td class="name"><code><p>是否加载完毕</p></code></td>
1075
1101
  </tr>
1076
1102
 
1077
1103
  <tr class="deep-level-0">
1078
- <td class="name"><code><a href="WFSLayer.html#loadStatus">loadStatus</a></code></td>
1104
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
1079
1105
  <td class="name">
1080
1106
  <code>
1081
1107
 
1082
1108
  <span class="param-type">String</span>
1083
1109
 
1084
1110
 
1111
+
1085
1112
  </code>
1086
1113
  </td>
1087
1114
  <td class="name"><code><p>图层加载状态</p></code></td>
1088
1115
  </tr>
1089
1116
 
1090
1117
  <tr class="deep-level-0">
1091
- <td class="name"><code><a href="WFSLayer.html#maxScale">maxScale</a></code></td>
1118
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
1092
1119
  <td class="name">
1093
1120
  <code>
1094
1121
 
1095
1122
  <span class="param-type">Number</span>
1096
1123
 
1097
1124
 
1125
+
1098
1126
  </code>
1099
1127
  </td>
1100
1128
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
1101
1129
  </tr>
1102
1130
 
1103
1131
  <tr class="deep-level-0">
1104
- <td class="name"><code><a href="WFSLayer.html#minScale">minScale</a></code></td>
1132
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
1105
1133
  <td class="name">
1106
1134
  <code>
1107
1135
 
1108
1136
  <span class="param-type">Number</span>
1109
1137
 
1110
1138
 
1139
+
1111
1140
  </code>
1112
1141
  </td>
1113
1142
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
1114
1143
  </tr>
1115
1144
 
1116
1145
  <tr class="deep-level-0">
1117
- <td class="name"><code><a href="WFSLayer.html#opacity">opacity</a></code></td>
1146
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
1118
1147
  <td class="name">
1119
1148
  <code>
1120
1149
 
1121
1150
  <span class="param-type">Number</span>
1122
1151
 
1123
1152
 
1153
+
1124
1154
  </code>
1125
1155
  </td>
1126
1156
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
1127
1157
  </tr>
1128
1158
 
1129
1159
  <tr class="deep-level-0">
1130
- <td class="name"><code><a href="WFSLayer.html#outFields">outFields</a></code></td>
1160
+ <td class="name"><code><a href="#outFields">outFields</a></code></td>
1131
1161
  <td class="name">
1132
1162
  <code>
1133
1163
 
1134
1164
  <span class="param-type">Array.&lt;String></span>
1135
1165
 
1136
1166
 
1167
+
1137
1168
  </code>
1138
1169
  </td>
1139
1170
  <td class="name"><code><p>服务数据库的所有字段名数组</p></code></td>
1140
1171
  </tr>
1141
1172
 
1142
1173
  <tr class="deep-level-0">
1143
- <td class="name"><code><a href="WFSLayer.html#renderer">renderer</a></code></td>
1174
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
1144
1175
  <td class="name">
1145
1176
  <code>
1146
1177
 
1147
1178
  <span class="param-type">String</span>
1148
1179
 
1149
1180
 
1181
+
1150
1182
  </code>
1151
1183
  </td>
1152
1184
  <td class="name"><code><p>renderer渲染器</p></code></td>
1153
1185
  </tr>
1154
1186
 
1155
1187
  <tr class="deep-level-0">
1156
- <td class="name"><code><a href="WFSLayer.html#spatialReference">spatialReference</a></code></td>
1188
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1157
1189
  <td class="name">
1158
1190
  <code>
1159
1191
 
1160
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1192
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1193
+
1161
1194
 
1162
1195
 
1163
1196
  </code>
@@ -1166,104 +1199,112 @@ wfsLayer.visible = false</code></pre>
1166
1199
  </tr>
1167
1200
 
1168
1201
  <tr class="deep-level-0">
1169
- <td class="name"><code><a href="WFSLayer.html#sublayerId">sublayerId</a></code></td>
1202
+ <td class="name"><code><a href="#sublayerId">sublayerId</a></code></td>
1170
1203
  <td class="name">
1171
1204
  <code>
1172
1205
 
1173
1206
  <span class="param-type">String</span>
1174
1207
 
1175
1208
 
1209
+
1176
1210
  </code>
1177
1211
  </td>
1178
1212
  <td class="name"><code><p>图层id</p></code></td>
1179
1213
  </tr>
1180
1214
 
1181
1215
  <tr class="deep-level-0">
1182
- <td class="name"><code><a href="WFSLayer.html#title">title</a></code></td>
1216
+ <td class="name"><code><a href="#title">title</a></code></td>
1183
1217
  <td class="name">
1184
1218
  <code>
1185
1219
 
1186
1220
  <span class="param-type">String</span>
1187
1221
 
1188
1222
 
1223
+
1189
1224
  </code>
1190
1225
  </td>
1191
1226
  <td class="name"><code><p>图层名称</p></code></td>
1192
1227
  </tr>
1193
1228
 
1194
1229
  <tr class="deep-level-0">
1195
- <td class="name"><code><a href="WFSLayer.html#tokenKey">tokenKey</a></code></td>
1230
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1196
1231
  <td class="name">
1197
1232
  <code>
1198
1233
 
1199
1234
  <span class="param-type">String</span>
1200
1235
 
1201
1236
 
1237
+
1202
1238
  </code>
1203
1239
  </td>
1204
1240
  <td class="name"><code><p>token名</p></code></td>
1205
1241
  </tr>
1206
1242
 
1207
1243
  <tr class="deep-level-0">
1208
- <td class="name"><code><a href="WFSLayer.html#tokenValue">tokenValue</a></code></td>
1244
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1209
1245
  <td class="name">
1210
1246
  <code>
1211
1247
 
1212
1248
  <span class="param-type">String</span>
1213
1249
 
1214
1250
 
1251
+
1215
1252
  </code>
1216
1253
  </td>
1217
1254
  <td class="name"><code><p>token值</p></code></td>
1218
1255
  </tr>
1219
1256
 
1220
1257
  <tr class="deep-level-0">
1221
- <td class="name"><code><a href="WFSLayer.html#type">type</a></code></td>
1258
+ <td class="name"><code><a href="#type">type</a></code></td>
1222
1259
  <td class="name">
1223
1260
  <code>
1224
1261
 
1225
1262
  <span class="param-type">String</span>
1226
1263
 
1227
1264
 
1265
+
1228
1266
  </code>
1229
1267
  </td>
1230
1268
  <td class="name"><code><p>图层类型</p></code></td>
1231
1269
  </tr>
1232
1270
 
1233
1271
  <tr class="deep-level-0">
1234
- <td class="name"><code><a href="WFSLayer.html#version">version</a></code></td>
1272
+ <td class="name"><code><a href="#version">version</a></code></td>
1235
1273
  <td class="name">
1236
1274
  <code>
1237
1275
 
1238
1276
  <span class="param-type">String</span>
1239
1277
 
1240
1278
 
1279
+
1241
1280
  </code>
1242
1281
  </td>
1243
1282
  <td class="name"><code><p>ogc版本号</p></code></td>
1244
1283
  </tr>
1245
1284
 
1246
1285
  <tr class="deep-level-0">
1247
- <td class="name"><code><a href="WFSLayer.html#visible">visible</a></code></td>
1286
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1248
1287
  <td class="name">
1249
1288
  <code>
1250
1289
 
1251
1290
  <span class="param-type">Number</span>
1252
1291
 
1253
1292
 
1293
+
1254
1294
  </code>
1255
1295
  </td>
1256
1296
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
1257
1297
  </tr>
1258
1298
 
1259
1299
  <tr class="deep-level-0">
1260
- <td class="name"><code><a href="WFSLayer.html#wfsCapabilities">wfsCapabilities</a></code></td>
1300
+ <td class="name"><code><a href="#wfsCapabilities">wfsCapabilities</a></code></td>
1261
1301
  <td class="name">
1262
1302
  <code>
1263
1303
 
1264
1304
  <span class="param-type">String</span>
1265
1305
 
1266
1306
 
1307
+
1267
1308
  </code>
1268
1309
  </td>
1269
1310
  <td class="name"><code><p>wfsCapabilities信息</p></code></td>
@@ -1283,6 +1324,7 @@ wfsLayer.visible = false</code></pre>
1283
1324
  <span class="param-type">String</span>
1284
1325
 
1285
1326
 
1327
+
1286
1328
  </span>
1287
1329
 
1288
1330
  <h4 class="name" id="copyright">
@@ -1318,7 +1360,7 @@ wfsLayer.visible = false</code></pre>
1318
1360
 
1319
1361
  <dt class="inherited-from">Inherited From:</dt>
1320
1362
  <dd class="inherited-from"><ul class="dummy"><li>
1321
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1363
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1322
1364
  </li></ul></dd>
1323
1365
 
1324
1366
 
@@ -1362,6 +1404,7 @@ wfsLayer.visible = false</code></pre>
1362
1404
  <span class="param-type">Object</span>
1363
1405
 
1364
1406
 
1407
+
1365
1408
  </span>
1366
1409
 
1367
1410
  <h4 class="name" id="customParameters">
@@ -1393,7 +1436,7 @@ wfsLayer.visible = false</code></pre>
1393
1436
 
1394
1437
  <dt class="inherited-from">Inherited From:</dt>
1395
1438
  <dd class="inherited-from"><ul class="dummy"><li>
1396
- <a class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1439
+ <a goto="customParameters" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1397
1440
  </li></ul></dd>
1398
1441
 
1399
1442
 
@@ -1437,6 +1480,7 @@ wfsLayer.visible = false</code></pre>
1437
1480
  <span class="param-type">String</span>
1438
1481
 
1439
1482
 
1483
+
1440
1484
  </span>
1441
1485
 
1442
1486
  <h4 class="name" id="description">
@@ -1472,7 +1516,7 @@ wfsLayer.visible = false</code></pre>
1472
1516
 
1473
1517
  <dt class="inherited-from">Inherited From:</dt>
1474
1518
  <dd class="inherited-from"><ul class="dummy"><li>
1475
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1519
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1476
1520
  </li></ul></dd>
1477
1521
 
1478
1522
 
@@ -1513,7 +1557,8 @@ wfsLayer.visible = false</code></pre>
1513
1557
  <span class="method-parameter is-pulled-right">
1514
1558
  <label>类型:</label>
1515
1559
 
1516
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1560
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1561
+
1517
1562
 
1518
1563
 
1519
1564
  </span>
@@ -1586,6 +1631,7 @@ wfsLayer.visible = false</code></pre>
1586
1631
  <span class="param-type">Object</span>
1587
1632
 
1588
1633
 
1634
+
1589
1635
  </span>
1590
1636
 
1591
1637
  <h4 class="name" id="extendOptions">
@@ -1617,7 +1663,7 @@ wfsLayer.visible = false</code></pre>
1617
1663
 
1618
1664
  <dt class="inherited-from">Inherited From:</dt>
1619
1665
  <dd class="inherited-from"><ul class="dummy"><li>
1620
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1666
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1621
1667
  </li></ul></dd>
1622
1668
 
1623
1669
 
@@ -1661,6 +1707,7 @@ wfsLayer.visible = false</code></pre>
1661
1707
  <span class="param-type">Object</span>
1662
1708
 
1663
1709
 
1710
+
1664
1711
  </span>
1665
1712
 
1666
1713
  <h4 class="name" id="extendProps">
@@ -1692,7 +1739,7 @@ wfsLayer.visible = false</code></pre>
1692
1739
 
1693
1740
  <dt class="inherited-from">Inherited From:</dt>
1694
1741
  <dd class="inherited-from"><ul class="dummy"><li>
1695
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1742
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1696
1743
  </li></ul></dd>
1697
1744
 
1698
1745
 
@@ -1733,7 +1780,8 @@ wfsLayer.visible = false</code></pre>
1733
1780
  <span class="method-parameter is-pulled-right">
1734
1781
  <label>类型:</label>
1735
1782
 
1736
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1783
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1784
+
1737
1785
 
1738
1786
 
1739
1787
  </span>
@@ -1771,7 +1819,7 @@ wfsLayer.visible = false</code></pre>
1771
1819
 
1772
1820
  <dt class="inherited-from">Inherited From:</dt>
1773
1821
  <dd class="inherited-from"><ul class="dummy"><li>
1774
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1822
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1775
1823
  </li></ul></dd>
1776
1824
 
1777
1825
 
@@ -1815,6 +1863,7 @@ wfsLayer.visible = false</code></pre>
1815
1863
  <span class="param-type">String</span>
1816
1864
 
1817
1865
 
1866
+
1818
1867
  </span>
1819
1868
 
1820
1869
  <h4 class="name" id="geometryType">
@@ -1889,6 +1938,7 @@ wfsLayer.visible = false</code></pre>
1889
1938
  <span class="param-type">String</span>
1890
1939
 
1891
1940
 
1941
+
1892
1942
  </span>
1893
1943
 
1894
1944
  <h4 class="name" id="headers">
@@ -1920,7 +1970,7 @@ wfsLayer.visible = false</code></pre>
1920
1970
 
1921
1971
  <dt class="inherited-from">Inherited From:</dt>
1922
1972
  <dd class="inherited-from"><ul class="dummy"><li>
1923
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1973
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1924
1974
  </li></ul></dd>
1925
1975
 
1926
1976
 
@@ -1964,6 +2014,7 @@ wfsLayer.visible = false</code></pre>
1964
2014
  <span class="param-type">String</span>
1965
2015
 
1966
2016
 
2017
+
1967
2018
  </span>
1968
2019
 
1969
2020
  <h4 class="name" id="httpMethod">
@@ -1995,7 +2046,7 @@ wfsLayer.visible = false</code></pre>
1995
2046
 
1996
2047
  <dt class="inherited-from">Inherited From:</dt>
1997
2048
  <dd class="inherited-from"><ul class="dummy"><li>
1998
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2049
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1999
2050
  </li></ul></dd>
2000
2051
 
2001
2052
 
@@ -2039,6 +2090,7 @@ wfsLayer.visible = false</code></pre>
2039
2090
  <span class="param-type">String</span>
2040
2091
 
2041
2092
 
2093
+
2042
2094
  </span>
2043
2095
 
2044
2096
  <h4 class="name" id="id">
@@ -2118,6 +2170,7 @@ wfsLayer.visible = false</code></pre>
2118
2170
  <span class="param-type">Number</span>
2119
2171
 
2120
2172
 
2173
+
2121
2174
  </span>
2122
2175
 
2123
2176
  <h4 class="name" id="index">
@@ -2149,7 +2202,7 @@ wfsLayer.visible = false</code></pre>
2149
2202
 
2150
2203
  <dt class="inherited-from">Inherited From:</dt>
2151
2204
  <dd class="inherited-from"><ul class="dummy"><li>
2152
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2205
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2153
2206
  </li></ul></dd>
2154
2207
 
2155
2208
 
@@ -2190,7 +2243,8 @@ wfsLayer.visible = false</code></pre>
2190
2243
  <span class="method-parameter is-pulled-right">
2191
2244
  <label>类型:</label>
2192
2245
 
2193
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
2246
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
2247
+
2194
2248
 
2195
2249
 
2196
2250
  </span>
@@ -2263,6 +2317,7 @@ wfsLayer.visible = false</code></pre>
2263
2317
  <span class="param-type">Boolean</span>
2264
2318
 
2265
2319
 
2320
+
2266
2321
  </span>
2267
2322
 
2268
2323
  <h4 class="name" id="labelsVisible">
@@ -2333,6 +2388,7 @@ wfsLayer.visible = false</code></pre>
2333
2388
  <span class="param-type">Boolean</span>
2334
2389
 
2335
2390
 
2391
+
2336
2392
  </span>
2337
2393
 
2338
2394
  <h4 class="name" id="loaded">
@@ -2368,7 +2424,7 @@ wfsLayer.visible = false</code></pre>
2368
2424
 
2369
2425
  <dt class="inherited-from">Inherited From:</dt>
2370
2426
  <dd class="inherited-from"><ul class="dummy"><li>
2371
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2427
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2372
2428
  </li></ul></dd>
2373
2429
 
2374
2430
 
@@ -2417,6 +2473,7 @@ wfsLayer.visible = false</code></pre>
2417
2473
  <span class="param-type">String</span>
2418
2474
 
2419
2475
 
2476
+
2420
2477
  </span>
2421
2478
 
2422
2479
  <h4 class="name" id="loadStatus">
@@ -2452,7 +2509,7 @@ wfsLayer.visible = false</code></pre>
2452
2509
 
2453
2510
  <dt class="inherited-from">Inherited From:</dt>
2454
2511
  <dd class="inherited-from"><ul class="dummy"><li>
2455
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2512
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2456
2513
  </li></ul></dd>
2457
2514
 
2458
2515
 
@@ -2501,6 +2558,7 @@ wfsLayer.visible = false</code></pre>
2501
2558
  <span class="param-type">Number</span>
2502
2559
 
2503
2560
 
2561
+
2504
2562
  </span>
2505
2563
 
2506
2564
  <h4 class="name" id="maxScale">
@@ -2532,7 +2590,7 @@ wfsLayer.visible = false</code></pre>
2532
2590
 
2533
2591
  <dt class="inherited-from">Inherited From:</dt>
2534
2592
  <dd class="inherited-from"><ul class="dummy"><li>
2535
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2593
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2536
2594
  </li></ul></dd>
2537
2595
 
2538
2596
 
@@ -2581,6 +2639,7 @@ wfsLayer.visible = false</code></pre>
2581
2639
  <span class="param-type">Number</span>
2582
2640
 
2583
2641
 
2642
+
2584
2643
  </span>
2585
2644
 
2586
2645
  <h4 class="name" id="minScale">
@@ -2612,7 +2671,7 @@ wfsLayer.visible = false</code></pre>
2612
2671
 
2613
2672
  <dt class="inherited-from">Inherited From:</dt>
2614
2673
  <dd class="inherited-from"><ul class="dummy"><li>
2615
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2674
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2616
2675
  </li></ul></dd>
2617
2676
 
2618
2677
 
@@ -2661,6 +2720,7 @@ wfsLayer.visible = false</code></pre>
2661
2720
  <span class="param-type">Number</span>
2662
2721
 
2663
2722
 
2723
+
2664
2724
  </span>
2665
2725
 
2666
2726
  <h4 class="name" id="opacity">
@@ -2692,7 +2752,7 @@ wfsLayer.visible = false</code></pre>
2692
2752
 
2693
2753
  <dt class="inherited-from">Inherited From:</dt>
2694
2754
  <dd class="inherited-from"><ul class="dummy"><li>
2695
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2755
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2696
2756
  </li></ul></dd>
2697
2757
 
2698
2758
 
@@ -2736,6 +2796,7 @@ wfsLayer.visible = false</code></pre>
2736
2796
  <span class="param-type">Array.&lt;String></span>
2737
2797
 
2738
2798
 
2799
+
2739
2800
  </span>
2740
2801
 
2741
2802
  <h4 class="name" id="outFields">
@@ -2810,6 +2871,7 @@ wfsLayer.visible = false</code></pre>
2810
2871
  <span class="param-type">String</span>
2811
2872
 
2812
2873
 
2874
+
2813
2875
  </span>
2814
2876
 
2815
2877
  <h4 class="name" id="renderer">
@@ -2877,7 +2939,8 @@ wfsLayer.visible = false</code></pre>
2877
2939
  <span class="method-parameter is-pulled-right">
2878
2940
  <label>类型:</label>
2879
2941
 
2880
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2942
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2943
+
2881
2944
 
2882
2945
 
2883
2946
  </span>
@@ -2911,7 +2974,7 @@ wfsLayer.visible = false</code></pre>
2911
2974
 
2912
2975
  <dt class="inherited-from">Inherited From:</dt>
2913
2976
  <dd class="inherited-from"><ul class="dummy"><li>
2914
- <a class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
2977
+ <a goto="spatialReference" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
2915
2978
  </li></ul></dd>
2916
2979
 
2917
2980
 
@@ -2955,6 +3018,7 @@ wfsLayer.visible = false</code></pre>
2955
3018
  <span class="param-type">String</span>
2956
3019
 
2957
3020
 
3021
+
2958
3022
  </span>
2959
3023
 
2960
3024
  <h4 class="name" id="sublayerId">
@@ -3025,6 +3089,7 @@ wfsLayer.visible = false</code></pre>
3025
3089
  <span class="param-type">String</span>
3026
3090
 
3027
3091
 
3092
+
3028
3093
  </span>
3029
3094
 
3030
3095
  <h4 class="name" id="title">
@@ -3056,7 +3121,7 @@ wfsLayer.visible = false</code></pre>
3056
3121
 
3057
3122
  <dt class="inherited-from">Inherited From:</dt>
3058
3123
  <dd class="inherited-from"><ul class="dummy"><li>
3059
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3124
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3060
3125
  </li></ul></dd>
3061
3126
 
3062
3127
 
@@ -3100,6 +3165,7 @@ wfsLayer.visible = false</code></pre>
3100
3165
  <span class="param-type">String</span>
3101
3166
 
3102
3167
 
3168
+
3103
3169
  </span>
3104
3170
 
3105
3171
  <h4 class="name" id="tokenKey">
@@ -3131,7 +3197,7 @@ wfsLayer.visible = false</code></pre>
3131
3197
 
3132
3198
  <dt class="inherited-from">Inherited From:</dt>
3133
3199
  <dd class="inherited-from"><ul class="dummy"><li>
3134
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3200
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3135
3201
  </li></ul></dd>
3136
3202
 
3137
3203
 
@@ -3180,6 +3246,7 @@ wfsLayer.visible = false</code></pre>
3180
3246
  <span class="param-type">String</span>
3181
3247
 
3182
3248
 
3249
+
3183
3250
  </span>
3184
3251
 
3185
3252
  <h4 class="name" id="tokenValue">
@@ -3211,7 +3278,7 @@ wfsLayer.visible = false</code></pre>
3211
3278
 
3212
3279
  <dt class="inherited-from">Inherited From:</dt>
3213
3280
  <dd class="inherited-from"><ul class="dummy"><li>
3214
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3281
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3215
3282
  </li></ul></dd>
3216
3283
 
3217
3284
 
@@ -3255,6 +3322,7 @@ wfsLayer.visible = false</code></pre>
3255
3322
  <span class="param-type">String</span>
3256
3323
 
3257
3324
 
3325
+
3258
3326
  </span>
3259
3327
 
3260
3328
  <h4 class="name" id="type">
@@ -3334,6 +3402,7 @@ wfsLayer.visible = false</code></pre>
3334
3402
  <span class="param-type">String</span>
3335
3403
 
3336
3404
 
3405
+
3337
3406
  </span>
3338
3407
 
3339
3408
  <h4 class="name" id="version">
@@ -3365,7 +3434,7 @@ wfsLayer.visible = false</code></pre>
3365
3434
 
3366
3435
  <dt class="inherited-from">Inherited From:</dt>
3367
3436
  <dd class="inherited-from"><ul class="dummy"><li>
3368
- <a class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3437
+ <a goto="version" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3369
3438
  </li></ul></dd>
3370
3439
 
3371
3440
 
@@ -3409,6 +3478,7 @@ wfsLayer.visible = false</code></pre>
3409
3478
  <span class="param-type">Number</span>
3410
3479
 
3411
3480
 
3481
+
3412
3482
  </span>
3413
3483
 
3414
3484
  <h4 class="name" id="visible">
@@ -3440,7 +3510,7 @@ wfsLayer.visible = false</code></pre>
3440
3510
 
3441
3511
  <dt class="inherited-from">Inherited From:</dt>
3442
3512
  <dd class="inherited-from"><ul class="dummy"><li>
3443
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3513
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3444
3514
  </li></ul></dd>
3445
3515
 
3446
3516
 
@@ -3484,6 +3554,7 @@ wfsLayer.visible = false</code></pre>
3484
3554
  <span class="param-type">String</span>
3485
3555
 
3486
3556
 
3557
+
3487
3558
  </span>
3488
3559
 
3489
3560
  <h4 class="name" id="wfsCapabilities">
@@ -3571,7 +3642,7 @@ wfsLayer.visible = false</code></pre>
3571
3642
  <tbody>
3572
3643
 
3573
3644
  <tr class="deep-level-0">
3574
- <td class="name"><code><a href="WFSLayer.html#fromJSON">fromJSON</a></code></td>
3645
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3575
3646
  <td class="name">
3576
3647
  <code>
3577
3648
 
@@ -3581,12 +3652,13 @@ wfsLayer.visible = false</code></pre>
3581
3652
  </tr>
3582
3653
 
3583
3654
  <tr class="deep-level-0">
3584
- <td class="name"><code><a href="WFSLayer.html#clone">clone</a></code></td>
3655
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3585
3656
  <td class="name">
3586
3657
  <code>
3587
3658
 
3588
3659
 
3589
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3660
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3661
+
3590
3662
 
3591
3663
 
3592
3664
 
@@ -3596,7 +3668,7 @@ wfsLayer.visible = false</code></pre>
3596
3668
  </tr>
3597
3669
 
3598
3670
  <tr class="deep-level-0">
3599
- <td class="name"><code><a href="WFSLayer.html#destroy">destroy</a></code></td>
3671
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3600
3672
  <td class="name">
3601
3673
  <code>
3602
3674
 
@@ -3604,6 +3676,7 @@ wfsLayer.visible = false</code></pre>
3604
3676
  <span class="param-type">*</span>
3605
3677
 
3606
3678
 
3679
+
3607
3680
 
3608
3681
  </code>
3609
3682
  </td>
@@ -3611,7 +3684,7 @@ wfsLayer.visible = false</code></pre>
3611
3684
  </tr>
3612
3685
 
3613
3686
  <tr class="deep-level-0">
3614
- <td class="name"><code><a href="WFSLayer.html#isLoaded">isLoaded</a></code></td>
3687
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3615
3688
  <td class="name">
3616
3689
  <code>
3617
3690
 
@@ -3619,6 +3692,7 @@ wfsLayer.visible = false</code></pre>
3619
3692
  <span class="param-type">Boolean</span>
3620
3693
 
3621
3694
 
3695
+
3622
3696
 
3623
3697
  </code>
3624
3698
  </td>
@@ -3626,7 +3700,7 @@ wfsLayer.visible = false</code></pre>
3626
3700
  </tr>
3627
3701
 
3628
3702
  <tr class="deep-level-0">
3629
- <td class="name"><code><a href="WFSLayer.html#load">load</a></code></td>
3703
+ <td class="name"><code><a href="#load">load</a></code></td>
3630
3704
  <td class="name">
3631
3705
  <code>
3632
3706
 
@@ -3636,12 +3710,13 @@ wfsLayer.visible = false</code></pre>
3636
3710
  </tr>
3637
3711
 
3638
3712
  <tr class="deep-level-0">
3639
- <td class="name"><code><a href="WFSLayer.html#queryFeatures">queryFeatures</a></code></td>
3713
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
3640
3714
  <td class="name">
3641
3715
  <code>
3642
3716
 
3643
3717
 
3644
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
3718
+ <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
3719
+
3645
3720
 
3646
3721
 
3647
3722
 
@@ -3651,7 +3726,7 @@ wfsLayer.visible = false</code></pre>
3651
3726
  </tr>
3652
3727
 
3653
3728
  <tr class="deep-level-0">
3654
- <td class="name"><code><a href="WFSLayer.html#queryFeaturesCount">queryFeaturesCount</a></code></td>
3729
+ <td class="name"><code><a href="#queryFeaturesCount">queryFeaturesCount</a></code></td>
3655
3730
  <td class="name">
3656
3731
  <code>
3657
3732
 
@@ -3659,6 +3734,7 @@ wfsLayer.visible = false</code></pre>
3659
3734
  <span class="param-type">Promise.&lt;Number></span>
3660
3735
 
3661
3736
 
3737
+
3662
3738
 
3663
3739
  </code>
3664
3740
  </td>
@@ -3666,7 +3742,7 @@ wfsLayer.visible = false</code></pre>
3666
3742
  </tr>
3667
3743
 
3668
3744
  <tr class="deep-level-0">
3669
- <td class="name"><code><a href="WFSLayer.html#refresh">refresh</a></code></td>
3745
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3670
3746
  <td class="name">
3671
3747
  <code>
3672
3748
 
@@ -3676,7 +3752,7 @@ wfsLayer.visible = false</code></pre>
3676
3752
  </tr>
3677
3753
 
3678
3754
  <tr class="deep-level-0">
3679
- <td class="name"><code><a href="WFSLayer.html#toJSON">toJSON</a></code></td>
3755
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3680
3756
  <td class="name">
3681
3757
  <code>
3682
3758
 
@@ -3684,6 +3760,7 @@ wfsLayer.visible = false</code></pre>
3684
3760
  <span class="param-type">Object</span>
3685
3761
 
3686
3762
 
3763
+
3687
3764
 
3688
3765
  </code>
3689
3766
  </td>
@@ -3761,6 +3838,7 @@ wfsLayer.visible = false</code></pre>
3761
3838
  <span class="param-type">Object</span>
3762
3839
 
3763
3840
 
3841
+
3764
3842
 
3765
3843
  </td>
3766
3844
 
@@ -3894,7 +3972,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
3894
3972
 
3895
3973
  <dt class="inherited-from">Inherited From:</dt>
3896
3974
  <dd class="inherited-from"><ul class="dummy"><li>
3897
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3975
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3898
3976
  </li></ul></dd>
3899
3977
 
3900
3978
 
@@ -3955,7 +4033,8 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
3955
4033
  <div class='column is-5 has-text-left'>
3956
4034
  <label>类型: </label>
3957
4035
 
3958
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4036
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4037
+
3959
4038
 
3960
4039
 
3961
4040
  </div>
@@ -4011,7 +4090,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4011
4090
 
4012
4091
  <dt class="inherited-from">Inherited From:</dt>
4013
4092
  <dd class="inherited-from"><ul class="dummy"><li>
4014
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4093
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4015
4094
  </li></ul></dd>
4016
4095
 
4017
4096
 
@@ -4073,6 +4152,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4073
4152
  <span class="param-type">*</span>
4074
4153
 
4075
4154
 
4155
+
4076
4156
  </div>
4077
4157
 
4078
4158
  </div>
@@ -4130,7 +4210,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4130
4210
 
4131
4211
  <dt class="inherited-from">Inherited From:</dt>
4132
4212
  <dd class="inherited-from"><ul class="dummy"><li>
4133
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4213
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4134
4214
  </li></ul></dd>
4135
4215
 
4136
4216
 
@@ -4194,6 +4274,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4194
4274
  <span class="param-type">Boolean</span>
4195
4275
 
4196
4276
 
4277
+
4197
4278
  </div>
4198
4279
 
4199
4280
  </div>
@@ -4383,6 +4464,7 @@ wfsLayer.load().then((result) => {
4383
4464
  <span class="param-type">Object</span>
4384
4465
 
4385
4466
 
4467
+
4386
4468
 
4387
4469
  </td>
4388
4470
 
@@ -4466,7 +4548,8 @@ wfsLayer.load().then((result) => {
4466
4548
  <div class='column is-5 has-text-left'>
4467
4549
  <label>类型: </label>
4468
4550
 
4469
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
4551
+ <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
4552
+
4470
4553
 
4471
4554
 
4472
4555
  </div>
@@ -4562,6 +4645,7 @@ wfsLayer.load().then((result) => {
4562
4645
  <span class="param-type">Object</span>
4563
4646
 
4564
4647
 
4648
+
4565
4649
 
4566
4650
  </td>
4567
4651
 
@@ -4648,6 +4732,7 @@ wfsLayer.load().then((result) => {
4648
4732
  <span class="param-type">Promise.&lt;Number></span>
4649
4733
 
4650
4734
 
4735
+
4651
4736
  </div>
4652
4737
 
4653
4738
  </div>
@@ -4721,7 +4806,7 @@ wfsLayer.load().then((result) => {
4721
4806
 
4722
4807
  <dt class="inherited-from">Inherited From:</dt>
4723
4808
  <dd class="inherited-from"><ul class="dummy"><li>
4724
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4809
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4725
4810
  </li></ul></dd>
4726
4811
 
4727
4812
 
@@ -4881,6 +4966,7 @@ wfsLayer.load().then((result) => {
4881
4966
  <span class="param-type">Object</span>
4882
4967
 
4883
4968
 
4969
+
4884
4970
  </div>
4885
4971
 
4886
4972
  </div>
@@ -5030,6 +5116,7 @@ wfsLayer.load().then((result) => {
5030
5116
  <span class="param-type">Object</span>
5031
5117
 
5032
5118
 
5119
+
5033
5120
 
5034
5121
  </td>
5035
5122
 
@@ -5063,6 +5150,7 @@ wfsLayer.load().then((result) => {
5063
5150
  <span class="param-type">String</span>
5064
5151
 
5065
5152
 
5153
+
5066
5154
 
5067
5155
  </td>
5068
5156
 
@@ -5100,6 +5188,7 @@ wfsLayer.load().then((result) => {
5100
5188
  <span class="param-type">String</span>
5101
5189
 
5102
5190
 
5191
+
5103
5192
 
5104
5193
  </td>
5105
5194
 
@@ -5134,7 +5223,8 @@ wfsLayer.load().then((result) => {
5134
5223
  <td class="type">
5135
5224
 
5136
5225
 
5137
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5226
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5227
+
5138
5228
 
5139
5229
 
5140
5230
 
@@ -5171,7 +5261,8 @@ wfsLayer.load().then((result) => {
5171
5261
  <td class="type">
5172
5262
 
5173
5263
 
5174
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5264
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5265
+
5175
5266
 
5176
5267
 
5177
5268
 
@@ -5208,7 +5299,8 @@ wfsLayer.load().then((result) => {
5208
5299
  <td class="type">
5209
5300
 
5210
5301
 
5211
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5302
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5303
+
5212
5304
 
5213
5305
 
5214
5306
 
@@ -5245,7 +5337,8 @@ wfsLayer.load().then((result) => {
5245
5337
  <td class="type">
5246
5338
 
5247
5339
 
5248
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5340
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5341
+
5249
5342
 
5250
5343
 
5251
5344
 
@@ -5282,7 +5375,8 @@ wfsLayer.load().then((result) => {
5282
5375
  <td class="type">
5283
5376
 
5284
5377
 
5285
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5378
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5379
+
5286
5380
 
5287
5381
 
5288
5382
 
@@ -5327,7 +5421,7 @@ wfsLayer.load().then((result) => {
5327
5421
 
5328
5422
  <dt class="inherited-from">Inherited From:</dt>
5329
5423
  <dd class="inherited-from"><ul class="dummy"><li>
5330
- <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>
5424
+ <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>
5331
5425
  </li></ul></dd>
5332
5426
 
5333
5427
 
@@ -5476,6 +5570,7 @@ wfsLayer.load().then((result) => {
5476
5570
  <span class="param-type">Object</span>
5477
5571
 
5478
5572
 
5573
+
5479
5574
 
5480
5575
  </td>
5481
5576
 
@@ -5509,6 +5604,7 @@ wfsLayer.load().then((result) => {
5509
5604
  <span class="param-type">String</span>
5510
5605
 
5511
5606
 
5607
+
5512
5608
 
5513
5609
  </td>
5514
5610
 
@@ -5546,6 +5642,7 @@ wfsLayer.load().then((result) => {
5546
5642
  <span class="param-type">String</span>
5547
5643
 
5548
5644
 
5645
+
5549
5646
 
5550
5647
  </td>
5551
5648
 
@@ -5580,7 +5677,8 @@ wfsLayer.load().then((result) => {
5580
5677
  <td class="type">
5581
5678
 
5582
5679
 
5583
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5680
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5681
+
5584
5682
 
5585
5683
 
5586
5684
 
@@ -5617,7 +5715,8 @@ wfsLayer.load().then((result) => {
5617
5715
  <td class="type">
5618
5716
 
5619
5717
 
5620
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5718
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5719
+
5621
5720
 
5622
5721
 
5623
5722
 
@@ -5654,7 +5753,8 @@ wfsLayer.load().then((result) => {
5654
5753
  <td class="type">
5655
5754
 
5656
5755
 
5657
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5756
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5757
+
5658
5758
 
5659
5759
 
5660
5760
 
@@ -5691,7 +5791,8 @@ wfsLayer.load().then((result) => {
5691
5791
  <td class="type">
5692
5792
 
5693
5793
 
5694
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5794
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5795
+
5695
5796
 
5696
5797
 
5697
5798
 
@@ -5728,7 +5829,8 @@ wfsLayer.load().then((result) => {
5728
5829
  <td class="type">
5729
5830
 
5730
5831
 
5731
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5832
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5833
+
5732
5834
 
5733
5835
 
5734
5836
 
@@ -5773,7 +5875,7 @@ wfsLayer.load().then((result) => {
5773
5875
 
5774
5876
  <dt class="inherited-from">Inherited From:</dt>
5775
5877
  <dd class="inherited-from"><ul class="dummy"><li>
5776
- <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>
5878
+ <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>
5777
5879
  </li></ul></dd>
5778
5880
 
5779
5881
 
@@ -5912,6 +6014,7 @@ wfsLayer.load().then((result) => {
5912
6014
  <span class="param-type">Object</span>
5913
6015
 
5914
6016
 
6017
+
5915
6018
 
5916
6019
  </td>
5917
6020
 
@@ -5945,6 +6048,7 @@ wfsLayer.load().then((result) => {
5945
6048
  <span class="param-type">String</span>
5946
6049
 
5947
6050
 
6051
+
5948
6052
 
5949
6053
  </td>
5950
6054
 
@@ -5982,6 +6086,7 @@ wfsLayer.load().then((result) => {
5982
6086
  <span class="param-type">String</span>
5983
6087
 
5984
6088
 
6089
+
5985
6090
 
5986
6091
  </td>
5987
6092
 
@@ -6016,7 +6121,8 @@ wfsLayer.load().then((result) => {
6016
6121
  <td class="type">
6017
6122
 
6018
6123
 
6019
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6124
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6125
+
6020
6126
 
6021
6127
 
6022
6128
 
@@ -6053,7 +6159,8 @@ wfsLayer.load().then((result) => {
6053
6159
  <td class="type">
6054
6160
 
6055
6161
 
6056
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6162
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6163
+
6057
6164
 
6058
6165
 
6059
6166
 
@@ -6090,7 +6197,8 @@ wfsLayer.load().then((result) => {
6090
6197
  <td class="type">
6091
6198
 
6092
6199
 
6093
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6200
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6201
+
6094
6202
 
6095
6203
 
6096
6204
 
@@ -6127,7 +6235,8 @@ wfsLayer.load().then((result) => {
6127
6235
  <td class="type">
6128
6236
 
6129
6237
 
6130
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6238
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6239
+
6131
6240
 
6132
6241
 
6133
6242
 
@@ -6164,7 +6273,8 @@ wfsLayer.load().then((result) => {
6164
6273
  <td class="type">
6165
6274
 
6166
6275
 
6167
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6276
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6277
+
6168
6278
 
6169
6279
 
6170
6280
 
@@ -6209,7 +6319,7 @@ wfsLayer.load().then((result) => {
6209
6319
 
6210
6320
  <dt class="inherited-from">Inherited From:</dt>
6211
6321
  <dd class="inherited-from"><ul class="dummy"><li>
6212
- <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>
6322
+ <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>
6213
6323
  </li></ul></dd>
6214
6324
 
6215
6325
 
@@ -6358,6 +6468,7 @@ wfsLayer.load().then((result) => {
6358
6468
  <span class="param-type">Object</span>
6359
6469
 
6360
6470
 
6471
+
6361
6472
 
6362
6473
  </td>
6363
6474
 
@@ -6391,6 +6502,7 @@ wfsLayer.load().then((result) => {
6391
6502
  <span class="param-type">String</span>
6392
6503
 
6393
6504
 
6505
+
6394
6506
 
6395
6507
  </td>
6396
6508
 
@@ -6428,6 +6540,7 @@ wfsLayer.load().then((result) => {
6428
6540
  <span class="param-type">String</span>
6429
6541
 
6430
6542
 
6543
+
6431
6544
 
6432
6545
  </td>
6433
6546
 
@@ -6462,7 +6575,8 @@ wfsLayer.load().then((result) => {
6462
6575
  <td class="type">
6463
6576
 
6464
6577
 
6465
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6578
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6579
+
6466
6580
 
6467
6581
 
6468
6582
 
@@ -6499,7 +6613,8 @@ wfsLayer.load().then((result) => {
6499
6613
  <td class="type">
6500
6614
 
6501
6615
 
6502
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6616
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6617
+
6503
6618
 
6504
6619
 
6505
6620
 
@@ -6536,7 +6651,8 @@ wfsLayer.load().then((result) => {
6536
6651
  <td class="type">
6537
6652
 
6538
6653
 
6539
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6654
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6655
+
6540
6656
 
6541
6657
 
6542
6658
 
@@ -6573,7 +6689,8 @@ wfsLayer.load().then((result) => {
6573
6689
  <td class="type">
6574
6690
 
6575
6691
 
6576
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6692
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6693
+
6577
6694
 
6578
6695
 
6579
6696
 
@@ -6610,7 +6727,8 @@ wfsLayer.load().then((result) => {
6610
6727
  <td class="type">
6611
6728
 
6612
6729
 
6613
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6730
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6731
+
6614
6732
 
6615
6733
 
6616
6734
 
@@ -6655,7 +6773,7 @@ wfsLayer.load().then((result) => {
6655
6773
 
6656
6774
  <dt class="inherited-from">Inherited From:</dt>
6657
6775
  <dd class="inherited-from"><ul class="dummy"><li>
6658
- <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>
6776
+ <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>
6659
6777
  </li></ul></dd>
6660
6778
 
6661
6779
 
@@ -6794,6 +6912,7 @@ wfsLayer.load().then((result) => {
6794
6912
  <span class="param-type">Object</span>
6795
6913
 
6796
6914
 
6915
+
6797
6916
 
6798
6917
  </td>
6799
6918
 
@@ -6827,6 +6946,7 @@ wfsLayer.load().then((result) => {
6827
6946
  <span class="param-type">String</span>
6828
6947
 
6829
6948
 
6949
+
6830
6950
 
6831
6951
  </td>
6832
6952
 
@@ -6864,6 +6984,7 @@ wfsLayer.load().then((result) => {
6864
6984
  <span class="param-type">String</span>
6865
6985
 
6866
6986
 
6987
+
6867
6988
 
6868
6989
  </td>
6869
6990
 
@@ -6898,7 +7019,8 @@ wfsLayer.load().then((result) => {
6898
7019
  <td class="type">
6899
7020
 
6900
7021
 
6901
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7022
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7023
+
6902
7024
 
6903
7025
 
6904
7026
 
@@ -6935,7 +7057,8 @@ wfsLayer.load().then((result) => {
6935
7057
  <td class="type">
6936
7058
 
6937
7059
 
6938
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7060
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7061
+
6939
7062
 
6940
7063
 
6941
7064
 
@@ -6972,7 +7095,8 @@ wfsLayer.load().then((result) => {
6972
7095
  <td class="type">
6973
7096
 
6974
7097
 
6975
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7098
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7099
+
6976
7100
 
6977
7101
 
6978
7102
 
@@ -7009,7 +7133,8 @@ wfsLayer.load().then((result) => {
7009
7133
  <td class="type">
7010
7134
 
7011
7135
 
7012
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7136
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7137
+
7013
7138
 
7014
7139
 
7015
7140
 
@@ -7046,7 +7171,8 @@ wfsLayer.load().then((result) => {
7046
7171
  <td class="type">
7047
7172
 
7048
7173
 
7049
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7174
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7175
+
7050
7176
 
7051
7177
 
7052
7178
 
@@ -7091,7 +7217,7 @@ wfsLayer.load().then((result) => {
7091
7217
 
7092
7218
  <dt class="inherited-from">Inherited From:</dt>
7093
7219
  <dd class="inherited-from"><ul class="dummy"><li>
7094
- <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>
7220
+ <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>
7095
7221
  </li></ul></dd>
7096
7222
 
7097
7223
 
@@ -7240,6 +7366,7 @@ wfsLayer.load().then((result) => {
7240
7366
  <span class="param-type">Object</span>
7241
7367
 
7242
7368
 
7369
+
7243
7370
 
7244
7371
  </td>
7245
7372
 
@@ -7273,6 +7400,7 @@ wfsLayer.load().then((result) => {
7273
7400
  <span class="param-type">String</span>
7274
7401
 
7275
7402
 
7403
+
7276
7404
 
7277
7405
  </td>
7278
7406
 
@@ -7310,6 +7438,7 @@ wfsLayer.load().then((result) => {
7310
7438
  <span class="param-type">String</span>
7311
7439
 
7312
7440
 
7441
+
7313
7442
 
7314
7443
  </td>
7315
7444
 
@@ -7344,7 +7473,8 @@ wfsLayer.load().then((result) => {
7344
7473
  <td class="type">
7345
7474
 
7346
7475
 
7347
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7476
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7477
+
7348
7478
 
7349
7479
 
7350
7480
 
@@ -7381,7 +7511,8 @@ wfsLayer.load().then((result) => {
7381
7511
  <td class="type">
7382
7512
 
7383
7513
 
7384
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7514
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7515
+
7385
7516
 
7386
7517
 
7387
7518
 
@@ -7418,7 +7549,8 @@ wfsLayer.load().then((result) => {
7418
7549
  <td class="type">
7419
7550
 
7420
7551
 
7421
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7552
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7553
+
7422
7554
 
7423
7555
 
7424
7556
 
@@ -7455,7 +7587,8 @@ wfsLayer.load().then((result) => {
7455
7587
  <td class="type">
7456
7588
 
7457
7589
 
7458
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7590
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7591
+
7459
7592
 
7460
7593
 
7461
7594
 
@@ -7492,7 +7625,8 @@ wfsLayer.load().then((result) => {
7492
7625
  <td class="type">
7493
7626
 
7494
7627
 
7495
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7628
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7629
+
7496
7630
 
7497
7631
 
7498
7632
 
@@ -7537,7 +7671,7 @@ wfsLayer.load().then((result) => {
7537
7671
 
7538
7672
  <dt class="inherited-from">Inherited From:</dt>
7539
7673
  <dd class="inherited-from"><ul class="dummy"><li>
7540
- <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>
7674
+ <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>
7541
7675
  </li></ul></dd>
7542
7676
 
7543
7677
 
@@ -7676,6 +7810,7 @@ wfsLayer.load().then((result) => {
7676
7810
  <span class="param-type">Object</span>
7677
7811
 
7678
7812
 
7813
+
7679
7814
 
7680
7815
  </td>
7681
7816
 
@@ -7709,6 +7844,7 @@ wfsLayer.load().then((result) => {
7709
7844
  <span class="param-type">String</span>
7710
7845
 
7711
7846
 
7847
+
7712
7848
 
7713
7849
  </td>
7714
7850
 
@@ -7746,6 +7882,7 @@ wfsLayer.load().then((result) => {
7746
7882
  <span class="param-type">String</span>
7747
7883
 
7748
7884
 
7885
+
7749
7886
 
7750
7887
  </td>
7751
7888
 
@@ -7780,7 +7917,8 @@ wfsLayer.load().then((result) => {
7780
7917
  <td class="type">
7781
7918
 
7782
7919
 
7783
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7920
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7921
+
7784
7922
 
7785
7923
 
7786
7924
 
@@ -7817,7 +7955,8 @@ wfsLayer.load().then((result) => {
7817
7955
  <td class="type">
7818
7956
 
7819
7957
 
7820
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7958
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7959
+
7821
7960
 
7822
7961
 
7823
7962
 
@@ -7854,7 +7993,8 @@ wfsLayer.load().then((result) => {
7854
7993
  <td class="type">
7855
7994
 
7856
7995
 
7857
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7996
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7997
+
7858
7998
 
7859
7999
 
7860
8000
 
@@ -7891,7 +8031,8 @@ wfsLayer.load().then((result) => {
7891
8031
  <td class="type">
7892
8032
 
7893
8033
 
7894
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8034
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8035
+
7895
8036
 
7896
8037
 
7897
8038
 
@@ -7928,7 +8069,8 @@ wfsLayer.load().then((result) => {
7928
8069
  <td class="type">
7929
8070
 
7930
8071
 
7931
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8072
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8073
+
7932
8074
 
7933
8075
 
7934
8076
 
@@ -7973,7 +8115,7 @@ wfsLayer.load().then((result) => {
7973
8115
 
7974
8116
  <dt class="inherited-from">Inherited From:</dt>
7975
8117
  <dd class="inherited-from"><ul class="dummy"><li>
7976
- <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>
8118
+ <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>
7977
8119
  </li></ul></dd>
7978
8120
 
7979
8121