@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
 
@@ -141,13 +151,18 @@ if(layer.loadStatus === 'loaded') {<br/>
141
151
 
142
152
  <tr class="deep-level-1">
143
153
 
144
- <td class="name" id="title"><code>title</code></td>
154
+ <td class="name"><code>title</code></td>
145
155
 
146
156
 
147
157
  <td class="type">
148
158
 
149
159
 
150
- <span class="param-type">String</span>
160
+ <span class="param-type">
161
+
162
+ String
163
+
164
+ </span>
165
+
151
166
 
152
167
 
153
168
 
@@ -167,13 +182,18 @@ if(layer.loadStatus === 'loaded') {<br/>
167
182
 
168
183
  <tr class="deep-level-1">
169
184
 
170
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
185
+ <td class="name"><code>spatialReference</code></td>
171
186
 
172
187
 
173
188
  <td class="type">
174
189
 
175
190
 
176
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
191
+ <span class="param-type">
192
+
193
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
194
+
195
+ </span>
196
+
177
197
 
178
198
 
179
199
 
@@ -194,13 +214,18 @@ if(layer.loadStatus === 'loaded') {<br/>
194
214
 
195
215
  <tr class="deep-level-1">
196
216
 
197
- <td class="name" id="opacity"><code>opacity</code></td>
217
+ <td class="name"><code>opacity</code></td>
198
218
 
199
219
 
200
220
  <td class="type">
201
221
 
202
222
 
203
- <span class="param-type">Number</span>
223
+ <span class="param-type">
224
+
225
+ Number
226
+
227
+ </span>
228
+
204
229
 
205
230
 
206
231
 
@@ -222,13 +247,18 @@ if(layer.loadStatus === 'loaded') {<br/>
222
247
 
223
248
  <tr class="deep-level-1">
224
249
 
225
- <td class="name" id="visible"><code>visible</code></td>
250
+ <td class="name"><code>visible</code></td>
226
251
 
227
252
 
228
253
  <td class="type">
229
254
 
230
255
 
231
- <span class="param-type">Boolean</span>
256
+ <span class="param-type">
257
+
258
+ Boolean
259
+
260
+ </span>
261
+
232
262
 
233
263
 
234
264
 
@@ -250,13 +280,18 @@ if(layer.loadStatus === 'loaded') {<br/>
250
280
 
251
281
  <tr class="deep-level-1">
252
282
 
253
- <td class="name" id="imageWidth"><code>imageWidth</code></td>
283
+ <td class="name"><code>imageWidth</code></td>
254
284
 
255
285
 
256
286
  <td class="type">
257
287
 
258
288
 
259
- <span class="param-type">Number</span>
289
+ <span class="param-type">
290
+
291
+ Number
292
+
293
+ </span>
294
+
260
295
 
261
296
 
262
297
 
@@ -278,13 +313,18 @@ if(layer.loadStatus === 'loaded') {<br/>
278
313
 
279
314
  <tr class="deep-level-1">
280
315
 
281
- <td class="name" id="imageHeight"><code>imageHeight</code></td>
316
+ <td class="name"><code>imageHeight</code></td>
282
317
 
283
318
 
284
319
  <td class="type">
285
320
 
286
321
 
287
- <span class="param-type">Number</span>
322
+ <span class="param-type">
323
+
324
+ Number
325
+
326
+ </span>
327
+
288
328
 
289
329
 
290
330
 
@@ -306,13 +346,18 @@ if(layer.loadStatus === 'loaded') {<br/>
306
346
 
307
347
  <tr class="deep-level-1">
308
348
 
309
- <td class="name" id="minScale"><code>minScale</code></td>
349
+ <td class="name"><code>minScale</code></td>
310
350
 
311
351
 
312
352
  <td class="type">
313
353
 
314
354
 
315
- <span class="param-type">Number</span>
355
+ <span class="param-type">
356
+
357
+ Number
358
+
359
+ </span>
360
+
316
361
 
317
362
 
318
363
 
@@ -334,13 +379,18 @@ if(layer.loadStatus === 'loaded') {<br/>
334
379
 
335
380
  <tr class="deep-level-1">
336
381
 
337
- <td class="name" id="maxScale"><code>maxScale</code></td>
382
+ <td class="name"><code>maxScale</code></td>
338
383
 
339
384
 
340
385
  <td class="type">
341
386
 
342
387
 
343
- <span class="param-type">Number</span>
388
+ <span class="param-type">
389
+
390
+ Number
391
+
392
+ </span>
393
+
344
394
 
345
395
 
346
396
 
@@ -362,13 +412,18 @@ if(layer.loadStatus === 'loaded') {<br/>
362
412
 
363
413
  <tr class="deep-level-1">
364
414
 
365
- <td class="name" id="imageTransparency"><code>imageTransparency</code></td>
415
+ <td class="name"><code>imageTransparency</code></td>
366
416
 
367
417
 
368
418
  <td class="type">
369
419
 
370
420
 
371
- <span class="param-type">Boolean</span>
421
+ <span class="param-type">
422
+
423
+ Boolean
424
+
425
+ </span>
426
+
372
427
 
373
428
 
374
429
 
@@ -390,25 +445,46 @@ if(layer.loadStatus === 'loaded') {<br/>
390
445
 
391
446
  <tr class="deep-level-1">
392
447
 
393
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
448
+ <td class="name"><code>clippingArea</code></td>
394
449
 
395
450
 
396
451
  <td class="type">
397
452
 
398
453
 
399
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
454
+ <span class="param-type">
455
+
456
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
457
+
458
+ </span>
400
459
  |
401
460
 
402
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
461
+ <span class="param-type">
462
+
463
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
464
+
465
+ </span>
403
466
  |
404
467
 
405
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
468
+ <span class="param-type">
469
+
470
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
471
+
472
+ </span>
406
473
  |
407
474
 
408
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
475
+ <span class="param-type">
476
+
477
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
478
+
479
+ </span>
409
480
  |
410
481
 
411
- <span class="param-type">null</span>
482
+ <span class="param-type">
483
+
484
+ null
485
+
486
+ </span>
487
+
412
488
 
413
489
 
414
490
 
@@ -430,13 +506,18 @@ if(layer.loadStatus === 'loaded') {<br/>
430
506
 
431
507
  <tr class="deep-level-1">
432
508
 
433
- <td class="name" id="sublayers"><code>sublayers</code></td>
509
+ <td class="name"><code>sublayers</code></td>
434
510
 
435
511
 
436
512
  <td class="type">
437
513
 
438
514
 
439
- <span class="param-type">Array</span>
515
+ <span class="param-type">
516
+
517
+ Array
518
+
519
+ </span>
520
+
440
521
 
441
522
 
442
523
 
@@ -462,13 +543,18 @@ if(layer.loadStatus === 'loaded') {<br/>
462
543
 
463
544
  <tr class="deep-level-1">
464
545
 
465
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
546
+ <td class="name"><code>tokenKey</code></td>
466
547
 
467
548
 
468
549
  <td class="type">
469
550
 
470
551
 
471
- <span class="param-type">String</span>
552
+ <span class="param-type">
553
+
554
+ String
555
+
556
+ </span>
557
+
472
558
 
473
559
 
474
560
 
@@ -490,13 +576,18 @@ if(layer.loadStatus === 'loaded') {<br/>
490
576
 
491
577
  <tr class="deep-level-1">
492
578
 
493
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
579
+ <td class="name"><code>tokenValue</code></td>
494
580
 
495
581
 
496
582
  <td class="type">
497
583
 
498
584
 
499
- <span class="param-type">String</span>
585
+ <span class="param-type">
586
+
587
+ String
588
+
589
+ </span>
590
+
500
591
 
501
592
 
502
593
 
@@ -568,21 +659,21 @@ if(layer.loadStatus === 'loaded') {<br/>
568
659
  <div class="column is-2"><label>绑定事件</label></div>
569
660
  <div class="column is-10">
570
661
  <ul>
571
- <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>
662
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
572
663
 
573
- <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>
664
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
574
665
 
575
- <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>
666
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
576
667
 
577
- <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>
668
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
578
669
 
579
- <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>
670
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
580
671
 
581
- <li><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></li>
672
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
582
673
 
583
- <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>
674
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
584
675
 
585
- <li><a class="mapgis-link-name" title="WMSLayer#event:子图层显隐更新完毕事件" WMSLayer.html#event:%25E5%25AD%2590%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>WMSLayer#event:子图层显隐更新完毕事件</a></li>
676
+ <li><a href="#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></li>
586
677
  </ul>
587
678
  </div>
588
679
  </div>
@@ -786,7 +877,7 @@ wmsSubLayer.visible = false</code></pre>
786
877
 
787
878
 
788
879
  <ul>
789
- <li><a class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
880
+ <li><a link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
790
881
  </ul>
791
882
 
792
883
 
@@ -818,11 +909,16 @@ wmsSubLayer.visible = false</code></pre>
818
909
  <tbody>
819
910
 
820
911
  <tr class="deep-level-0">
821
- <td class="name"><code><a href="WMSLayer.html#allSublayers">allSublayers</a></code></td>
912
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
822
913
  <td class="name">
823
914
  <code>
824
915
 
825
- <span class="param-type">Array</span>
916
+ <span class="param-type">
917
+
918
+ Array
919
+
920
+ </span>
921
+
826
922
 
827
923
 
828
924
  </code>
@@ -831,23 +927,44 @@ wmsSubLayer.visible = false</code></pre>
831
927
  </tr>
832
928
 
833
929
  <tr class="deep-level-0">
834
- <td class="name"><code><a href="WMSLayer.html#clippingArea">clippingArea</a></code></td>
930
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
835
931
  <td class="name">
836
932
  <code>
837
933
 
838
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
934
+ <span class="param-type">
935
+
936
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
937
+
938
+ </span>
839
939
  |
840
940
 
841
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
941
+ <span class="param-type">
942
+
943
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
944
+
945
+ </span>
842
946
  |
843
947
 
844
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
948
+ <span class="param-type">
949
+
950
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
951
+
952
+ </span>
845
953
  |
846
954
 
847
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
955
+ <span class="param-type">
956
+
957
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
958
+
959
+ </span>
848
960
  |
849
961
 
850
- <span class="param-type">null</span>
962
+ <span class="param-type">
963
+
964
+ null
965
+
966
+ </span>
967
+
851
968
 
852
969
 
853
970
  </code>
@@ -856,11 +973,16 @@ wmsSubLayer.visible = false</code></pre>
856
973
  </tr>
857
974
 
858
975
  <tr class="deep-level-0">
859
- <td class="name"><code><a href="WMSLayer.html#copyright">copyright</a></code></td>
976
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
860
977
  <td class="name">
861
978
  <code>
862
979
 
863
- <span class="param-type">String</span>
980
+ <span class="param-type">
981
+
982
+ String
983
+
984
+ </span>
985
+
864
986
 
865
987
 
866
988
  </code>
@@ -869,11 +991,16 @@ wmsSubLayer.visible = false</code></pre>
869
991
  </tr>
870
992
 
871
993
  <tr class="deep-level-0">
872
- <td class="name"><code><a href="WMSLayer.html#customParameters">customParameters</a></code></td>
994
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
873
995
  <td class="name">
874
996
  <code>
875
997
 
876
- <span class="param-type">Object</span>
998
+ <span class="param-type">
999
+
1000
+ Object
1001
+
1002
+ </span>
1003
+
877
1004
 
878
1005
 
879
1006
  </code>
@@ -882,11 +1009,16 @@ wmsSubLayer.visible = false</code></pre>
882
1009
  </tr>
883
1010
 
884
1011
  <tr class="deep-level-0">
885
- <td class="name"><code><a href="WMSLayer.html#description">description</a></code></td>
1012
+ <td class="name"><code><a href="#description">description</a></code></td>
886
1013
  <td class="name">
887
1014
  <code>
888
1015
 
889
- <span class="param-type">String</span>
1016
+ <span class="param-type">
1017
+
1018
+ String
1019
+
1020
+ </span>
1021
+
890
1022
 
891
1023
 
892
1024
  </code>
@@ -895,11 +1027,16 @@ wmsSubLayer.visible = false</code></pre>
895
1027
  </tr>
896
1028
 
897
1029
  <tr class="deep-level-0">
898
- <td class="name"><code><a href="WMSLayer.html#extendOptions">extendOptions</a></code></td>
1030
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
899
1031
  <td class="name">
900
1032
  <code>
901
1033
 
902
- <span class="param-type">Object</span>
1034
+ <span class="param-type">
1035
+
1036
+ Object
1037
+
1038
+ </span>
1039
+
903
1040
 
904
1041
 
905
1042
  </code>
@@ -908,11 +1045,16 @@ wmsSubLayer.visible = false</code></pre>
908
1045
  </tr>
909
1046
 
910
1047
  <tr class="deep-level-0">
911
- <td class="name"><code><a href="WMSLayer.html#extendProps">extendProps</a></code></td>
1048
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
912
1049
  <td class="name">
913
1050
  <code>
914
1051
 
915
- <span class="param-type">Object</span>
1052
+ <span class="param-type">
1053
+
1054
+ Object
1055
+
1056
+ </span>
1057
+
916
1058
 
917
1059
 
918
1060
  </code>
@@ -921,11 +1063,16 @@ wmsSubLayer.visible = false</code></pre>
921
1063
  </tr>
922
1064
 
923
1065
  <tr class="deep-level-0">
924
- <td class="name"><code><a href="WMSLayer.html#extent">extent</a></code></td>
1066
+ <td class="name"><code><a href="#extent">extent</a></code></td>
925
1067
  <td class="name">
926
1068
  <code>
927
1069
 
928
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1070
+ <span class="param-type">
1071
+
1072
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1073
+
1074
+ </span>
1075
+
929
1076
 
930
1077
 
931
1078
  </code>
@@ -934,11 +1081,16 @@ wmsSubLayer.visible = false</code></pre>
934
1081
  </tr>
935
1082
 
936
1083
  <tr class="deep-level-0">
937
- <td class="name"><code><a href="WMSLayer.html#headers">headers</a></code></td>
1084
+ <td class="name"><code><a href="#headers">headers</a></code></td>
938
1085
  <td class="name">
939
1086
  <code>
940
1087
 
941
- <span class="param-type">String</span>
1088
+ <span class="param-type">
1089
+
1090
+ String
1091
+
1092
+ </span>
1093
+
942
1094
 
943
1095
 
944
1096
  </code>
@@ -947,11 +1099,16 @@ wmsSubLayer.visible = false</code></pre>
947
1099
  </tr>
948
1100
 
949
1101
  <tr class="deep-level-0">
950
- <td class="name"><code><a href="WMSLayer.html#httpMethod">httpMethod</a></code></td>
1102
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
951
1103
  <td class="name">
952
1104
  <code>
953
1105
 
954
- <span class="param-type">String</span>
1106
+ <span class="param-type">
1107
+
1108
+ String
1109
+
1110
+ </span>
1111
+
955
1112
 
956
1113
 
957
1114
  </code>
@@ -960,11 +1117,16 @@ wmsSubLayer.visible = false</code></pre>
960
1117
  </tr>
961
1118
 
962
1119
  <tr class="deep-level-0">
963
- <td class="name"><code><a href="WMSLayer.html#id">id</a></code></td>
1120
+ <td class="name"><code><a href="#id">id</a></code></td>
964
1121
  <td class="name">
965
1122
  <code>
966
1123
 
967
- <span class="param-type">String</span>
1124
+ <span class="param-type">
1125
+
1126
+ String
1127
+
1128
+ </span>
1129
+
968
1130
 
969
1131
 
970
1132
  </code>
@@ -973,11 +1135,16 @@ wmsSubLayer.visible = false</code></pre>
973
1135
  </tr>
974
1136
 
975
1137
  <tr class="deep-level-0">
976
- <td class="name"><code><a href="WMSLayer.html#imageFormat">imageFormat</a></code></td>
1138
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
977
1139
  <td class="name">
978
1140
  <code>
979
1141
 
980
- <span class="param-type">String</span>
1142
+ <span class="param-type">
1143
+
1144
+ String
1145
+
1146
+ </span>
1147
+
981
1148
 
982
1149
 
983
1150
  </code>
@@ -986,11 +1153,16 @@ wmsSubLayer.visible = false</code></pre>
986
1153
  </tr>
987
1154
 
988
1155
  <tr class="deep-level-0">
989
- <td class="name"><code><a href="WMSLayer.html#imageFormats">imageFormats</a></code></td>
1156
+ <td class="name"><code><a href="#imageFormats">imageFormats</a></code></td>
990
1157
  <td class="name">
991
1158
  <code>
992
1159
 
993
- <span class="param-type">Array</span>
1160
+ <span class="param-type">
1161
+
1162
+ Array
1163
+
1164
+ </span>
1165
+
994
1166
 
995
1167
 
996
1168
  </code>
@@ -999,11 +1171,16 @@ wmsSubLayer.visible = false</code></pre>
999
1171
  </tr>
1000
1172
 
1001
1173
  <tr class="deep-level-0">
1002
- <td class="name"><code><a href="WMSLayer.html#imageHeight">imageHeight</a></code></td>
1174
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
1003
1175
  <td class="name">
1004
1176
  <code>
1005
1177
 
1006
- <span class="param-type">Number</span>
1178
+ <span class="param-type">
1179
+
1180
+ Number
1181
+
1182
+ </span>
1183
+
1007
1184
 
1008
1185
 
1009
1186
  </code>
@@ -1012,11 +1189,16 @@ wmsSubLayer.visible = false</code></pre>
1012
1189
  </tr>
1013
1190
 
1014
1191
  <tr class="deep-level-0">
1015
- <td class="name"><code><a href="WMSLayer.html#imageTransparency">imageTransparency</a></code></td>
1192
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
1016
1193
  <td class="name">
1017
1194
  <code>
1018
1195
 
1019
- <span class="param-type">Boolean</span>
1196
+ <span class="param-type">
1197
+
1198
+ Boolean
1199
+
1200
+ </span>
1201
+
1020
1202
 
1021
1203
 
1022
1204
  </code>
@@ -1025,11 +1207,16 @@ wmsSubLayer.visible = false</code></pre>
1025
1207
  </tr>
1026
1208
 
1027
1209
  <tr class="deep-level-0">
1028
- <td class="name"><code><a href="WMSLayer.html#imageWidth">imageWidth</a></code></td>
1210
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
1029
1211
  <td class="name">
1030
1212
  <code>
1031
1213
 
1032
- <span class="param-type">Number</span>
1214
+ <span class="param-type">
1215
+
1216
+ Number
1217
+
1218
+ </span>
1219
+
1033
1220
 
1034
1221
 
1035
1222
  </code>
@@ -1038,11 +1225,16 @@ wmsSubLayer.visible = false</code></pre>
1038
1225
  </tr>
1039
1226
 
1040
1227
  <tr class="deep-level-0">
1041
- <td class="name"><code><a href="WMSLayer.html#index">index</a></code></td>
1228
+ <td class="name"><code><a href="#index">index</a></code></td>
1042
1229
  <td class="name">
1043
1230
  <code>
1044
1231
 
1045
- <span class="param-type">Number</span>
1232
+ <span class="param-type">
1233
+
1234
+ Number
1235
+
1236
+ </span>
1237
+
1046
1238
 
1047
1239
 
1048
1240
  </code>
@@ -1051,11 +1243,16 @@ wmsSubLayer.visible = false</code></pre>
1051
1243
  </tr>
1052
1244
 
1053
1245
  <tr class="deep-level-0">
1054
- <td class="name"><code><a href="WMSLayer.html#layers">layers</a></code></td>
1246
+ <td class="name"><code><a href="#layers">layers</a></code></td>
1055
1247
  <td class="name">
1056
1248
  <code>
1057
1249
 
1058
- <span class="param-type">String</span>
1250
+ <span class="param-type">
1251
+
1252
+ String
1253
+
1254
+ </span>
1255
+
1059
1256
 
1060
1257
 
1061
1258
  </code>
@@ -1064,11 +1261,16 @@ wmsSubLayer.visible = false</code></pre>
1064
1261
  </tr>
1065
1262
 
1066
1263
  <tr class="deep-level-0">
1067
- <td class="name"><code><a href="WMSLayer.html#loaded">loaded</a></code></td>
1264
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
1068
1265
  <td class="name">
1069
1266
  <code>
1070
1267
 
1071
- <span class="param-type">Boolean</span>
1268
+ <span class="param-type">
1269
+
1270
+ Boolean
1271
+
1272
+ </span>
1273
+
1072
1274
 
1073
1275
 
1074
1276
  </code>
@@ -1077,11 +1279,16 @@ wmsSubLayer.visible = false</code></pre>
1077
1279
  </tr>
1078
1280
 
1079
1281
  <tr class="deep-level-0">
1080
- <td class="name"><code><a href="WMSLayer.html#loadStatus">loadStatus</a></code></td>
1282
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
1081
1283
  <td class="name">
1082
1284
  <code>
1083
1285
 
1084
- <span class="param-type">String</span>
1286
+ <span class="param-type">
1287
+
1288
+ String
1289
+
1290
+ </span>
1291
+
1085
1292
 
1086
1293
 
1087
1294
  </code>
@@ -1090,11 +1297,16 @@ wmsSubLayer.visible = false</code></pre>
1090
1297
  </tr>
1091
1298
 
1092
1299
  <tr class="deep-level-0">
1093
- <td class="name"><code><a href="WMSLayer.html#maxScale">maxScale</a></code></td>
1300
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
1094
1301
  <td class="name">
1095
1302
  <code>
1096
1303
 
1097
- <span class="param-type">Number</span>
1304
+ <span class="param-type">
1305
+
1306
+ Number
1307
+
1308
+ </span>
1309
+
1098
1310
 
1099
1311
 
1100
1312
  </code>
@@ -1103,11 +1315,16 @@ wmsSubLayer.visible = false</code></pre>
1103
1315
  </tr>
1104
1316
 
1105
1317
  <tr class="deep-level-0">
1106
- <td class="name"><code><a href="WMSLayer.html#minScale">minScale</a></code></td>
1318
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
1107
1319
  <td class="name">
1108
1320
  <code>
1109
1321
 
1110
- <span class="param-type">Number</span>
1322
+ <span class="param-type">
1323
+
1324
+ Number
1325
+
1326
+ </span>
1327
+
1111
1328
 
1112
1329
 
1113
1330
  </code>
@@ -1116,11 +1333,16 @@ wmsSubLayer.visible = false</code></pre>
1116
1333
  </tr>
1117
1334
 
1118
1335
  <tr class="deep-level-0">
1119
- <td class="name"><code><a href="WMSLayer.html#opacity">opacity</a></code></td>
1336
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
1120
1337
  <td class="name">
1121
1338
  <code>
1122
1339
 
1123
- <span class="param-type">Number</span>
1340
+ <span class="param-type">
1341
+
1342
+ Number
1343
+
1344
+ </span>
1345
+
1124
1346
 
1125
1347
 
1126
1348
  </code>
@@ -1129,11 +1351,16 @@ wmsSubLayer.visible = false</code></pre>
1129
1351
  </tr>
1130
1352
 
1131
1353
  <tr class="deep-level-0">
1132
- <td class="name"><code><a href="WMSLayer.html#spatialReference">spatialReference</a></code></td>
1354
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1133
1355
  <td class="name">
1134
1356
  <code>
1135
1357
 
1136
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1358
+ <span class="param-type">
1359
+
1360
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1361
+
1362
+ </span>
1363
+
1137
1364
 
1138
1365
 
1139
1366
  </code>
@@ -1142,11 +1369,16 @@ wmsSubLayer.visible = false</code></pre>
1142
1369
  </tr>
1143
1370
 
1144
1371
  <tr class="deep-level-0">
1145
- <td class="name"><code><a href="WMSLayer.html#spatialReferences">spatialReferences</a></code></td>
1372
+ <td class="name"><code><a href="#spatialReferences">spatialReferences</a></code></td>
1146
1373
  <td class="name">
1147
1374
  <code>
1148
1375
 
1149
- <span class="param-type">Array.&lt;<a href="SpatialReference.html">SpatialReference</a>></span>
1376
+ <span class="param-type">
1377
+
1378
+ Array.&lt;<a onclick="getTypeHTML(event)" link="SpatialReference.html">SpatialReference</a>>
1379
+
1380
+ </span>
1381
+
1150
1382
 
1151
1383
 
1152
1384
  </code>
@@ -1155,11 +1387,16 @@ wmsSubLayer.visible = false</code></pre>
1155
1387
  </tr>
1156
1388
 
1157
1389
  <tr class="deep-level-0">
1158
- <td class="name"><code><a href="WMSLayer.html#sublayers">sublayers</a></code></td>
1390
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1159
1391
  <td class="name">
1160
1392
  <code>
1161
1393
 
1162
- <span class="param-type">Array</span>
1394
+ <span class="param-type">
1395
+
1396
+ Array
1397
+
1398
+ </span>
1399
+
1163
1400
 
1164
1401
 
1165
1402
  </code>
@@ -1168,11 +1405,16 @@ wmsSubLayer.visible = false</code></pre>
1168
1405
  </tr>
1169
1406
 
1170
1407
  <tr class="deep-level-0">
1171
- <td class="name"><code><a href="WMSLayer.html#sublayers">sublayers</a></code></td>
1408
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1172
1409
  <td class="name">
1173
1410
  <code>
1174
1411
 
1175
- <span class="param-type">Array</span>
1412
+ <span class="param-type">
1413
+
1414
+ Array
1415
+
1416
+ </span>
1417
+
1176
1418
 
1177
1419
 
1178
1420
  </code>
@@ -1181,11 +1423,16 @@ wmsSubLayer.visible = false</code></pre>
1181
1423
  </tr>
1182
1424
 
1183
1425
  <tr class="deep-level-0">
1184
- <td class="name"><code><a href="WMSLayer.html#title">title</a></code></td>
1426
+ <td class="name"><code><a href="#title">title</a></code></td>
1185
1427
  <td class="name">
1186
1428
  <code>
1187
1429
 
1188
- <span class="param-type">String</span>
1430
+ <span class="param-type">
1431
+
1432
+ String
1433
+
1434
+ </span>
1435
+
1189
1436
 
1190
1437
 
1191
1438
  </code>
@@ -1194,11 +1441,16 @@ wmsSubLayer.visible = false</code></pre>
1194
1441
  </tr>
1195
1442
 
1196
1443
  <tr class="deep-level-0">
1197
- <td class="name"><code><a href="WMSLayer.html#tokenKey">tokenKey</a></code></td>
1444
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1198
1445
  <td class="name">
1199
1446
  <code>
1200
1447
 
1201
- <span class="param-type">String</span>
1448
+ <span class="param-type">
1449
+
1450
+ String
1451
+
1452
+ </span>
1453
+
1202
1454
 
1203
1455
 
1204
1456
  </code>
@@ -1207,11 +1459,16 @@ wmsSubLayer.visible = false</code></pre>
1207
1459
  </tr>
1208
1460
 
1209
1461
  <tr class="deep-level-0">
1210
- <td class="name"><code><a href="WMSLayer.html#tokenValue">tokenValue</a></code></td>
1462
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1211
1463
  <td class="name">
1212
1464
  <code>
1213
1465
 
1214
- <span class="param-type">String</span>
1466
+ <span class="param-type">
1467
+
1468
+ String
1469
+
1470
+ </span>
1471
+
1215
1472
 
1216
1473
 
1217
1474
  </code>
@@ -1220,11 +1477,16 @@ wmsSubLayer.visible = false</code></pre>
1220
1477
  </tr>
1221
1478
 
1222
1479
  <tr class="deep-level-0">
1223
- <td class="name"><code><a href="WMSLayer.html#type">type</a></code></td>
1480
+ <td class="name"><code><a href="#type">type</a></code></td>
1224
1481
  <td class="name">
1225
1482
  <code>
1226
1483
 
1227
- <span class="param-type">String</span>
1484
+ <span class="param-type">
1485
+
1486
+ String
1487
+
1488
+ </span>
1489
+
1228
1490
 
1229
1491
 
1230
1492
  </code>
@@ -1233,11 +1495,16 @@ wmsSubLayer.visible = false</code></pre>
1233
1495
  </tr>
1234
1496
 
1235
1497
  <tr class="deep-level-0">
1236
- <td class="name"><code><a href="WMSLayer.html#url">url</a></code></td>
1498
+ <td class="name"><code><a href="#url">url</a></code></td>
1237
1499
  <td class="name">
1238
1500
  <code>
1239
1501
 
1240
- <span class="param-type">String</span>
1502
+ <span class="param-type">
1503
+
1504
+ String
1505
+
1506
+ </span>
1507
+
1241
1508
 
1242
1509
 
1243
1510
  </code>
@@ -1246,11 +1513,16 @@ wmsSubLayer.visible = false</code></pre>
1246
1513
  </tr>
1247
1514
 
1248
1515
  <tr class="deep-level-0">
1249
- <td class="name"><code><a href="WMSLayer.html#version">version</a></code></td>
1516
+ <td class="name"><code><a href="#version">version</a></code></td>
1250
1517
  <td class="name">
1251
1518
  <code>
1252
1519
 
1253
- <span class="param-type">String</span>
1520
+ <span class="param-type">
1521
+
1522
+ String
1523
+
1524
+ </span>
1525
+
1254
1526
 
1255
1527
 
1256
1528
  </code>
@@ -1259,11 +1531,16 @@ wmsSubLayer.visible = false</code></pre>
1259
1531
  </tr>
1260
1532
 
1261
1533
  <tr class="deep-level-0">
1262
- <td class="name"><code><a href="WMSLayer.html#visible">visible</a></code></td>
1534
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1263
1535
  <td class="name">
1264
1536
  <code>
1265
1537
 
1266
- <span class="param-type">Number</span>
1538
+ <span class="param-type">
1539
+
1540
+ Number
1541
+
1542
+ </span>
1543
+
1267
1544
 
1268
1545
 
1269
1546
  </code>
@@ -1282,7 +1559,12 @@ wmsSubLayer.visible = false</code></pre>
1282
1559
  <span class="method-parameter is-pulled-right">
1283
1560
  <label>类型:</label>
1284
1561
 
1285
- <span class="param-type">Array</span>
1562
+ <span class="param-type">
1563
+
1564
+ Array
1565
+
1566
+ </span>
1567
+
1286
1568
 
1287
1569
 
1288
1570
  </span>
@@ -1352,19 +1634,40 @@ wmsSubLayer.visible = false</code></pre>
1352
1634
  <span class="method-parameter is-pulled-right">
1353
1635
  <label>类型:</label>
1354
1636
 
1355
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1637
+ <span class="param-type">
1638
+
1639
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1640
+
1641
+ </span>
1356
1642
  |
1357
1643
 
1358
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1644
+ <span class="param-type">
1645
+
1646
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1647
+
1648
+ </span>
1359
1649
  |
1360
1650
 
1361
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1651
+ <span class="param-type">
1652
+
1653
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1654
+
1655
+ </span>
1362
1656
  |
1363
1657
 
1364
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1658
+ <span class="param-type">
1659
+
1660
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1661
+
1662
+ </span>
1365
1663
  |
1366
1664
 
1367
- <span class="param-type">null</span>
1665
+ <span class="param-type">
1666
+
1667
+ null
1668
+
1669
+ </span>
1670
+
1368
1671
 
1369
1672
 
1370
1673
  </span>
@@ -1434,7 +1737,12 @@ wmsSubLayer.visible = false</code></pre>
1434
1737
  <span class="method-parameter is-pulled-right">
1435
1738
  <label>类型:</label>
1436
1739
 
1437
- <span class="param-type">String</span>
1740
+ <span class="param-type">
1741
+
1742
+ String
1743
+
1744
+ </span>
1745
+
1438
1746
 
1439
1747
 
1440
1748
  </span>
@@ -1472,7 +1780,7 @@ wmsSubLayer.visible = false</code></pre>
1472
1780
 
1473
1781
  <dt class="inherited-from">Inherited From:</dt>
1474
1782
  <dd class="inherited-from"><ul class="dummy"><li>
1475
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1783
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1476
1784
  </li></ul></dd>
1477
1785
 
1478
1786
 
@@ -1513,7 +1821,12 @@ wmsSubLayer.visible = false</code></pre>
1513
1821
  <span class="method-parameter is-pulled-right">
1514
1822
  <label>类型:</label>
1515
1823
 
1516
- <span class="param-type">Object</span>
1824
+ <span class="param-type">
1825
+
1826
+ Object
1827
+
1828
+ </span>
1829
+
1517
1830
 
1518
1831
 
1519
1832
  </span>
@@ -1547,7 +1860,7 @@ wmsSubLayer.visible = false</code></pre>
1547
1860
 
1548
1861
  <dt class="inherited-from">Inherited From:</dt>
1549
1862
  <dd class="inherited-from"><ul class="dummy"><li>
1550
- <a class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1863
+ <a goto="customParameters" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1551
1864
  </li></ul></dd>
1552
1865
 
1553
1866
 
@@ -1588,7 +1901,12 @@ wmsSubLayer.visible = false</code></pre>
1588
1901
  <span class="method-parameter is-pulled-right">
1589
1902
  <label>类型:</label>
1590
1903
 
1591
- <span class="param-type">String</span>
1904
+ <span class="param-type">
1905
+
1906
+ String
1907
+
1908
+ </span>
1909
+
1592
1910
 
1593
1911
 
1594
1912
  </span>
@@ -1626,7 +1944,7 @@ wmsSubLayer.visible = false</code></pre>
1626
1944
 
1627
1945
  <dt class="inherited-from">Inherited From:</dt>
1628
1946
  <dd class="inherited-from"><ul class="dummy"><li>
1629
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1947
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1630
1948
  </li></ul></dd>
1631
1949
 
1632
1950
 
@@ -1667,7 +1985,12 @@ wmsSubLayer.visible = false</code></pre>
1667
1985
  <span class="method-parameter is-pulled-right">
1668
1986
  <label>类型:</label>
1669
1987
 
1670
- <span class="param-type">Object</span>
1988
+ <span class="param-type">
1989
+
1990
+ Object
1991
+
1992
+ </span>
1993
+
1671
1994
 
1672
1995
 
1673
1996
  </span>
@@ -1701,7 +2024,7 @@ wmsSubLayer.visible = false</code></pre>
1701
2024
 
1702
2025
  <dt class="inherited-from">Inherited From:</dt>
1703
2026
  <dd class="inherited-from"><ul class="dummy"><li>
1704
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
2027
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1705
2028
  </li></ul></dd>
1706
2029
 
1707
2030
 
@@ -1742,7 +2065,12 @@ wmsSubLayer.visible = false</code></pre>
1742
2065
  <span class="method-parameter is-pulled-right">
1743
2066
  <label>类型:</label>
1744
2067
 
1745
- <span class="param-type">Object</span>
2068
+ <span class="param-type">
2069
+
2070
+ Object
2071
+
2072
+ </span>
2073
+
1746
2074
 
1747
2075
 
1748
2076
  </span>
@@ -1776,7 +2104,7 @@ wmsSubLayer.visible = false</code></pre>
1776
2104
 
1777
2105
  <dt class="inherited-from">Inherited From:</dt>
1778
2106
  <dd class="inherited-from"><ul class="dummy"><li>
1779
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
2107
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1780
2108
  </li></ul></dd>
1781
2109
 
1782
2110
 
@@ -1817,7 +2145,12 @@ wmsSubLayer.visible = false</code></pre>
1817
2145
  <span class="method-parameter is-pulled-right">
1818
2146
  <label>类型:</label>
1819
2147
 
1820
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2148
+ <span class="param-type">
2149
+
2150
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2151
+
2152
+ </span>
2153
+
1821
2154
 
1822
2155
 
1823
2156
  </span>
@@ -1855,7 +2188,7 @@ wmsSubLayer.visible = false</code></pre>
1855
2188
 
1856
2189
  <dt class="inherited-from">Inherited From:</dt>
1857
2190
  <dd class="inherited-from"><ul class="dummy"><li>
1858
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
2191
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1859
2192
  </li></ul></dd>
1860
2193
 
1861
2194
 
@@ -1896,7 +2229,12 @@ wmsSubLayer.visible = false</code></pre>
1896
2229
  <span class="method-parameter is-pulled-right">
1897
2230
  <label>类型:</label>
1898
2231
 
1899
- <span class="param-type">String</span>
2232
+ <span class="param-type">
2233
+
2234
+ String
2235
+
2236
+ </span>
2237
+
1900
2238
 
1901
2239
 
1902
2240
  </span>
@@ -1930,7 +2268,7 @@ wmsSubLayer.visible = false</code></pre>
1930
2268
 
1931
2269
  <dt class="inherited-from">Inherited From:</dt>
1932
2270
  <dd class="inherited-from"><ul class="dummy"><li>
1933
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
2271
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1934
2272
  </li></ul></dd>
1935
2273
 
1936
2274
 
@@ -1971,7 +2309,12 @@ wmsSubLayer.visible = false</code></pre>
1971
2309
  <span class="method-parameter is-pulled-right">
1972
2310
  <label>类型:</label>
1973
2311
 
1974
- <span class="param-type">String</span>
2312
+ <span class="param-type">
2313
+
2314
+ String
2315
+
2316
+ </span>
2317
+
1975
2318
 
1976
2319
 
1977
2320
  </span>
@@ -2005,7 +2348,7 @@ wmsSubLayer.visible = false</code></pre>
2005
2348
 
2006
2349
  <dt class="inherited-from">Inherited From:</dt>
2007
2350
  <dd class="inherited-from"><ul class="dummy"><li>
2008
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2351
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2009
2352
  </li></ul></dd>
2010
2353
 
2011
2354
 
@@ -2046,7 +2389,12 @@ wmsSubLayer.visible = false</code></pre>
2046
2389
  <span class="method-parameter is-pulled-right">
2047
2390
  <label>类型:</label>
2048
2391
 
2049
- <span class="param-type">String</span>
2392
+ <span class="param-type">
2393
+
2394
+ String
2395
+
2396
+ </span>
2397
+
2050
2398
 
2051
2399
 
2052
2400
  </span>
@@ -2084,7 +2432,7 @@ wmsSubLayer.visible = false</code></pre>
2084
2432
 
2085
2433
  <dt class="inherited-from">Inherited From:</dt>
2086
2434
  <dd class="inherited-from"><ul class="dummy"><li>
2087
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2435
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2088
2436
  </li></ul></dd>
2089
2437
 
2090
2438
 
@@ -2125,7 +2473,12 @@ wmsSubLayer.visible = false</code></pre>
2125
2473
  <span class="method-parameter is-pulled-right">
2126
2474
  <label>类型:</label>
2127
2475
 
2128
- <span class="param-type">String</span>
2476
+ <span class="param-type">
2477
+
2478
+ String
2479
+
2480
+ </span>
2481
+
2129
2482
 
2130
2483
 
2131
2484
  </span>
@@ -2195,7 +2548,12 @@ wmsSubLayer.visible = false</code></pre>
2195
2548
  <span class="method-parameter is-pulled-right">
2196
2549
  <label>类型:</label>
2197
2550
 
2198
- <span class="param-type">Array</span>
2551
+ <span class="param-type">
2552
+
2553
+ Array
2554
+
2555
+ </span>
2556
+
2199
2557
 
2200
2558
 
2201
2559
  </span>
@@ -2269,7 +2627,12 @@ wmsSubLayer.visible = false</code></pre>
2269
2627
  <span class="method-parameter is-pulled-right">
2270
2628
  <label>类型:</label>
2271
2629
 
2272
- <span class="param-type">Number</span>
2630
+ <span class="param-type">
2631
+
2632
+ Number
2633
+
2634
+ </span>
2635
+
2273
2636
 
2274
2637
 
2275
2638
  </span>
@@ -2339,7 +2702,12 @@ wmsSubLayer.visible = false</code></pre>
2339
2702
  <span class="method-parameter is-pulled-right">
2340
2703
  <label>类型:</label>
2341
2704
 
2342
- <span class="param-type">Boolean</span>
2705
+ <span class="param-type">
2706
+
2707
+ Boolean
2708
+
2709
+ </span>
2710
+
2343
2711
 
2344
2712
 
2345
2713
  </span>
@@ -2409,7 +2777,12 @@ wmsSubLayer.visible = false</code></pre>
2409
2777
  <span class="method-parameter is-pulled-right">
2410
2778
  <label>类型:</label>
2411
2779
 
2412
- <span class="param-type">Number</span>
2780
+ <span class="param-type">
2781
+
2782
+ Number
2783
+
2784
+ </span>
2785
+
2413
2786
 
2414
2787
 
2415
2788
  </span>
@@ -2479,7 +2852,12 @@ wmsSubLayer.visible = false</code></pre>
2479
2852
  <span class="method-parameter is-pulled-right">
2480
2853
  <label>类型:</label>
2481
2854
 
2482
- <span class="param-type">Number</span>
2855
+ <span class="param-type">
2856
+
2857
+ Number
2858
+
2859
+ </span>
2860
+
2483
2861
 
2484
2862
 
2485
2863
  </span>
@@ -2513,7 +2891,7 @@ wmsSubLayer.visible = false</code></pre>
2513
2891
 
2514
2892
  <dt class="inherited-from">Inherited From:</dt>
2515
2893
  <dd class="inherited-from"><ul class="dummy"><li>
2516
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2894
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2517
2895
  </li></ul></dd>
2518
2896
 
2519
2897
 
@@ -2554,7 +2932,12 @@ wmsSubLayer.visible = false</code></pre>
2554
2932
  <span class="method-parameter is-pulled-right">
2555
2933
  <label>类型:</label>
2556
2934
 
2557
- <span class="param-type">String</span>
2935
+ <span class="param-type">
2936
+
2937
+ String
2938
+
2939
+ </span>
2940
+
2558
2941
 
2559
2942
 
2560
2943
  </span>
@@ -2628,7 +3011,12 @@ wmsSubLayer.visible = false</code></pre>
2628
3011
  <span class="method-parameter is-pulled-right">
2629
3012
  <label>类型:</label>
2630
3013
 
2631
- <span class="param-type">Boolean</span>
3014
+ <span class="param-type">
3015
+
3016
+ Boolean
3017
+
3018
+ </span>
3019
+
2632
3020
 
2633
3021
 
2634
3022
  </span>
@@ -2666,7 +3054,7 @@ wmsSubLayer.visible = false</code></pre>
2666
3054
 
2667
3055
  <dt class="inherited-from">Inherited From:</dt>
2668
3056
  <dd class="inherited-from"><ul class="dummy"><li>
2669
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
3057
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2670
3058
  </li></ul></dd>
2671
3059
 
2672
3060
 
@@ -2712,7 +3100,12 @@ wmsSubLayer.visible = false</code></pre>
2712
3100
  <span class="method-parameter is-pulled-right">
2713
3101
  <label>类型:</label>
2714
3102
 
2715
- <span class="param-type">String</span>
3103
+ <span class="param-type">
3104
+
3105
+ String
3106
+
3107
+ </span>
3108
+
2716
3109
 
2717
3110
 
2718
3111
  </span>
@@ -2750,7 +3143,7 @@ wmsSubLayer.visible = false</code></pre>
2750
3143
 
2751
3144
  <dt class="inherited-from">Inherited From:</dt>
2752
3145
  <dd class="inherited-from"><ul class="dummy"><li>
2753
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
3146
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2754
3147
  </li></ul></dd>
2755
3148
 
2756
3149
 
@@ -2796,7 +3189,12 @@ wmsSubLayer.visible = false</code></pre>
2796
3189
  <span class="method-parameter is-pulled-right">
2797
3190
  <label>类型:</label>
2798
3191
 
2799
- <span class="param-type">Number</span>
3192
+ <span class="param-type">
3193
+
3194
+ Number
3195
+
3196
+ </span>
3197
+
2800
3198
 
2801
3199
 
2802
3200
  </span>
@@ -2830,7 +3228,7 @@ wmsSubLayer.visible = false</code></pre>
2830
3228
 
2831
3229
  <dt class="inherited-from">Inherited From:</dt>
2832
3230
  <dd class="inherited-from"><ul class="dummy"><li>
2833
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
3231
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2834
3232
  </li></ul></dd>
2835
3233
 
2836
3234
 
@@ -2876,7 +3274,12 @@ wmsSubLayer.visible = false</code></pre>
2876
3274
  <span class="method-parameter is-pulled-right">
2877
3275
  <label>类型:</label>
2878
3276
 
2879
- <span class="param-type">Number</span>
3277
+ <span class="param-type">
3278
+
3279
+ Number
3280
+
3281
+ </span>
3282
+
2880
3283
 
2881
3284
 
2882
3285
  </span>
@@ -2910,7 +3313,7 @@ wmsSubLayer.visible = false</code></pre>
2910
3313
 
2911
3314
  <dt class="inherited-from">Inherited From:</dt>
2912
3315
  <dd class="inherited-from"><ul class="dummy"><li>
2913
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
3316
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2914
3317
  </li></ul></dd>
2915
3318
 
2916
3319
 
@@ -2956,7 +3359,12 @@ wmsSubLayer.visible = false</code></pre>
2956
3359
  <span class="method-parameter is-pulled-right">
2957
3360
  <label>类型:</label>
2958
3361
 
2959
- <span class="param-type">Number</span>
3362
+ <span class="param-type">
3363
+
3364
+ Number
3365
+
3366
+ </span>
3367
+
2960
3368
 
2961
3369
 
2962
3370
  </span>
@@ -2990,7 +3398,7 @@ wmsSubLayer.visible = false</code></pre>
2990
3398
 
2991
3399
  <dt class="inherited-from">Inherited From:</dt>
2992
3400
  <dd class="inherited-from"><ul class="dummy"><li>
2993
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
3401
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2994
3402
  </li></ul></dd>
2995
3403
 
2996
3404
 
@@ -3031,7 +3439,12 @@ wmsSubLayer.visible = false</code></pre>
3031
3439
  <span class="method-parameter is-pulled-right">
3032
3440
  <label>类型:</label>
3033
3441
 
3034
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3442
+ <span class="param-type">
3443
+
3444
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3445
+
3446
+ </span>
3447
+
3035
3448
 
3036
3449
 
3037
3450
  </span>
@@ -3065,7 +3478,7 @@ wmsSubLayer.visible = false</code></pre>
3065
3478
 
3066
3479
  <dt class="inherited-from">Inherited From:</dt>
3067
3480
  <dd class="inherited-from"><ul class="dummy"><li>
3068
- <a class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
3481
+ <a goto="spatialReference" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#spatialReference" Layer.html#spatialReference>Layer#spatialReference</a>
3069
3482
  </li></ul></dd>
3070
3483
 
3071
3484
 
@@ -3106,7 +3519,12 @@ wmsSubLayer.visible = false</code></pre>
3106
3519
  <span class="method-parameter is-pulled-right">
3107
3520
  <label>类型:</label>
3108
3521
 
3109
- <span class="param-type">Array.&lt;<a href="SpatialReference.html">SpatialReference</a>></span>
3522
+ <span class="param-type">
3523
+
3524
+ Array.&lt;<a onclick="getTypeHTML(event)" link="SpatialReference.html">SpatialReference</a>>
3525
+
3526
+ </span>
3527
+
3110
3528
 
3111
3529
 
3112
3530
  </span>
@@ -3176,7 +3594,12 @@ wmsSubLayer.visible = false</code></pre>
3176
3594
  <span class="method-parameter is-pulled-right">
3177
3595
  <label>类型:</label>
3178
3596
 
3179
- <span class="param-type">Array</span>
3597
+ <span class="param-type">
3598
+
3599
+ Array
3600
+
3601
+ </span>
3602
+
3180
3603
 
3181
3604
 
3182
3605
  </span>
@@ -3246,7 +3669,12 @@ wmsSubLayer.visible = false</code></pre>
3246
3669
  <span class="method-parameter is-pulled-right">
3247
3670
  <label>类型:</label>
3248
3671
 
3249
- <span class="param-type">Array</span>
3672
+ <span class="param-type">
3673
+
3674
+ Array
3675
+
3676
+ </span>
3677
+
3250
3678
 
3251
3679
 
3252
3680
  </span>
@@ -3316,7 +3744,12 @@ wmsSubLayer.visible = false</code></pre>
3316
3744
  <span class="method-parameter is-pulled-right">
3317
3745
  <label>类型:</label>
3318
3746
 
3319
- <span class="param-type">String</span>
3747
+ <span class="param-type">
3748
+
3749
+ String
3750
+
3751
+ </span>
3752
+
3320
3753
 
3321
3754
 
3322
3755
  </span>
@@ -3350,7 +3783,7 @@ wmsSubLayer.visible = false</code></pre>
3350
3783
 
3351
3784
  <dt class="inherited-from">Inherited From:</dt>
3352
3785
  <dd class="inherited-from"><ul class="dummy"><li>
3353
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3786
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
3354
3787
  </li></ul></dd>
3355
3788
 
3356
3789
 
@@ -3391,7 +3824,12 @@ wmsSubLayer.visible = false</code></pre>
3391
3824
  <span class="method-parameter is-pulled-right">
3392
3825
  <label>类型:</label>
3393
3826
 
3394
- <span class="param-type">String</span>
3827
+ <span class="param-type">
3828
+
3829
+ String
3830
+
3831
+ </span>
3832
+
3395
3833
 
3396
3834
 
3397
3835
  </span>
@@ -3425,7 +3863,7 @@ wmsSubLayer.visible = false</code></pre>
3425
3863
 
3426
3864
  <dt class="inherited-from">Inherited From:</dt>
3427
3865
  <dd class="inherited-from"><ul class="dummy"><li>
3428
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3866
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3429
3867
  </li></ul></dd>
3430
3868
 
3431
3869
 
@@ -3471,7 +3909,12 @@ wmsSubLayer.visible = false</code></pre>
3471
3909
  <span class="method-parameter is-pulled-right">
3472
3910
  <label>类型:</label>
3473
3911
 
3474
- <span class="param-type">String</span>
3912
+ <span class="param-type">
3913
+
3914
+ String
3915
+
3916
+ </span>
3917
+
3475
3918
 
3476
3919
 
3477
3920
  </span>
@@ -3505,7 +3948,7 @@ wmsSubLayer.visible = false</code></pre>
3505
3948
 
3506
3949
  <dt class="inherited-from">Inherited From:</dt>
3507
3950
  <dd class="inherited-from"><ul class="dummy"><li>
3508
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3951
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3509
3952
  </li></ul></dd>
3510
3953
 
3511
3954
 
@@ -3546,7 +3989,12 @@ wmsSubLayer.visible = false</code></pre>
3546
3989
  <span class="method-parameter is-pulled-right">
3547
3990
  <label>类型:</label>
3548
3991
 
3549
- <span class="param-type">String</span>
3992
+ <span class="param-type">
3993
+
3994
+ String
3995
+
3996
+ </span>
3997
+
3550
3998
 
3551
3999
 
3552
4000
  </span>
@@ -3625,7 +4073,12 @@ wmsSubLayer.visible = false</code></pre>
3625
4073
  <span class="method-parameter is-pulled-right">
3626
4074
  <label>类型:</label>
3627
4075
 
3628
- <span class="param-type">String</span>
4076
+ <span class="param-type">
4077
+
4078
+ String
4079
+
4080
+ </span>
4081
+
3629
4082
 
3630
4083
 
3631
4084
  </span>
@@ -3699,7 +4152,12 @@ wmsSubLayer.visible = false</code></pre>
3699
4152
  <span class="method-parameter is-pulled-right">
3700
4153
  <label>类型:</label>
3701
4154
 
3702
- <span class="param-type">String</span>
4155
+ <span class="param-type">
4156
+
4157
+ String
4158
+
4159
+ </span>
4160
+
3703
4161
 
3704
4162
 
3705
4163
  </span>
@@ -3778,7 +4236,12 @@ wmsSubLayer.visible = false</code></pre>
3778
4236
  <span class="method-parameter is-pulled-right">
3779
4237
  <label>类型:</label>
3780
4238
 
3781
- <span class="param-type">Number</span>
4239
+ <span class="param-type">
4240
+
4241
+ Number
4242
+
4243
+ </span>
4244
+
3782
4245
 
3783
4246
 
3784
4247
  </span>
@@ -3812,7 +4275,7 @@ wmsSubLayer.visible = false</code></pre>
3812
4275
 
3813
4276
  <dt class="inherited-from">Inherited From:</dt>
3814
4277
  <dd class="inherited-from"><ul class="dummy"><li>
3815
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
4278
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3816
4279
  </li></ul></dd>
3817
4280
 
3818
4281
 
@@ -3869,22 +4332,27 @@ wmsSubLayer.visible = false</code></pre>
3869
4332
  <tbody>
3870
4333
 
3871
4334
  <tr class="deep-level-0">
3872
- <td class="name"><code><a href="WMSLayer.html#fromJSON">fromJSON</a></code></td>
4335
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3873
4336
  <td class="name">
3874
4337
  <code>
3875
4338
 
3876
4339
  </code>
3877
4340
  </td>
3878
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
4341
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3879
4342
  </tr>
3880
4343
 
3881
4344
  <tr class="deep-level-0">
3882
- <td class="name"><code><a href="WMSLayer.html#fromServerUrl">fromServerUrl</a></code></td>
4345
+ <td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
3883
4346
  <td class="name">
3884
4347
  <code>
3885
4348
 
3886
4349
 
3887
- <span class="param-type"><a class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
4350
+ <span class="param-type">
4351
+
4352
+ <a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a>
4353
+
4354
+ </span>
4355
+
3888
4356
 
3889
4357
 
3890
4358
 
@@ -3894,12 +4362,17 @@ wmsSubLayer.visible = false</code></pre>
3894
4362
  </tr>
3895
4363
 
3896
4364
  <tr class="deep-level-0">
3897
- <td class="name"><code><a href="WMSLayer.html#clone">clone</a></code></td>
4365
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3898
4366
  <td class="name">
3899
4367
  <code>
3900
4368
 
3901
4369
 
3902
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4370
+ <span class="param-type">
4371
+
4372
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4373
+
4374
+ </span>
4375
+
3903
4376
 
3904
4377
 
3905
4378
 
@@ -3909,12 +4382,17 @@ wmsSubLayer.visible = false</code></pre>
3909
4382
  </tr>
3910
4383
 
3911
4384
  <tr class="deep-level-0">
3912
- <td class="name"><code><a href="WMSLayer.html#destroy">destroy</a></code></td>
4385
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3913
4386
  <td class="name">
3914
4387
  <code>
3915
4388
 
3916
4389
 
3917
- <span class="param-type">*</span>
4390
+ <span class="param-type">
4391
+
4392
+ *
4393
+
4394
+ </span>
4395
+
3918
4396
 
3919
4397
 
3920
4398
 
@@ -3924,27 +4402,37 @@ wmsSubLayer.visible = false</code></pre>
3924
4402
  </tr>
3925
4403
 
3926
4404
  <tr class="deep-level-0">
3927
- <td class="name"><code><a href="WMSLayer.html#findSublayerById">findSublayerById</a></code></td>
4405
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
3928
4406
  <td class="name">
3929
4407
  <code>
3930
4408
 
3931
4409
 
3932
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
4410
+ <span class="param-type">
4411
+
4412
+ <a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a>
4413
+
4414
+ </span>
4415
+
3933
4416
 
3934
4417
 
3935
4418
 
3936
4419
  </code>
3937
4420
  </td>
3938
- <td class="name"><code><p>根据子图层id查询图层<a id='findSublayerById'></a></p></code></td>
4421
+ <td class="name"><code><p>根据子图层id查询图层</code></td>
3939
4422
  </tr>
3940
4423
 
3941
4424
  <tr class="deep-level-0">
3942
- <td class="name"><code><a href="WMSLayer.html#isLoaded">isLoaded</a></code></td>
4425
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3943
4426
  <td class="name">
3944
4427
  <code>
3945
4428
 
3946
4429
 
3947
- <span class="param-type">Boolean</span>
4430
+ <span class="param-type">
4431
+
4432
+ Boolean
4433
+
4434
+ </span>
4435
+
3948
4436
 
3949
4437
 
3950
4438
 
@@ -3954,17 +4442,17 @@ wmsSubLayer.visible = false</code></pre>
3954
4442
  </tr>
3955
4443
 
3956
4444
  <tr class="deep-level-0">
3957
- <td class="name"><code><a href="WMSLayer.html#load">load</a></code></td>
4445
+ <td class="name"><code><a href="#load">load</a></code></td>
3958
4446
  <td class="name">
3959
4447
  <code>
3960
4448
 
3961
4449
  </code>
3962
4450
  </td>
3963
- <td class="name"><code><p>加载图层资源<a id='load'></a></p></code></td>
4451
+ <td class="name"><code><p>加载图层资源</code></td>
3964
4452
  </tr>
3965
4453
 
3966
4454
  <tr class="deep-level-0">
3967
- <td class="name"><code><a href="WMSLayer.html#refresh">refresh</a></code></td>
4455
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3968
4456
  <td class="name">
3969
4457
  <code>
3970
4458
 
@@ -3974,22 +4462,27 @@ wmsSubLayer.visible = false</code></pre>
3974
4462
  </tr>
3975
4463
 
3976
4464
  <tr class="deep-level-0">
3977
- <td class="name"><code><a href="WMSLayer.html#setSubLayer">setSubLayer</a></code></td>
4465
+ <td class="name"><code><a href="#setSubLayer">setSubLayer</a></code></td>
3978
4466
  <td class="name">
3979
4467
  <code>
3980
4468
 
3981
4469
  </code>
3982
4470
  </td>
3983
- <td class="name"><code><p>通过图层名称或id来设置子图层,若找到相同图层仅会覆盖相同名称的参数,若没有则在最后新增一个<a id='setSubLayer'></a></p></code></td>
4471
+ <td class="name"><code><p>通过图层名称或id来设置子图层,若找到相同图层仅会覆盖相同名称的参数,若没有则在最后新增一个</code></td>
3984
4472
  </tr>
3985
4473
 
3986
4474
  <tr class="deep-level-0">
3987
- <td class="name"><code><a href="WMSLayer.html#toJSON">toJSON</a></code></td>
4475
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3988
4476
  <td class="name">
3989
4477
  <code>
3990
4478
 
3991
4479
 
3992
- <span class="param-type">Object</span>
4480
+ <span class="param-type">
4481
+
4482
+ Object
4483
+
4484
+ </span>
4485
+
3993
4486
 
3994
4487
 
3995
4488
 
@@ -4060,13 +4553,18 @@ wmsSubLayer.visible = false</code></pre>
4060
4553
 
4061
4554
  <tr class="deep-level-0">
4062
4555
 
4063
- <td class="name" id="json"><code>json</code></td>
4556
+ <td class="name"><code>json</code></td>
4064
4557
 
4065
4558
 
4066
4559
  <td class="type">
4067
4560
 
4068
4561
 
4069
- <span class="param-type">Object</span>
4562
+ <span class="param-type">
4563
+
4564
+ Object
4565
+
4566
+ </span>
4567
+
4070
4568
 
4071
4569
 
4072
4570
 
@@ -4221,13 +4719,18 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4221
4719
 
4222
4720
  <tr class="deep-level-0">
4223
4721
 
4224
- <td class="name" id="url"><code>url</code></td>
4722
+ <td class="name"><code>url</code></td>
4225
4723
 
4226
4724
 
4227
4725
  <td class="type">
4228
4726
 
4229
4727
 
4230
- <span class="param-type">String</span>
4728
+ <span class="param-type">
4729
+
4730
+ String
4731
+
4732
+ </span>
4733
+
4231
4734
 
4232
4735
 
4233
4736
 
@@ -4315,7 +4818,12 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4315
4818
  <div class='column is-5 has-text-left'>
4316
4819
  <label>类型: </label>
4317
4820
 
4318
- <span class="param-type"><a class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
4821
+ <span class="param-type">
4822
+
4823
+ <a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a>
4824
+
4825
+ </span>
4826
+
4319
4827
 
4320
4828
 
4321
4829
  </div>
@@ -4375,7 +4883,7 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4375
4883
 
4376
4884
  <dt class="inherited-from">Inherited From:</dt>
4377
4885
  <dd class="inherited-from"><ul class="dummy"><li>
4378
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
4886
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
4379
4887
  </li></ul></dd>
4380
4888
 
4381
4889
 
@@ -4436,7 +4944,12 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4436
4944
  <div class='column is-5 has-text-left'>
4437
4945
  <label>类型: </label>
4438
4946
 
4439
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4947
+ <span class="param-type">
4948
+
4949
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4950
+
4951
+ </span>
4952
+
4440
4953
 
4441
4954
 
4442
4955
  </div>
@@ -4492,7 +5005,7 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4492
5005
 
4493
5006
  <dt class="inherited-from">Inherited From:</dt>
4494
5007
  <dd class="inherited-from"><ul class="dummy"><li>
4495
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
5008
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4496
5009
  </li></ul></dd>
4497
5010
 
4498
5011
 
@@ -4551,7 +5064,12 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4551
5064
  <div class='column is-5 has-text-left'>
4552
5065
  <label>类型: </label>
4553
5066
 
4554
- <span class="param-type">*</span>
5067
+ <span class="param-type">
5068
+
5069
+ *
5070
+
5071
+ </span>
5072
+
4555
5073
 
4556
5074
 
4557
5075
  </div>
@@ -4622,13 +5140,18 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4622
5140
 
4623
5141
  <tr class="deep-level-0">
4624
5142
 
4625
- <td class="name" id="sublayerID"><code>sublayerID</code></td>
5143
+ <td class="name"><code>sublayerID</code></td>
4626
5144
 
4627
5145
 
4628
5146
  <td class="type">
4629
5147
 
4630
5148
 
4631
- <span class="param-type">String</span>
5149
+ <span class="param-type">
5150
+
5151
+ String
5152
+
5153
+ </span>
5154
+
4632
5155
 
4633
5156
 
4634
5157
 
@@ -4716,7 +5239,12 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4716
5239
  <div class='column is-5 has-text-left'>
4717
5240
  <label>类型: </label>
4718
5241
 
4719
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
5242
+ <span class="param-type">
5243
+
5244
+ <a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a>
5245
+
5246
+ </span>
5247
+
4720
5248
 
4721
5249
 
4722
5250
  </div>
@@ -4796,7 +5324,7 @@ const wmsSubLayer = wmsLayer.findSublayerById(0)</code></pre>
4796
5324
 
4797
5325
  <dt class="inherited-from">Inherited From:</dt>
4798
5326
  <dd class="inherited-from"><ul class="dummy"><li>
4799
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
5327
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4800
5328
  </li></ul></dd>
4801
5329
 
4802
5330
 
@@ -4857,7 +5385,12 @@ const wmsSubLayer = wmsLayer.findSublayerById(0)</code></pre>
4857
5385
  <div class='column is-5 has-text-left'>
4858
5386
  <label>类型: </label>
4859
5387
 
4860
- <span class="param-type">Boolean</span>
5388
+ <span class="param-type">
5389
+
5390
+ Boolean
5391
+
5392
+ </span>
5393
+
4861
5394
 
4862
5395
 
4863
5396
  </div>
@@ -5029,7 +5562,7 @@ wmsLayer.load().then((result) => {
5029
5562
 
5030
5563
  <dt class="inherited-from">Inherited From:</dt>
5031
5564
  <dd class="inherited-from"><ul class="dummy"><li>
5032
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
5565
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
5033
5566
  </li></ul></dd>
5034
5567
 
5035
5568
 
@@ -5136,16 +5669,25 @@ wmsLayer.load().then((result) => {
5136
5669
 
5137
5670
  <tr class="deep-level-0">
5138
5671
 
5139
- <td class="name" id="wmsSublayer"><code>wmsSublayer</code></td>
5672
+ <td class="name"><code>wmsSublayer</code></td>
5140
5673
 
5141
5674
 
5142
5675
  <td class="type">
5143
5676
 
5144
5677
 
5145
- <span class="param-type"><a class="mapgis-link-name" title="WMSSubLayer" WMSSubLayer.html>WMSSubLayer</a></span>
5678
+ <span class="param-type">
5679
+
5680
+ <a link="WMSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSSubLayer" WMSSubLayer.html>WMSSubLayer</a>
5681
+
5682
+ </span>
5146
5683
  |
5147
5684
 
5148
- <span class="param-type">Object</span>
5685
+ <span class="param-type">
5686
+
5687
+ Object
5688
+
5689
+ </span>
5690
+
5149
5691
 
5150
5692
 
5151
5693
 
@@ -5358,7 +5900,12 @@ wmsLayer.setSubLayer({
5358
5900
  <div class='column is-5 has-text-left'>
5359
5901
  <label>类型: </label>
5360
5902
 
5361
- <span class="param-type">Object</span>
5903
+ <span class="param-type">
5904
+
5905
+ Object
5906
+
5907
+ </span>
5908
+
5362
5909
 
5363
5910
 
5364
5911
  </div>
@@ -5397,42 +5944,42 @@ wmsLayer.setSubLayer({
5397
5944
  <tbody>
5398
5945
 
5399
5946
  <tr class="deep-level-0">
5400
- <td class="name"><code><a href="WMSLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5947
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5401
5948
  <td class="name"><code>图层刷新完毕事件</code></td>
5402
5949
  </tr>
5403
5950
 
5404
5951
  <tr class="deep-level-0">
5405
- <td class="name"><code><a href="WMSLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5952
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
5406
5953
  <td class="name"><code>图层加载完毕事件</code></td>
5407
5954
  </tr>
5408
5955
 
5409
5956
  <tr class="deep-level-0">
5410
- <td class="name"><code><a href="WMSLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5957
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5411
5958
  <td class="name"><code>图层显隐更新完毕事件</code></td>
5412
5959
  </tr>
5413
5960
 
5414
5961
  <tr class="deep-level-0">
5415
- <td class="name"><code><a href="WMSLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5962
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
5416
5963
  <td class="name"><code>图层更新完毕事件</code></td>
5417
5964
  </tr>
5418
5965
 
5419
5966
  <tr class="deep-level-0">
5420
- <td class="name"><code><a href="WMSLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5967
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5421
5968
  <td class="name"><code>图层透明度更新完毕事件</code></td>
5422
5969
  </tr>
5423
5970
 
5424
5971
  <tr class="deep-level-0">
5425
- <td class="name"><code><a href="WMSLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5972
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5426
5973
  <td class="name"><code>图层销毁完毕事件</code></td>
5427
5974
  </tr>
5428
5975
 
5429
5976
  <tr class="deep-level-0">
5430
- <td class="name"><code><a href="WMSLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5977
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5431
5978
  <td class="name"><code>图层顺序更新完毕事件</code></td>
5432
5979
  </tr>
5433
5980
 
5434
5981
  <tr class="deep-level-0">
5435
- <td class="name"><code><a href="WMSLayer.html#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
5982
+ <td class="name"><code><a href="#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
5436
5983
  <td class="name"><code>子图层显隐更新完毕事件</code></td>
5437
5984
  </tr>
5438
5985
 
@@ -5512,7 +6059,12 @@ wmsLayer.setSubLayer({
5512
6059
  <td class="type">
5513
6060
 
5514
6061
 
5515
- <span class="param-type">Object</span>
6062
+ <span class="param-type">
6063
+
6064
+ Object
6065
+
6066
+ </span>
6067
+
5516
6068
 
5517
6069
 
5518
6070
 
@@ -5545,7 +6097,12 @@ wmsLayer.setSubLayer({
5545
6097
  <td class="type">
5546
6098
 
5547
6099
 
5548
- <span class="param-type">String</span>
6100
+ <span class="param-type">
6101
+
6102
+ String
6103
+
6104
+ </span>
6105
+
5549
6106
 
5550
6107
 
5551
6108
 
@@ -5582,7 +6139,12 @@ wmsLayer.setSubLayer({
5582
6139
  <td class="type">
5583
6140
 
5584
6141
 
5585
- <span class="param-type">String</span>
6142
+ <span class="param-type">
6143
+
6144
+ String
6145
+
6146
+ </span>
6147
+
5586
6148
 
5587
6149
 
5588
6150
 
@@ -5619,7 +6181,12 @@ wmsLayer.setSubLayer({
5619
6181
  <td class="type">
5620
6182
 
5621
6183
 
5622
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6184
+ <span class="param-type">
6185
+
6186
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6187
+
6188
+ </span>
6189
+
5623
6190
 
5624
6191
 
5625
6192
 
@@ -5656,7 +6223,12 @@ wmsLayer.setSubLayer({
5656
6223
  <td class="type">
5657
6224
 
5658
6225
 
5659
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6226
+ <span class="param-type">
6227
+
6228
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6229
+
6230
+ </span>
6231
+
5660
6232
 
5661
6233
 
5662
6234
 
@@ -5693,7 +6265,12 @@ wmsLayer.setSubLayer({
5693
6265
  <td class="type">
5694
6266
 
5695
6267
 
5696
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6268
+ <span class="param-type">
6269
+
6270
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6271
+
6272
+ </span>
6273
+
5697
6274
 
5698
6275
 
5699
6276
 
@@ -5730,7 +6307,12 @@ wmsLayer.setSubLayer({
5730
6307
  <td class="type">
5731
6308
 
5732
6309
 
5733
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6310
+ <span class="param-type">
6311
+
6312
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6313
+
6314
+ </span>
6315
+
5734
6316
 
5735
6317
 
5736
6318
 
@@ -5767,7 +6349,12 @@ wmsLayer.setSubLayer({
5767
6349
  <td class="type">
5768
6350
 
5769
6351
 
5770
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6352
+ <span class="param-type">
6353
+
6354
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6355
+
6356
+ </span>
6357
+
5771
6358
 
5772
6359
 
5773
6360
 
@@ -5812,7 +6399,7 @@ wmsLayer.setSubLayer({
5812
6399
 
5813
6400
  <dt class="inherited-from">Inherited From:</dt>
5814
6401
  <dd class="inherited-from"><ul class="dummy"><li>
5815
- <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>
6402
+ <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>
5816
6403
  </li></ul></dd>
5817
6404
 
5818
6405
 
@@ -5958,7 +6545,12 @@ wmsLayer.setSubLayer({
5958
6545
  <td class="type">
5959
6546
 
5960
6547
 
5961
- <span class="param-type">Object</span>
6548
+ <span class="param-type">
6549
+
6550
+ Object
6551
+
6552
+ </span>
6553
+
5962
6554
 
5963
6555
 
5964
6556
 
@@ -5991,7 +6583,12 @@ wmsLayer.setSubLayer({
5991
6583
  <td class="type">
5992
6584
 
5993
6585
 
5994
- <span class="param-type">String</span>
6586
+ <span class="param-type">
6587
+
6588
+ String
6589
+
6590
+ </span>
6591
+
5995
6592
 
5996
6593
 
5997
6594
 
@@ -6028,7 +6625,12 @@ wmsLayer.setSubLayer({
6028
6625
  <td class="type">
6029
6626
 
6030
6627
 
6031
- <span class="param-type">String</span>
6628
+ <span class="param-type">
6629
+
6630
+ String
6631
+
6632
+ </span>
6633
+
6032
6634
 
6033
6635
 
6034
6636
 
@@ -6065,7 +6667,12 @@ wmsLayer.setSubLayer({
6065
6667
  <td class="type">
6066
6668
 
6067
6669
 
6068
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6670
+ <span class="param-type">
6671
+
6672
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6673
+
6674
+ </span>
6675
+
6069
6676
 
6070
6677
 
6071
6678
 
@@ -6102,7 +6709,12 @@ wmsLayer.setSubLayer({
6102
6709
  <td class="type">
6103
6710
 
6104
6711
 
6105
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6712
+ <span class="param-type">
6713
+
6714
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6715
+
6716
+ </span>
6717
+
6106
6718
 
6107
6719
 
6108
6720
 
@@ -6139,7 +6751,12 @@ wmsLayer.setSubLayer({
6139
6751
  <td class="type">
6140
6752
 
6141
6753
 
6142
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6754
+ <span class="param-type">
6755
+
6756
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6757
+
6758
+ </span>
6759
+
6143
6760
 
6144
6761
 
6145
6762
 
@@ -6176,7 +6793,12 @@ wmsLayer.setSubLayer({
6176
6793
  <td class="type">
6177
6794
 
6178
6795
 
6179
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6796
+ <span class="param-type">
6797
+
6798
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6799
+
6800
+ </span>
6801
+
6180
6802
 
6181
6803
 
6182
6804
 
@@ -6213,7 +6835,12 @@ wmsLayer.setSubLayer({
6213
6835
  <td class="type">
6214
6836
 
6215
6837
 
6216
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6838
+ <span class="param-type">
6839
+
6840
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6841
+
6842
+ </span>
6843
+
6217
6844
 
6218
6845
 
6219
6846
 
@@ -6258,7 +6885,7 @@ wmsLayer.setSubLayer({
6258
6885
 
6259
6886
  <dt class="inherited-from">Inherited From:</dt>
6260
6887
  <dd class="inherited-from"><ul class="dummy"><li>
6261
- <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>
6888
+ <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>
6262
6889
  </li></ul></dd>
6263
6890
 
6264
6891
 
@@ -6394,7 +7021,12 @@ wmsLayer.setSubLayer({
6394
7021
  <td class="type">
6395
7022
 
6396
7023
 
6397
- <span class="param-type">Object</span>
7024
+ <span class="param-type">
7025
+
7026
+ Object
7027
+
7028
+ </span>
7029
+
6398
7030
 
6399
7031
 
6400
7032
 
@@ -6427,7 +7059,12 @@ wmsLayer.setSubLayer({
6427
7059
  <td class="type">
6428
7060
 
6429
7061
 
6430
- <span class="param-type">String</span>
7062
+ <span class="param-type">
7063
+
7064
+ String
7065
+
7066
+ </span>
7067
+
6431
7068
 
6432
7069
 
6433
7070
 
@@ -6464,7 +7101,12 @@ wmsLayer.setSubLayer({
6464
7101
  <td class="type">
6465
7102
 
6466
7103
 
6467
- <span class="param-type">String</span>
7104
+ <span class="param-type">
7105
+
7106
+ String
7107
+
7108
+ </span>
7109
+
6468
7110
 
6469
7111
 
6470
7112
 
@@ -6501,7 +7143,12 @@ wmsLayer.setSubLayer({
6501
7143
  <td class="type">
6502
7144
 
6503
7145
 
6504
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7146
+ <span class="param-type">
7147
+
7148
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7149
+
7150
+ </span>
7151
+
6505
7152
 
6506
7153
 
6507
7154
 
@@ -6538,7 +7185,12 @@ wmsLayer.setSubLayer({
6538
7185
  <td class="type">
6539
7186
 
6540
7187
 
6541
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7188
+ <span class="param-type">
7189
+
7190
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7191
+
7192
+ </span>
7193
+
6542
7194
 
6543
7195
 
6544
7196
 
@@ -6575,7 +7227,12 @@ wmsLayer.setSubLayer({
6575
7227
  <td class="type">
6576
7228
 
6577
7229
 
6578
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7230
+ <span class="param-type">
7231
+
7232
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7233
+
7234
+ </span>
7235
+
6579
7236
 
6580
7237
 
6581
7238
 
@@ -6612,7 +7269,12 @@ wmsLayer.setSubLayer({
6612
7269
  <td class="type">
6613
7270
 
6614
7271
 
6615
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7272
+ <span class="param-type">
7273
+
7274
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7275
+
7276
+ </span>
7277
+
6616
7278
 
6617
7279
 
6618
7280
 
@@ -6649,7 +7311,12 @@ wmsLayer.setSubLayer({
6649
7311
  <td class="type">
6650
7312
 
6651
7313
 
6652
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7314
+ <span class="param-type">
7315
+
7316
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7317
+
7318
+ </span>
7319
+
6653
7320
 
6654
7321
 
6655
7322
 
@@ -6694,7 +7361,7 @@ wmsLayer.setSubLayer({
6694
7361
 
6695
7362
  <dt class="inherited-from">Inherited From:</dt>
6696
7363
  <dd class="inherited-from"><ul class="dummy"><li>
6697
- <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>
7364
+ <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>
6698
7365
  </li></ul></dd>
6699
7366
 
6700
7367
 
@@ -6840,7 +7507,12 @@ wmsLayer.setSubLayer({
6840
7507
  <td class="type">
6841
7508
 
6842
7509
 
6843
- <span class="param-type">Object</span>
7510
+ <span class="param-type">
7511
+
7512
+ Object
7513
+
7514
+ </span>
7515
+
6844
7516
 
6845
7517
 
6846
7518
 
@@ -6873,7 +7545,12 @@ wmsLayer.setSubLayer({
6873
7545
  <td class="type">
6874
7546
 
6875
7547
 
6876
- <span class="param-type">String</span>
7548
+ <span class="param-type">
7549
+
7550
+ String
7551
+
7552
+ </span>
7553
+
6877
7554
 
6878
7555
 
6879
7556
 
@@ -6910,7 +7587,12 @@ wmsLayer.setSubLayer({
6910
7587
  <td class="type">
6911
7588
 
6912
7589
 
6913
- <span class="param-type">String</span>
7590
+ <span class="param-type">
7591
+
7592
+ String
7593
+
7594
+ </span>
7595
+
6914
7596
 
6915
7597
 
6916
7598
 
@@ -6947,7 +7629,12 @@ wmsLayer.setSubLayer({
6947
7629
  <td class="type">
6948
7630
 
6949
7631
 
6950
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7632
+ <span class="param-type">
7633
+
7634
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7635
+
7636
+ </span>
7637
+
6951
7638
 
6952
7639
 
6953
7640
 
@@ -6984,7 +7671,12 @@ wmsLayer.setSubLayer({
6984
7671
  <td class="type">
6985
7672
 
6986
7673
 
6987
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7674
+ <span class="param-type">
7675
+
7676
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7677
+
7678
+ </span>
7679
+
6988
7680
 
6989
7681
 
6990
7682
 
@@ -7021,7 +7713,12 @@ wmsLayer.setSubLayer({
7021
7713
  <td class="type">
7022
7714
 
7023
7715
 
7024
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7716
+ <span class="param-type">
7717
+
7718
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7719
+
7720
+ </span>
7721
+
7025
7722
 
7026
7723
 
7027
7724
 
@@ -7058,7 +7755,12 @@ wmsLayer.setSubLayer({
7058
7755
  <td class="type">
7059
7756
 
7060
7757
 
7061
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7758
+ <span class="param-type">
7759
+
7760
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7761
+
7762
+ </span>
7763
+
7062
7764
 
7063
7765
 
7064
7766
 
@@ -7095,7 +7797,12 @@ wmsLayer.setSubLayer({
7095
7797
  <td class="type">
7096
7798
 
7097
7799
 
7098
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7800
+ <span class="param-type">
7801
+
7802
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7803
+
7804
+ </span>
7805
+
7099
7806
 
7100
7807
 
7101
7808
 
@@ -7140,7 +7847,7 @@ wmsLayer.setSubLayer({
7140
7847
 
7141
7848
  <dt class="inherited-from">Inherited From:</dt>
7142
7849
  <dd class="inherited-from"><ul class="dummy"><li>
7143
- <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>
7850
+ <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>
7144
7851
  </li></ul></dd>
7145
7852
 
7146
7853
 
@@ -7276,7 +7983,12 @@ wmsLayer.setSubLayer({
7276
7983
  <td class="type">
7277
7984
 
7278
7985
 
7279
- <span class="param-type">Object</span>
7986
+ <span class="param-type">
7987
+
7988
+ Object
7989
+
7990
+ </span>
7991
+
7280
7992
 
7281
7993
 
7282
7994
 
@@ -7309,7 +8021,12 @@ wmsLayer.setSubLayer({
7309
8021
  <td class="type">
7310
8022
 
7311
8023
 
7312
- <span class="param-type">String</span>
8024
+ <span class="param-type">
8025
+
8026
+ String
8027
+
8028
+ </span>
8029
+
7313
8030
 
7314
8031
 
7315
8032
 
@@ -7346,7 +8063,12 @@ wmsLayer.setSubLayer({
7346
8063
  <td class="type">
7347
8064
 
7348
8065
 
7349
- <span class="param-type">String</span>
8066
+ <span class="param-type">
8067
+
8068
+ String
8069
+
8070
+ </span>
8071
+
7350
8072
 
7351
8073
 
7352
8074
 
@@ -7383,7 +8105,12 @@ wmsLayer.setSubLayer({
7383
8105
  <td class="type">
7384
8106
 
7385
8107
 
7386
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8108
+ <span class="param-type">
8109
+
8110
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8111
+
8112
+ </span>
8113
+
7387
8114
 
7388
8115
 
7389
8116
 
@@ -7420,7 +8147,12 @@ wmsLayer.setSubLayer({
7420
8147
  <td class="type">
7421
8148
 
7422
8149
 
7423
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8150
+ <span class="param-type">
8151
+
8152
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8153
+
8154
+ </span>
8155
+
7424
8156
 
7425
8157
 
7426
8158
 
@@ -7457,7 +8189,12 @@ wmsLayer.setSubLayer({
7457
8189
  <td class="type">
7458
8190
 
7459
8191
 
7460
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8192
+ <span class="param-type">
8193
+
8194
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8195
+
8196
+ </span>
8197
+
7461
8198
 
7462
8199
 
7463
8200
 
@@ -7494,7 +8231,12 @@ wmsLayer.setSubLayer({
7494
8231
  <td class="type">
7495
8232
 
7496
8233
 
7497
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8234
+ <span class="param-type">
8235
+
8236
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8237
+
8238
+ </span>
8239
+
7498
8240
 
7499
8241
 
7500
8242
 
@@ -7531,7 +8273,12 @@ wmsLayer.setSubLayer({
7531
8273
  <td class="type">
7532
8274
 
7533
8275
 
7534
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8276
+ <span class="param-type">
8277
+
8278
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8279
+
8280
+ </span>
8281
+
7535
8282
 
7536
8283
 
7537
8284
 
@@ -7576,7 +8323,7 @@ wmsLayer.setSubLayer({
7576
8323
 
7577
8324
  <dt class="inherited-from">Inherited From:</dt>
7578
8325
  <dd class="inherited-from"><ul class="dummy"><li>
7579
- <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>
8326
+ <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>
7580
8327
  </li></ul></dd>
7581
8328
 
7582
8329
 
@@ -7722,7 +8469,12 @@ wmsLayer.setSubLayer({
7722
8469
  <td class="type">
7723
8470
 
7724
8471
 
7725
- <span class="param-type">Object</span>
8472
+ <span class="param-type">
8473
+
8474
+ Object
8475
+
8476
+ </span>
8477
+
7726
8478
 
7727
8479
 
7728
8480
 
@@ -7755,7 +8507,12 @@ wmsLayer.setSubLayer({
7755
8507
  <td class="type">
7756
8508
 
7757
8509
 
7758
- <span class="param-type">String</span>
8510
+ <span class="param-type">
8511
+
8512
+ String
8513
+
8514
+ </span>
8515
+
7759
8516
 
7760
8517
 
7761
8518
 
@@ -7792,7 +8549,12 @@ wmsLayer.setSubLayer({
7792
8549
  <td class="type">
7793
8550
 
7794
8551
 
7795
- <span class="param-type">String</span>
8552
+ <span class="param-type">
8553
+
8554
+ String
8555
+
8556
+ </span>
8557
+
7796
8558
 
7797
8559
 
7798
8560
 
@@ -7829,7 +8591,12 @@ wmsLayer.setSubLayer({
7829
8591
  <td class="type">
7830
8592
 
7831
8593
 
7832
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8594
+ <span class="param-type">
8595
+
8596
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8597
+
8598
+ </span>
8599
+
7833
8600
 
7834
8601
 
7835
8602
 
@@ -7866,7 +8633,12 @@ wmsLayer.setSubLayer({
7866
8633
  <td class="type">
7867
8634
 
7868
8635
 
7869
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8636
+ <span class="param-type">
8637
+
8638
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8639
+
8640
+ </span>
8641
+
7870
8642
 
7871
8643
 
7872
8644
 
@@ -7903,7 +8675,12 @@ wmsLayer.setSubLayer({
7903
8675
  <td class="type">
7904
8676
 
7905
8677
 
7906
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8678
+ <span class="param-type">
8679
+
8680
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8681
+
8682
+ </span>
8683
+
7907
8684
 
7908
8685
 
7909
8686
 
@@ -7940,7 +8717,12 @@ wmsLayer.setSubLayer({
7940
8717
  <td class="type">
7941
8718
 
7942
8719
 
7943
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8720
+ <span class="param-type">
8721
+
8722
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8723
+
8724
+ </span>
8725
+
7944
8726
 
7945
8727
 
7946
8728
 
@@ -7977,7 +8759,12 @@ wmsLayer.setSubLayer({
7977
8759
  <td class="type">
7978
8760
 
7979
8761
 
7980
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8762
+ <span class="param-type">
8763
+
8764
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8765
+
8766
+ </span>
8767
+
7981
8768
 
7982
8769
 
7983
8770
 
@@ -8022,7 +8809,7 @@ wmsLayer.setSubLayer({
8022
8809
 
8023
8810
  <dt class="inherited-from">Inherited From:</dt>
8024
8811
  <dd class="inherited-from"><ul class="dummy"><li>
8025
- <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>
8812
+ <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>
8026
8813
  </li></ul></dd>
8027
8814
 
8028
8815
 
@@ -8158,7 +8945,12 @@ wmsLayer.setSubLayer({
8158
8945
  <td class="type">
8159
8946
 
8160
8947
 
8161
- <span class="param-type">Object</span>
8948
+ <span class="param-type">
8949
+
8950
+ Object
8951
+
8952
+ </span>
8953
+
8162
8954
 
8163
8955
 
8164
8956
 
@@ -8191,7 +8983,12 @@ wmsLayer.setSubLayer({
8191
8983
  <td class="type">
8192
8984
 
8193
8985
 
8194
- <span class="param-type">String</span>
8986
+ <span class="param-type">
8987
+
8988
+ String
8989
+
8990
+ </span>
8991
+
8195
8992
 
8196
8993
 
8197
8994
 
@@ -8228,7 +9025,12 @@ wmsLayer.setSubLayer({
8228
9025
  <td class="type">
8229
9026
 
8230
9027
 
8231
- <span class="param-type">String</span>
9028
+ <span class="param-type">
9029
+
9030
+ String
9031
+
9032
+ </span>
9033
+
8232
9034
 
8233
9035
 
8234
9036
 
@@ -8265,7 +9067,12 @@ wmsLayer.setSubLayer({
8265
9067
  <td class="type">
8266
9068
 
8267
9069
 
8268
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9070
+ <span class="param-type">
9071
+
9072
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9073
+
9074
+ </span>
9075
+
8269
9076
 
8270
9077
 
8271
9078
 
@@ -8302,7 +9109,12 @@ wmsLayer.setSubLayer({
8302
9109
  <td class="type">
8303
9110
 
8304
9111
 
8305
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9112
+ <span class="param-type">
9113
+
9114
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9115
+
9116
+ </span>
9117
+
8306
9118
 
8307
9119
 
8308
9120
 
@@ -8339,7 +9151,12 @@ wmsLayer.setSubLayer({
8339
9151
  <td class="type">
8340
9152
 
8341
9153
 
8342
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9154
+ <span class="param-type">
9155
+
9156
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9157
+
9158
+ </span>
9159
+
8343
9160
 
8344
9161
 
8345
9162
 
@@ -8376,7 +9193,12 @@ wmsLayer.setSubLayer({
8376
9193
  <td class="type">
8377
9194
 
8378
9195
 
8379
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9196
+ <span class="param-type">
9197
+
9198
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9199
+
9200
+ </span>
9201
+
8380
9202
 
8381
9203
 
8382
9204
 
@@ -8413,7 +9235,12 @@ wmsLayer.setSubLayer({
8413
9235
  <td class="type">
8414
9236
 
8415
9237
 
8416
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9238
+ <span class="param-type">
9239
+
9240
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9241
+
9242
+ </span>
9243
+
8417
9244
 
8418
9245
 
8419
9246
 
@@ -8458,7 +9285,7 @@ wmsLayer.setSubLayer({
8458
9285
 
8459
9286
  <dt class="inherited-from">Inherited From:</dt>
8460
9287
  <dd class="inherited-from"><ul class="dummy"><li>
8461
- <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>
9288
+ <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>
8462
9289
  </li></ul></dd>
8463
9290
 
8464
9291
 
@@ -8604,7 +9431,12 @@ wmsLayer.setSubLayer({
8604
9431
  <td class="type">
8605
9432
 
8606
9433
 
8607
- <span class="param-type">Object</span>
9434
+ <span class="param-type">
9435
+
9436
+ Object
9437
+
9438
+ </span>
9439
+
8608
9440
 
8609
9441
 
8610
9442
 
@@ -8637,7 +9469,12 @@ wmsLayer.setSubLayer({
8637
9469
  <td class="type">
8638
9470
 
8639
9471
 
8640
- <span class="param-type">String</span>
9472
+ <span class="param-type">
9473
+
9474
+ String
9475
+
9476
+ </span>
9477
+
8641
9478
 
8642
9479
 
8643
9480
 
@@ -8674,7 +9511,12 @@ wmsLayer.setSubLayer({
8674
9511
  <td class="type">
8675
9512
 
8676
9513
 
8677
- <span class="param-type">String</span>
9514
+ <span class="param-type">
9515
+
9516
+ String
9517
+
9518
+ </span>
9519
+
8678
9520
 
8679
9521
 
8680
9522
 
@@ -8711,7 +9553,12 @@ wmsLayer.setSubLayer({
8711
9553
  <td class="type">
8712
9554
 
8713
9555
 
8714
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9556
+ <span class="param-type">
9557
+
9558
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9559
+
9560
+ </span>
9561
+
8715
9562
 
8716
9563
 
8717
9564
 
@@ -8748,7 +9595,12 @@ wmsLayer.setSubLayer({
8748
9595
  <td class="type">
8749
9596
 
8750
9597
 
8751
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9598
+ <span class="param-type">
9599
+
9600
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9601
+
9602
+ </span>
9603
+
8752
9604
 
8753
9605
 
8754
9606
 
@@ -8785,7 +9637,12 @@ wmsLayer.setSubLayer({
8785
9637
  <td class="type">
8786
9638
 
8787
9639
 
8788
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9640
+ <span class="param-type">
9641
+
9642
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9643
+
9644
+ </span>
9645
+
8789
9646
 
8790
9647
 
8791
9648
 
@@ -8822,7 +9679,12 @@ wmsLayer.setSubLayer({
8822
9679
  <td class="type">
8823
9680
 
8824
9681
 
8825
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9682
+ <span class="param-type">
9683
+
9684
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9685
+
9686
+ </span>
9687
+
8826
9688
 
8827
9689
 
8828
9690
 
@@ -8859,7 +9721,12 @@ wmsLayer.setSubLayer({
8859
9721
  <td class="type">
8860
9722
 
8861
9723
 
8862
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9724
+ <span class="param-type">
9725
+
9726
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9727
+
9728
+ </span>
9729
+
8863
9730
 
8864
9731
 
8865
9732