@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -122,6 +123,7 @@ if(layer.loadStatus === 'loaded') {<br/>
122
123
  <span class="param-type">String</span>
123
124
 
124
125
 
126
+
125
127
 
126
128
  </td>
127
129
 
@@ -148,6 +150,7 @@ if(layer.loadStatus === 'loaded') {<br/>
148
150
  <span class="param-type">String</span>
149
151
 
150
152
 
153
+
151
154
 
152
155
  </td>
153
156
 
@@ -179,6 +182,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
179
182
  <span class="param-type">String</span>
180
183
 
181
184
 
185
+
182
186
 
183
187
  </td>
184
188
 
@@ -205,6 +209,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
205
209
  <span class="param-type">Number</span>
206
210
 
207
211
 
212
+
208
213
 
209
214
  </td>
210
215
 
@@ -233,6 +238,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
233
238
  <span class="param-type">Boolean</span>
234
239
 
235
240
 
241
+
236
242
 
237
243
  </td>
238
244
 
@@ -264,6 +270,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
264
270
  <span class="param-type">undefined</span>
265
271
 
266
272
 
273
+
267
274
 
268
275
  </td>
269
276
 
@@ -302,7 +309,8 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
302
309
  <td class="type">
303
310
 
304
311
 
305
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
312
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
313
+
306
314
 
307
315
 
308
316
 
@@ -332,6 +340,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
332
340
  <span class="param-type">Number</span>
333
341
 
334
342
 
343
+
335
344
 
336
345
  </td>
337
346
 
@@ -360,6 +369,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
360
369
  <span class="param-type">Number</span>
361
370
 
362
371
 
372
+
363
373
 
364
374
  </td>
365
375
 
@@ -388,6 +398,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
388
398
  <span class="param-type">Number</span>
389
399
 
390
400
 
401
+
391
402
 
392
403
  </td>
393
404
 
@@ -416,6 +427,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
416
427
  <span class="param-type">Number</span>
417
428
 
418
429
 
430
+
419
431
 
420
432
  </td>
421
433
 
@@ -444,6 +456,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
444
456
  <span class="param-type">String</span>
445
457
 
446
458
 
459
+
447
460
 
448
461
  </td>
449
462
 
@@ -472,6 +485,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
472
485
  <span class="param-type">String</span>
473
486
 
474
487
 
488
+
475
489
 
476
490
  </td>
477
491
 
@@ -498,6 +512,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
498
512
  <span class="param-type">Boolean</span>
499
513
 
500
514
 
515
+
501
516
 
502
517
  </td>
503
518
 
@@ -523,21 +538,22 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
523
538
  <td class="type">
524
539
 
525
540
 
526
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
541
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
527
542
  |
528
543
 
529
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
544
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
530
545
  |
531
546
 
532
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
547
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
533
548
  |
534
549
 
535
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
550
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
536
551
  |
537
552
 
538
553
  <span class="param-type">null</span>
539
554
 
540
555
 
556
+
541
557
 
542
558
  </td>
543
559
 
@@ -566,6 +582,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
566
582
  <span class="param-type">String</span>
567
583
 
568
584
 
585
+
569
586
 
570
587
  </td>
571
588
 
@@ -594,6 +611,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
594
611
  <span class="param-type">String</span>
595
612
 
596
613
 
614
+
597
615
 
598
616
  </td>
599
617
 
@@ -620,6 +638,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
620
638
  <span class="param-type">Boolean</span>
621
639
 
622
640
 
641
+
623
642
 
624
643
  </td>
625
644
 
@@ -1259,7 +1278,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1259
1278
 
1260
1279
 
1261
1280
  <ul>
1262
- <li><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
1281
+ <li><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
1263
1282
  </ul>
1264
1283
 
1265
1284
 
@@ -1291,11 +1310,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1291
1310
  <tbody>
1292
1311
 
1293
1312
  <tr class="deep-level-0">
1294
- <td class="name"><code><a href="IGSMapImageLayer.html#allSublayers">allSublayers</a></code></td>
1313
+ <td class="name"><code><a href="#allSublayers">allSublayers</a></code></td>
1295
1314
  <td class="name">
1296
1315
  <code>
1297
1316
 
1298
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1317
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1318
+
1299
1319
 
1300
1320
 
1301
1321
  </code>
@@ -1304,205 +1324,220 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1304
1324
  </tr>
1305
1325
 
1306
1326
  <tr class="deep-level-0">
1307
- <td class="name"><code><a href="IGSMapImageLayer.html#capabilities">capabilities</a></code></td>
1327
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
1308
1328
  <td class="name">
1309
1329
  <code>
1310
1330
 
1311
1331
  <span class="param-type">String</span>
1312
1332
 
1313
1333
 
1334
+
1314
1335
  </code>
1315
1336
  </td>
1316
1337
  <td class="name"><code><p>可提供的服务</p></code></td>
1317
1338
  </tr>
1318
1339
 
1319
1340
  <tr class="deep-level-0">
1320
- <td class="name"><code><a href="IGSMapImageLayer.html#clientId">clientId</a></code></td>
1341
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
1321
1342
  <td class="name">
1322
1343
  <code>
1323
1344
 
1324
1345
  <span class="param-type">String</span>
1325
1346
 
1326
1347
 
1348
+
1327
1349
  </code>
1328
1350
  </td>
1329
1351
  <td class="name"><code><p>客户端Id</p></code></td>
1330
1352
  </tr>
1331
1353
 
1332
1354
  <tr class="deep-level-0">
1333
- <td class="name"><code><a href="IGSMapImageLayer.html#clippingArea">clippingArea</a></code></td>
1355
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
1334
1356
  <td class="name">
1335
1357
  <code>
1336
1358
 
1337
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1359
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1338
1360
  |
1339
1361
 
1340
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1362
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1341
1363
  |
1342
1364
 
1343
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1365
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1344
1366
  |
1345
1367
 
1346
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1368
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1347
1369
  |
1348
1370
 
1349
1371
  <span class="param-type">null</span>
1350
1372
 
1351
1373
 
1374
+
1352
1375
  </code>
1353
1376
  </td>
1354
1377
  <td class="name"><code><p>空间裁剪范围</p></code></td>
1355
1378
  </tr>
1356
1379
 
1357
1380
  <tr class="deep-level-0">
1358
- <td class="name"><code><a href="IGSMapImageLayer.html#description">description</a></code></td>
1381
+ <td class="name"><code><a href="#description">description</a></code></td>
1359
1382
  <td class="name">
1360
1383
  <code>
1361
1384
 
1362
1385
  <span class="param-type">String</span>
1363
1386
 
1364
1387
 
1388
+
1365
1389
  </code>
1366
1390
  </td>
1367
1391
  <td class="name"><code><p>图层描述</p></code></td>
1368
1392
  </tr>
1369
1393
 
1370
1394
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="IGSMapImageLayer.html#documentInfo">documentInfo</a></code></td>
1395
+ <td class="name"><code><a href="#documentInfo">documentInfo</a></code></td>
1372
1396
  <td class="name">
1373
1397
  <code>
1374
1398
 
1375
1399
  <span class="param-type">String</span>
1376
1400
 
1377
1401
 
1402
+
1378
1403
  </code>
1379
1404
  </td>
1380
1405
  <td class="name"><code><p>地图文档信息</p></code></td>
1381
1406
  </tr>
1382
1407
 
1383
1408
  <tr class="deep-level-0">
1384
- <td class="name"><code><a href="IGSMapImageLayer.html#extent">extent</a></code></td>
1409
+ <td class="name"><code><a href="#extent">extent</a></code></td>
1385
1410
  <td class="name">
1386
1411
  <code>
1387
1412
 
1388
1413
  <span class="param-type">String</span>
1389
1414
 
1390
1415
 
1416
+
1391
1417
  </code>
1392
1418
  </td>
1393
1419
  <td class="name"><code><p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p></code></td>
1394
1420
  </tr>
1395
1421
 
1396
1422
  <tr class="deep-level-0">
1397
- <td class="name"><code><a href="IGSMapImageLayer.html#imageFormat">imageFormat</a></code></td>
1423
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
1398
1424
  <td class="name">
1399
1425
  <code>
1400
1426
 
1401
1427
  <span class="param-type">String</span>
1402
1428
 
1403
1429
 
1430
+
1404
1431
  </code>
1405
1432
  </td>
1406
1433
  <td class="name"><code><p>图片格式</p></code></td>
1407
1434
  </tr>
1408
1435
 
1409
1436
  <tr class="deep-level-0">
1410
- <td class="name"><code><a href="IGSMapImageLayer.html#imageHeight">imageHeight</a></code></td>
1437
+ <td class="name"><code><a href="#imageHeight">imageHeight</a></code></td>
1411
1438
  <td class="name">
1412
1439
  <code>
1413
1440
 
1414
1441
  <span class="param-type">Number</span>
1415
1442
 
1416
1443
 
1444
+
1417
1445
  </code>
1418
1446
  </td>
1419
1447
  <td class="name"><code><p>瓦片化显示时,瓦片高度</p></code></td>
1420
1448
  </tr>
1421
1449
 
1422
1450
  <tr class="deep-level-0">
1423
- <td class="name"><code><a href="IGSMapImageLayer.html#imageTransparency">imageTransparency</a></code></td>
1451
+ <td class="name"><code><a href="#imageTransparency">imageTransparency</a></code></td>
1424
1452
  <td class="name">
1425
1453
  <code>
1426
1454
 
1427
1455
  <span class="param-type">Boolean</span>
1428
1456
 
1429
1457
 
1458
+
1430
1459
  </code>
1431
1460
  </td>
1432
1461
  <td class="name"><code><p>图片中没有数据的地方是否透明</p></code></td>
1433
1462
  </tr>
1434
1463
 
1435
1464
  <tr class="deep-level-0">
1436
- <td class="name"><code><a href="IGSMapImageLayer.html#imageWidth">imageWidth</a></code></td>
1465
+ <td class="name"><code><a href="#imageWidth">imageWidth</a></code></td>
1437
1466
  <td class="name">
1438
1467
  <code>
1439
1468
 
1440
1469
  <span class="param-type">Number</span>
1441
1470
 
1442
1471
 
1472
+
1443
1473
  </code>
1444
1474
  </td>
1445
1475
  <td class="name"><code><p>瓦片化显示时,瓦片宽度</p></code></td>
1446
1476
  </tr>
1447
1477
 
1448
1478
  <tr class="deep-level-0">
1449
- <td class="name"><code><a href="IGSMapImageLayer.html#isAntialiasing">isAntialiasing</a></code></td>
1479
+ <td class="name"><code><a href="#isAntialiasing">isAntialiasing</a></code></td>
1450
1480
  <td class="name">
1451
1481
  <code>
1452
1482
 
1453
1483
  <span class="param-type">Boolean</span>
1454
1484
 
1455
1485
 
1486
+
1456
1487
  </code>
1457
1488
  </td>
1458
1489
  <td class="name"><code><p>返回的图片是否抗锯齿,启用抗锯齿功能后,会导致出图速度变慢,true表示开启抗锯齿,false表示关闭抗锯齿,如果没有设置,则默认应用地图文档(MapX)上的设置</p></code></td>
1459
1490
  </tr>
1460
1491
 
1461
1492
  <tr class="deep-level-0">
1462
- <td class="name"><code><a href="IGSMapImageLayer.html#isAntialiasing">isAntialiasing</a></code></td>
1493
+ <td class="name"><code><a href="#isAntialiasing">isAntialiasing</a></code></td>
1463
1494
  <td class="name">
1464
1495
  <code>
1465
1496
 
1466
1497
  <span class="param-type">Boolean</span>
1467
1498
 
1468
1499
 
1500
+
1469
1501
  </code>
1470
1502
  </td>
1471
1503
  <td class="name"><code><p>是否开启服务端抗锯齿</p></code></td>
1472
1504
  </tr>
1473
1505
 
1474
1506
  <tr class="deep-level-0">
1475
- <td class="name"><code><a href="IGSMapImageLayer.html#mapName">mapName</a></code></td>
1507
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
1476
1508
  <td class="name">
1477
1509
  <code>
1478
1510
 
1479
1511
  <span class="param-type">String</span>
1480
1512
 
1481
1513
 
1514
+
1482
1515
  </code>
1483
1516
  </td>
1484
1517
  <td class="name"><code><p>地图名称</p></code></td>
1485
1518
  </tr>
1486
1519
 
1487
1520
  <tr class="deep-level-0">
1488
- <td class="name"><code><a href="IGSMapImageLayer.html#renderMode">renderMode</a></code></td>
1521
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
1489
1522
  <td class="name">
1490
1523
  <code>
1491
1524
 
1492
1525
  <span class="param-type">String</span>
1493
1526
 
1494
1527
 
1528
+
1495
1529
  </code>
1496
1530
  </td>
1497
1531
  <td class="name"><code><p>影像的展现形式。可选'tile' 、 'image'。默认为'tile',加载影像时以瓦片的方式平铺。当选项为'image'时,加载影像会请求一张覆盖当前屏幕的图像。</p></code></td>
1498
1532
  </tr>
1499
1533
 
1500
1534
  <tr class="deep-level-0">
1501
- <td class="name"><code><a href="IGSMapImageLayer.html#spatialReference">spatialReference</a></code></td>
1535
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1502
1536
  <td class="name">
1503
1537
  <code>
1504
1538
 
1505
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1539
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1540
+
1506
1541
 
1507
1542
 
1508
1543
  </code>
@@ -1511,11 +1546,12 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1511
1546
  </tr>
1512
1547
 
1513
1548
  <tr class="deep-level-0">
1514
- <td class="name"><code><a href="IGSMapImageLayer.html#sublayers">sublayers</a></code></td>
1549
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1515
1550
  <td class="name">
1516
1551
  <code>
1517
1552
 
1518
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1553
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1554
+
1519
1555
 
1520
1556
 
1521
1557
  </code>
@@ -1524,26 +1560,28 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1524
1560
  </tr>
1525
1561
 
1526
1562
  <tr class="deep-level-0">
1527
- <td class="name"><code><a href="IGSMapImageLayer.html#type">type</a></code></td>
1563
+ <td class="name"><code><a href="#type">type</a></code></td>
1528
1564
  <td class="name">
1529
1565
  <code>
1530
1566
 
1531
1567
  <span class="param-type">String</span>
1532
1568
 
1533
1569
 
1570
+
1534
1571
  </code>
1535
1572
  </td>
1536
1573
  <td class="name"><code><p>图层类型</p></code></td>
1537
1574
  </tr>
1538
1575
 
1539
1576
  <tr class="deep-level-0">
1540
- <td class="name"><code><a href="IGSMapImageLayer.html#url">url</a></code></td>
1577
+ <td class="name"><code><a href="#url">url</a></code></td>
1541
1578
  <td class="name">
1542
1579
  <code>
1543
1580
 
1544
1581
  <span class="param-type">String</span>
1545
1582
 
1546
1583
 
1584
+
1547
1585
  </code>
1548
1586
  </td>
1549
1587
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -1560,7 +1598,8 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1560
1598
  <span class="method-parameter is-pulled-right">
1561
1599
  <label>类型:</label>
1562
1600
 
1563
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1601
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1602
+
1564
1603
 
1565
1604
 
1566
1605
  </span>
@@ -1638,6 +1677,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1638
1677
  <span class="param-type">String</span>
1639
1678
 
1640
1679
 
1680
+
1641
1681
  </span>
1642
1682
 
1643
1683
  <h4 class="name" id="capabilities">
@@ -1717,6 +1757,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1717
1757
  <span class="param-type">String</span>
1718
1758
 
1719
1759
 
1760
+
1720
1761
  </span>
1721
1762
 
1722
1763
  <h4 class="name" id="clientId">
@@ -1784,21 +1825,22 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1784
1825
  <span class="method-parameter is-pulled-right">
1785
1826
  <label>类型:</label>
1786
1827
 
1787
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1828
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1788
1829
  |
1789
1830
 
1790
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1831
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1791
1832
  |
1792
1833
 
1793
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1834
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1794
1835
  |
1795
1836
 
1796
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1837
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1797
1838
  |
1798
1839
 
1799
1840
  <span class="param-type">null</span>
1800
1841
 
1801
1842
 
1843
+
1802
1844
  </span>
1803
1845
 
1804
1846
  <h4 class="name" id="clippingArea">
@@ -1869,6 +1911,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1869
1911
  <span class="param-type">String</span>
1870
1912
 
1871
1913
 
1914
+
1872
1915
  </span>
1873
1916
 
1874
1917
  <h4 class="name" id="description">
@@ -1943,6 +1986,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
1943
1986
  <span class="param-type">String</span>
1944
1987
 
1945
1988
 
1989
+
1946
1990
  </span>
1947
1991
 
1948
1992
  <h4 class="name" id="documentInfo">
@@ -2022,6 +2066,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2022
2066
  <span class="param-type">String</span>
2023
2067
 
2024
2068
 
2069
+
2025
2070
  </span>
2026
2071
 
2027
2072
  <h4 class="name" id="extent">
@@ -2101,6 +2146,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2101
2146
  <span class="param-type">String</span>
2102
2147
 
2103
2148
 
2149
+
2104
2150
  </span>
2105
2151
 
2106
2152
  <h4 class="name" id="imageFormat">
@@ -2176,6 +2222,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2176
2222
  <span class="param-type">Number</span>
2177
2223
 
2178
2224
 
2225
+
2179
2226
  </span>
2180
2227
 
2181
2228
  <h4 class="name" id="imageHeight">
@@ -2251,6 +2298,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2251
2298
  <span class="param-type">Boolean</span>
2252
2299
 
2253
2300
 
2301
+
2254
2302
  </span>
2255
2303
 
2256
2304
  <h4 class="name" id="imageTransparency">
@@ -2326,6 +2374,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2326
2374
  <span class="param-type">Number</span>
2327
2375
 
2328
2376
 
2377
+
2329
2378
  </span>
2330
2379
 
2331
2380
  <h4 class="name" id="imageWidth">
@@ -2401,6 +2450,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2401
2450
  <span class="param-type">Boolean</span>
2402
2451
 
2403
2452
 
2453
+
2404
2454
  </span>
2405
2455
 
2406
2456
  <h4 class="name" id="isAntialiasing">
@@ -2471,6 +2521,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2471
2521
  <span class="param-type">Boolean</span>
2472
2522
 
2473
2523
 
2524
+
2474
2525
  </span>
2475
2526
 
2476
2527
  <h4 class="name" id="isAntialiasing">
@@ -2541,6 +2592,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2541
2592
  <span class="param-type">String</span>
2542
2593
 
2543
2594
 
2595
+
2544
2596
  </span>
2545
2597
 
2546
2598
  <h4 class="name" id="mapName">
@@ -2620,6 +2672,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2620
2672
  <span class="param-type">String</span>
2621
2673
 
2622
2674
 
2675
+
2623
2676
  </span>
2624
2677
 
2625
2678
  <h4 class="name" id="renderMode">
@@ -2696,7 +2749,8 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2696
2749
  <span class="method-parameter is-pulled-right">
2697
2750
  <label>类型:</label>
2698
2751
 
2699
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2752
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2753
+
2700
2754
 
2701
2755
 
2702
2756
  </span>
@@ -2730,7 +2784,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2730
2784
 
2731
2785
  <dt class="inherited-from">Inherited From:</dt>
2732
2786
  <dd class="inherited-from"><ul class="dummy"><li>
2733
- <a class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
2787
+ <a goto="spatialReference" link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer#spatialReference" MapImageLayer.html#spatialReference>MapImageLayer#spatialReference</a>
2734
2788
  </li></ul></dd>
2735
2789
 
2736
2790
 
@@ -2771,7 +2825,8 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2771
2825
  <span class="method-parameter is-pulled-right">
2772
2826
  <label>类型:</label>
2773
2827
 
2774
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2828
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2829
+
2775
2830
 
2776
2831
 
2777
2832
  </span>
@@ -2805,7 +2860,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2805
2860
 
2806
2861
  <dt class="inherited-from">Inherited From:</dt>
2807
2862
  <dd class="inherited-from"><ul class="dummy"><li>
2808
- <a class="mapgis-link-name" title="MapImageLayer#sublayers" MapImageLayer.html#sublayers>MapImageLayer#sublayers</a>
2863
+ <a goto="sublayers" link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer#sublayers" MapImageLayer.html#sublayers>MapImageLayer#sublayers</a>
2809
2864
  </li></ul></dd>
2810
2865
 
2811
2866
 
@@ -2849,6 +2904,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2849
2904
  <span class="param-type">String</span>
2850
2905
 
2851
2906
 
2907
+
2852
2908
  </span>
2853
2909
 
2854
2910
  <h4 class="name" id="type">
@@ -2923,6 +2979,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
2923
2979
  <span class="param-type">String</span>
2924
2980
 
2925
2981
 
2982
+
2926
2983
  </span>
2927
2984
 
2928
2985
  <h4 class="name" id="url">
@@ -3015,12 +3072,13 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3015
3072
  <tbody>
3016
3073
 
3017
3074
  <tr class="deep-level-0">
3018
- <td class="name"><code><a href="IGSMapImageLayer.html#clone">clone</a></code></td>
3075
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3019
3076
  <td class="name">
3020
3077
  <code>
3021
3078
 
3022
3079
 
3023
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3080
+ <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3081
+
3024
3082
 
3025
3083
 
3026
3084
 
@@ -3030,12 +3088,13 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3030
3088
  </tr>
3031
3089
 
3032
3090
  <tr class="deep-level-0">
3033
- <td class="name"><code><a href="IGSMapImageLayer.html#fromJSON">fromJSON</a></code></td>
3091
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3034
3092
  <td class="name">
3035
3093
  <code>
3036
3094
 
3037
3095
 
3038
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3096
+ <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3097
+
3039
3098
 
3040
3099
 
3041
3100
 
@@ -3045,12 +3104,13 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3045
3104
  </tr>
3046
3105
 
3047
3106
  <tr class="deep-level-0">
3048
- <td class="name"><code><a href="IGSMapImageLayer.html#clone">clone</a></code></td>
3107
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3049
3108
  <td class="name">
3050
3109
  <code>
3051
3110
 
3052
3111
 
3053
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
3112
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
3113
+
3054
3114
 
3055
3115
 
3056
3116
 
@@ -3060,7 +3120,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3060
3120
  </tr>
3061
3121
 
3062
3122
  <tr class="deep-level-0">
3063
- <td class="name"><code><a href="IGSMapImageLayer.html#fetchImage">fetchImage</a></code></td>
3123
+ <td class="name"><code><a href="#fetchImage">fetchImage</a></code></td>
3064
3124
  <td class="name">
3065
3125
  <code>
3066
3126
 
@@ -3068,6 +3128,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3068
3128
  <span class="param-type">Promise</span>
3069
3129
 
3070
3130
 
3131
+
3071
3132
 
3072
3133
  </code>
3073
3134
  </td>
@@ -3075,17 +3136,18 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3075
3136
  </tr>
3076
3137
 
3077
3138
  <tr class="deep-level-0">
3078
- <td class="name"><code><a href="IGSMapImageLayer.html#findSublayerById">findSublayerById</a></code></td>
3139
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
3079
3140
  <td class="name">
3080
3141
  <code>
3081
3142
 
3082
3143
 
3083
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
3144
+ <span class="param-type"><a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
3084
3145
  |
3085
3146
 
3086
3147
  <span class="param-type">null</span>
3087
3148
 
3088
3149
 
3150
+
3089
3151
 
3090
3152
  </code>
3091
3153
  </td>
@@ -3093,7 +3155,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3093
3155
  </tr>
3094
3156
 
3095
3157
  <tr class="deep-level-0">
3096
- <td class="name"><code><a href="IGSMapImageLayer.html#getFilters">getFilters</a></code></td>
3158
+ <td class="name"><code><a href="#getFilters">getFilters</a></code></td>
3097
3159
  <td class="name">
3098
3160
  <code>
3099
3161
 
@@ -3101,6 +3163,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3101
3163
  <span class="param-type">Object</span>
3102
3164
 
3103
3165
 
3166
+
3104
3167
 
3105
3168
  </code>
3106
3169
  </td>
@@ -3108,7 +3171,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3108
3171
  </tr>
3109
3172
 
3110
3173
  <tr class="deep-level-0">
3111
- <td class="name"><code><a href="IGSMapImageLayer.html#getImageUrl">getImageUrl</a></code></td>
3174
+ <td class="name"><code><a href="#getImageUrl">getImageUrl</a></code></td>
3112
3175
  <td class="name">
3113
3176
  <code>
3114
3177
 
@@ -3116,6 +3179,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3116
3179
  <span class="param-type">String</span>
3117
3180
 
3118
3181
 
3182
+
3119
3183
 
3120
3184
  </code>
3121
3185
  </td>
@@ -3123,7 +3187,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3123
3187
  </tr>
3124
3188
 
3125
3189
  <tr class="deep-level-0">
3126
- <td class="name"><code><a href="IGSMapImageLayer.html#load">load</a></code></td>
3190
+ <td class="name"><code><a href="#load">load</a></code></td>
3127
3191
  <td class="name">
3128
3192
  <code>
3129
3193
 
@@ -3133,7 +3197,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3133
3197
  </tr>
3134
3198
 
3135
3199
  <tr class="deep-level-0">
3136
- <td class="name"><code><a href="IGSMapImageLayer.html#setSubLayer">setSubLayer</a></code></td>
3200
+ <td class="name"><code><a href="#setSubLayer">setSubLayer</a></code></td>
3137
3201
  <td class="name">
3138
3202
  <code>
3139
3203
 
@@ -3143,7 +3207,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3143
3207
  </tr>
3144
3208
 
3145
3209
  <tr class="deep-level-0">
3146
- <td class="name"><code><a href="IGSMapImageLayer.html#toJSON">toJSON</a></code></td>
3210
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3147
3211
  <td class="name">
3148
3212
  <code>
3149
3213
 
@@ -3151,6 +3215,7 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3151
3215
  <span class="param-type">Object</span>
3152
3216
 
3153
3217
 
3218
+
3154
3219
 
3155
3220
  </code>
3156
3221
  </td>
@@ -3225,7 +3290,8 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3225
3290
  <td class="type">
3226
3291
 
3227
3292
 
3228
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3293
+ <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3294
+
3229
3295
 
3230
3296
 
3231
3297
 
@@ -3313,7 +3379,8 @@ map.reorder(igsMapImageLayer, '要移动到的index');</code></pre>
3313
3379
  <div class='column is-5 has-text-left'>
3314
3380
  <label>类型: </label>
3315
3381
 
3316
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3382
+ <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3383
+
3317
3384
 
3318
3385
 
3319
3386
  </div>
@@ -3411,6 +3478,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3411
3478
  <span class="param-type">Object</span>
3412
3479
 
3413
3480
 
3481
+
3414
3482
 
3415
3483
  </td>
3416
3484
 
@@ -3496,7 +3564,8 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3496
3564
  <div class='column is-5 has-text-left'>
3497
3565
  <label>类型: </label>
3498
3566
 
3499
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3567
+ <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3568
+
3500
3569
 
3501
3570
 
3502
3571
  </div>
@@ -3617,7 +3686,8 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3617
3686
  <div class='column is-5 has-text-left'>
3618
3687
  <label>类型: </label>
3619
3688
 
3620
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
3689
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
3690
+
3621
3691
 
3622
3692
 
3623
3693
  </div>
@@ -3696,7 +3766,8 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3696
3766
  <td class="type">
3697
3767
 
3698
3768
 
3699
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3769
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3770
+
3700
3771
 
3701
3772
 
3702
3773
 
@@ -3727,6 +3798,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3727
3798
  <span class="param-type">Number</span>
3728
3799
 
3729
3800
 
3801
+
3730
3802
 
3731
3803
  </td>
3732
3804
 
@@ -3757,6 +3829,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3757
3829
  <span class="param-type">Number</span>
3758
3830
 
3759
3831
 
3832
+
3760
3833
 
3761
3834
  </td>
3762
3835
 
@@ -3851,6 +3924,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3851
3924
  <span class="param-type">Promise</span>
3852
3925
 
3853
3926
 
3927
+
3854
3928
  </div>
3855
3929
 
3856
3930
  </div>
@@ -3946,6 +4020,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
3946
4020
  <span class="param-type">String</span>
3947
4021
 
3948
4022
 
4023
+
3949
4024
 
3950
4025
  </td>
3951
4026
 
@@ -4031,12 +4106,13 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4031
4106
  <div class='column is-5 has-text-left'>
4032
4107
  <label>类型: </label>
4033
4108
 
4034
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
4109
+ <span class="param-type"><a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
4035
4110
  |
4036
4111
 
4037
4112
  <span class="param-type">null</span>
4038
4113
 
4039
4114
 
4115
+
4040
4116
  </div>
4041
4117
 
4042
4118
  </div>
@@ -4153,6 +4229,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4153
4229
  <span class="param-type">Object</span>
4154
4230
 
4155
4231
 
4232
+
4156
4233
  </div>
4157
4234
 
4158
4235
  </div>
@@ -4244,7 +4321,8 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4244
4321
  <td class="type">
4245
4322
 
4246
4323
 
4247
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4324
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4325
+
4248
4326
 
4249
4327
 
4250
4328
 
@@ -4269,6 +4347,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4269
4347
  <span class="param-type">Number</span>
4270
4348
 
4271
4349
 
4350
+
4272
4351
 
4273
4352
  </td>
4274
4353
 
@@ -4291,6 +4370,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4291
4370
  <span class="param-type">Number</span>
4292
4371
 
4293
4372
 
4373
+
4294
4374
 
4295
4375
  </td>
4296
4376
 
@@ -4382,6 +4462,7 @@ const newLayer = Zondy.Layer.IGSMapImageLayer.clone(igsMapImageLayer)</code></pr
4382
4462
  <span class="param-type">String</span>
4383
4463
 
4384
4464
 
4465
+
4385
4466
  </div>
4386
4467
 
4387
4468
  </div>
@@ -4580,7 +4661,8 @@ igsMapImageLayer.load().then((result) => {
4580
4661
  <td class="type">
4581
4662
 
4582
4663
 
4583
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
4664
+ <span class="param-type"><a link="IGSMapImageSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageSubLayer" IGSMapImageSubLayer.html>IGSMapImageSubLayer</a></span>
4665
+
4584
4666
 
4585
4667
 
4586
4668
 
@@ -4767,6 +4849,7 @@ igsMapImageLayer.load().then((result) => {
4767
4849
  <span class="param-type">Object</span>
4768
4850
 
4769
4851
 
4852
+
4770
4853
  </div>
4771
4854
 
4772
4855
  </div>
@@ -4886,6 +4969,7 @@ igsMapImageLayer.load().then((result) => {
4886
4969
  <span class="param-type">Object</span>
4887
4970
 
4888
4971
 
4972
+
4889
4973
 
4890
4974
  </td>
4891
4975
 
@@ -4919,6 +5003,7 @@ igsMapImageLayer.load().then((result) => {
4919
5003
  <span class="param-type">String</span>
4920
5004
 
4921
5005
 
5006
+
4922
5007
 
4923
5008
  </td>
4924
5009
 
@@ -4956,6 +5041,7 @@ igsMapImageLayer.load().then((result) => {
4956
5041
  <span class="param-type">String</span>
4957
5042
 
4958
5043
 
5044
+
4959
5045
 
4960
5046
  </td>
4961
5047
 
@@ -4990,7 +5076,8 @@ igsMapImageLayer.load().then((result) => {
4990
5076
  <td class="type">
4991
5077
 
4992
5078
 
4993
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5079
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5080
+
4994
5081
 
4995
5082
 
4996
5083
 
@@ -5027,7 +5114,8 @@ igsMapImageLayer.load().then((result) => {
5027
5114
  <td class="type">
5028
5115
 
5029
5116
 
5030
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5117
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5118
+
5031
5119
 
5032
5120
 
5033
5121
 
@@ -5064,7 +5152,8 @@ igsMapImageLayer.load().then((result) => {
5064
5152
  <td class="type">
5065
5153
 
5066
5154
 
5067
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5155
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5156
+
5068
5157
 
5069
5158
 
5070
5159
 
@@ -5101,7 +5190,8 @@ igsMapImageLayer.load().then((result) => {
5101
5190
  <td class="type">
5102
5191
 
5103
5192
 
5104
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5193
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5194
+
5105
5195
 
5106
5196
 
5107
5197
 
@@ -5138,7 +5228,8 @@ igsMapImageLayer.load().then((result) => {
5138
5228
  <td class="type">
5139
5229
 
5140
5230
 
5141
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5231
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5232
+
5142
5233
 
5143
5234
 
5144
5235