@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
@@ -87,13 +87,18 @@ if(layer.loadStatus === 'loaded') {<br/>
87
87
 
88
88
  <tr class="deep-level-0">
89
89
 
90
- <td class="name" id="options"><code>options</code></td>
90
+ <td class="name"><code>options</code></td>
91
91
 
92
92
 
93
93
  <td class="type">
94
94
 
95
95
 
96
- <span class="param-type">Object</span>
96
+ <span class="param-type">
97
+
98
+ Object
99
+
100
+ </span>
101
+
97
102
 
98
103
 
99
104
 
@@ -113,13 +118,18 @@ if(layer.loadStatus === 'loaded') {<br/>
113
118
 
114
119
  <tr class="deep-level-1">
115
120
 
116
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
117
122
 
118
123
 
119
124
  <td class="type">
120
125
 
121
126
 
122
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
132
+
123
133
 
124
134
 
125
135
 
@@ -143,13 +153,18 @@ if(layer.loadStatus === 'loaded') {<br/>
143
153
 
144
154
  <tr class="deep-level-1">
145
155
 
146
- <td class="name" id="sublayerId"><code>sublayerId</code></td>
156
+ <td class="name"><code>sublayerId</code></td>
147
157
 
148
158
 
149
159
  <td class="type">
150
160
 
151
161
 
152
- <span class="param-type">String</span>
162
+ <span class="param-type">
163
+
164
+ String
165
+
166
+ </span>
167
+
153
168
 
154
169
 
155
170
 
@@ -169,13 +184,18 @@ if(layer.loadStatus === 'loaded') {<br/>
169
184
 
170
185
  <tr class="deep-level-1">
171
186
 
172
- <td class="name" id="id"><code>id</code></td>
187
+ <td class="name"><code>id</code></td>
173
188
 
174
189
 
175
190
  <td class="type">
176
191
 
177
192
 
178
- <span class="param-type">String</span>
193
+ <span class="param-type">
194
+
195
+ String
196
+
197
+ </span>
198
+
179
199
 
180
200
 
181
201
 
@@ -195,13 +215,18 @@ if(layer.loadStatus === 'loaded') {<br/>
195
215
 
196
216
  <tr class="deep-level-1">
197
217
 
198
- <td class="name" id="index"><code>index</code></td>
218
+ <td class="name"><code>index</code></td>
199
219
 
200
220
 
201
221
  <td class="type">
202
222
 
203
223
 
204
- <span class="param-type">Number</span>
224
+ <span class="param-type">
225
+
226
+ Number
227
+
228
+ </span>
229
+
205
230
 
206
231
 
207
232
 
@@ -221,13 +246,18 @@ if(layer.loadStatus === 'loaded') {<br/>
221
246
 
222
247
  <tr class="deep-level-1">
223
248
 
224
- <td class="name" id="opacity"><code>opacity</code></td>
249
+ <td class="name"><code>opacity</code></td>
225
250
 
226
251
 
227
252
  <td class="type">
228
253
 
229
254
 
230
- <span class="param-type">Number</span>
255
+ <span class="param-type">
256
+
257
+ Number
258
+
259
+ </span>
260
+
231
261
 
232
262
 
233
263
 
@@ -249,13 +279,18 @@ if(layer.loadStatus === 'loaded') {<br/>
249
279
 
250
280
  <tr class="deep-level-1">
251
281
 
252
- <td class="name" id="visible"><code>visible</code></td>
282
+ <td class="name"><code>visible</code></td>
253
283
 
254
284
 
255
285
  <td class="type">
256
286
 
257
287
 
258
- <span class="param-type">Boolean</span>
288
+ <span class="param-type">
289
+
290
+ Boolean
291
+
292
+ </span>
293
+
259
294
 
260
295
 
261
296
 
@@ -277,13 +312,18 @@ if(layer.loadStatus === 'loaded') {<br/>
277
312
 
278
313
  <tr class="deep-level-1">
279
314
 
280
- <td class="name" id="renderer"><code>renderer</code></td>
315
+ <td class="name"><code>renderer</code></td>
281
316
 
282
317
 
283
318
  <td class="type">
284
319
 
285
320
 
286
- <span class="param-type">Object</span>
321
+ <span class="param-type">
322
+
323
+ Object
324
+
325
+ </span>
326
+
287
327
 
288
328
 
289
329
 
@@ -310,13 +350,18 @@ if(layer.loadStatus === 'loaded') {<br/>
310
350
 
311
351
  <tr class="deep-level-1">
312
352
 
313
- <td class="name" id="labelsVisible"><code>labelsVisible</code></td>
353
+ <td class="name"><code>labelsVisible</code></td>
314
354
 
315
355
 
316
356
  <td class="type">
317
357
 
318
358
 
319
- <span class="param-type">Boolean</span>
359
+ <span class="param-type">
360
+
361
+ Boolean
362
+
363
+ </span>
364
+
320
365
 
321
366
 
322
367
 
@@ -338,13 +383,18 @@ if(layer.loadStatus === 'loaded') {<br/>
338
383
 
339
384
  <tr class="deep-level-1">
340
385
 
341
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
386
+ <td class="name"><code>labelingInfo</code></td>
342
387
 
343
388
 
344
389
  <td class="type">
345
390
 
346
391
 
347
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
392
+ <span class="param-type">
393
+
394
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
395
+
396
+ </span>
397
+
348
398
 
349
399
 
350
400
 
@@ -367,13 +417,18 @@ if(layer.loadStatus === 'loaded') {<br/>
367
417
 
368
418
  <tr class="deep-level-1">
369
419
 
370
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
420
+ <td class="name"><code>elevationInfo</code></td>
371
421
 
372
422
 
373
423
  <td class="type">
374
424
 
375
425
 
376
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
426
+ <span class="param-type">
427
+
428
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
429
+
430
+ </span>
431
+
377
432
 
378
433
 
379
434
 
@@ -445,17 +500,17 @@ if(layer.loadStatus === 'loaded') {<br/>
445
500
  <div class="column is-2"><label>绑定事件</label></div>
446
501
  <div class="column is-10">
447
502
  <ul>
448
- <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>
503
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
449
504
 
450
- <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>
505
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
451
506
 
452
- <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>
507
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
453
508
 
454
- <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>
509
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
455
510
 
456
- <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>
511
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
457
512
 
458
- <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>
513
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
459
514
  </ul>
460
515
  </div>
461
516
  </div>
@@ -848,7 +903,7 @@ wfsLayer.visible = false</code></pre>
848
903
 
849
904
 
850
905
  <ul>
851
- <li><a class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
906
+ <li><a link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
852
907
  </ul>
853
908
 
854
909
 
@@ -880,11 +935,16 @@ wfsLayer.visible = false</code></pre>
880
935
  <tbody>
881
936
 
882
937
  <tr class="deep-level-0">
883
- <td class="name"><code><a href="WFSLayer.html#copyright">copyright</a></code></td>
938
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
884
939
  <td class="name">
885
940
  <code>
886
941
 
887
- <span class="param-type">String</span>
942
+ <span class="param-type">
943
+
944
+ String
945
+
946
+ </span>
947
+
888
948
 
889
949
 
890
950
  </code>
@@ -893,11 +953,16 @@ wfsLayer.visible = false</code></pre>
893
953
  </tr>
894
954
 
895
955
  <tr class="deep-level-0">
896
- <td class="name"><code><a href="WFSLayer.html#customParameters">customParameters</a></code></td>
956
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
897
957
  <td class="name">
898
958
  <code>
899
959
 
900
- <span class="param-type">Object</span>
960
+ <span class="param-type">
961
+
962
+ Object
963
+
964
+ </span>
965
+
901
966
 
902
967
 
903
968
  </code>
@@ -906,11 +971,16 @@ wfsLayer.visible = false</code></pre>
906
971
  </tr>
907
972
 
908
973
  <tr class="deep-level-0">
909
- <td class="name"><code><a href="WFSLayer.html#description">description</a></code></td>
974
+ <td class="name"><code><a href="#description">description</a></code></td>
910
975
  <td class="name">
911
976
  <code>
912
977
 
913
- <span class="param-type">String</span>
978
+ <span class="param-type">
979
+
980
+ String
981
+
982
+ </span>
983
+
914
984
 
915
985
 
916
986
  </code>
@@ -919,11 +989,16 @@ wfsLayer.visible = false</code></pre>
919
989
  </tr>
920
990
 
921
991
  <tr class="deep-level-0">
922
- <td class="name"><code><a href="WFSLayer.html#elevationInfo">elevationInfo</a></code></td>
992
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
923
993
  <td class="name">
924
994
  <code>
925
995
 
926
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
996
+ <span class="param-type">
997
+
998
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
999
+
1000
+ </span>
1001
+
927
1002
 
928
1003
 
929
1004
  </code>
@@ -932,11 +1007,16 @@ wfsLayer.visible = false</code></pre>
932
1007
  </tr>
933
1008
 
934
1009
  <tr class="deep-level-0">
935
- <td class="name"><code><a href="WFSLayer.html#extendOptions">extendOptions</a></code></td>
1010
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
936
1011
  <td class="name">
937
1012
  <code>
938
1013
 
939
- <span class="param-type">Object</span>
1014
+ <span class="param-type">
1015
+
1016
+ Object
1017
+
1018
+ </span>
1019
+
940
1020
 
941
1021
 
942
1022
  </code>
@@ -945,11 +1025,16 @@ wfsLayer.visible = false</code></pre>
945
1025
  </tr>
946
1026
 
947
1027
  <tr class="deep-level-0">
948
- <td class="name"><code><a href="WFSLayer.html#extendProps">extendProps</a></code></td>
1028
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
949
1029
  <td class="name">
950
1030
  <code>
951
1031
 
952
- <span class="param-type">Object</span>
1032
+ <span class="param-type">
1033
+
1034
+ Object
1035
+
1036
+ </span>
1037
+
953
1038
 
954
1039
 
955
1040
  </code>
@@ -958,11 +1043,16 @@ wfsLayer.visible = false</code></pre>
958
1043
  </tr>
959
1044
 
960
1045
  <tr class="deep-level-0">
961
- <td class="name"><code><a href="WFSLayer.html#extent">extent</a></code></td>
1046
+ <td class="name"><code><a href="#extent">extent</a></code></td>
962
1047
  <td class="name">
963
1048
  <code>
964
1049
 
965
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1050
+ <span class="param-type">
1051
+
1052
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1053
+
1054
+ </span>
1055
+
966
1056
 
967
1057
 
968
1058
  </code>
@@ -971,11 +1061,16 @@ wfsLayer.visible = false</code></pre>
971
1061
  </tr>
972
1062
 
973
1063
  <tr class="deep-level-0">
974
- <td class="name"><code><a href="WFSLayer.html#geometryType">geometryType</a></code></td>
1064
+ <td class="name"><code><a href="#geometryType">geometryType</a></code></td>
975
1065
  <td class="name">
976
1066
  <code>
977
1067
 
978
- <span class="param-type">String</span>
1068
+ <span class="param-type">
1069
+
1070
+ String
1071
+
1072
+ </span>
1073
+
979
1074
 
980
1075
 
981
1076
  </code>
@@ -984,11 +1079,16 @@ wfsLayer.visible = false</code></pre>
984
1079
  </tr>
985
1080
 
986
1081
  <tr class="deep-level-0">
987
- <td class="name"><code><a href="WFSLayer.html#headers">headers</a></code></td>
1082
+ <td class="name"><code><a href="#headers">headers</a></code></td>
988
1083
  <td class="name">
989
1084
  <code>
990
1085
 
991
- <span class="param-type">String</span>
1086
+ <span class="param-type">
1087
+
1088
+ String
1089
+
1090
+ </span>
1091
+
992
1092
 
993
1093
 
994
1094
  </code>
@@ -997,11 +1097,16 @@ wfsLayer.visible = false</code></pre>
997
1097
  </tr>
998
1098
 
999
1099
  <tr class="deep-level-0">
1000
- <td class="name"><code><a href="WFSLayer.html#httpMethod">httpMethod</a></code></td>
1100
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
1001
1101
  <td class="name">
1002
1102
  <code>
1003
1103
 
1004
- <span class="param-type">String</span>
1104
+ <span class="param-type">
1105
+
1106
+ String
1107
+
1108
+ </span>
1109
+
1005
1110
 
1006
1111
 
1007
1112
  </code>
@@ -1010,11 +1115,16 @@ wfsLayer.visible = false</code></pre>
1010
1115
  </tr>
1011
1116
 
1012
1117
  <tr class="deep-level-0">
1013
- <td class="name"><code><a href="WFSLayer.html#id">id</a></code></td>
1118
+ <td class="name"><code><a href="#id">id</a></code></td>
1014
1119
  <td class="name">
1015
1120
  <code>
1016
1121
 
1017
- <span class="param-type">String</span>
1122
+ <span class="param-type">
1123
+
1124
+ String
1125
+
1126
+ </span>
1127
+
1018
1128
 
1019
1129
 
1020
1130
  </code>
@@ -1023,11 +1133,16 @@ wfsLayer.visible = false</code></pre>
1023
1133
  </tr>
1024
1134
 
1025
1135
  <tr class="deep-level-0">
1026
- <td class="name"><code><a href="WFSLayer.html#index">index</a></code></td>
1136
+ <td class="name"><code><a href="#index">index</a></code></td>
1027
1137
  <td class="name">
1028
1138
  <code>
1029
1139
 
1030
- <span class="param-type">Number</span>
1140
+ <span class="param-type">
1141
+
1142
+ Number
1143
+
1144
+ </span>
1145
+
1031
1146
 
1032
1147
 
1033
1148
  </code>
@@ -1036,11 +1151,16 @@ wfsLayer.visible = false</code></pre>
1036
1151
  </tr>
1037
1152
 
1038
1153
  <tr class="deep-level-0">
1039
- <td class="name"><code><a href="WFSLayer.html#labelingInfo">labelingInfo</a></code></td>
1154
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
1040
1155
  <td class="name">
1041
1156
  <code>
1042
1157
 
1043
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
1158
+ <span class="param-type">
1159
+
1160
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1161
+
1162
+ </span>
1163
+
1044
1164
 
1045
1165
 
1046
1166
  </code>
@@ -1049,11 +1169,16 @@ wfsLayer.visible = false</code></pre>
1049
1169
  </tr>
1050
1170
 
1051
1171
  <tr class="deep-level-0">
1052
- <td class="name"><code><a href="WFSLayer.html#labelsVisible">labelsVisible</a></code></td>
1172
+ <td class="name"><code><a href="#labelsVisible">labelsVisible</a></code></td>
1053
1173
  <td class="name">
1054
1174
  <code>
1055
1175
 
1056
- <span class="param-type">Boolean</span>
1176
+ <span class="param-type">
1177
+
1178
+ Boolean
1179
+
1180
+ </span>
1181
+
1057
1182
 
1058
1183
 
1059
1184
  </code>
@@ -1062,11 +1187,16 @@ wfsLayer.visible = false</code></pre>
1062
1187
  </tr>
1063
1188
 
1064
1189
  <tr class="deep-level-0">
1065
- <td class="name"><code><a href="WFSLayer.html#loaded">loaded</a></code></td>
1190
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
1066
1191
  <td class="name">
1067
1192
  <code>
1068
1193
 
1069
- <span class="param-type">Boolean</span>
1194
+ <span class="param-type">
1195
+
1196
+ Boolean
1197
+
1198
+ </span>
1199
+
1070
1200
 
1071
1201
 
1072
1202
  </code>
@@ -1075,11 +1205,16 @@ wfsLayer.visible = false</code></pre>
1075
1205
  </tr>
1076
1206
 
1077
1207
  <tr class="deep-level-0">
1078
- <td class="name"><code><a href="WFSLayer.html#loadStatus">loadStatus</a></code></td>
1208
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
1079
1209
  <td class="name">
1080
1210
  <code>
1081
1211
 
1082
- <span class="param-type">String</span>
1212
+ <span class="param-type">
1213
+
1214
+ String
1215
+
1216
+ </span>
1217
+
1083
1218
 
1084
1219
 
1085
1220
  </code>
@@ -1088,11 +1223,16 @@ wfsLayer.visible = false</code></pre>
1088
1223
  </tr>
1089
1224
 
1090
1225
  <tr class="deep-level-0">
1091
- <td class="name"><code><a href="WFSLayer.html#maxScale">maxScale</a></code></td>
1226
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
1092
1227
  <td class="name">
1093
1228
  <code>
1094
1229
 
1095
- <span class="param-type">Number</span>
1230
+ <span class="param-type">
1231
+
1232
+ Number
1233
+
1234
+ </span>
1235
+
1096
1236
 
1097
1237
 
1098
1238
  </code>
@@ -1101,11 +1241,16 @@ wfsLayer.visible = false</code></pre>
1101
1241
  </tr>
1102
1242
 
1103
1243
  <tr class="deep-level-0">
1104
- <td class="name"><code><a href="WFSLayer.html#minScale">minScale</a></code></td>
1244
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
1105
1245
  <td class="name">
1106
1246
  <code>
1107
1247
 
1108
- <span class="param-type">Number</span>
1248
+ <span class="param-type">
1249
+
1250
+ Number
1251
+
1252
+ </span>
1253
+
1109
1254
 
1110
1255
 
1111
1256
  </code>
@@ -1114,11 +1259,16 @@ wfsLayer.visible = false</code></pre>
1114
1259
  </tr>
1115
1260
 
1116
1261
  <tr class="deep-level-0">
1117
- <td class="name"><code><a href="WFSLayer.html#opacity">opacity</a></code></td>
1262
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
1118
1263
  <td class="name">
1119
1264
  <code>
1120
1265
 
1121
- <span class="param-type">Number</span>
1266
+ <span class="param-type">
1267
+
1268
+ Number
1269
+
1270
+ </span>
1271
+
1122
1272
 
1123
1273
 
1124
1274
  </code>
@@ -1127,11 +1277,16 @@ wfsLayer.visible = false</code></pre>
1127
1277
  </tr>
1128
1278
 
1129
1279
  <tr class="deep-level-0">
1130
- <td class="name"><code><a href="WFSLayer.html#outFields">outFields</a></code></td>
1280
+ <td class="name"><code><a href="#outFields">outFields</a></code></td>
1131
1281
  <td class="name">
1132
1282
  <code>
1133
1283
 
1134
- <span class="param-type">Array.&lt;String></span>
1284
+ <span class="param-type">
1285
+
1286
+ Array.&lt;String>
1287
+
1288
+ </span>
1289
+
1135
1290
 
1136
1291
 
1137
1292
  </code>
@@ -1140,11 +1295,16 @@ wfsLayer.visible = false</code></pre>
1140
1295
  </tr>
1141
1296
 
1142
1297
  <tr class="deep-level-0">
1143
- <td class="name"><code><a href="WFSLayer.html#renderer">renderer</a></code></td>
1298
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
1144
1299
  <td class="name">
1145
1300
  <code>
1146
1301
 
1147
- <span class="param-type">String</span>
1302
+ <span class="param-type">
1303
+
1304
+ String
1305
+
1306
+ </span>
1307
+
1148
1308
 
1149
1309
 
1150
1310
  </code>
@@ -1153,11 +1313,16 @@ wfsLayer.visible = false</code></pre>
1153
1313
  </tr>
1154
1314
 
1155
1315
  <tr class="deep-level-0">
1156
- <td class="name"><code><a href="WFSLayer.html#spatialReference">spatialReference</a></code></td>
1316
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1157
1317
  <td class="name">
1158
1318
  <code>
1159
1319
 
1160
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1320
+ <span class="param-type">
1321
+
1322
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1323
+
1324
+ </span>
1325
+
1161
1326
 
1162
1327
 
1163
1328
  </code>
@@ -1166,11 +1331,16 @@ wfsLayer.visible = false</code></pre>
1166
1331
  </tr>
1167
1332
 
1168
1333
  <tr class="deep-level-0">
1169
- <td class="name"><code><a href="WFSLayer.html#sublayerId">sublayerId</a></code></td>
1334
+ <td class="name"><code><a href="#sublayerId">sublayerId</a></code></td>
1170
1335
  <td class="name">
1171
1336
  <code>
1172
1337
 
1173
- <span class="param-type">String</span>
1338
+ <span class="param-type">
1339
+
1340
+ String
1341
+
1342
+ </span>
1343
+
1174
1344
 
1175
1345
 
1176
1346
  </code>
@@ -1179,11 +1349,16 @@ wfsLayer.visible = false</code></pre>
1179
1349
  </tr>
1180
1350
 
1181
1351
  <tr class="deep-level-0">
1182
- <td class="name"><code><a href="WFSLayer.html#title">title</a></code></td>
1352
+ <td class="name"><code><a href="#title">title</a></code></td>
1183
1353
  <td class="name">
1184
1354
  <code>
1185
1355
 
1186
- <span class="param-type">String</span>
1356
+ <span class="param-type">
1357
+
1358
+ String
1359
+
1360
+ </span>
1361
+
1187
1362
 
1188
1363
 
1189
1364
  </code>
@@ -1192,11 +1367,16 @@ wfsLayer.visible = false</code></pre>
1192
1367
  </tr>
1193
1368
 
1194
1369
  <tr class="deep-level-0">
1195
- <td class="name"><code><a href="WFSLayer.html#tokenKey">tokenKey</a></code></td>
1370
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1196
1371
  <td class="name">
1197
1372
  <code>
1198
1373
 
1199
- <span class="param-type">String</span>
1374
+ <span class="param-type">
1375
+
1376
+ String
1377
+
1378
+ </span>
1379
+
1200
1380
 
1201
1381
 
1202
1382
  </code>
@@ -1205,11 +1385,16 @@ wfsLayer.visible = false</code></pre>
1205
1385
  </tr>
1206
1386
 
1207
1387
  <tr class="deep-level-0">
1208
- <td class="name"><code><a href="WFSLayer.html#tokenValue">tokenValue</a></code></td>
1388
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1209
1389
  <td class="name">
1210
1390
  <code>
1211
1391
 
1212
- <span class="param-type">String</span>
1392
+ <span class="param-type">
1393
+
1394
+ String
1395
+
1396
+ </span>
1397
+
1213
1398
 
1214
1399
 
1215
1400
  </code>
@@ -1218,11 +1403,16 @@ wfsLayer.visible = false</code></pre>
1218
1403
  </tr>
1219
1404
 
1220
1405
  <tr class="deep-level-0">
1221
- <td class="name"><code><a href="WFSLayer.html#type">type</a></code></td>
1406
+ <td class="name"><code><a href="#type">type</a></code></td>
1222
1407
  <td class="name">
1223
1408
  <code>
1224
1409
 
1225
- <span class="param-type">String</span>
1410
+ <span class="param-type">
1411
+
1412
+ String
1413
+
1414
+ </span>
1415
+
1226
1416
 
1227
1417
 
1228
1418
  </code>
@@ -1231,11 +1421,16 @@ wfsLayer.visible = false</code></pre>
1231
1421
  </tr>
1232
1422
 
1233
1423
  <tr class="deep-level-0">
1234
- <td class="name"><code><a href="WFSLayer.html#version">version</a></code></td>
1424
+ <td class="name"><code><a href="#version">version</a></code></td>
1235
1425
  <td class="name">
1236
1426
  <code>
1237
1427
 
1238
- <span class="param-type">String</span>
1428
+ <span class="param-type">
1429
+
1430
+ String
1431
+
1432
+ </span>
1433
+
1239
1434
 
1240
1435
 
1241
1436
  </code>
@@ -1244,11 +1439,16 @@ wfsLayer.visible = false</code></pre>
1244
1439
  </tr>
1245
1440
 
1246
1441
  <tr class="deep-level-0">
1247
- <td class="name"><code><a href="WFSLayer.html#visible">visible</a></code></td>
1442
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1248
1443
  <td class="name">
1249
1444
  <code>
1250
1445
 
1251
- <span class="param-type">Number</span>
1446
+ <span class="param-type">
1447
+
1448
+ Number
1449
+
1450
+ </span>
1451
+
1252
1452
 
1253
1453
 
1254
1454
  </code>
@@ -1257,11 +1457,16 @@ wfsLayer.visible = false</code></pre>
1257
1457
  </tr>
1258
1458
 
1259
1459
  <tr class="deep-level-0">
1260
- <td class="name"><code><a href="WFSLayer.html#wfsCapabilities">wfsCapabilities</a></code></td>
1460
+ <td class="name"><code><a href="#wfsCapabilities">wfsCapabilities</a></code></td>
1261
1461
  <td class="name">
1262
1462
  <code>
1263
1463
 
1264
- <span class="param-type">String</span>
1464
+ <span class="param-type">
1465
+
1466
+ String
1467
+
1468
+ </span>
1469
+
1265
1470
 
1266
1471
 
1267
1472
  </code>
@@ -1280,7 +1485,12 @@ wfsLayer.visible = false</code></pre>
1280
1485
  <span class="method-parameter is-pulled-right">
1281
1486
  <label>类型:</label>
1282
1487
 
1283
- <span class="param-type">String</span>
1488
+ <span class="param-type">
1489
+
1490
+ String
1491
+
1492
+ </span>
1493
+
1284
1494
 
1285
1495
 
1286
1496
  </span>
@@ -1318,7 +1528,7 @@ wfsLayer.visible = false</code></pre>
1318
1528
 
1319
1529
  <dt class="inherited-from">Inherited From:</dt>
1320
1530
  <dd class="inherited-from"><ul class="dummy"><li>
1321
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1531
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1322
1532
  </li></ul></dd>
1323
1533
 
1324
1534
 
@@ -1359,7 +1569,12 @@ wfsLayer.visible = false</code></pre>
1359
1569
  <span class="method-parameter is-pulled-right">
1360
1570
  <label>类型:</label>
1361
1571
 
1362
- <span class="param-type">Object</span>
1572
+ <span class="param-type">
1573
+
1574
+ Object
1575
+
1576
+ </span>
1577
+
1363
1578
 
1364
1579
 
1365
1580
  </span>
@@ -1393,7 +1608,7 @@ wfsLayer.visible = false</code></pre>
1393
1608
 
1394
1609
  <dt class="inherited-from">Inherited From:</dt>
1395
1610
  <dd class="inherited-from"><ul class="dummy"><li>
1396
- <a class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1611
+ <a goto="customParameters" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1397
1612
  </li></ul></dd>
1398
1613
 
1399
1614
 
@@ -1434,7 +1649,12 @@ wfsLayer.visible = false</code></pre>
1434
1649
  <span class="method-parameter is-pulled-right">
1435
1650
  <label>类型:</label>
1436
1651
 
1437
- <span class="param-type">String</span>
1652
+ <span class="param-type">
1653
+
1654
+ String
1655
+
1656
+ </span>
1657
+
1438
1658
 
1439
1659
 
1440
1660
  </span>
@@ -1472,7 +1692,7 @@ wfsLayer.visible = false</code></pre>
1472
1692
 
1473
1693
  <dt class="inherited-from">Inherited From:</dt>
1474
1694
  <dd class="inherited-from"><ul class="dummy"><li>
1475
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1695
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1476
1696
  </li></ul></dd>
1477
1697
 
1478
1698
 
@@ -1513,7 +1733,12 @@ wfsLayer.visible = false</code></pre>
1513
1733
  <span class="method-parameter is-pulled-right">
1514
1734
  <label>类型:</label>
1515
1735
 
1516
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1736
+ <span class="param-type">
1737
+
1738
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1739
+
1740
+ </span>
1741
+
1517
1742
 
1518
1743
 
1519
1744
  </span>
@@ -1583,7 +1808,12 @@ wfsLayer.visible = false</code></pre>
1583
1808
  <span class="method-parameter is-pulled-right">
1584
1809
  <label>类型:</label>
1585
1810
 
1586
- <span class="param-type">Object</span>
1811
+ <span class="param-type">
1812
+
1813
+ Object
1814
+
1815
+ </span>
1816
+
1587
1817
 
1588
1818
 
1589
1819
  </span>
@@ -1617,7 +1847,7 @@ wfsLayer.visible = false</code></pre>
1617
1847
 
1618
1848
  <dt class="inherited-from">Inherited From:</dt>
1619
1849
  <dd class="inherited-from"><ul class="dummy"><li>
1620
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1850
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1621
1851
  </li></ul></dd>
1622
1852
 
1623
1853
 
@@ -1658,7 +1888,12 @@ wfsLayer.visible = false</code></pre>
1658
1888
  <span class="method-parameter is-pulled-right">
1659
1889
  <label>类型:</label>
1660
1890
 
1661
- <span class="param-type">Object</span>
1891
+ <span class="param-type">
1892
+
1893
+ Object
1894
+
1895
+ </span>
1896
+
1662
1897
 
1663
1898
 
1664
1899
  </span>
@@ -1692,7 +1927,7 @@ wfsLayer.visible = false</code></pre>
1692
1927
 
1693
1928
  <dt class="inherited-from">Inherited From:</dt>
1694
1929
  <dd class="inherited-from"><ul class="dummy"><li>
1695
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1930
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1696
1931
  </li></ul></dd>
1697
1932
 
1698
1933
 
@@ -1733,7 +1968,12 @@ wfsLayer.visible = false</code></pre>
1733
1968
  <span class="method-parameter is-pulled-right">
1734
1969
  <label>类型:</label>
1735
1970
 
1736
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1971
+ <span class="param-type">
1972
+
1973
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1974
+
1975
+ </span>
1976
+
1737
1977
 
1738
1978
 
1739
1979
  </span>
@@ -1771,7 +2011,7 @@ wfsLayer.visible = false</code></pre>
1771
2011
 
1772
2012
  <dt class="inherited-from">Inherited From:</dt>
1773
2013
  <dd class="inherited-from"><ul class="dummy"><li>
1774
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
2014
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1775
2015
  </li></ul></dd>
1776
2016
 
1777
2017
 
@@ -1812,7 +2052,12 @@ wfsLayer.visible = false</code></pre>
1812
2052
  <span class="method-parameter is-pulled-right">
1813
2053
  <label>类型:</label>
1814
2054
 
1815
- <span class="param-type">String</span>
2055
+ <span class="param-type">
2056
+
2057
+ String
2058
+
2059
+ </span>
2060
+
1816
2061
 
1817
2062
 
1818
2063
  </span>
@@ -1886,7 +2131,12 @@ wfsLayer.visible = false</code></pre>
1886
2131
  <span class="method-parameter is-pulled-right">
1887
2132
  <label>类型:</label>
1888
2133
 
1889
- <span class="param-type">String</span>
2134
+ <span class="param-type">
2135
+
2136
+ String
2137
+
2138
+ </span>
2139
+
1890
2140
 
1891
2141
 
1892
2142
  </span>
@@ -1920,7 +2170,7 @@ wfsLayer.visible = false</code></pre>
1920
2170
 
1921
2171
  <dt class="inherited-from">Inherited From:</dt>
1922
2172
  <dd class="inherited-from"><ul class="dummy"><li>
1923
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
2173
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1924
2174
  </li></ul></dd>
1925
2175
 
1926
2176
 
@@ -1961,7 +2211,12 @@ wfsLayer.visible = false</code></pre>
1961
2211
  <span class="method-parameter is-pulled-right">
1962
2212
  <label>类型:</label>
1963
2213
 
1964
- <span class="param-type">String</span>
2214
+ <span class="param-type">
2215
+
2216
+ String
2217
+
2218
+ </span>
2219
+
1965
2220
 
1966
2221
 
1967
2222
  </span>
@@ -1995,7 +2250,7 @@ wfsLayer.visible = false</code></pre>
1995
2250
 
1996
2251
  <dt class="inherited-from">Inherited From:</dt>
1997
2252
  <dd class="inherited-from"><ul class="dummy"><li>
1998
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2253
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1999
2254
  </li></ul></dd>
2000
2255
 
2001
2256
 
@@ -2036,7 +2291,12 @@ wfsLayer.visible = false</code></pre>
2036
2291
  <span class="method-parameter is-pulled-right">
2037
2292
  <label>类型:</label>
2038
2293
 
2039
- <span class="param-type">String</span>
2294
+ <span class="param-type">
2295
+
2296
+ String
2297
+
2298
+ </span>
2299
+
2040
2300
 
2041
2301
 
2042
2302
  </span>
@@ -2115,7 +2375,12 @@ wfsLayer.visible = false</code></pre>
2115
2375
  <span class="method-parameter is-pulled-right">
2116
2376
  <label>类型:</label>
2117
2377
 
2118
- <span class="param-type">Number</span>
2378
+ <span class="param-type">
2379
+
2380
+ Number
2381
+
2382
+ </span>
2383
+
2119
2384
 
2120
2385
 
2121
2386
  </span>
@@ -2149,7 +2414,7 @@ wfsLayer.visible = false</code></pre>
2149
2414
 
2150
2415
  <dt class="inherited-from">Inherited From:</dt>
2151
2416
  <dd class="inherited-from"><ul class="dummy"><li>
2152
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2417
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2153
2418
  </li></ul></dd>
2154
2419
 
2155
2420
 
@@ -2190,7 +2455,12 @@ wfsLayer.visible = false</code></pre>
2190
2455
  <span class="method-parameter is-pulled-right">
2191
2456
  <label>类型:</label>
2192
2457
 
2193
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
2458
+ <span class="param-type">
2459
+
2460
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
2461
+
2462
+ </span>
2463
+
2194
2464
 
2195
2465
 
2196
2466
  </span>
@@ -2260,7 +2530,12 @@ wfsLayer.visible = false</code></pre>
2260
2530
  <span class="method-parameter is-pulled-right">
2261
2531
  <label>类型:</label>
2262
2532
 
2263
- <span class="param-type">Boolean</span>
2533
+ <span class="param-type">
2534
+
2535
+ Boolean
2536
+
2537
+ </span>
2538
+
2264
2539
 
2265
2540
 
2266
2541
  </span>
@@ -2330,7 +2605,12 @@ wfsLayer.visible = false</code></pre>
2330
2605
  <span class="method-parameter is-pulled-right">
2331
2606
  <label>类型:</label>
2332
2607
 
2333
- <span class="param-type">Boolean</span>
2608
+ <span class="param-type">
2609
+
2610
+ Boolean
2611
+
2612
+ </span>
2613
+
2334
2614
 
2335
2615
 
2336
2616
  </span>
@@ -2368,7 +2648,7 @@ wfsLayer.visible = false</code></pre>
2368
2648
 
2369
2649
  <dt class="inherited-from">Inherited From:</dt>
2370
2650
  <dd class="inherited-from"><ul class="dummy"><li>
2371
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2651
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2372
2652
  </li></ul></dd>
2373
2653
 
2374
2654
 
@@ -2414,7 +2694,12 @@ wfsLayer.visible = false</code></pre>
2414
2694
  <span class="method-parameter is-pulled-right">
2415
2695
  <label>类型:</label>
2416
2696
 
2417
- <span class="param-type">String</span>
2697
+ <span class="param-type">
2698
+
2699
+ String
2700
+
2701
+ </span>
2702
+
2418
2703
 
2419
2704
 
2420
2705
  </span>
@@ -2452,7 +2737,7 @@ wfsLayer.visible = false</code></pre>
2452
2737
 
2453
2738
  <dt class="inherited-from">Inherited From:</dt>
2454
2739
  <dd class="inherited-from"><ul class="dummy"><li>
2455
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2740
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2456
2741
  </li></ul></dd>
2457
2742
 
2458
2743
 
@@ -2498,7 +2783,12 @@ wfsLayer.visible = false</code></pre>
2498
2783
  <span class="method-parameter is-pulled-right">
2499
2784
  <label>类型:</label>
2500
2785
 
2501
- <span class="param-type">Number</span>
2786
+ <span class="param-type">
2787
+
2788
+ Number
2789
+
2790
+ </span>
2791
+
2502
2792
 
2503
2793
 
2504
2794
  </span>
@@ -2532,7 +2822,7 @@ wfsLayer.visible = false</code></pre>
2532
2822
 
2533
2823
  <dt class="inherited-from">Inherited From:</dt>
2534
2824
  <dd class="inherited-from"><ul class="dummy"><li>
2535
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2825
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2536
2826
  </li></ul></dd>
2537
2827
 
2538
2828
 
@@ -2578,7 +2868,12 @@ wfsLayer.visible = false</code></pre>
2578
2868
  <span class="method-parameter is-pulled-right">
2579
2869
  <label>类型:</label>
2580
2870
 
2581
- <span class="param-type">Number</span>
2871
+ <span class="param-type">
2872
+
2873
+ Number
2874
+
2875
+ </span>
2876
+
2582
2877
 
2583
2878
 
2584
2879
  </span>
@@ -2612,7 +2907,7 @@ wfsLayer.visible = false</code></pre>
2612
2907
 
2613
2908
  <dt class="inherited-from">Inherited From:</dt>
2614
2909
  <dd class="inherited-from"><ul class="dummy"><li>
2615
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2910
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2616
2911
  </li></ul></dd>
2617
2912
 
2618
2913
 
@@ -2658,7 +2953,12 @@ wfsLayer.visible = false</code></pre>
2658
2953
  <span class="method-parameter is-pulled-right">
2659
2954
  <label>类型:</label>
2660
2955
 
2661
- <span class="param-type">Number</span>
2956
+ <span class="param-type">
2957
+
2958
+ Number
2959
+
2960
+ </span>
2961
+
2662
2962
 
2663
2963
 
2664
2964
  </span>
@@ -2692,7 +2992,7 @@ wfsLayer.visible = false</code></pre>
2692
2992
 
2693
2993
  <dt class="inherited-from">Inherited From:</dt>
2694
2994
  <dd class="inherited-from"><ul class="dummy"><li>
2695
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2995
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2696
2996
  </li></ul></dd>
2697
2997
 
2698
2998
 
@@ -2733,7 +3033,12 @@ wfsLayer.visible = false</code></pre>
2733
3033
  <span class="method-parameter is-pulled-right">
2734
3034
  <label>类型:</label>
2735
3035
 
2736
- <span class="param-type">Array.&lt;String></span>
3036
+ <span class="param-type">
3037
+
3038
+ Array.&lt;String>
3039
+
3040
+ </span>
3041
+
2737
3042
 
2738
3043
 
2739
3044
  </span>
@@ -2807,7 +3112,12 @@ wfsLayer.visible = false</code></pre>
2807
3112
  <span class="method-parameter is-pulled-right">
2808
3113
  <label>类型:</label>
2809
3114
 
2810
- <span class="param-type">String</span>
3115
+ <span class="param-type">
3116
+
3117
+ String
3118
+
3119
+ </span>
3120
+
2811
3121
 
2812
3122
 
2813
3123
  </span>
@@ -2877,7 +3187,12 @@ wfsLayer.visible = false</code></pre>
2877
3187
  <span class="method-parameter is-pulled-right">
2878
3188
  <label>类型:</label>
2879
3189
 
2880
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3190
+ <span class="param-type">
3191
+
3192
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3193
+
3194
+ </span>
3195
+
2881
3196
 
2882
3197
 
2883
3198
  </span>
@@ -2911,7 +3226,7 @@ wfsLayer.visible = false</code></pre>
2911
3226
 
2912
3227
  <dt class="inherited-from">Inherited From:</dt>
2913
3228
  <dd class="inherited-from"><ul class="dummy"><li>
2914
- <a class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
3229
+ <a goto="spatialReference" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
2915
3230
  </li></ul></dd>
2916
3231
 
2917
3232
 
@@ -2952,7 +3267,12 @@ wfsLayer.visible = false</code></pre>
2952
3267
  <span class="method-parameter is-pulled-right">
2953
3268
  <label>类型:</label>
2954
3269
 
2955
- <span class="param-type">String</span>
3270
+ <span class="param-type">
3271
+
3272
+ String
3273
+
3274
+ </span>
3275
+
2956
3276
 
2957
3277
 
2958
3278
  </span>
@@ -3022,7 +3342,12 @@ wfsLayer.visible = false</code></pre>
3022
3342
  <span class="method-parameter is-pulled-right">
3023
3343
  <label>类型:</label>
3024
3344
 
3025
- <span class="param-type">String</span>
3345
+ <span class="param-type">
3346
+
3347
+ String
3348
+
3349
+ </span>
3350
+
3026
3351
 
3027
3352
 
3028
3353
  </span>
@@ -3056,7 +3381,7 @@ wfsLayer.visible = false</code></pre>
3056
3381
 
3057
3382
  <dt class="inherited-from">Inherited From:</dt>
3058
3383
  <dd class="inherited-from"><ul class="dummy"><li>
3059
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3384
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3060
3385
  </li></ul></dd>
3061
3386
 
3062
3387
 
@@ -3097,7 +3422,12 @@ wfsLayer.visible = false</code></pre>
3097
3422
  <span class="method-parameter is-pulled-right">
3098
3423
  <label>类型:</label>
3099
3424
 
3100
- <span class="param-type">String</span>
3425
+ <span class="param-type">
3426
+
3427
+ String
3428
+
3429
+ </span>
3430
+
3101
3431
 
3102
3432
 
3103
3433
  </span>
@@ -3131,7 +3461,7 @@ wfsLayer.visible = false</code></pre>
3131
3461
 
3132
3462
  <dt class="inherited-from">Inherited From:</dt>
3133
3463
  <dd class="inherited-from"><ul class="dummy"><li>
3134
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3464
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3135
3465
  </li></ul></dd>
3136
3466
 
3137
3467
 
@@ -3177,7 +3507,12 @@ wfsLayer.visible = false</code></pre>
3177
3507
  <span class="method-parameter is-pulled-right">
3178
3508
  <label>类型:</label>
3179
3509
 
3180
- <span class="param-type">String</span>
3510
+ <span class="param-type">
3511
+
3512
+ String
3513
+
3514
+ </span>
3515
+
3181
3516
 
3182
3517
 
3183
3518
  </span>
@@ -3211,7 +3546,7 @@ wfsLayer.visible = false</code></pre>
3211
3546
 
3212
3547
  <dt class="inherited-from">Inherited From:</dt>
3213
3548
  <dd class="inherited-from"><ul class="dummy"><li>
3214
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3549
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3215
3550
  </li></ul></dd>
3216
3551
 
3217
3552
 
@@ -3252,7 +3587,12 @@ wfsLayer.visible = false</code></pre>
3252
3587
  <span class="method-parameter is-pulled-right">
3253
3588
  <label>类型:</label>
3254
3589
 
3255
- <span class="param-type">String</span>
3590
+ <span class="param-type">
3591
+
3592
+ String
3593
+
3594
+ </span>
3595
+
3256
3596
 
3257
3597
 
3258
3598
  </span>
@@ -3331,7 +3671,12 @@ wfsLayer.visible = false</code></pre>
3331
3671
  <span class="method-parameter is-pulled-right">
3332
3672
  <label>类型:</label>
3333
3673
 
3334
- <span class="param-type">String</span>
3674
+ <span class="param-type">
3675
+
3676
+ String
3677
+
3678
+ </span>
3679
+
3335
3680
 
3336
3681
 
3337
3682
  </span>
@@ -3365,7 +3710,7 @@ wfsLayer.visible = false</code></pre>
3365
3710
 
3366
3711
  <dt class="inherited-from">Inherited From:</dt>
3367
3712
  <dd class="inherited-from"><ul class="dummy"><li>
3368
- <a class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3713
+ <a goto="version" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3369
3714
  </li></ul></dd>
3370
3715
 
3371
3716
 
@@ -3406,7 +3751,12 @@ wfsLayer.visible = false</code></pre>
3406
3751
  <span class="method-parameter is-pulled-right">
3407
3752
  <label>类型:</label>
3408
3753
 
3409
- <span class="param-type">Number</span>
3754
+ <span class="param-type">
3755
+
3756
+ Number
3757
+
3758
+ </span>
3759
+
3410
3760
 
3411
3761
 
3412
3762
  </span>
@@ -3440,7 +3790,7 @@ wfsLayer.visible = false</code></pre>
3440
3790
 
3441
3791
  <dt class="inherited-from">Inherited From:</dt>
3442
3792
  <dd class="inherited-from"><ul class="dummy"><li>
3443
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3793
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3444
3794
  </li></ul></dd>
3445
3795
 
3446
3796
 
@@ -3481,7 +3831,12 @@ wfsLayer.visible = false</code></pre>
3481
3831
  <span class="method-parameter is-pulled-right">
3482
3832
  <label>类型:</label>
3483
3833
 
3484
- <span class="param-type">String</span>
3834
+ <span class="param-type">
3835
+
3836
+ String
3837
+
3838
+ </span>
3839
+
3485
3840
 
3486
3841
 
3487
3842
  </span>
@@ -3571,22 +3926,27 @@ wfsLayer.visible = false</code></pre>
3571
3926
  <tbody>
3572
3927
 
3573
3928
  <tr class="deep-level-0">
3574
- <td class="name"><code><a href="WFSLayer.html#fromJSON">fromJSON</a></code></td>
3929
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3575
3930
  <td class="name">
3576
3931
  <code>
3577
3932
 
3578
3933
  </code>
3579
3934
  </td>
3580
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3935
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3581
3936
  </tr>
3582
3937
 
3583
3938
  <tr class="deep-level-0">
3584
- <td class="name"><code><a href="WFSLayer.html#clone">clone</a></code></td>
3939
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3585
3940
  <td class="name">
3586
3941
  <code>
3587
3942
 
3588
3943
 
3589
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3944
+ <span class="param-type">
3945
+
3946
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3947
+
3948
+ </span>
3949
+
3590
3950
 
3591
3951
 
3592
3952
 
@@ -3596,12 +3956,17 @@ wfsLayer.visible = false</code></pre>
3596
3956
  </tr>
3597
3957
 
3598
3958
  <tr class="deep-level-0">
3599
- <td class="name"><code><a href="WFSLayer.html#destroy">destroy</a></code></td>
3959
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3600
3960
  <td class="name">
3601
3961
  <code>
3602
3962
 
3603
3963
 
3604
- <span class="param-type">*</span>
3964
+ <span class="param-type">
3965
+
3966
+ *
3967
+
3968
+ </span>
3969
+
3605
3970
 
3606
3971
 
3607
3972
 
@@ -3611,12 +3976,17 @@ wfsLayer.visible = false</code></pre>
3611
3976
  </tr>
3612
3977
 
3613
3978
  <tr class="deep-level-0">
3614
- <td class="name"><code><a href="WFSLayer.html#isLoaded">isLoaded</a></code></td>
3979
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3615
3980
  <td class="name">
3616
3981
  <code>
3617
3982
 
3618
3983
 
3619
- <span class="param-type">Boolean</span>
3984
+ <span class="param-type">
3985
+
3986
+ Boolean
3987
+
3988
+ </span>
3989
+
3620
3990
 
3621
3991
 
3622
3992
 
@@ -3626,47 +3996,57 @@ wfsLayer.visible = false</code></pre>
3626
3996
  </tr>
3627
3997
 
3628
3998
  <tr class="deep-level-0">
3629
- <td class="name"><code><a href="WFSLayer.html#load">load</a></code></td>
3999
+ <td class="name"><code><a href="#load">load</a></code></td>
3630
4000
  <td class="name">
3631
4001
  <code>
3632
4002
 
3633
4003
  </code>
3634
4004
  </td>
3635
- <td class="name"><code><p>加载图层资源<a id='load'></a></p></code></td>
4005
+ <td class="name"><code><p>加载图层资源</code></td>
3636
4006
  </tr>
3637
4007
 
3638
4008
  <tr class="deep-level-0">
3639
- <td class="name"><code><a href="WFSLayer.html#queryFeatures">queryFeatures</a></code></td>
4009
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
3640
4010
  <td class="name">
3641
4011
  <code>
3642
4012
 
3643
4013
 
3644
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
4014
+ <span class="param-type">
4015
+
4016
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
4017
+
4018
+ </span>
4019
+
3645
4020
 
3646
4021
 
3647
4022
 
3648
4023
  </code>
3649
4024
  </td>
3650
- <td class="name"><code><p>指定图层的要素查询<a id='queryFeatures'></a></p></code></td>
4025
+ <td class="name"><code><p>指定图层的要素查询</code></td>
3651
4026
  </tr>
3652
4027
 
3653
4028
  <tr class="deep-level-0">
3654
- <td class="name"><code><a href="WFSLayer.html#queryFeaturesCount">queryFeaturesCount</a></code></td>
4029
+ <td class="name"><code><a href="#queryFeaturesCount">queryFeaturesCount</a></code></td>
3655
4030
  <td class="name">
3656
4031
  <code>
3657
4032
 
3658
4033
 
3659
- <span class="param-type">Promise.&lt;Number></span>
4034
+ <span class="param-type">
4035
+
4036
+ Promise.&lt;Number>
4037
+
4038
+ </span>
4039
+
3660
4040
 
3661
4041
 
3662
4042
 
3663
4043
  </code>
3664
4044
  </td>
3665
- <td class="name"><code><p>查询要素数量<a id='queryFeaturesCount'></a></p></code></td>
4045
+ <td class="name"><code><p>查询要素数量</code></td>
3666
4046
  </tr>
3667
4047
 
3668
4048
  <tr class="deep-level-0">
3669
- <td class="name"><code><a href="WFSLayer.html#refresh">refresh</a></code></td>
4049
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3670
4050
  <td class="name">
3671
4051
  <code>
3672
4052
 
@@ -3676,12 +4056,17 @@ wfsLayer.visible = false</code></pre>
3676
4056
  </tr>
3677
4057
 
3678
4058
  <tr class="deep-level-0">
3679
- <td class="name"><code><a href="WFSLayer.html#toJSON">toJSON</a></code></td>
4059
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3680
4060
  <td class="name">
3681
4061
  <code>
3682
4062
 
3683
4063
 
3684
- <span class="param-type">Object</span>
4064
+ <span class="param-type">
4065
+
4066
+ Object
4067
+
4068
+ </span>
4069
+
3685
4070
 
3686
4071
 
3687
4072
 
@@ -3752,13 +4137,18 @@ wfsLayer.visible = false</code></pre>
3752
4137
 
3753
4138
  <tr class="deep-level-0">
3754
4139
 
3755
- <td class="name" id="json"><code>json</code></td>
4140
+ <td class="name"><code>json</code></td>
3756
4141
 
3757
4142
 
3758
4143
  <td class="type">
3759
4144
 
3760
4145
 
3761
- <span class="param-type">Object</span>
4146
+ <span class="param-type">
4147
+
4148
+ Object
4149
+
4150
+ </span>
4151
+
3762
4152
 
3763
4153
 
3764
4154
 
@@ -3894,7 +4284,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
3894
4284
 
3895
4285
  <dt class="inherited-from">Inherited From:</dt>
3896
4286
  <dd class="inherited-from"><ul class="dummy"><li>
3897
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
4287
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3898
4288
  </li></ul></dd>
3899
4289
 
3900
4290
 
@@ -3955,7 +4345,12 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
3955
4345
  <div class='column is-5 has-text-left'>
3956
4346
  <label>类型: </label>
3957
4347
 
3958
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4348
+ <span class="param-type">
4349
+
4350
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4351
+
4352
+ </span>
4353
+
3959
4354
 
3960
4355
 
3961
4356
  </div>
@@ -4011,7 +4406,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4011
4406
 
4012
4407
  <dt class="inherited-from">Inherited From:</dt>
4013
4408
  <dd class="inherited-from"><ul class="dummy"><li>
4014
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4409
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4015
4410
  </li></ul></dd>
4016
4411
 
4017
4412
 
@@ -4070,7 +4465,12 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4070
4465
  <div class='column is-5 has-text-left'>
4071
4466
  <label>类型: </label>
4072
4467
 
4073
- <span class="param-type">*</span>
4468
+ <span class="param-type">
4469
+
4470
+ *
4471
+
4472
+ </span>
4473
+
4074
4474
 
4075
4475
 
4076
4476
  </div>
@@ -4130,7 +4530,7 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4130
4530
 
4131
4531
  <dt class="inherited-from">Inherited From:</dt>
4132
4532
  <dd class="inherited-from"><ul class="dummy"><li>
4133
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4533
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4134
4534
  </li></ul></dd>
4135
4535
 
4136
4536
 
@@ -4191,7 +4591,12 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4191
4591
  <div class='column is-5 has-text-left'>
4192
4592
  <label>类型: </label>
4193
4593
 
4194
- <span class="param-type">Boolean</span>
4594
+ <span class="param-type">
4595
+
4596
+ Boolean
4597
+
4598
+ </span>
4599
+
4195
4600
 
4196
4601
 
4197
4602
  </div>
@@ -4374,13 +4779,18 @@ wfsLayer.load().then((result) => {
4374
4779
 
4375
4780
  <tr class="deep-level-0">
4376
4781
 
4377
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
4782
+ <td class="name"><code>queryOptions</code></td>
4378
4783
 
4379
4784
 
4380
4785
  <td class="type">
4381
4786
 
4382
4787
 
4383
- <span class="param-type">Object</span>
4788
+ <span class="param-type">
4789
+
4790
+ Object
4791
+
4792
+ </span>
4793
+
4384
4794
 
4385
4795
 
4386
4796
 
@@ -4466,7 +4876,12 @@ wfsLayer.load().then((result) => {
4466
4876
  <div class='column is-5 has-text-left'>
4467
4877
  <label>类型: </label>
4468
4878
 
4469
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
4879
+ <span class="param-type">
4880
+
4881
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
4882
+
4883
+ </span>
4884
+
4470
4885
 
4471
4886
 
4472
4887
  </div>
@@ -4553,13 +4968,18 @@ wfsLayer.load().then((result) => {
4553
4968
 
4554
4969
  <tr class="deep-level-0">
4555
4970
 
4556
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
4971
+ <td class="name"><code>queryOptions</code></td>
4557
4972
 
4558
4973
 
4559
4974
  <td class="type">
4560
4975
 
4561
4976
 
4562
- <span class="param-type">Object</span>
4977
+ <span class="param-type">
4978
+
4979
+ Object
4980
+
4981
+ </span>
4982
+
4563
4983
 
4564
4984
 
4565
4985
 
@@ -4645,7 +5065,12 @@ wfsLayer.load().then((result) => {
4645
5065
  <div class='column is-5 has-text-left'>
4646
5066
  <label>类型: </label>
4647
5067
 
4648
- <span class="param-type">Promise.&lt;Number></span>
5068
+ <span class="param-type">
5069
+
5070
+ Promise.&lt;Number>
5071
+
5072
+ </span>
5073
+
4649
5074
 
4650
5075
 
4651
5076
  </div>
@@ -4721,7 +5146,7 @@ wfsLayer.load().then((result) => {
4721
5146
 
4722
5147
  <dt class="inherited-from">Inherited From:</dt>
4723
5148
  <dd class="inherited-from"><ul class="dummy"><li>
4724
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
5149
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4725
5150
  </li></ul></dd>
4726
5151
 
4727
5152
 
@@ -4878,7 +5303,12 @@ wfsLayer.load().then((result) => {
4878
5303
  <div class='column is-5 has-text-left'>
4879
5304
  <label>类型: </label>
4880
5305
 
4881
- <span class="param-type">Object</span>
5306
+ <span class="param-type">
5307
+
5308
+ Object
5309
+
5310
+ </span>
5311
+
4882
5312
 
4883
5313
 
4884
5314
  </div>
@@ -4917,37 +5347,37 @@ wfsLayer.load().then((result) => {
4917
5347
  <tbody>
4918
5348
 
4919
5349
  <tr class="deep-level-0">
4920
- <td class="name"><code><a href="WFSLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5350
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4921
5351
  <td class="name"><code>图层刷新完毕事件</code></td>
4922
5352
  </tr>
4923
5353
 
4924
5354
  <tr class="deep-level-0">
4925
- <td class="name"><code><a href="WFSLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5355
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4926
5356
  <td class="name"><code>图层加载完毕事件</code></td>
4927
5357
  </tr>
4928
5358
 
4929
5359
  <tr class="deep-level-0">
4930
- <td class="name"><code><a href="WFSLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5360
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4931
5361
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4932
5362
  </tr>
4933
5363
 
4934
5364
  <tr class="deep-level-0">
4935
- <td class="name"><code><a href="WFSLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5365
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4936
5366
  <td class="name"><code>图层更新完毕事件</code></td>
4937
5367
  </tr>
4938
5368
 
4939
5369
  <tr class="deep-level-0">
4940
- <td class="name"><code><a href="WFSLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5370
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4941
5371
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4942
5372
  </tr>
4943
5373
 
4944
5374
  <tr class="deep-level-0">
4945
- <td class="name"><code><a href="WFSLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5375
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4946
5376
  <td class="name"><code>图层销毁完毕事件</code></td>
4947
5377
  </tr>
4948
5378
 
4949
5379
  <tr class="deep-level-0">
4950
- <td class="name"><code><a href="WFSLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5380
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4951
5381
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4952
5382
  </tr>
4953
5383
 
@@ -5027,7 +5457,12 @@ wfsLayer.load().then((result) => {
5027
5457
  <td class="type">
5028
5458
 
5029
5459
 
5030
- <span class="param-type">Object</span>
5460
+ <span class="param-type">
5461
+
5462
+ Object
5463
+
5464
+ </span>
5465
+
5031
5466
 
5032
5467
 
5033
5468
 
@@ -5060,7 +5495,12 @@ wfsLayer.load().then((result) => {
5060
5495
  <td class="type">
5061
5496
 
5062
5497
 
5063
- <span class="param-type">String</span>
5498
+ <span class="param-type">
5499
+
5500
+ String
5501
+
5502
+ </span>
5503
+
5064
5504
 
5065
5505
 
5066
5506
 
@@ -5097,7 +5537,12 @@ wfsLayer.load().then((result) => {
5097
5537
  <td class="type">
5098
5538
 
5099
5539
 
5100
- <span class="param-type">String</span>
5540
+ <span class="param-type">
5541
+
5542
+ String
5543
+
5544
+ </span>
5545
+
5101
5546
 
5102
5547
 
5103
5548
 
@@ -5134,7 +5579,12 @@ wfsLayer.load().then((result) => {
5134
5579
  <td class="type">
5135
5580
 
5136
5581
 
5137
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5582
+ <span class="param-type">
5583
+
5584
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5585
+
5586
+ </span>
5587
+
5138
5588
 
5139
5589
 
5140
5590
 
@@ -5171,7 +5621,12 @@ wfsLayer.load().then((result) => {
5171
5621
  <td class="type">
5172
5622
 
5173
5623
 
5174
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5624
+ <span class="param-type">
5625
+
5626
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5627
+
5628
+ </span>
5629
+
5175
5630
 
5176
5631
 
5177
5632
 
@@ -5208,7 +5663,12 @@ wfsLayer.load().then((result) => {
5208
5663
  <td class="type">
5209
5664
 
5210
5665
 
5211
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5666
+ <span class="param-type">
5667
+
5668
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5669
+
5670
+ </span>
5671
+
5212
5672
 
5213
5673
 
5214
5674
 
@@ -5245,7 +5705,12 @@ wfsLayer.load().then((result) => {
5245
5705
  <td class="type">
5246
5706
 
5247
5707
 
5248
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5708
+ <span class="param-type">
5709
+
5710
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5711
+
5712
+ </span>
5713
+
5249
5714
 
5250
5715
 
5251
5716
 
@@ -5282,7 +5747,12 @@ wfsLayer.load().then((result) => {
5282
5747
  <td class="type">
5283
5748
 
5284
5749
 
5285
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5750
+ <span class="param-type">
5751
+
5752
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5753
+
5754
+ </span>
5755
+
5286
5756
 
5287
5757
 
5288
5758
 
@@ -5327,7 +5797,7 @@ wfsLayer.load().then((result) => {
5327
5797
 
5328
5798
  <dt class="inherited-from">Inherited From:</dt>
5329
5799
  <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>
5800
+ <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
5801
  </li></ul></dd>
5332
5802
 
5333
5803
 
@@ -5473,7 +5943,12 @@ wfsLayer.load().then((result) => {
5473
5943
  <td class="type">
5474
5944
 
5475
5945
 
5476
- <span class="param-type">Object</span>
5946
+ <span class="param-type">
5947
+
5948
+ Object
5949
+
5950
+ </span>
5951
+
5477
5952
 
5478
5953
 
5479
5954
 
@@ -5506,7 +5981,12 @@ wfsLayer.load().then((result) => {
5506
5981
  <td class="type">
5507
5982
 
5508
5983
 
5509
- <span class="param-type">String</span>
5984
+ <span class="param-type">
5985
+
5986
+ String
5987
+
5988
+ </span>
5989
+
5510
5990
 
5511
5991
 
5512
5992
 
@@ -5543,7 +6023,12 @@ wfsLayer.load().then((result) => {
5543
6023
  <td class="type">
5544
6024
 
5545
6025
 
5546
- <span class="param-type">String</span>
6026
+ <span class="param-type">
6027
+
6028
+ String
6029
+
6030
+ </span>
6031
+
5547
6032
 
5548
6033
 
5549
6034
 
@@ -5580,7 +6065,12 @@ wfsLayer.load().then((result) => {
5580
6065
  <td class="type">
5581
6066
 
5582
6067
 
5583
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6068
+ <span class="param-type">
6069
+
6070
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6071
+
6072
+ </span>
6073
+
5584
6074
 
5585
6075
 
5586
6076
 
@@ -5617,7 +6107,12 @@ wfsLayer.load().then((result) => {
5617
6107
  <td class="type">
5618
6108
 
5619
6109
 
5620
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6110
+ <span class="param-type">
6111
+
6112
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6113
+
6114
+ </span>
6115
+
5621
6116
 
5622
6117
 
5623
6118
 
@@ -5654,7 +6149,12 @@ wfsLayer.load().then((result) => {
5654
6149
  <td class="type">
5655
6150
 
5656
6151
 
5657
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6152
+ <span class="param-type">
6153
+
6154
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6155
+
6156
+ </span>
6157
+
5658
6158
 
5659
6159
 
5660
6160
 
@@ -5691,7 +6191,12 @@ wfsLayer.load().then((result) => {
5691
6191
  <td class="type">
5692
6192
 
5693
6193
 
5694
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6194
+ <span class="param-type">
6195
+
6196
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6197
+
6198
+ </span>
6199
+
5695
6200
 
5696
6201
 
5697
6202
 
@@ -5728,7 +6233,12 @@ wfsLayer.load().then((result) => {
5728
6233
  <td class="type">
5729
6234
 
5730
6235
 
5731
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6236
+ <span class="param-type">
6237
+
6238
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6239
+
6240
+ </span>
6241
+
5732
6242
 
5733
6243
 
5734
6244
 
@@ -5773,7 +6283,7 @@ wfsLayer.load().then((result) => {
5773
6283
 
5774
6284
  <dt class="inherited-from">Inherited From:</dt>
5775
6285
  <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>
6286
+ <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
6287
  </li></ul></dd>
5778
6288
 
5779
6289
 
@@ -5909,7 +6419,12 @@ wfsLayer.load().then((result) => {
5909
6419
  <td class="type">
5910
6420
 
5911
6421
 
5912
- <span class="param-type">Object</span>
6422
+ <span class="param-type">
6423
+
6424
+ Object
6425
+
6426
+ </span>
6427
+
5913
6428
 
5914
6429
 
5915
6430
 
@@ -5942,7 +6457,12 @@ wfsLayer.load().then((result) => {
5942
6457
  <td class="type">
5943
6458
 
5944
6459
 
5945
- <span class="param-type">String</span>
6460
+ <span class="param-type">
6461
+
6462
+ String
6463
+
6464
+ </span>
6465
+
5946
6466
 
5947
6467
 
5948
6468
 
@@ -5979,7 +6499,12 @@ wfsLayer.load().then((result) => {
5979
6499
  <td class="type">
5980
6500
 
5981
6501
 
5982
- <span class="param-type">String</span>
6502
+ <span class="param-type">
6503
+
6504
+ String
6505
+
6506
+ </span>
6507
+
5983
6508
 
5984
6509
 
5985
6510
 
@@ -6016,7 +6541,12 @@ wfsLayer.load().then((result) => {
6016
6541
  <td class="type">
6017
6542
 
6018
6543
 
6019
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6544
+ <span class="param-type">
6545
+
6546
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6547
+
6548
+ </span>
6549
+
6020
6550
 
6021
6551
 
6022
6552
 
@@ -6053,7 +6583,12 @@ wfsLayer.load().then((result) => {
6053
6583
  <td class="type">
6054
6584
 
6055
6585
 
6056
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6586
+ <span class="param-type">
6587
+
6588
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6589
+
6590
+ </span>
6591
+
6057
6592
 
6058
6593
 
6059
6594
 
@@ -6090,7 +6625,12 @@ wfsLayer.load().then((result) => {
6090
6625
  <td class="type">
6091
6626
 
6092
6627
 
6093
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6628
+ <span class="param-type">
6629
+
6630
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6631
+
6632
+ </span>
6633
+
6094
6634
 
6095
6635
 
6096
6636
 
@@ -6127,7 +6667,12 @@ wfsLayer.load().then((result) => {
6127
6667
  <td class="type">
6128
6668
 
6129
6669
 
6130
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6670
+ <span class="param-type">
6671
+
6672
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6673
+
6674
+ </span>
6675
+
6131
6676
 
6132
6677
 
6133
6678
 
@@ -6164,7 +6709,12 @@ wfsLayer.load().then((result) => {
6164
6709
  <td class="type">
6165
6710
 
6166
6711
 
6167
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6712
+ <span class="param-type">
6713
+
6714
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6715
+
6716
+ </span>
6717
+
6168
6718
 
6169
6719
 
6170
6720
 
@@ -6209,7 +6759,7 @@ wfsLayer.load().then((result) => {
6209
6759
 
6210
6760
  <dt class="inherited-from">Inherited From:</dt>
6211
6761
  <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>
6762
+ <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
6763
  </li></ul></dd>
6214
6764
 
6215
6765
 
@@ -6355,7 +6905,12 @@ wfsLayer.load().then((result) => {
6355
6905
  <td class="type">
6356
6906
 
6357
6907
 
6358
- <span class="param-type">Object</span>
6908
+ <span class="param-type">
6909
+
6910
+ Object
6911
+
6912
+ </span>
6913
+
6359
6914
 
6360
6915
 
6361
6916
 
@@ -6388,7 +6943,12 @@ wfsLayer.load().then((result) => {
6388
6943
  <td class="type">
6389
6944
 
6390
6945
 
6391
- <span class="param-type">String</span>
6946
+ <span class="param-type">
6947
+
6948
+ String
6949
+
6950
+ </span>
6951
+
6392
6952
 
6393
6953
 
6394
6954
 
@@ -6425,7 +6985,12 @@ wfsLayer.load().then((result) => {
6425
6985
  <td class="type">
6426
6986
 
6427
6987
 
6428
- <span class="param-type">String</span>
6988
+ <span class="param-type">
6989
+
6990
+ String
6991
+
6992
+ </span>
6993
+
6429
6994
 
6430
6995
 
6431
6996
 
@@ -6462,7 +7027,12 @@ wfsLayer.load().then((result) => {
6462
7027
  <td class="type">
6463
7028
 
6464
7029
 
6465
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7030
+ <span class="param-type">
7031
+
7032
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7033
+
7034
+ </span>
7035
+
6466
7036
 
6467
7037
 
6468
7038
 
@@ -6499,7 +7069,12 @@ wfsLayer.load().then((result) => {
6499
7069
  <td class="type">
6500
7070
 
6501
7071
 
6502
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7072
+ <span class="param-type">
7073
+
7074
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7075
+
7076
+ </span>
7077
+
6503
7078
 
6504
7079
 
6505
7080
 
@@ -6536,7 +7111,12 @@ wfsLayer.load().then((result) => {
6536
7111
  <td class="type">
6537
7112
 
6538
7113
 
6539
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7114
+ <span class="param-type">
7115
+
7116
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7117
+
7118
+ </span>
7119
+
6540
7120
 
6541
7121
 
6542
7122
 
@@ -6573,7 +7153,12 @@ wfsLayer.load().then((result) => {
6573
7153
  <td class="type">
6574
7154
 
6575
7155
 
6576
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7156
+ <span class="param-type">
7157
+
7158
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7159
+
7160
+ </span>
7161
+
6577
7162
 
6578
7163
 
6579
7164
 
@@ -6610,7 +7195,12 @@ wfsLayer.load().then((result) => {
6610
7195
  <td class="type">
6611
7196
 
6612
7197
 
6613
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7198
+ <span class="param-type">
7199
+
7200
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7201
+
7202
+ </span>
7203
+
6614
7204
 
6615
7205
 
6616
7206
 
@@ -6655,7 +7245,7 @@ wfsLayer.load().then((result) => {
6655
7245
 
6656
7246
  <dt class="inherited-from">Inherited From:</dt>
6657
7247
  <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>
7248
+ <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
7249
  </li></ul></dd>
6660
7250
 
6661
7251
 
@@ -6791,7 +7381,12 @@ wfsLayer.load().then((result) => {
6791
7381
  <td class="type">
6792
7382
 
6793
7383
 
6794
- <span class="param-type">Object</span>
7384
+ <span class="param-type">
7385
+
7386
+ Object
7387
+
7388
+ </span>
7389
+
6795
7390
 
6796
7391
 
6797
7392
 
@@ -6824,7 +7419,12 @@ wfsLayer.load().then((result) => {
6824
7419
  <td class="type">
6825
7420
 
6826
7421
 
6827
- <span class="param-type">String</span>
7422
+ <span class="param-type">
7423
+
7424
+ String
7425
+
7426
+ </span>
7427
+
6828
7428
 
6829
7429
 
6830
7430
 
@@ -6861,7 +7461,12 @@ wfsLayer.load().then((result) => {
6861
7461
  <td class="type">
6862
7462
 
6863
7463
 
6864
- <span class="param-type">String</span>
7464
+ <span class="param-type">
7465
+
7466
+ String
7467
+
7468
+ </span>
7469
+
6865
7470
 
6866
7471
 
6867
7472
 
@@ -6898,7 +7503,12 @@ wfsLayer.load().then((result) => {
6898
7503
  <td class="type">
6899
7504
 
6900
7505
 
6901
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7506
+ <span class="param-type">
7507
+
7508
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7509
+
7510
+ </span>
7511
+
6902
7512
 
6903
7513
 
6904
7514
 
@@ -6935,7 +7545,12 @@ wfsLayer.load().then((result) => {
6935
7545
  <td class="type">
6936
7546
 
6937
7547
 
6938
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7548
+ <span class="param-type">
7549
+
7550
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7551
+
7552
+ </span>
7553
+
6939
7554
 
6940
7555
 
6941
7556
 
@@ -6972,7 +7587,12 @@ wfsLayer.load().then((result) => {
6972
7587
  <td class="type">
6973
7588
 
6974
7589
 
6975
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7590
+ <span class="param-type">
7591
+
7592
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7593
+
7594
+ </span>
7595
+
6976
7596
 
6977
7597
 
6978
7598
 
@@ -7009,7 +7629,12 @@ wfsLayer.load().then((result) => {
7009
7629
  <td class="type">
7010
7630
 
7011
7631
 
7012
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7632
+ <span class="param-type">
7633
+
7634
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7635
+
7636
+ </span>
7637
+
7013
7638
 
7014
7639
 
7015
7640
 
@@ -7046,7 +7671,12 @@ wfsLayer.load().then((result) => {
7046
7671
  <td class="type">
7047
7672
 
7048
7673
 
7049
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7674
+ <span class="param-type">
7675
+
7676
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7677
+
7678
+ </span>
7679
+
7050
7680
 
7051
7681
 
7052
7682
 
@@ -7091,7 +7721,7 @@ wfsLayer.load().then((result) => {
7091
7721
 
7092
7722
  <dt class="inherited-from">Inherited From:</dt>
7093
7723
  <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>
7724
+ <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
7725
  </li></ul></dd>
7096
7726
 
7097
7727
 
@@ -7237,7 +7867,12 @@ wfsLayer.load().then((result) => {
7237
7867
  <td class="type">
7238
7868
 
7239
7869
 
7240
- <span class="param-type">Object</span>
7870
+ <span class="param-type">
7871
+
7872
+ Object
7873
+
7874
+ </span>
7875
+
7241
7876
 
7242
7877
 
7243
7878
 
@@ -7270,7 +7905,12 @@ wfsLayer.load().then((result) => {
7270
7905
  <td class="type">
7271
7906
 
7272
7907
 
7273
- <span class="param-type">String</span>
7908
+ <span class="param-type">
7909
+
7910
+ String
7911
+
7912
+ </span>
7913
+
7274
7914
 
7275
7915
 
7276
7916
 
@@ -7307,7 +7947,12 @@ wfsLayer.load().then((result) => {
7307
7947
  <td class="type">
7308
7948
 
7309
7949
 
7310
- <span class="param-type">String</span>
7950
+ <span class="param-type">
7951
+
7952
+ String
7953
+
7954
+ </span>
7955
+
7311
7956
 
7312
7957
 
7313
7958
 
@@ -7344,7 +7989,12 @@ wfsLayer.load().then((result) => {
7344
7989
  <td class="type">
7345
7990
 
7346
7991
 
7347
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7992
+ <span class="param-type">
7993
+
7994
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7995
+
7996
+ </span>
7997
+
7348
7998
 
7349
7999
 
7350
8000
 
@@ -7381,7 +8031,12 @@ wfsLayer.load().then((result) => {
7381
8031
  <td class="type">
7382
8032
 
7383
8033
 
7384
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8034
+ <span class="param-type">
8035
+
8036
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8037
+
8038
+ </span>
8039
+
7385
8040
 
7386
8041
 
7387
8042
 
@@ -7418,7 +8073,12 @@ wfsLayer.load().then((result) => {
7418
8073
  <td class="type">
7419
8074
 
7420
8075
 
7421
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8076
+ <span class="param-type">
8077
+
8078
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8079
+
8080
+ </span>
8081
+
7422
8082
 
7423
8083
 
7424
8084
 
@@ -7455,7 +8115,12 @@ wfsLayer.load().then((result) => {
7455
8115
  <td class="type">
7456
8116
 
7457
8117
 
7458
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8118
+ <span class="param-type">
8119
+
8120
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8121
+
8122
+ </span>
8123
+
7459
8124
 
7460
8125
 
7461
8126
 
@@ -7492,7 +8157,12 @@ wfsLayer.load().then((result) => {
7492
8157
  <td class="type">
7493
8158
 
7494
8159
 
7495
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8160
+ <span class="param-type">
8161
+
8162
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8163
+
8164
+ </span>
8165
+
7496
8166
 
7497
8167
 
7498
8168
 
@@ -7537,7 +8207,7 @@ wfsLayer.load().then((result) => {
7537
8207
 
7538
8208
  <dt class="inherited-from">Inherited From:</dt>
7539
8209
  <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>
8210
+ <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
8211
  </li></ul></dd>
7542
8212
 
7543
8213
 
@@ -7673,7 +8343,12 @@ wfsLayer.load().then((result) => {
7673
8343
  <td class="type">
7674
8344
 
7675
8345
 
7676
- <span class="param-type">Object</span>
8346
+ <span class="param-type">
8347
+
8348
+ Object
8349
+
8350
+ </span>
8351
+
7677
8352
 
7678
8353
 
7679
8354
 
@@ -7706,7 +8381,12 @@ wfsLayer.load().then((result) => {
7706
8381
  <td class="type">
7707
8382
 
7708
8383
 
7709
- <span class="param-type">String</span>
8384
+ <span class="param-type">
8385
+
8386
+ String
8387
+
8388
+ </span>
8389
+
7710
8390
 
7711
8391
 
7712
8392
 
@@ -7743,7 +8423,12 @@ wfsLayer.load().then((result) => {
7743
8423
  <td class="type">
7744
8424
 
7745
8425
 
7746
- <span class="param-type">String</span>
8426
+ <span class="param-type">
8427
+
8428
+ String
8429
+
8430
+ </span>
8431
+
7747
8432
 
7748
8433
 
7749
8434
 
@@ -7780,7 +8465,12 @@ wfsLayer.load().then((result) => {
7780
8465
  <td class="type">
7781
8466
 
7782
8467
 
7783
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8468
+ <span class="param-type">
8469
+
8470
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8471
+
8472
+ </span>
8473
+
7784
8474
 
7785
8475
 
7786
8476
 
@@ -7817,7 +8507,12 @@ wfsLayer.load().then((result) => {
7817
8507
  <td class="type">
7818
8508
 
7819
8509
 
7820
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8510
+ <span class="param-type">
8511
+
8512
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8513
+
8514
+ </span>
8515
+
7821
8516
 
7822
8517
 
7823
8518
 
@@ -7854,7 +8549,12 @@ wfsLayer.load().then((result) => {
7854
8549
  <td class="type">
7855
8550
 
7856
8551
 
7857
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8552
+ <span class="param-type">
8553
+
8554
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8555
+
8556
+ </span>
8557
+
7858
8558
 
7859
8559
 
7860
8560
 
@@ -7891,7 +8591,12 @@ wfsLayer.load().then((result) => {
7891
8591
  <td class="type">
7892
8592
 
7893
8593
 
7894
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8594
+ <span class="param-type">
8595
+
8596
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8597
+
8598
+ </span>
8599
+
7895
8600
 
7896
8601
 
7897
8602
 
@@ -7928,7 +8633,12 @@ wfsLayer.load().then((result) => {
7928
8633
  <td class="type">
7929
8634
 
7930
8635
 
7931
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8636
+ <span class="param-type">
8637
+
8638
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8639
+
8640
+ </span>
8641
+
7932
8642
 
7933
8643
 
7934
8644
 
@@ -7973,7 +8683,7 @@ wfsLayer.load().then((result) => {
7973
8683
 
7974
8684
  <dt class="inherited-from">Inherited From:</dt>
7975
8685
  <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>
8686
+ <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
8687
  </li></ul></dd>
7978
8688
 
7979
8689