@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -87,13 +87,17 @@ 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>
97
101
 
98
102
 
99
103
 
@@ -114,13 +118,17 @@ if(layer.loadStatus === 'loaded') {<br/>
114
118
 
115
119
  <tr class="deep-level-1">
116
120
 
117
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
118
122
 
119
123
 
120
124
  <td class="type">
121
125
 
122
126
 
123
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
124
132
 
125
133
 
126
134
 
@@ -141,13 +149,17 @@ if(layer.loadStatus === 'loaded') {<br/>
141
149
 
142
150
  <tr class="deep-level-1">
143
151
 
144
- <td class="name" id="httpMethod"><code>httpMethod</code></td>
152
+ <td class="name"><code>httpMethod</code></td>
145
153
 
146
154
 
147
155
  <td class="type">
148
156
 
149
157
 
150
- <span class="param-type">String</span>
158
+ <span class="param-type">
159
+
160
+ String
161
+
162
+ </span>
151
163
 
152
164
 
153
165
 
@@ -173,13 +185,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
173
185
 
174
186
  <tr class="deep-level-1">
175
187
 
176
- <td class="name" id="id"><code>id</code></td>
188
+ <td class="name"><code>id</code></td>
177
189
 
178
190
 
179
191
  <td class="type">
180
192
 
181
193
 
182
- <span class="param-type">String</span>
194
+ <span class="param-type">
195
+
196
+ String
197
+
198
+ </span>
183
199
 
184
200
 
185
201
 
@@ -200,13 +216,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
200
216
 
201
217
  <tr class="deep-level-1">
202
218
 
203
- <td class="name" id="opacity"><code>opacity</code></td>
219
+ <td class="name"><code>opacity</code></td>
204
220
 
205
221
 
206
222
  <td class="type">
207
223
 
208
224
 
209
- <span class="param-type">Number</span>
225
+ <span class="param-type">
226
+
227
+ Number
228
+
229
+ </span>
210
230
 
211
231
 
212
232
 
@@ -229,13 +249,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
229
249
 
230
250
  <tr class="deep-level-1">
231
251
 
232
- <td class="name" id="visible"><code>visible</code></td>
252
+ <td class="name"><code>visible</code></td>
233
253
 
234
254
 
235
255
  <td class="type">
236
256
 
237
257
 
238
- <span class="param-type">Boolean</span>
258
+ <span class="param-type">
259
+
260
+ Boolean
261
+
262
+ </span>
239
263
 
240
264
 
241
265
 
@@ -258,16 +282,24 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
258
282
 
259
283
  <tr class="deep-level-1">
260
284
 
261
- <td class="name" id="sublayers"><code>sublayers</code></td>
285
+ <td class="name"><code>sublayers</code></td>
262
286
 
263
287
 
264
288
  <td class="type">
265
289
 
266
290
 
267
- <span class="param-type">Array.&lt;Object></span>
291
+ <span class="param-type">
292
+
293
+ Array.&lt;Object>
294
+
295
+ </span>
268
296
  |
269
297
 
270
- <span class="param-type">undefined</span>
298
+ <span class="param-type">
299
+
300
+ undefined
301
+
302
+ </span>
271
303
 
272
304
 
273
305
 
@@ -303,13 +335,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
303
335
 
304
336
  <tr class="deep-level-1">
305
337
 
306
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
338
+ <td class="name"><code>spatialReference</code></td>
307
339
 
308
340
 
309
341
  <td class="type">
310
342
 
311
343
 
312
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
344
+ <span class="param-type">
345
+
346
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
347
+
348
+ </span>
313
349
 
314
350
 
315
351
 
@@ -331,13 +367,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
331
367
 
332
368
  <tr class="deep-level-1">
333
369
 
334
- <td class="name" id="imageWidth"><code>imageWidth</code></td>
370
+ <td class="name"><code>imageWidth</code></td>
335
371
 
336
372
 
337
373
  <td class="type">
338
374
 
339
375
 
340
- <span class="param-type">Number</span>
376
+ <span class="param-type">
377
+
378
+ Number
379
+
380
+ </span>
341
381
 
342
382
 
343
383
 
@@ -360,13 +400,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
360
400
 
361
401
  <tr class="deep-level-1">
362
402
 
363
- <td class="name" id="imageHeight"><code>imageHeight</code></td>
403
+ <td class="name"><code>imageHeight</code></td>
364
404
 
365
405
 
366
406
  <td class="type">
367
407
 
368
408
 
369
- <span class="param-type">Number</span>
409
+ <span class="param-type">
410
+
411
+ Number
412
+
413
+ </span>
370
414
 
371
415
 
372
416
 
@@ -389,13 +433,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
389
433
 
390
434
  <tr class="deep-level-1">
391
435
 
392
- <td class="name" id="minScale"><code>minScale</code></td>
436
+ <td class="name"><code>minScale</code></td>
393
437
 
394
438
 
395
439
  <td class="type">
396
440
 
397
441
 
398
- <span class="param-type">Number</span>
442
+ <span class="param-type">
443
+
444
+ Number
445
+
446
+ </span>
399
447
 
400
448
 
401
449
 
@@ -418,13 +466,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
418
466
 
419
467
  <tr class="deep-level-1">
420
468
 
421
- <td class="name" id="maxScale"><code>maxScale</code></td>
469
+ <td class="name"><code>maxScale</code></td>
422
470
 
423
471
 
424
472
  <td class="type">
425
473
 
426
474
 
427
- <span class="param-type">Number</span>
475
+ <span class="param-type">
476
+
477
+ Number
478
+
479
+ </span>
428
480
 
429
481
 
430
482
 
@@ -447,13 +499,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
447
499
 
448
500
  <tr class="deep-level-1">
449
501
 
450
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
502
+ <td class="name"><code>tokenKey</code></td>
451
503
 
452
504
 
453
505
  <td class="type">
454
506
 
455
507
 
456
- <span class="param-type">String</span>
508
+ <span class="param-type">
509
+
510
+ String
511
+
512
+ </span>
457
513
 
458
514
 
459
515
 
@@ -476,13 +532,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
476
532
 
477
533
  <tr class="deep-level-1">
478
534
 
479
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
535
+ <td class="name"><code>tokenValue</code></td>
480
536
 
481
537
 
482
538
  <td class="type">
483
539
 
484
540
 
485
- <span class="param-type">String</span>
541
+ <span class="param-type">
542
+
543
+ String
544
+
545
+ </span>
486
546
 
487
547
 
488
548
 
@@ -503,13 +563,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
503
563
 
504
564
  <tr class="deep-level-1">
505
565
 
506
- <td class="name" id="imageTransparency"><code>imageTransparency</code></td>
566
+ <td class="name"><code>imageTransparency</code></td>
507
567
 
508
568
 
509
569
  <td class="type">
510
570
 
511
571
 
512
- <span class="param-type">Boolean</span>
572
+ <span class="param-type">
573
+
574
+ Boolean
575
+
576
+ </span>
513
577
 
514
578
 
515
579
 
@@ -532,25 +596,45 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
532
596
 
533
597
  <tr class="deep-level-1">
534
598
 
535
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
599
+ <td class="name"><code>clippingArea</code></td>
536
600
 
537
601
 
538
602
  <td class="type">
539
603
 
540
604
 
541
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
605
+ <span class="param-type">
606
+
607
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
608
+
609
+ </span>
542
610
  |
543
611
 
544
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
612
+ <span class="param-type">
613
+
614
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
615
+
616
+ </span>
545
617
  |
546
618
 
547
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
619
+ <span class="param-type">
620
+
621
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
622
+
623
+ </span>
548
624
  |
549
625
 
550
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
626
+ <span class="param-type">
627
+
628
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
629
+
630
+ </span>
551
631
  |
552
632
 
553
- <span class="param-type">null</span>
633
+ <span class="param-type">
634
+
635
+ null
636
+
637
+ </span>
554
638
 
555
639
 
556
640
 
@@ -573,13 +657,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
573
657
 
574
658
  <tr class="deep-level-1">
575
659
 
576
- <td class="name" id="renderMode"><code>renderMode</code></td>
660
+ <td class="name"><code>renderMode</code></td>
577
661
 
578
662
 
579
663
  <td class="type">
580
664
 
581
665
 
582
- <span class="param-type">String</span>
666
+ <span class="param-type">
667
+
668
+ String
669
+
670
+ </span>
583
671
 
584
672
 
585
673
 
@@ -602,13 +690,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
602
690
 
603
691
  <tr class="deep-level-1">
604
692
 
605
- <td class="name" id="clientId"><code>clientId</code></td>
693
+ <td class="name"><code>clientId</code></td>
606
694
 
607
695
 
608
696
  <td class="type">
609
697
 
610
698
 
611
- <span class="param-type">String</span>
699
+ <span class="param-type">
700
+
701
+ String
702
+
703
+ </span>
612
704
 
613
705
 
614
706
 
@@ -629,13 +721,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
629
721
 
630
722
  <tr class="deep-level-1">
631
723
 
632
- <td class="name" id="isAntialiasing"><code>isAntialiasing</code></td>
724
+ <td class="name"><code>isAntialiasing</code></td>
633
725
 
634
726
 
635
727
  <td class="type">
636
728
 
637
729
 
638
- <span class="param-type">Boolean</span>
730
+ <span class="param-type">
731
+
732
+ Boolean
733
+
734
+ </span>
639
735
 
640
736
 
641
737
 
@@ -710,21 +806,21 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
710
806
  <div class="column is-2"><label>绑定事件</label></div>
711
807
  <div class="column is-10">
712
808
  <ul>
713
- <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>
809
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
714
810
 
715
- <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>
811
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
716
812
 
717
- <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>
813
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
718
814
 
719
- <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>
815
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
720
816
 
721
- <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>
817
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
722
818
 
723
- <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>
819
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
724
820
 
725
- <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>
821
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
726
822
 
727
- <li><a class="mapgis-link-name" title="IGSMapImageLayer#event:子图层显隐更新完毕事件" IGSMapImageLayer.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>IGSMapImageLayer#event:子图层显隐更新完毕事件</a></li>
823
+ <li><a href="#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></li>
728
824
  </ul>
729
825
  </div>
730
826
  </div>
@@ -1314,7 +1410,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1314
1410
  <td class="name">
1315
1411
  <code>
1316
1412
 
1317
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1413
+ <span class="param-type">
1414
+
1415
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1416
+
1417
+ </span>
1318
1418
 
1319
1419
 
1320
1420
 
@@ -1328,7 +1428,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1328
1428
  <td class="name">
1329
1429
  <code>
1330
1430
 
1331
- <span class="param-type">String</span>
1431
+ <span class="param-type">
1432
+
1433
+ String
1434
+
1435
+ </span>
1332
1436
 
1333
1437
 
1334
1438
 
@@ -1342,7 +1446,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1342
1446
  <td class="name">
1343
1447
  <code>
1344
1448
 
1345
- <span class="param-type">String</span>
1449
+ <span class="param-type">
1450
+
1451
+ String
1452
+
1453
+ </span>
1346
1454
 
1347
1455
 
1348
1456
 
@@ -1356,19 +1464,39 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1356
1464
  <td class="name">
1357
1465
  <code>
1358
1466
 
1359
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1467
+ <span class="param-type">
1468
+
1469
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1470
+
1471
+ </span>
1360
1472
  |
1361
1473
 
1362
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1474
+ <span class="param-type">
1475
+
1476
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1477
+
1478
+ </span>
1363
1479
  |
1364
1480
 
1365
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1481
+ <span class="param-type">
1482
+
1483
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1484
+
1485
+ </span>
1366
1486
  |
1367
1487
 
1368
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1488
+ <span class="param-type">
1489
+
1490
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1491
+
1492
+ </span>
1369
1493
  |
1370
1494
 
1371
- <span class="param-type">null</span>
1495
+ <span class="param-type">
1496
+
1497
+ null
1498
+
1499
+ </span>
1372
1500
 
1373
1501
 
1374
1502
 
@@ -1382,7 +1510,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1382
1510
  <td class="name">
1383
1511
  <code>
1384
1512
 
1385
- <span class="param-type">String</span>
1513
+ <span class="param-type">
1514
+
1515
+ String
1516
+
1517
+ </span>
1386
1518
 
1387
1519
 
1388
1520
 
@@ -1396,7 +1528,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1396
1528
  <td class="name">
1397
1529
  <code>
1398
1530
 
1399
- <span class="param-type">String</span>
1531
+ <span class="param-type">
1532
+
1533
+ String
1534
+
1535
+ </span>
1400
1536
 
1401
1537
 
1402
1538
 
@@ -1410,7 +1546,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1410
1546
  <td class="name">
1411
1547
  <code>
1412
1548
 
1413
- <span class="param-type">String</span>
1549
+ <span class="param-type">
1550
+
1551
+ String
1552
+
1553
+ </span>
1414
1554
 
1415
1555
 
1416
1556
 
@@ -1424,7 +1564,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1424
1564
  <td class="name">
1425
1565
  <code>
1426
1566
 
1427
- <span class="param-type">String</span>
1567
+ <span class="param-type">
1568
+
1569
+ String
1570
+
1571
+ </span>
1428
1572
 
1429
1573
 
1430
1574
 
@@ -1438,7 +1582,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1438
1582
  <td class="name">
1439
1583
  <code>
1440
1584
 
1441
- <span class="param-type">Number</span>
1585
+ <span class="param-type">
1586
+
1587
+ Number
1588
+
1589
+ </span>
1442
1590
 
1443
1591
 
1444
1592
 
@@ -1452,7 +1600,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1452
1600
  <td class="name">
1453
1601
  <code>
1454
1602
 
1455
- <span class="param-type">Boolean</span>
1603
+ <span class="param-type">
1604
+
1605
+ Boolean
1606
+
1607
+ </span>
1456
1608
 
1457
1609
 
1458
1610
 
@@ -1466,7 +1618,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1466
1618
  <td class="name">
1467
1619
  <code>
1468
1620
 
1469
- <span class="param-type">Number</span>
1621
+ <span class="param-type">
1622
+
1623
+ Number
1624
+
1625
+ </span>
1470
1626
 
1471
1627
 
1472
1628
 
@@ -1480,7 +1636,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1480
1636
  <td class="name">
1481
1637
  <code>
1482
1638
 
1483
- <span class="param-type">Boolean</span>
1639
+ <span class="param-type">
1640
+
1641
+ Boolean
1642
+
1643
+ </span>
1484
1644
 
1485
1645
 
1486
1646
 
@@ -1494,7 +1654,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1494
1654
  <td class="name">
1495
1655
  <code>
1496
1656
 
1497
- <span class="param-type">Boolean</span>
1657
+ <span class="param-type">
1658
+
1659
+ Boolean
1660
+
1661
+ </span>
1498
1662
 
1499
1663
 
1500
1664
 
@@ -1508,7 +1672,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1508
1672
  <td class="name">
1509
1673
  <code>
1510
1674
 
1511
- <span class="param-type">String</span>
1675
+ <span class="param-type">
1676
+
1677
+ String
1678
+
1679
+ </span>
1512
1680
 
1513
1681
 
1514
1682
 
@@ -1522,7 +1690,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1522
1690
  <td class="name">
1523
1691
  <code>
1524
1692
 
1525
- <span class="param-type">String</span>
1693
+ <span class="param-type">
1694
+
1695
+ String
1696
+
1697
+ </span>
1526
1698
 
1527
1699
 
1528
1700
 
@@ -1536,7 +1708,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1536
1708
  <td class="name">
1537
1709
  <code>
1538
1710
 
1539
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1711
+ <span class="param-type">
1712
+
1713
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1714
+
1715
+ </span>
1540
1716
 
1541
1717
 
1542
1718
 
@@ -1550,7 +1726,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1550
1726
  <td class="name">
1551
1727
  <code>
1552
1728
 
1553
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1729
+ <span class="param-type">
1730
+
1731
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1732
+
1733
+ </span>
1554
1734
 
1555
1735
 
1556
1736
 
@@ -1564,7 +1744,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1564
1744
  <td class="name">
1565
1745
  <code>
1566
1746
 
1567
- <span class="param-type">String</span>
1747
+ <span class="param-type">
1748
+
1749
+ String
1750
+
1751
+ </span>
1568
1752
 
1569
1753
 
1570
1754
 
@@ -1578,7 +1762,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1578
1762
  <td class="name">
1579
1763
  <code>
1580
1764
 
1581
- <span class="param-type">String</span>
1765
+ <span class="param-type">
1766
+
1767
+ String
1768
+
1769
+ </span>
1582
1770
 
1583
1771
 
1584
1772
 
@@ -1598,7 +1786,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1598
1786
  <span class="method-parameter is-pulled-right">
1599
1787
  <label>类型:</label>
1600
1788
 
1601
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1789
+ <span class="param-type">
1790
+
1791
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1792
+
1793
+ </span>
1602
1794
 
1603
1795
 
1604
1796
 
@@ -1674,7 +1866,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1674
1866
  <span class="method-parameter is-pulled-right">
1675
1867
  <label>类型:</label>
1676
1868
 
1677
- <span class="param-type">String</span>
1869
+ <span class="param-type">
1870
+
1871
+ String
1872
+
1873
+ </span>
1678
1874
 
1679
1875
 
1680
1876
 
@@ -1754,7 +1950,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1754
1950
  <span class="method-parameter is-pulled-right">
1755
1951
  <label>类型:</label>
1756
1952
 
1757
- <span class="param-type">String</span>
1953
+ <span class="param-type">
1954
+
1955
+ String
1956
+
1957
+ </span>
1758
1958
 
1759
1959
 
1760
1960
 
@@ -1825,19 +2025,39 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1825
2025
  <span class="method-parameter is-pulled-right">
1826
2026
  <label>类型:</label>
1827
2027
 
1828
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2028
+ <span class="param-type">
2029
+
2030
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2031
+
2032
+ </span>
1829
2033
  |
1830
2034
 
1831
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2035
+ <span class="param-type">
2036
+
2037
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2038
+
2039
+ </span>
1832
2040
  |
1833
2041
 
1834
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
2042
+ <span class="param-type">
2043
+
2044
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
2045
+
2046
+ </span>
1835
2047
  |
1836
2048
 
1837
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
2049
+ <span class="param-type">
2050
+
2051
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
2052
+
2053
+ </span>
1838
2054
  |
1839
2055
 
1840
- <span class="param-type">null</span>
2056
+ <span class="param-type">
2057
+
2058
+ null
2059
+
2060
+ </span>
1841
2061
 
1842
2062
 
1843
2063
 
@@ -1908,7 +2128,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1908
2128
  <span class="method-parameter is-pulled-right">
1909
2129
  <label>类型:</label>
1910
2130
 
1911
- <span class="param-type">String</span>
2131
+ <span class="param-type">
2132
+
2133
+ String
2134
+
2135
+ </span>
1912
2136
 
1913
2137
 
1914
2138
 
@@ -1983,7 +2207,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1983
2207
  <span class="method-parameter is-pulled-right">
1984
2208
  <label>类型:</label>
1985
2209
 
1986
- <span class="param-type">String</span>
2210
+ <span class="param-type">
2211
+
2212
+ String
2213
+
2214
+ </span>
1987
2215
 
1988
2216
 
1989
2217
 
@@ -2063,7 +2291,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2063
2291
  <span class="method-parameter is-pulled-right">
2064
2292
  <label>类型:</label>
2065
2293
 
2066
- <span class="param-type">String</span>
2294
+ <span class="param-type">
2295
+
2296
+ String
2297
+
2298
+ </span>
2067
2299
 
2068
2300
 
2069
2301
 
@@ -2143,7 +2375,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2143
2375
  <span class="method-parameter is-pulled-right">
2144
2376
  <label>类型:</label>
2145
2377
 
2146
- <span class="param-type">String</span>
2378
+ <span class="param-type">
2379
+
2380
+ String
2381
+
2382
+ </span>
2147
2383
 
2148
2384
 
2149
2385
 
@@ -2219,7 +2455,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2219
2455
  <span class="method-parameter is-pulled-right">
2220
2456
  <label>类型:</label>
2221
2457
 
2222
- <span class="param-type">Number</span>
2458
+ <span class="param-type">
2459
+
2460
+ Number
2461
+
2462
+ </span>
2223
2463
 
2224
2464
 
2225
2465
 
@@ -2295,7 +2535,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2295
2535
  <span class="method-parameter is-pulled-right">
2296
2536
  <label>类型:</label>
2297
2537
 
2298
- <span class="param-type">Boolean</span>
2538
+ <span class="param-type">
2539
+
2540
+ Boolean
2541
+
2542
+ </span>
2299
2543
 
2300
2544
 
2301
2545
 
@@ -2371,7 +2615,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2371
2615
  <span class="method-parameter is-pulled-right">
2372
2616
  <label>类型:</label>
2373
2617
 
2374
- <span class="param-type">Number</span>
2618
+ <span class="param-type">
2619
+
2620
+ Number
2621
+
2622
+ </span>
2375
2623
 
2376
2624
 
2377
2625
 
@@ -2447,7 +2695,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2447
2695
  <span class="method-parameter is-pulled-right">
2448
2696
  <label>类型:</label>
2449
2697
 
2450
- <span class="param-type">Boolean</span>
2698
+ <span class="param-type">
2699
+
2700
+ Boolean
2701
+
2702
+ </span>
2451
2703
 
2452
2704
 
2453
2705
 
@@ -2518,7 +2770,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2518
2770
  <span class="method-parameter is-pulled-right">
2519
2771
  <label>类型:</label>
2520
2772
 
2521
- <span class="param-type">Boolean</span>
2773
+ <span class="param-type">
2774
+
2775
+ Boolean
2776
+
2777
+ </span>
2522
2778
 
2523
2779
 
2524
2780
 
@@ -2589,7 +2845,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2589
2845
  <span class="method-parameter is-pulled-right">
2590
2846
  <label>类型:</label>
2591
2847
 
2592
- <span class="param-type">String</span>
2848
+ <span class="param-type">
2849
+
2850
+ String
2851
+
2852
+ </span>
2593
2853
 
2594
2854
 
2595
2855
 
@@ -2669,7 +2929,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2669
2929
  <span class="method-parameter is-pulled-right">
2670
2930
  <label>类型:</label>
2671
2931
 
2672
- <span class="param-type">String</span>
2932
+ <span class="param-type">
2933
+
2934
+ String
2935
+
2936
+ </span>
2673
2937
 
2674
2938
 
2675
2939
 
@@ -2749,7 +3013,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2749
3013
  <span class="method-parameter is-pulled-right">
2750
3014
  <label>类型:</label>
2751
3015
 
2752
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3016
+ <span class="param-type">
3017
+
3018
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3019
+
3020
+ </span>
2753
3021
 
2754
3022
 
2755
3023
 
@@ -2825,7 +3093,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2825
3093
  <span class="method-parameter is-pulled-right">
2826
3094
  <label>类型:</label>
2827
3095
 
2828
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3096
+ <span class="param-type">
3097
+
3098
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
3099
+
3100
+ </span>
2829
3101
 
2830
3102
 
2831
3103
 
@@ -2901,7 +3173,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2901
3173
  <span class="method-parameter is-pulled-right">
2902
3174
  <label>类型:</label>
2903
3175
 
2904
- <span class="param-type">String</span>
3176
+ <span class="param-type">
3177
+
3178
+ String
3179
+
3180
+ </span>
2905
3181
 
2906
3182
 
2907
3183
 
@@ -2976,7 +3252,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2976
3252
  <span class="method-parameter is-pulled-right">
2977
3253
  <label>类型:</label>
2978
3254
 
2979
- <span class="param-type">String</span>
3255
+ <span class="param-type">
3256
+
3257
+ String
3258
+
3259
+ </span>
2980
3260
 
2981
3261
 
2982
3262
 
@@ -3077,7 +3357,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3077
3357
  <code>
3078
3358
 
3079
3359
 
3080
- <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3360
+ <span class="param-type">
3361
+
3362
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3363
+
3364
+ </span>
3081
3365
 
3082
3366
 
3083
3367
 
@@ -3093,7 +3377,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3093
3377
  <code>
3094
3378
 
3095
3379
 
3096
- <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3380
+ <span class="param-type">
3381
+
3382
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3383
+
3384
+ </span>
3097
3385
 
3098
3386
 
3099
3387
 
@@ -3109,7 +3397,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3109
3397
  <code>
3110
3398
 
3111
3399
 
3112
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
3400
+ <span class="param-type">
3401
+
3402
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
3403
+
3404
+ </span>
3113
3405
 
3114
3406
 
3115
3407
 
@@ -3125,7 +3417,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3125
3417
  <code>
3126
3418
 
3127
3419
 
3128
- <span class="param-type">Promise</span>
3420
+ <span class="param-type">
3421
+
3422
+ Promise
3423
+
3424
+ </span>
3129
3425
 
3130
3426
 
3131
3427
 
@@ -3141,17 +3437,25 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3141
3437
  <code>
3142
3438
 
3143
3439
 
3144
- <span class="param-type"><a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
3440
+ <span class="param-type">
3441
+
3442
+ <a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a>
3443
+
3444
+ </span>
3145
3445
  |
3146
3446
 
3147
- <span class="param-type">null</span>
3447
+ <span class="param-type">
3448
+
3449
+ null
3450
+
3451
+ </span>
3148
3452
 
3149
3453
 
3150
3454
 
3151
3455
 
3152
3456
  </code>
3153
3457
  </td>
3154
- <td class="name"><code><p>根据子图层id查询子图层<a id='findSublayerById'></a></p></code></td>
3458
+ <td class="name"><code><p>根据子图层id查询子图层</code></td>
3155
3459
  </tr>
3156
3460
 
3157
3461
  <tr class="deep-level-0">
@@ -3160,7 +3464,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3160
3464
  <code>
3161
3465
 
3162
3466
 
3163
- <span class="param-type">Object</span>
3467
+ <span class="param-type">
3468
+
3469
+ Object
3470
+
3471
+ </span>
3164
3472
 
3165
3473
 
3166
3474
 
@@ -3176,7 +3484,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3176
3484
  <code>
3177
3485
 
3178
3486
 
3179
- <span class="param-type">String</span>
3487
+ <span class="param-type">
3488
+
3489
+ String
3490
+
3491
+ </span>
3180
3492
 
3181
3493
 
3182
3494
 
@@ -3203,7 +3515,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3203
3515
 
3204
3516
  </code>
3205
3517
  </td>
3206
- <td class="name"><code><p>更新子图层<a id='setSubLayer'></a></p></code></td>
3518
+ <td class="name"><code><p>更新子图层</code></td>
3207
3519
  </tr>
3208
3520
 
3209
3521
  <tr class="deep-level-0">
@@ -3212,7 +3524,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3212
3524
  <code>
3213
3525
 
3214
3526
 
3215
- <span class="param-type">Object</span>
3527
+ <span class="param-type">
3528
+
3529
+ Object
3530
+
3531
+ </span>
3216
3532
 
3217
3533
 
3218
3534
 
@@ -3284,13 +3600,17 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3284
3600
 
3285
3601
  <tr class="deep-level-0">
3286
3602
 
3287
- <td class="name" id="igsMapImageLayer"><code>igsMapImageLayer</code></td>
3603
+ <td class="name"><code>igsMapImageLayer</code></td>
3288
3604
 
3289
3605
 
3290
3606
  <td class="type">
3291
3607
 
3292
3608
 
3293
- <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3609
+ <span class="param-type">
3610
+
3611
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3612
+
3613
+ </span>
3294
3614
 
3295
3615
 
3296
3616
 
@@ -3379,7 +3699,11 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3379
3699
  <div class='column is-5 has-text-left'>
3380
3700
  <label>类型: </label>
3381
3701
 
3382
- <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3702
+ <span class="param-type">
3703
+
3704
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3705
+
3706
+ </span>
3383
3707
 
3384
3708
 
3385
3709
 
@@ -3469,13 +3793,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3469
3793
 
3470
3794
  <tr class="deep-level-0">
3471
3795
 
3472
- <td class="name" id="json"><code>json</code></td>
3796
+ <td class="name"><code>json</code></td>
3473
3797
 
3474
3798
 
3475
3799
  <td class="type">
3476
3800
 
3477
3801
 
3478
- <span class="param-type">Object</span>
3802
+ <span class="param-type">
3803
+
3804
+ Object
3805
+
3806
+ </span>
3479
3807
 
3480
3808
 
3481
3809
 
@@ -3564,7 +3892,11 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3564
3892
  <div class='column is-5 has-text-left'>
3565
3893
  <label>类型: </label>
3566
3894
 
3567
- <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3895
+ <span class="param-type">
3896
+
3897
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3898
+
3899
+ </span>
3568
3900
 
3569
3901
 
3570
3902
 
@@ -3686,7 +4018,11 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3686
4018
  <div class='column is-5 has-text-left'>
3687
4019
  <label>类型: </label>
3688
4020
 
3689
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
4021
+ <span class="param-type">
4022
+
4023
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
4024
+
4025
+ </span>
3690
4026
 
3691
4027
 
3692
4028
 
@@ -3760,13 +4096,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3760
4096
 
3761
4097
  <tr class="deep-level-0">
3762
4098
 
3763
- <td class="name" id="extent"><code>extent</code></td>
4099
+ <td class="name"><code>extent</code></td>
3764
4100
 
3765
4101
 
3766
4102
  <td class="type">
3767
4103
 
3768
4104
 
3769
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4105
+ <span class="param-type">
4106
+
4107
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
4108
+
4109
+ </span>
3770
4110
 
3771
4111
 
3772
4112
 
@@ -3789,13 +4129,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3789
4129
 
3790
4130
  <tr class="deep-level-0">
3791
4131
 
3792
- <td class="name" id="width"><code>width</code></td>
4132
+ <td class="name"><code>width</code></td>
3793
4133
 
3794
4134
 
3795
4135
  <td class="type">
3796
4136
 
3797
4137
 
3798
- <span class="param-type">Number</span>
4138
+ <span class="param-type">
4139
+
4140
+ Number
4141
+
4142
+ </span>
3799
4143
 
3800
4144
 
3801
4145
 
@@ -3820,13 +4164,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3820
4164
 
3821
4165
  <tr class="deep-level-0">
3822
4166
 
3823
- <td class="name" id="height"><code>height</code></td>
4167
+ <td class="name"><code>height</code></td>
3824
4168
 
3825
4169
 
3826
4170
  <td class="type">
3827
4171
 
3828
4172
 
3829
- <span class="param-type">Number</span>
4173
+ <span class="param-type">
4174
+
4175
+ Number
4176
+
4177
+ </span>
3830
4178
 
3831
4179
 
3832
4180
 
@@ -3921,7 +4269,11 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3921
4269
  <div class='column is-5 has-text-left'>
3922
4270
  <label>类型: </label>
3923
4271
 
3924
- <span class="param-type">Promise</span>
4272
+ <span class="param-type">
4273
+
4274
+ Promise
4275
+
4276
+ </span>
3925
4277
 
3926
4278
 
3927
4279
 
@@ -4011,13 +4363,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4011
4363
 
4012
4364
  <tr class="deep-level-0">
4013
4365
 
4014
- <td class="name" id="id"><code>id</code></td>
4366
+ <td class="name"><code>id</code></td>
4015
4367
 
4016
4368
 
4017
4369
  <td class="type">
4018
4370
 
4019
4371
 
4020
- <span class="param-type">String</span>
4372
+ <span class="param-type">
4373
+
4374
+ String
4375
+
4376
+ </span>
4021
4377
 
4022
4378
 
4023
4379
 
@@ -4106,10 +4462,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4106
4462
  <div class='column is-5 has-text-left'>
4107
4463
  <label>类型: </label>
4108
4464
 
4109
- <span class="param-type"><a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
4465
+ <span class="param-type">
4466
+
4467
+ <a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a>
4468
+
4469
+ </span>
4110
4470
  |
4111
4471
 
4112
- <span class="param-type">null</span>
4472
+ <span class="param-type">
4473
+
4474
+ null
4475
+
4476
+ </span>
4113
4477
 
4114
4478
 
4115
4479
 
@@ -4226,7 +4590,11 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4226
4590
  <div class='column is-5 has-text-left'>
4227
4591
  <label>类型: </label>
4228
4592
 
4229
- <span class="param-type">Object</span>
4593
+ <span class="param-type">
4594
+
4595
+ Object
4596
+
4597
+ </span>
4230
4598
 
4231
4599
 
4232
4600
 
@@ -4298,7 +4666,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4298
4666
 
4299
4667
  <tr class="deep-level-0">
4300
4668
 
4301
- <td class="name" id="options"><code>options</code></td>
4669
+ <td class="name"><code>options</code></td>
4302
4670
 
4303
4671
 
4304
4672
  <td class="type">
@@ -4315,13 +4683,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4315
4683
 
4316
4684
  <tr class="deep-level-1">
4317
4685
 
4318
- <td class="name" id="extent"><code>extent</code></td>
4686
+ <td class="name"><code>extent</code></td>
4319
4687
 
4320
4688
 
4321
4689
  <td class="type">
4322
4690
 
4323
4691
 
4324
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4692
+ <span class="param-type">
4693
+
4694
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
4695
+
4696
+ </span>
4325
4697
 
4326
4698
 
4327
4699
 
@@ -4338,13 +4710,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4338
4710
 
4339
4711
  <tr class="deep-level-1">
4340
4712
 
4341
- <td class="name" id="width"><code>width</code></td>
4713
+ <td class="name"><code>width</code></td>
4342
4714
 
4343
4715
 
4344
4716
  <td class="type">
4345
4717
 
4346
4718
 
4347
- <span class="param-type">Number</span>
4719
+ <span class="param-type">
4720
+
4721
+ Number
4722
+
4723
+ </span>
4348
4724
 
4349
4725
 
4350
4726
 
@@ -4361,13 +4737,17 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4361
4737
 
4362
4738
  <tr class="deep-level-1">
4363
4739
 
4364
- <td class="name" id="height"><code>height</code></td>
4740
+ <td class="name"><code>height</code></td>
4365
4741
 
4366
4742
 
4367
4743
  <td class="type">
4368
4744
 
4369
4745
 
4370
- <span class="param-type">Number</span>
4746
+ <span class="param-type">
4747
+
4748
+ Number
4749
+
4750
+ </span>
4371
4751
 
4372
4752
 
4373
4753
 
@@ -4459,7 +4839,11 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4459
4839
  <div class='column is-5 has-text-left'>
4460
4840
  <label>类型: </label>
4461
4841
 
4462
- <span class="param-type">String</span>
4842
+ <span class="param-type">
4843
+
4844
+ String
4845
+
4846
+ </span>
4463
4847
 
4464
4848
 
4465
4849
 
@@ -4655,13 +5039,17 @@ igsMapImageLayer.load().then((result) => {
4655
5039
 
4656
5040
  <tr class="deep-level-0">
4657
5041
 
4658
- <td class="name" id="igsMapImageSubLayer"><code>igsMapImageSubLayer</code></td>
5042
+ <td class="name"><code>igsMapImageSubLayer</code></td>
4659
5043
 
4660
5044
 
4661
5045
  <td class="type">
4662
5046
 
4663
5047
 
4664
- <span class="param-type"><a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
5048
+ <span class="param-type">
5049
+
5050
+ <a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a>
5051
+
5052
+ </span>
4665
5053
 
4666
5054
 
4667
5055
 
@@ -4846,7 +5234,11 @@ igsMapImageLayer.load().then((result) => {
4846
5234
  <div class='column is-5 has-text-left'>
4847
5235
  <label>类型: </label>
4848
5236
 
4849
- <span class="param-type">Object</span>
5237
+ <span class="param-type">
5238
+
5239
+ Object
5240
+
5241
+ </span>
4850
5242
 
4851
5243
 
4852
5244
 
@@ -4886,7 +5278,7 @@ igsMapImageLayer.load().then((result) => {
4886
5278
  <tbody>
4887
5279
 
4888
5280
  <tr class="deep-level-0">
4889
- <td class="name"><code><a href="IGSMapImageLayer.html#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
5281
+ <td class="name"><code><a href="#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
4890
5282
  <td class="name"><code>子图层显隐更新完毕事件</code></td>
4891
5283
  </tr>
4892
5284
 
@@ -4966,7 +5358,11 @@ igsMapImageLayer.load().then((result) => {
4966
5358
  <td class="type">
4967
5359
 
4968
5360
 
4969
- <span class="param-type">Object</span>
5361
+ <span class="param-type">
5362
+
5363
+ Object
5364
+
5365
+ </span>
4970
5366
 
4971
5367
 
4972
5368
 
@@ -5000,7 +5396,11 @@ igsMapImageLayer.load().then((result) => {
5000
5396
  <td class="type">
5001
5397
 
5002
5398
 
5003
- <span class="param-type">String</span>
5399
+ <span class="param-type">
5400
+
5401
+ String
5402
+
5403
+ </span>
5004
5404
 
5005
5405
 
5006
5406
 
@@ -5038,7 +5438,11 @@ igsMapImageLayer.load().then((result) => {
5038
5438
  <td class="type">
5039
5439
 
5040
5440
 
5041
- <span class="param-type">String</span>
5441
+ <span class="param-type">
5442
+
5443
+ String
5444
+
5445
+ </span>
5042
5446
 
5043
5447
 
5044
5448
 
@@ -5076,7 +5480,11 @@ igsMapImageLayer.load().then((result) => {
5076
5480
  <td class="type">
5077
5481
 
5078
5482
 
5079
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5483
+ <span class="param-type">
5484
+
5485
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5486
+
5487
+ </span>
5080
5488
 
5081
5489
 
5082
5490
 
@@ -5114,7 +5522,11 @@ igsMapImageLayer.load().then((result) => {
5114
5522
  <td class="type">
5115
5523
 
5116
5524
 
5117
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5525
+ <span class="param-type">
5526
+
5527
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5528
+
5529
+ </span>
5118
5530
 
5119
5531
 
5120
5532
 
@@ -5152,7 +5564,11 @@ igsMapImageLayer.load().then((result) => {
5152
5564
  <td class="type">
5153
5565
 
5154
5566
 
5155
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5567
+ <span class="param-type">
5568
+
5569
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5570
+
5571
+ </span>
5156
5572
 
5157
5573
 
5158
5574
 
@@ -5190,7 +5606,11 @@ igsMapImageLayer.load().then((result) => {
5190
5606
  <td class="type">
5191
5607
 
5192
5608
 
5193
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5609
+ <span class="param-type">
5610
+
5611
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5612
+
5613
+ </span>
5194
5614
 
5195
5615
 
5196
5616
 
@@ -5228,7 +5648,11 @@ igsMapImageLayer.load().then((result) => {
5228
5648
  <td class="type">
5229
5649
 
5230
5650
 
5231
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5651
+ <span class="param-type">
5652
+
5653
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5654
+
5655
+ </span>
5232
5656
 
5233
5657
 
5234
5658