@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
 
@@ -139,13 +149,18 @@ if(layer.loadStatus === 'loaded') {<br/>
139
149
 
140
150
  <tr class="deep-level-1">
141
151
 
142
- <td class="name" id="httpMethod"><code>httpMethod</code></td>
152
+ <td class="name"><code>httpMethod</code></td>
143
153
 
144
154
 
145
155
  <td class="type">
146
156
 
147
157
 
148
- <span class="param-type">String</span>
158
+ <span class="param-type">
159
+
160
+ String
161
+
162
+ </span>
163
+
149
164
 
150
165
 
151
166
 
@@ -170,13 +185,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
170
185
 
171
186
  <tr class="deep-level-1">
172
187
 
173
- <td class="name" id="id"><code>id</code></td>
188
+ <td class="name"><code>id</code></td>
174
189
 
175
190
 
176
191
  <td class="type">
177
192
 
178
193
 
179
- <span class="param-type">String</span>
194
+ <span class="param-type">
195
+
196
+ String
197
+
198
+ </span>
199
+
180
200
 
181
201
 
182
202
 
@@ -196,13 +216,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
196
216
 
197
217
  <tr class="deep-level-1">
198
218
 
199
- <td class="name" id="opacity"><code>opacity</code></td>
219
+ <td class="name"><code>opacity</code></td>
200
220
 
201
221
 
202
222
  <td class="type">
203
223
 
204
224
 
205
- <span class="param-type">Number</span>
225
+ <span class="param-type">
226
+
227
+ Number
228
+
229
+ </span>
230
+
206
231
 
207
232
 
208
233
 
@@ -224,13 +249,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
224
249
 
225
250
  <tr class="deep-level-1">
226
251
 
227
- <td class="name" id="visible"><code>visible</code></td>
252
+ <td class="name"><code>visible</code></td>
228
253
 
229
254
 
230
255
  <td class="type">
231
256
 
232
257
 
233
- <span class="param-type">Boolean</span>
258
+ <span class="param-type">
259
+
260
+ Boolean
261
+
262
+ </span>
263
+
234
264
 
235
265
 
236
266
 
@@ -252,16 +282,25 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
252
282
 
253
283
  <tr class="deep-level-1">
254
284
 
255
- <td class="name" id="sublayers"><code>sublayers</code></td>
285
+ <td class="name"><code>sublayers</code></td>
256
286
 
257
287
 
258
288
  <td class="type">
259
289
 
260
290
 
261
- <span class="param-type">Array.&lt;Object></span>
291
+ <span class="param-type">
292
+
293
+ Array.&lt;Object>
294
+
295
+ </span>
262
296
  |
263
297
 
264
- <span class="param-type">undefined</span>
298
+ <span class="param-type">
299
+
300
+ undefined
301
+
302
+ </span>
303
+
265
304
 
266
305
 
267
306
 
@@ -296,13 +335,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
296
335
 
297
336
  <tr class="deep-level-1">
298
337
 
299
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
338
+ <td class="name"><code>spatialReference</code></td>
300
339
 
301
340
 
302
341
  <td class="type">
303
342
 
304
343
 
305
- <span class="param-type"><a 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>
349
+
306
350
 
307
351
 
308
352
 
@@ -323,13 +367,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
323
367
 
324
368
  <tr class="deep-level-1">
325
369
 
326
- <td class="name" id="imageWidth"><code>imageWidth</code></td>
370
+ <td class="name"><code>imageWidth</code></td>
327
371
 
328
372
 
329
373
  <td class="type">
330
374
 
331
375
 
332
- <span class="param-type">Number</span>
376
+ <span class="param-type">
377
+
378
+ Number
379
+
380
+ </span>
381
+
333
382
 
334
383
 
335
384
 
@@ -351,13 +400,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
351
400
 
352
401
  <tr class="deep-level-1">
353
402
 
354
- <td class="name" id="imageHeight"><code>imageHeight</code></td>
403
+ <td class="name"><code>imageHeight</code></td>
355
404
 
356
405
 
357
406
  <td class="type">
358
407
 
359
408
 
360
- <span class="param-type">Number</span>
409
+ <span class="param-type">
410
+
411
+ Number
412
+
413
+ </span>
414
+
361
415
 
362
416
 
363
417
 
@@ -379,13 +433,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
379
433
 
380
434
  <tr class="deep-level-1">
381
435
 
382
- <td class="name" id="minScale"><code>minScale</code></td>
436
+ <td class="name"><code>minScale</code></td>
383
437
 
384
438
 
385
439
  <td class="type">
386
440
 
387
441
 
388
- <span class="param-type">Number</span>
442
+ <span class="param-type">
443
+
444
+ Number
445
+
446
+ </span>
447
+
389
448
 
390
449
 
391
450
 
@@ -407,13 +466,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
407
466
 
408
467
  <tr class="deep-level-1">
409
468
 
410
- <td class="name" id="maxScale"><code>maxScale</code></td>
469
+ <td class="name"><code>maxScale</code></td>
411
470
 
412
471
 
413
472
  <td class="type">
414
473
 
415
474
 
416
- <span class="param-type">Number</span>
475
+ <span class="param-type">
476
+
477
+ Number
478
+
479
+ </span>
480
+
417
481
 
418
482
 
419
483
 
@@ -435,13 +499,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
435
499
 
436
500
  <tr class="deep-level-1">
437
501
 
438
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
502
+ <td class="name"><code>tokenKey</code></td>
439
503
 
440
504
 
441
505
  <td class="type">
442
506
 
443
507
 
444
- <span class="param-type">String</span>
508
+ <span class="param-type">
509
+
510
+ String
511
+
512
+ </span>
513
+
445
514
 
446
515
 
447
516
 
@@ -463,13 +532,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
463
532
 
464
533
  <tr class="deep-level-1">
465
534
 
466
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
535
+ <td class="name"><code>tokenValue</code></td>
467
536
 
468
537
 
469
538
  <td class="type">
470
539
 
471
540
 
472
- <span class="param-type">String</span>
541
+ <span class="param-type">
542
+
543
+ String
544
+
545
+ </span>
546
+
473
547
 
474
548
 
475
549
 
@@ -489,13 +563,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
489
563
 
490
564
  <tr class="deep-level-1">
491
565
 
492
- <td class="name" id="imageTransparency"><code>imageTransparency</code></td>
566
+ <td class="name"><code>imageTransparency</code></td>
493
567
 
494
568
 
495
569
  <td class="type">
496
570
 
497
571
 
498
- <span class="param-type">Boolean</span>
572
+ <span class="param-type">
573
+
574
+ Boolean
575
+
576
+ </span>
577
+
499
578
 
500
579
 
501
580
 
@@ -517,25 +596,46 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
517
596
 
518
597
  <tr class="deep-level-1">
519
598
 
520
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
599
+ <td class="name"><code>clippingArea</code></td>
521
600
 
522
601
 
523
602
  <td class="type">
524
603
 
525
604
 
526
- <span class="param-type"><a 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>
527
610
  |
528
611
 
529
- <span class="param-type"><a 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>
530
617
  |
531
618
 
532
- <span class="param-type"><a 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>
533
624
  |
534
625
 
535
- <span class="param-type"><a 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>
536
631
  |
537
632
 
538
- <span class="param-type">null</span>
633
+ <span class="param-type">
634
+
635
+ null
636
+
637
+ </span>
638
+
539
639
 
540
640
 
541
641
 
@@ -557,13 +657,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
557
657
 
558
658
  <tr class="deep-level-1">
559
659
 
560
- <td class="name" id="renderMode"><code>renderMode</code></td>
660
+ <td class="name"><code>renderMode</code></td>
561
661
 
562
662
 
563
663
  <td class="type">
564
664
 
565
665
 
566
- <span class="param-type">String</span>
666
+ <span class="param-type">
667
+
668
+ String
669
+
670
+ </span>
671
+
567
672
 
568
673
 
569
674
 
@@ -585,13 +690,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
585
690
 
586
691
  <tr class="deep-level-1">
587
692
 
588
- <td class="name" id="clientId"><code>clientId</code></td>
693
+ <td class="name"><code>clientId</code></td>
589
694
 
590
695
 
591
696
  <td class="type">
592
697
 
593
698
 
594
- <span class="param-type">String</span>
699
+ <span class="param-type">
700
+
701
+ String
702
+
703
+ </span>
704
+
595
705
 
596
706
 
597
707
 
@@ -611,13 +721,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
611
721
 
612
722
  <tr class="deep-level-1">
613
723
 
614
- <td class="name" id="isAntialiasing"><code>isAntialiasing</code></td>
724
+ <td class="name"><code>isAntialiasing</code></td>
615
725
 
616
726
 
617
727
  <td class="type">
618
728
 
619
729
 
620
- <span class="param-type">Boolean</span>
730
+ <span class="param-type">
731
+
732
+ Boolean
733
+
734
+ </span>
735
+
621
736
 
622
737
 
623
738
 
@@ -691,21 +806,21 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
691
806
  <div class="column is-2"><label>绑定事件</label></div>
692
807
  <div class="column is-10">
693
808
  <ul>
694
- <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>
695
810
 
696
- <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>
697
812
 
698
- <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>
699
814
 
700
- <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>
701
816
 
702
- <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>
703
818
 
704
- <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>
705
820
 
706
- <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>
707
822
 
708
- <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>
709
824
  </ul>
710
825
  </div>
711
826
  </div>
@@ -1259,7 +1374,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1259
1374
 
1260
1375
 
1261
1376
  <ul>
1262
- <li><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
1377
+ <li><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
1263
1378
  </ul>
1264
1379
 
1265
1380
 
@@ -1291,11 +1406,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1291
1406
  <tbody>
1292
1407
 
1293
1408
  <tr class="deep-level-0">
1294
- <td class="name"><code><a href="IGSMapImageLayer.html#allSublayers">allSublayers</a></code></td>
1409
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
1295
1410
  <td class="name">
1296
1411
  <code>
1297
1412
 
1298
- <span class="param-type"><a 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>
1418
+
1299
1419
 
1300
1420
 
1301
1421
  </code>
@@ -1304,11 +1424,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1304
1424
  </tr>
1305
1425
 
1306
1426
  <tr class="deep-level-0">
1307
- <td class="name"><code><a href="IGSMapImageLayer.html#capabilities">capabilities</a></code></td>
1427
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
1308
1428
  <td class="name">
1309
1429
  <code>
1310
1430
 
1311
- <span class="param-type">String</span>
1431
+ <span class="param-type">
1432
+
1433
+ String
1434
+
1435
+ </span>
1436
+
1312
1437
 
1313
1438
 
1314
1439
  </code>
@@ -1317,11 +1442,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1317
1442
  </tr>
1318
1443
 
1319
1444
  <tr class="deep-level-0">
1320
- <td class="name"><code><a href="IGSMapImageLayer.html#clientId">clientId</a></code></td>
1445
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
1321
1446
  <td class="name">
1322
1447
  <code>
1323
1448
 
1324
- <span class="param-type">String</span>
1449
+ <span class="param-type">
1450
+
1451
+ String
1452
+
1453
+ </span>
1454
+
1325
1455
 
1326
1456
 
1327
1457
  </code>
@@ -1330,23 +1460,44 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1330
1460
  </tr>
1331
1461
 
1332
1462
  <tr class="deep-level-0">
1333
- <td class="name"><code><a href="IGSMapImageLayer.html#clippingArea">clippingArea</a></code></td>
1463
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
1334
1464
  <td class="name">
1335
1465
  <code>
1336
1466
 
1337
- <span class="param-type"><a 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>
1338
1472
  |
1339
1473
 
1340
- <span class="param-type"><a 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>
1341
1479
  |
1342
1480
 
1343
- <span class="param-type"><a 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>
1344
1486
  |
1345
1487
 
1346
- <span class="param-type"><a 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>
1347
1493
  |
1348
1494
 
1349
- <span class="param-type">null</span>
1495
+ <span class="param-type">
1496
+
1497
+ null
1498
+
1499
+ </span>
1500
+
1350
1501
 
1351
1502
 
1352
1503
  </code>
@@ -1355,11 +1506,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1355
1506
  </tr>
1356
1507
 
1357
1508
  <tr class="deep-level-0">
1358
- <td class="name"><code><a href="IGSMapImageLayer.html#description">description</a></code></td>
1509
+ <td class="name"><code><a href="#description">description</a></code></td>
1359
1510
  <td class="name">
1360
1511
  <code>
1361
1512
 
1362
- <span class="param-type">String</span>
1513
+ <span class="param-type">
1514
+
1515
+ String
1516
+
1517
+ </span>
1518
+
1363
1519
 
1364
1520
 
1365
1521
  </code>
@@ -1368,11 +1524,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1368
1524
  </tr>
1369
1525
 
1370
1526
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="IGSMapImageLayer.html#documentInfo">documentInfo</a></code></td>
1527
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
1372
1528
  <td class="name">
1373
1529
  <code>
1374
1530
 
1375
- <span class="param-type">String</span>
1531
+ <span class="param-type">
1532
+
1533
+ String
1534
+
1535
+ </span>
1536
+
1376
1537
 
1377
1538
 
1378
1539
  </code>
@@ -1381,11 +1542,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1381
1542
  </tr>
1382
1543
 
1383
1544
  <tr class="deep-level-0">
1384
- <td class="name"><code><a href="IGSMapImageLayer.html#extent">extent</a></code></td>
1545
+ <td class="name"><code><a href="#extent">extent</a></code></td>
1385
1546
  <td class="name">
1386
1547
  <code>
1387
1548
 
1388
- <span class="param-type">String</span>
1549
+ <span class="param-type">
1550
+
1551
+ String
1552
+
1553
+ </span>
1554
+
1389
1555
 
1390
1556
 
1391
1557
  </code>
@@ -1394,11 +1560,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1394
1560
  </tr>
1395
1561
 
1396
1562
  <tr class="deep-level-0">
1397
- <td class="name"><code><a href="IGSMapImageLayer.html#imageFormat">imageFormat</a></code></td>
1563
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
1398
1564
  <td class="name">
1399
1565
  <code>
1400
1566
 
1401
- <span class="param-type">String</span>
1567
+ <span class="param-type">
1568
+
1569
+ String
1570
+
1571
+ </span>
1572
+
1402
1573
 
1403
1574
 
1404
1575
  </code>
@@ -1407,11 +1578,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1407
1578
  </tr>
1408
1579
 
1409
1580
  <tr class="deep-level-0">
1410
- <td class="name"><code><a href="IGSMapImageLayer.html#imageHeight">imageHeight</a></code></td>
1581
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
1411
1582
  <td class="name">
1412
1583
  <code>
1413
1584
 
1414
- <span class="param-type">Number</span>
1585
+ <span class="param-type">
1586
+
1587
+ Number
1588
+
1589
+ </span>
1590
+
1415
1591
 
1416
1592
 
1417
1593
  </code>
@@ -1420,11 +1596,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1420
1596
  </tr>
1421
1597
 
1422
1598
  <tr class="deep-level-0">
1423
- <td class="name"><code><a href="IGSMapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
1599
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
1424
1600
  <td class="name">
1425
1601
  <code>
1426
1602
 
1427
- <span class="param-type">Boolean</span>
1603
+ <span class="param-type">
1604
+
1605
+ Boolean
1606
+
1607
+ </span>
1608
+
1428
1609
 
1429
1610
 
1430
1611
  </code>
@@ -1433,11 +1614,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1433
1614
  </tr>
1434
1615
 
1435
1616
  <tr class="deep-level-0">
1436
- <td class="name"><code><a href="IGSMapImageLayer.html#imageWidth">imageWidth</a></code></td>
1617
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
1437
1618
  <td class="name">
1438
1619
  <code>
1439
1620
 
1440
- <span class="param-type">Number</span>
1621
+ <span class="param-type">
1622
+
1623
+ Number
1624
+
1625
+ </span>
1626
+
1441
1627
 
1442
1628
 
1443
1629
  </code>
@@ -1446,11 +1632,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1446
1632
  </tr>
1447
1633
 
1448
1634
  <tr class="deep-level-0">
1449
- <td class="name"><code><a href="IGSMapImageLayer.html#isAntialiasing">isAntialiasing</a></code></td>
1635
+ <td class="name"><code><a href="#isAntialiasing">isAntialiasing</a></code></td>
1450
1636
  <td class="name">
1451
1637
  <code>
1452
1638
 
1453
- <span class="param-type">Boolean</span>
1639
+ <span class="param-type">
1640
+
1641
+ Boolean
1642
+
1643
+ </span>
1644
+
1454
1645
 
1455
1646
 
1456
1647
  </code>
@@ -1459,11 +1650,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1459
1650
  </tr>
1460
1651
 
1461
1652
  <tr class="deep-level-0">
1462
- <td class="name"><code><a href="IGSMapImageLayer.html#isAntialiasing">isAntialiasing</a></code></td>
1653
+ <td class="name"><code><a href="#isAntialiasing">isAntialiasing</a></code></td>
1463
1654
  <td class="name">
1464
1655
  <code>
1465
1656
 
1466
- <span class="param-type">Boolean</span>
1657
+ <span class="param-type">
1658
+
1659
+ Boolean
1660
+
1661
+ </span>
1662
+
1467
1663
 
1468
1664
 
1469
1665
  </code>
@@ -1472,11 +1668,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1472
1668
  </tr>
1473
1669
 
1474
1670
  <tr class="deep-level-0">
1475
- <td class="name"><code><a href="IGSMapImageLayer.html#mapName">mapName</a></code></td>
1671
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
1476
1672
  <td class="name">
1477
1673
  <code>
1478
1674
 
1479
- <span class="param-type">String</span>
1675
+ <span class="param-type">
1676
+
1677
+ String
1678
+
1679
+ </span>
1680
+
1480
1681
 
1481
1682
 
1482
1683
  </code>
@@ -1485,11 +1686,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1485
1686
  </tr>
1486
1687
 
1487
1688
  <tr class="deep-level-0">
1488
- <td class="name"><code><a href="IGSMapImageLayer.html#renderMode">renderMode</a></code></td>
1689
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
1489
1690
  <td class="name">
1490
1691
  <code>
1491
1692
 
1492
- <span class="param-type">String</span>
1693
+ <span class="param-type">
1694
+
1695
+ String
1696
+
1697
+ </span>
1698
+
1493
1699
 
1494
1700
 
1495
1701
  </code>
@@ -1498,11 +1704,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1498
1704
  </tr>
1499
1705
 
1500
1706
  <tr class="deep-level-0">
1501
- <td class="name"><code><a href="IGSMapImageLayer.html#spatialReference">spatialReference</a></code></td>
1707
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1502
1708
  <td class="name">
1503
1709
  <code>
1504
1710
 
1505
- <span class="param-type"><a 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>
1716
+
1506
1717
 
1507
1718
 
1508
1719
  </code>
@@ -1511,11 +1722,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1511
1722
  </tr>
1512
1723
 
1513
1724
  <tr class="deep-level-0">
1514
- <td class="name"><code><a href="IGSMapImageLayer.html#sublayers">sublayers</a></code></td>
1725
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1515
1726
  <td class="name">
1516
1727
  <code>
1517
1728
 
1518
- <span class="param-type"><a 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>
1734
+
1519
1735
 
1520
1736
 
1521
1737
  </code>
@@ -1524,11 +1740,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1524
1740
  </tr>
1525
1741
 
1526
1742
  <tr class="deep-level-0">
1527
- <td class="name"><code><a href="IGSMapImageLayer.html#type">type</a></code></td>
1743
+ <td class="name"><code><a href="#type">type</a></code></td>
1528
1744
  <td class="name">
1529
1745
  <code>
1530
1746
 
1531
- <span class="param-type">String</span>
1747
+ <span class="param-type">
1748
+
1749
+ String
1750
+
1751
+ </span>
1752
+
1532
1753
 
1533
1754
 
1534
1755
  </code>
@@ -1537,11 +1758,16 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1537
1758
  </tr>
1538
1759
 
1539
1760
  <tr class="deep-level-0">
1540
- <td class="name"><code><a href="IGSMapImageLayer.html#url">url</a></code></td>
1761
+ <td class="name"><code><a href="#url">url</a></code></td>
1541
1762
  <td class="name">
1542
1763
  <code>
1543
1764
 
1544
- <span class="param-type">String</span>
1765
+ <span class="param-type">
1766
+
1767
+ String
1768
+
1769
+ </span>
1770
+
1545
1771
 
1546
1772
 
1547
1773
  </code>
@@ -1560,7 +1786,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1560
1786
  <span class="method-parameter is-pulled-right">
1561
1787
  <label>类型:</label>
1562
1788
 
1563
- <span class="param-type"><a 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>
1794
+
1564
1795
 
1565
1796
 
1566
1797
  </span>
@@ -1635,7 +1866,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1635
1866
  <span class="method-parameter is-pulled-right">
1636
1867
  <label>类型:</label>
1637
1868
 
1638
- <span class="param-type">String</span>
1869
+ <span class="param-type">
1870
+
1871
+ String
1872
+
1873
+ </span>
1874
+
1639
1875
 
1640
1876
 
1641
1877
  </span>
@@ -1714,7 +1950,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1714
1950
  <span class="method-parameter is-pulled-right">
1715
1951
  <label>类型:</label>
1716
1952
 
1717
- <span class="param-type">String</span>
1953
+ <span class="param-type">
1954
+
1955
+ String
1956
+
1957
+ </span>
1958
+
1718
1959
 
1719
1960
 
1720
1961
  </span>
@@ -1784,19 +2025,40 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1784
2025
  <span class="method-parameter is-pulled-right">
1785
2026
  <label>类型:</label>
1786
2027
 
1787
- <span class="param-type"><a 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>
1788
2033
  |
1789
2034
 
1790
- <span class="param-type"><a 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>
1791
2040
  |
1792
2041
 
1793
- <span class="param-type"><a 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>
1794
2047
  |
1795
2048
 
1796
- <span class="param-type"><a 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>
1797
2054
  |
1798
2055
 
1799
- <span class="param-type">null</span>
2056
+ <span class="param-type">
2057
+
2058
+ null
2059
+
2060
+ </span>
2061
+
1800
2062
 
1801
2063
 
1802
2064
  </span>
@@ -1866,7 +2128,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1866
2128
  <span class="method-parameter is-pulled-right">
1867
2129
  <label>类型:</label>
1868
2130
 
1869
- <span class="param-type">String</span>
2131
+ <span class="param-type">
2132
+
2133
+ String
2134
+
2135
+ </span>
2136
+
1870
2137
 
1871
2138
 
1872
2139
  </span>
@@ -1940,7 +2207,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1940
2207
  <span class="method-parameter is-pulled-right">
1941
2208
  <label>类型:</label>
1942
2209
 
1943
- <span class="param-type">String</span>
2210
+ <span class="param-type">
2211
+
2212
+ String
2213
+
2214
+ </span>
2215
+
1944
2216
 
1945
2217
 
1946
2218
  </span>
@@ -2019,7 +2291,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2019
2291
  <span class="method-parameter is-pulled-right">
2020
2292
  <label>类型:</label>
2021
2293
 
2022
- <span class="param-type">String</span>
2294
+ <span class="param-type">
2295
+
2296
+ String
2297
+
2298
+ </span>
2299
+
2023
2300
 
2024
2301
 
2025
2302
  </span>
@@ -2098,7 +2375,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2098
2375
  <span class="method-parameter is-pulled-right">
2099
2376
  <label>类型:</label>
2100
2377
 
2101
- <span class="param-type">String</span>
2378
+ <span class="param-type">
2379
+
2380
+ String
2381
+
2382
+ </span>
2383
+
2102
2384
 
2103
2385
 
2104
2386
  </span>
@@ -2173,7 +2455,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2173
2455
  <span class="method-parameter is-pulled-right">
2174
2456
  <label>类型:</label>
2175
2457
 
2176
- <span class="param-type">Number</span>
2458
+ <span class="param-type">
2459
+
2460
+ Number
2461
+
2462
+ </span>
2463
+
2177
2464
 
2178
2465
 
2179
2466
  </span>
@@ -2248,7 +2535,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2248
2535
  <span class="method-parameter is-pulled-right">
2249
2536
  <label>类型:</label>
2250
2537
 
2251
- <span class="param-type">Boolean</span>
2538
+ <span class="param-type">
2539
+
2540
+ Boolean
2541
+
2542
+ </span>
2543
+
2252
2544
 
2253
2545
 
2254
2546
  </span>
@@ -2323,7 +2615,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2323
2615
  <span class="method-parameter is-pulled-right">
2324
2616
  <label>类型:</label>
2325
2617
 
2326
- <span class="param-type">Number</span>
2618
+ <span class="param-type">
2619
+
2620
+ Number
2621
+
2622
+ </span>
2623
+
2327
2624
 
2328
2625
 
2329
2626
  </span>
@@ -2398,7 +2695,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2398
2695
  <span class="method-parameter is-pulled-right">
2399
2696
  <label>类型:</label>
2400
2697
 
2401
- <span class="param-type">Boolean</span>
2698
+ <span class="param-type">
2699
+
2700
+ Boolean
2701
+
2702
+ </span>
2703
+
2402
2704
 
2403
2705
 
2404
2706
  </span>
@@ -2468,7 +2770,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2468
2770
  <span class="method-parameter is-pulled-right">
2469
2771
  <label>类型:</label>
2470
2772
 
2471
- <span class="param-type">Boolean</span>
2773
+ <span class="param-type">
2774
+
2775
+ Boolean
2776
+
2777
+ </span>
2778
+
2472
2779
 
2473
2780
 
2474
2781
  </span>
@@ -2538,7 +2845,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2538
2845
  <span class="method-parameter is-pulled-right">
2539
2846
  <label>类型:</label>
2540
2847
 
2541
- <span class="param-type">String</span>
2848
+ <span class="param-type">
2849
+
2850
+ String
2851
+
2852
+ </span>
2853
+
2542
2854
 
2543
2855
 
2544
2856
  </span>
@@ -2617,7 +2929,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2617
2929
  <span class="method-parameter is-pulled-right">
2618
2930
  <label>类型:</label>
2619
2931
 
2620
- <span class="param-type">String</span>
2932
+ <span class="param-type">
2933
+
2934
+ String
2935
+
2936
+ </span>
2937
+
2621
2938
 
2622
2939
 
2623
2940
  </span>
@@ -2696,7 +3013,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2696
3013
  <span class="method-parameter is-pulled-right">
2697
3014
  <label>类型:</label>
2698
3015
 
2699
- <span class="param-type"><a 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>
3021
+
2700
3022
 
2701
3023
 
2702
3024
  </span>
@@ -2730,7 +3052,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2730
3052
 
2731
3053
  <dt class="inherited-from">Inherited From:</dt>
2732
3054
  <dd class="inherited-from"><ul class="dummy"><li>
2733
- <a class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
3055
+ <a goto="spatialReference" link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
2734
3056
  </li></ul></dd>
2735
3057
 
2736
3058
 
@@ -2771,7 +3093,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2771
3093
  <span class="method-parameter is-pulled-right">
2772
3094
  <label>类型:</label>
2773
3095
 
2774
- <span class="param-type"><a 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>
3101
+
2775
3102
 
2776
3103
 
2777
3104
  </span>
@@ -2805,7 +3132,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2805
3132
 
2806
3133
  <dt class="inherited-from">Inherited From:</dt>
2807
3134
  <dd class="inherited-from"><ul class="dummy"><li>
2808
- <a class="mapgis-link-name" title="MapImageLayer#sublayers" MapImageLayer.html#sublayers>MapImageLayer#sublayers</a>
3135
+ <a goto="sublayers" link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer#sublayers" MapImageLayer.html#sublayers>MapImageLayer#sublayers</a>
2809
3136
  </li></ul></dd>
2810
3137
 
2811
3138
 
@@ -2846,7 +3173,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2846
3173
  <span class="method-parameter is-pulled-right">
2847
3174
  <label>类型:</label>
2848
3175
 
2849
- <span class="param-type">String</span>
3176
+ <span class="param-type">
3177
+
3178
+ String
3179
+
3180
+ </span>
3181
+
2850
3182
 
2851
3183
 
2852
3184
  </span>
@@ -2920,7 +3252,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2920
3252
  <span class="method-parameter is-pulled-right">
2921
3253
  <label>类型:</label>
2922
3254
 
2923
- <span class="param-type">String</span>
3255
+ <span class="param-type">
3256
+
3257
+ String
3258
+
3259
+ </span>
3260
+
2924
3261
 
2925
3262
 
2926
3263
  </span>
@@ -3015,12 +3352,17 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3015
3352
  <tbody>
3016
3353
 
3017
3354
  <tr class="deep-level-0">
3018
- <td class="name"><code><a href="IGSMapImageLayer.html#clone">clone</a></code></td>
3355
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3019
3356
  <td class="name">
3020
3357
  <code>
3021
3358
 
3022
3359
 
3023
- <span class="param-type"><a 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>
3365
+
3024
3366
 
3025
3367
 
3026
3368
 
@@ -3030,12 +3372,17 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3030
3372
  </tr>
3031
3373
 
3032
3374
  <tr class="deep-level-0">
3033
- <td class="name"><code><a href="IGSMapImageLayer.html#fromJSON">fromJSON</a></code></td>
3375
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3034
3376
  <td class="name">
3035
3377
  <code>
3036
3378
 
3037
3379
 
3038
- <span class="param-type"><a 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>
3385
+
3039
3386
 
3040
3387
 
3041
3388
 
@@ -3045,12 +3392,17 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3045
3392
  </tr>
3046
3393
 
3047
3394
  <tr class="deep-level-0">
3048
- <td class="name"><code><a href="IGSMapImageLayer.html#clone">clone</a></code></td>
3395
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3049
3396
  <td class="name">
3050
3397
  <code>
3051
3398
 
3052
3399
 
3053
- <span class="param-type"><a 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>
3405
+
3054
3406
 
3055
3407
 
3056
3408
 
@@ -3060,12 +3412,17 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3060
3412
  </tr>
3061
3413
 
3062
3414
  <tr class="deep-level-0">
3063
- <td class="name"><code><a href="IGSMapImageLayer.html#fetchImage">fetchImage</a></code></td>
3415
+ <td class="name"><code><a href="#fetchImage">fetchImage</a></code></td>
3064
3416
  <td class="name">
3065
3417
  <code>
3066
3418
 
3067
3419
 
3068
- <span class="param-type">Promise</span>
3420
+ <span class="param-type">
3421
+
3422
+ Promise
3423
+
3424
+ </span>
3425
+
3069
3426
 
3070
3427
 
3071
3428
 
@@ -3075,30 +3432,44 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3075
3432
  </tr>
3076
3433
 
3077
3434
  <tr class="deep-level-0">
3078
- <td class="name"><code><a href="IGSMapImageLayer.html#findSublayerById">findSublayerById</a></code></td>
3435
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
3079
3436
  <td class="name">
3080
3437
  <code>
3081
3438
 
3082
3439
 
3083
- <span class="param-type"><a 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>
3084
3445
  |
3085
3446
 
3086
- <span class="param-type">null</span>
3447
+ <span class="param-type">
3448
+
3449
+ null
3450
+
3451
+ </span>
3452
+
3087
3453
 
3088
3454
 
3089
3455
 
3090
3456
  </code>
3091
3457
  </td>
3092
- <td class="name"><code><p>根据子图层id查询子图层<a id='findSublayerById'></a></p></code></td>
3458
+ <td class="name"><code><p>根据子图层id查询子图层</code></td>
3093
3459
  </tr>
3094
3460
 
3095
3461
  <tr class="deep-level-0">
3096
- <td class="name"><code><a href="IGSMapImageLayer.html#getFilters">getFilters</a></code></td>
3462
+ <td class="name"><code><a href="#getFilters">getFilters</a></code></td>
3097
3463
  <td class="name">
3098
3464
  <code>
3099
3465
 
3100
3466
 
3101
- <span class="param-type">Object</span>
3467
+ <span class="param-type">
3468
+
3469
+ Object
3470
+
3471
+ </span>
3472
+
3102
3473
 
3103
3474
 
3104
3475
 
@@ -3108,12 +3479,17 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3108
3479
  </tr>
3109
3480
 
3110
3481
  <tr class="deep-level-0">
3111
- <td class="name"><code><a href="IGSMapImageLayer.html#getImageUrl">getImageUrl</a></code></td>
3482
+ <td class="name"><code><a href="#getImageUrl">getImageUrl</a></code></td>
3112
3483
  <td class="name">
3113
3484
  <code>
3114
3485
 
3115
3486
 
3116
- <span class="param-type">String</span>
3487
+ <span class="param-type">
3488
+
3489
+ String
3490
+
3491
+ </span>
3492
+
3117
3493
 
3118
3494
 
3119
3495
 
@@ -3123,7 +3499,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3123
3499
  </tr>
3124
3500
 
3125
3501
  <tr class="deep-level-0">
3126
- <td class="name"><code><a href="IGSMapImageLayer.html#load">load</a></code></td>
3502
+ <td class="name"><code><a href="#load">load</a></code></td>
3127
3503
  <td class="name">
3128
3504
  <code>
3129
3505
 
@@ -3133,22 +3509,27 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3133
3509
  </tr>
3134
3510
 
3135
3511
  <tr class="deep-level-0">
3136
- <td class="name"><code><a href="IGSMapImageLayer.html#setSubLayer">setSubLayer</a></code></td>
3512
+ <td class="name"><code><a href="#setSubLayer">setSubLayer</a></code></td>
3137
3513
  <td class="name">
3138
3514
  <code>
3139
3515
 
3140
3516
  </code>
3141
3517
  </td>
3142
- <td class="name"><code><p>更新子图层<a id='setSubLayer'></a></p></code></td>
3518
+ <td class="name"><code><p>更新子图层</code></td>
3143
3519
  </tr>
3144
3520
 
3145
3521
  <tr class="deep-level-0">
3146
- <td class="name"><code><a href="IGSMapImageLayer.html#toJSON">toJSON</a></code></td>
3522
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3147
3523
  <td class="name">
3148
3524
  <code>
3149
3525
 
3150
3526
 
3151
- <span class="param-type">Object</span>
3527
+ <span class="param-type">
3528
+
3529
+ Object
3530
+
3531
+ </span>
3532
+
3152
3533
 
3153
3534
 
3154
3535
 
@@ -3219,13 +3600,18 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3219
3600
 
3220
3601
  <tr class="deep-level-0">
3221
3602
 
3222
- <td class="name" id="igsMapImageLayer"><code>igsMapImageLayer</code></td>
3603
+ <td class="name"><code>igsMapImageLayer</code></td>
3223
3604
 
3224
3605
 
3225
3606
  <td class="type">
3226
3607
 
3227
3608
 
3228
- <span class="param-type"><a 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>
3614
+
3229
3615
 
3230
3616
 
3231
3617
 
@@ -3313,7 +3699,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3313
3699
  <div class='column is-5 has-text-left'>
3314
3700
  <label>类型: </label>
3315
3701
 
3316
- <span class="param-type"><a 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>
3707
+
3317
3708
 
3318
3709
 
3319
3710
  </div>
@@ -3402,13 +3793,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3402
3793
 
3403
3794
  <tr class="deep-level-0">
3404
3795
 
3405
- <td class="name" id="json"><code>json</code></td>
3796
+ <td class="name"><code>json</code></td>
3406
3797
 
3407
3798
 
3408
3799
  <td class="type">
3409
3800
 
3410
3801
 
3411
- <span class="param-type">Object</span>
3802
+ <span class="param-type">
3803
+
3804
+ Object
3805
+
3806
+ </span>
3807
+
3412
3808
 
3413
3809
 
3414
3810
 
@@ -3496,7 +3892,12 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3496
3892
  <div class='column is-5 has-text-left'>
3497
3893
  <label>类型: </label>
3498
3894
 
3499
- <span class="param-type"><a 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>
3900
+
3500
3901
 
3501
3902
 
3502
3903
  </div>
@@ -3617,7 +4018,12 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3617
4018
  <div class='column is-5 has-text-left'>
3618
4019
  <label>类型: </label>
3619
4020
 
3620
- <span class="param-type"><a 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>
4026
+
3621
4027
 
3622
4028
 
3623
4029
  </div>
@@ -3690,13 +4096,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3690
4096
 
3691
4097
  <tr class="deep-level-0">
3692
4098
 
3693
- <td class="name" id="extent"><code>extent</code></td>
4099
+ <td class="name"><code>extent</code></td>
3694
4100
 
3695
4101
 
3696
4102
  <td class="type">
3697
4103
 
3698
4104
 
3699
- <span class="param-type"><a 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>
4110
+
3700
4111
 
3701
4112
 
3702
4113
 
@@ -3718,13 +4129,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3718
4129
 
3719
4130
  <tr class="deep-level-0">
3720
4131
 
3721
- <td class="name" id="width"><code>width</code></td>
4132
+ <td class="name"><code>width</code></td>
3722
4133
 
3723
4134
 
3724
4135
  <td class="type">
3725
4136
 
3726
4137
 
3727
- <span class="param-type">Number</span>
4138
+ <span class="param-type">
4139
+
4140
+ Number
4141
+
4142
+ </span>
4143
+
3728
4144
 
3729
4145
 
3730
4146
 
@@ -3748,13 +4164,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3748
4164
 
3749
4165
  <tr class="deep-level-0">
3750
4166
 
3751
- <td class="name" id="height"><code>height</code></td>
4167
+ <td class="name"><code>height</code></td>
3752
4168
 
3753
4169
 
3754
4170
  <td class="type">
3755
4171
 
3756
4172
 
3757
- <span class="param-type">Number</span>
4173
+ <span class="param-type">
4174
+
4175
+ Number
4176
+
4177
+ </span>
4178
+
3758
4179
 
3759
4180
 
3760
4181
 
@@ -3848,7 +4269,12 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3848
4269
  <div class='column is-5 has-text-left'>
3849
4270
  <label>类型: </label>
3850
4271
 
3851
- <span class="param-type">Promise</span>
4272
+ <span class="param-type">
4273
+
4274
+ Promise
4275
+
4276
+ </span>
4277
+
3852
4278
 
3853
4279
 
3854
4280
  </div>
@@ -3937,13 +4363,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3937
4363
 
3938
4364
  <tr class="deep-level-0">
3939
4365
 
3940
- <td class="name" id="id"><code>id</code></td>
4366
+ <td class="name"><code>id</code></td>
3941
4367
 
3942
4368
 
3943
4369
  <td class="type">
3944
4370
 
3945
4371
 
3946
- <span class="param-type">String</span>
4372
+ <span class="param-type">
4373
+
4374
+ String
4375
+
4376
+ </span>
4377
+
3947
4378
 
3948
4379
 
3949
4380
 
@@ -4031,10 +4462,19 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4031
4462
  <div class='column is-5 has-text-left'>
4032
4463
  <label>类型: </label>
4033
4464
 
4034
- <span class="param-type"><a 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>
4035
4470
  |
4036
4471
 
4037
- <span class="param-type">null</span>
4472
+ <span class="param-type">
4473
+
4474
+ null
4475
+
4476
+ </span>
4477
+
4038
4478
 
4039
4479
 
4040
4480
  </div>
@@ -4150,7 +4590,12 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4150
4590
  <div class='column is-5 has-text-left'>
4151
4591
  <label>类型: </label>
4152
4592
 
4153
- <span class="param-type">Object</span>
4593
+ <span class="param-type">
4594
+
4595
+ Object
4596
+
4597
+ </span>
4598
+
4154
4599
 
4155
4600
 
4156
4601
  </div>
@@ -4221,7 +4666,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4221
4666
 
4222
4667
  <tr class="deep-level-0">
4223
4668
 
4224
- <td class="name" id="options"><code>options</code></td>
4669
+ <td class="name"><code>options</code></td>
4225
4670
 
4226
4671
 
4227
4672
  <td class="type">
@@ -4238,13 +4683,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4238
4683
 
4239
4684
  <tr class="deep-level-1">
4240
4685
 
4241
- <td class="name" id="extent"><code>extent</code></td>
4686
+ <td class="name"><code>extent</code></td>
4242
4687
 
4243
4688
 
4244
4689
  <td class="type">
4245
4690
 
4246
4691
 
4247
- <span class="param-type"><a 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>
4697
+
4248
4698
 
4249
4699
 
4250
4700
 
@@ -4260,13 +4710,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4260
4710
 
4261
4711
  <tr class="deep-level-1">
4262
4712
 
4263
- <td class="name" id="width"><code>width</code></td>
4713
+ <td class="name"><code>width</code></td>
4264
4714
 
4265
4715
 
4266
4716
  <td class="type">
4267
4717
 
4268
4718
 
4269
- <span class="param-type">Number</span>
4719
+ <span class="param-type">
4720
+
4721
+ Number
4722
+
4723
+ </span>
4724
+
4270
4725
 
4271
4726
 
4272
4727
 
@@ -4282,13 +4737,18 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4282
4737
 
4283
4738
  <tr class="deep-level-1">
4284
4739
 
4285
- <td class="name" id="height"><code>height</code></td>
4740
+ <td class="name"><code>height</code></td>
4286
4741
 
4287
4742
 
4288
4743
  <td class="type">
4289
4744
 
4290
4745
 
4291
- <span class="param-type">Number</span>
4746
+ <span class="param-type">
4747
+
4748
+ Number
4749
+
4750
+ </span>
4751
+
4292
4752
 
4293
4753
 
4294
4754
 
@@ -4379,7 +4839,12 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4379
4839
  <div class='column is-5 has-text-left'>
4380
4840
  <label>类型: </label>
4381
4841
 
4382
- <span class="param-type">String</span>
4842
+ <span class="param-type">
4843
+
4844
+ String
4845
+
4846
+ </span>
4847
+
4383
4848
 
4384
4849
 
4385
4850
  </div>
@@ -4574,13 +5039,18 @@ igsMapImageLayer.load().then((result) => {
4574
5039
 
4575
5040
  <tr class="deep-level-0">
4576
5041
 
4577
- <td class="name" id="igsMapImageSubLayer"><code>igsMapImageSubLayer</code></td>
5042
+ <td class="name"><code>igsMapImageSubLayer</code></td>
4578
5043
 
4579
5044
 
4580
5045
  <td class="type">
4581
5046
 
4582
5047
 
4583
- <span class="param-type"><a 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>
5053
+
4584
5054
 
4585
5055
 
4586
5056
 
@@ -4764,7 +5234,12 @@ igsMapImageLayer.load().then((result) => {
4764
5234
  <div class='column is-5 has-text-left'>
4765
5235
  <label>类型: </label>
4766
5236
 
4767
- <span class="param-type">Object</span>
5237
+ <span class="param-type">
5238
+
5239
+ Object
5240
+
5241
+ </span>
5242
+
4768
5243
 
4769
5244
 
4770
5245
  </div>
@@ -4803,7 +5278,7 @@ igsMapImageLayer.load().then((result) => {
4803
5278
  <tbody>
4804
5279
 
4805
5280
  <tr class="deep-level-0">
4806
- <td class="name"><code><a href="IGSMapImageLayer.html#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
5281
+ <td class="name"><code><a href="#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
4807
5282
  <td class="name"><code>子图层显隐更新完毕事件</code></td>
4808
5283
  </tr>
4809
5284
 
@@ -4883,7 +5358,12 @@ igsMapImageLayer.load().then((result) => {
4883
5358
  <td class="type">
4884
5359
 
4885
5360
 
4886
- <span class="param-type">Object</span>
5361
+ <span class="param-type">
5362
+
5363
+ Object
5364
+
5365
+ </span>
5366
+
4887
5367
 
4888
5368
 
4889
5369
 
@@ -4916,7 +5396,12 @@ igsMapImageLayer.load().then((result) => {
4916
5396
  <td class="type">
4917
5397
 
4918
5398
 
4919
- <span class="param-type">String</span>
5399
+ <span class="param-type">
5400
+
5401
+ String
5402
+
5403
+ </span>
5404
+
4920
5405
 
4921
5406
 
4922
5407
 
@@ -4953,7 +5438,12 @@ igsMapImageLayer.load().then((result) => {
4953
5438
  <td class="type">
4954
5439
 
4955
5440
 
4956
- <span class="param-type">String</span>
5441
+ <span class="param-type">
5442
+
5443
+ String
5444
+
5445
+ </span>
5446
+
4957
5447
 
4958
5448
 
4959
5449
 
@@ -4990,7 +5480,12 @@ igsMapImageLayer.load().then((result) => {
4990
5480
  <td class="type">
4991
5481
 
4992
5482
 
4993
- <span class="param-type">Array.&lt;<a 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>
5488
+
4994
5489
 
4995
5490
 
4996
5491
 
@@ -5027,7 +5522,12 @@ igsMapImageLayer.load().then((result) => {
5027
5522
  <td class="type">
5028
5523
 
5029
5524
 
5030
- <span class="param-type"><a 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>
5530
+
5031
5531
 
5032
5532
 
5033
5533
 
@@ -5064,7 +5564,12 @@ igsMapImageLayer.load().then((result) => {
5064
5564
  <td class="type">
5065
5565
 
5066
5566
 
5067
- <span class="param-type"><a 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>
5572
+
5068
5573
 
5069
5574
 
5070
5575
 
@@ -5101,7 +5606,12 @@ igsMapImageLayer.load().then((result) => {
5101
5606
  <td class="type">
5102
5607
 
5103
5608
 
5104
- <span class="param-type"><a 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>
5614
+
5105
5615
 
5106
5616
 
5107
5617
 
@@ -5138,7 +5648,12 @@ igsMapImageLayer.load().then((result) => {
5138
5648
  <td class="type">
5139
5649
 
5140
5650
 
5141
- <span class="param-type"><a 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>
5656
+
5142
5657
 
5143
5658
 
5144
5659