@mapgis/webclient-common 17.0.7 → 17.2.1

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 (196) hide show
  1. package/README.md +12 -37
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/webclient-common-es6.min.js +16 -5
  4. package/documention/AddressServer.html +12 -12
  5. package/documention/ArcGISFeatureServer.html +10 -10
  6. package/documention/ArcGISGeometryServer.html +10 -10
  7. package/documention/ArcGISMapImageLayer.html +10 -10
  8. package/documention/ArcGISMapImageSubLayer.html +311 -7
  9. package/documention/ArcGISMapServer.html +414 -10
  10. package/documention/ArcGISTileLayer.html +121 -13
  11. package/documention/ArcGISVectorTileLayer.html +7 -7
  12. package/documention/ArcGISVectorTileServer.html +10 -10
  13. package/documention/BaseRenderer.html +239 -0
  14. package/documention/BaseServer.html +11 -11
  15. package/documention/BaseView.html +458 -3
  16. package/documention/Basemap.html +3 -3
  17. package/documention/Callout3D.html +107 -0
  18. package/documention/Cesium3DTilesCacheLayer.html +149 -177
  19. package/documention/Cesium3DTilesServer.html +11 -11
  20. package/documention/Circle.html +110 -7
  21. package/documention/ClassBreakInfo.html +0 -217
  22. package/documention/ClassBreakRenderer.html +413 -23
  23. package/documention/ClusterRenderer.html +247 -7
  24. package/documention/Config.html +4 -4
  25. package/documention/Extent.html +118 -15
  26. package/documention/ExtrudeSymbol3DLayer.html +109 -2
  27. package/documention/Feature.html +7 -7
  28. package/documention/FeatureLayer.html +116 -8
  29. package/documention/FeatureServer.html +27 -27
  30. package/documention/FeatureSet.html +7 -7
  31. package/documention/FillSymbol.html +107 -0
  32. package/documention/FillSymbol3DLayer.html +109 -2
  33. package/documention/Font.html +4 -4
  34. package/documention/GeoJSONLayer.html +142 -34
  35. package/documention/Geometry.html +138 -7
  36. package/documention/GeometryEngine.html +79 -79
  37. package/documention/GeometryServer.html +30 -30
  38. package/documention/GraphicsLayer.html +147 -39
  39. package/documention/GroupLayer.html +120 -12
  40. package/documention/HeatmapRenderer.html +107 -0
  41. package/documention/IGSFeatureLayer.html +25 -25
  42. package/documention/IGSMapImageLayer.html +46 -46
  43. package/documention/IGSMapImageSubLayer.html +307 -3
  44. package/documention/IGSSceneLayer.html +11 -11
  45. package/documention/IGSSceneSubLayer.html +213 -33
  46. package/documention/IGSTileLayer.html +126 -19
  47. package/documention/IGSVectorTileLayer.html +230 -43
  48. package/documention/IGSVectorTileSubLayer.html +5 -4
  49. package/documention/IconSymbol3DLayer.html +111 -4
  50. package/documention/ImageServer.html +11 -11
  51. package/documention/LabelClass.html +10 -5
  52. package/documention/LabelSymbol3D.html +2 -2
  53. package/documention/Layer.html +244 -9
  54. package/documention/LineCallout3D.html +107 -0
  55. package/documention/LineString.html +113 -10
  56. package/documention/LineSymbol.html +107 -0
  57. package/documention/LineSymbol3D.html +2 -2
  58. package/documention/LineSymbol3DLayer.html +109 -2
  59. package/documention/M3DModelCacheLayer.html +133 -79
  60. package/documention/M3DServer.html +12 -12
  61. package/documention/Map.html +32 -5
  62. package/documention/MapGISTextSymbol.html +110 -3
  63. package/documention/MapImageLayer.html +527 -16
  64. package/documention/MapServer.html +14 -14
  65. package/documention/MapView.html +204 -3
  66. package/documention/MarkerSymbol.html +107 -0
  67. package/documention/MultiLineString.html +116 -13
  68. package/documention/MultiPoint.html +113 -10
  69. package/documention/MultiPolygon.html +112 -9
  70. package/documention/OGCLayer.html +116 -8
  71. package/documention/ObjectSymbol3DLayer.html +111 -4
  72. package/documention/OutStatistic.html +1 -1
  73. package/documention/OverlayLayer.html +116 -8
  74. package/documention/PathSymbol3DLayer.html +109 -2
  75. package/documention/PictureFillSymbol.html +169 -8
  76. package/documention/PictureMarkerSymbol.html +3 -3
  77. package/documention/PlotServer.html +10 -10
  78. package/documention/PoiServer.html +12 -12
  79. package/documention/Point.html +115 -12
  80. package/documention/PointSymbol3D.html +3 -3
  81. package/documention/Polygon.html +117 -14
  82. package/documention/PolygonSymbol3D.html +2 -2
  83. package/documention/Projection.html +429 -8
  84. package/documention/RandomRenderer.html +108 -1
  85. package/documention/RankRenderer.html +109 -2
  86. package/documention/ResourceServer.html +150 -150
  87. package/documention/RootServer.html +12 -12
  88. package/documention/SceneLayer.html +116 -8
  89. package/documention/SceneServer.html +16 -16
  90. package/documention/SceneView.html +10164 -130
  91. package/documention/SecurityServer.html +12 -12
  92. package/documention/SimpleFillSymbol.html +110 -3
  93. package/documention/SimpleLineSymbol.html +3 -3
  94. package/documention/SimpleMarkerSymbol.html +3 -3
  95. package/documention/SimpleRenderer.html +116 -9
  96. package/documention/SizeVariable.html +1 -1
  97. package/documention/SketchBaseDrawTool.html +181 -3
  98. package/documention/SketchCircleDrawTool.html +159 -3
  99. package/documention/SketchEditor.html +2 -2
  100. package/documention/SketchEditorCesium.html +1 -1
  101. package/documention/SketchEditorVideo.html +2 -2
  102. package/documention/SketchEditorVideoBase.html +3 -3
  103. package/documention/SketchExtentDrawTool.html +159 -3
  104. package/documention/SketchFreehandPolygonDrawTool.html +159 -3
  105. package/documention/SketchFreehandPolylineDrawTool.html +159 -3
  106. package/documention/SketchPointDrawTool.html +159 -3
  107. package/documention/SketchPolygonDrawTool.html +318 -6
  108. package/documention/SketchPolylineDrawTool.html +318 -6
  109. package/documention/SpatialReference.html +1 -1
  110. package/documention/SubLayer.html +296 -26
  111. package/documention/Symbol.html +134 -1
  112. package/documention/Symbol3DLayer.html +107 -0
  113. package/documention/Symbol3DVerticalOffset.html +107 -0
  114. package/documention/TerrainCacheLayer.html +133 -165
  115. package/documention/TerrainServer.html +11 -11
  116. package/documention/TextSymbol.html +111 -4
  117. package/documention/TextSymbol3DLayer.html +109 -2
  118. package/documention/ThemeServer.html +13 -13
  119. package/documention/TileLayer.html +116 -8
  120. package/documention/TileServer.html +12 -12
  121. package/documention/UniqueValueInfo.html +0 -217
  122. package/documention/UniqueValueRenderer.html +125 -18
  123. package/documention/UnknownLayer.html +116 -8
  124. package/documention/VectorTileLayer.html +117 -9
  125. package/documention/VectorTileServer.html +11 -11
  126. package/documention/VectorTileSubLayer.html +304 -0
  127. package/documention/VideoMapView.html +4 -4
  128. package/documention/WCSServer.html +10 -10
  129. package/documention/WFSLayer.html +140 -32
  130. package/documention/WFSServer.html +11 -11
  131. package/documention/WMSLayer.html +131 -23
  132. package/documention/WMSServer.html +12 -12
  133. package/documention/WMSSubLayer.html +218 -7
  134. package/documention/WMTSLayer.html +126 -18
  135. package/documention/WMTSServer.html +12 -12
  136. package/documention/WMTSSubLayer.html +116 -8
  137. package/documention/WPSServer.html +10 -10
  138. package/documention/WaterSymbol3DLayer.html +107 -0
  139. package/documention/WebTileLayer.html +121 -13
  140. package/documention/WorkFlowServer.html +12 -12
  141. package/documention/WorkFlowServer600227.html +12 -12
  142. package/documention/WorkFlowServer600228.html +13 -13
  143. package/documention/WorkFlowServer600229.html +12 -12
  144. package/documention/WorkFlowServer600230.html +12 -12
  145. package/documention/WorkFlowServer600231.html +12 -12
  146. package/documention/WorkFlowServer600232.html +13 -13
  147. package/documention/WorkFlowServer600233.html +14 -14
  148. package/documention/WorkFlowServer600235.html +12 -12
  149. package/documention/WorkFlowServer600237.html +13 -13
  150. package/documention/WorkFlowServer600238.html +15 -15
  151. package/documention/WorkFlowServer600239.html +16 -16
  152. package/documention/WorkFlowServer600307.html +14 -14
  153. package/documention/WorkFlowServer600308.html +2 -2
  154. package/documention/WorkFlowServer600309.html +12 -12
  155. package/documention/WorkFlowServer600314.html +12 -12
  156. package/documention/WorkFlowServer600334.html +12 -12
  157. package/documention/WorkFlowServer600336.html +12 -12
  158. package/documention/WorkFlowServer600340.html +12 -12
  159. package/documention/WorkFlowServer600354.html +12 -12
  160. package/documention/WorkFlowServer600368.html +12 -12
  161. package/documention/WorkFlowServer600369.html +12 -12
  162. package/documention/WorkFlowServer600370.html +12 -12
  163. package/documention/global.html +1024 -1874
  164. package/documention/index.html +84 -78
  165. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
  166. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
  167. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
  168. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
  169. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
  170. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
  171. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
  172. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
  173. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
  174. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
  175. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
  176. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
  177. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
  178. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
  179. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
  180. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
  181. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
  182. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
  183. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
  184. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
  185. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
  186. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
  187. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
  188. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
  189. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
  190. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
  191. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
  192. package/documention/scripts/sideBar.js +16 -2
  193. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
  194. package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
  195. package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
  196. package/package.json +14 -13
@@ -598,7 +598,7 @@
598
598
 
599
599
  <pre class="prettyprint"><code>//设置请求基地址
600
600
  // ES5引入方式
601
- const { BaseServer } = Zondy.Service
601
+ const { BaseServer } = zondy.service
602
602
  // ES6引入方式
603
603
  import { BaseServer } from "@mapgis/webclient-common"
604
604
  let BaseServer = new BaseServer({
@@ -699,7 +699,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
699
699
 
700
700
  <pre class="prettyprint"><code>//设置请求头参数
701
701
  // ES5引入方式
702
- const { BaseServer } = Zondy.Service
702
+ const { BaseServer } = zondy.service
703
703
  // ES6引入方式
704
704
  import { BaseServer } from "@mapgis/webclient-common"
705
705
  let BaseServer = new BaseServer({
@@ -801,7 +801,7 @@ BaseServer.headers.token = '新token';</code></pre>
801
801
 
802
802
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
803
803
  // ES5引入方式
804
- const { BaseServer,RequestInterceptor } = Zondy.Service
804
+ const { BaseServer,RequestInterceptor } = zondy.service
805
805
  // ES6引入方式
806
806
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
807
807
  let BaseServer = new BaseServer({
@@ -910,7 +910,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
910
910
  <pre class="prettyprint"><code>//设置超时时间
911
911
  //初始化AddressServer服务对象
912
912
  // ES5引入方式
913
- const { BaseServer } = Zondy.Service
913
+ const { BaseServer } = zondy.service
914
914
  // ES6引入方式
915
915
  import { BaseServer } from "@mapgis/webclient-common"
916
916
  let BaseServer = new BaseServer({
@@ -1007,7 +1007,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1007
1007
 
1008
1008
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
1009
1009
  // ES5引入方式
1010
- const { BaseServer,ResponseInterceptor } = Zondy.Service
1010
+ const { BaseServer,ResponseInterceptor } = zondy.service
1011
1011
  // ES6引入方式
1012
1012
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
1013
1013
  let BaseServer = new BaseServer({
@@ -1117,8 +1117,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1117
1117
 
1118
1118
  <pre class="prettyprint"><code>//设置token值
1119
1119
  // ES5引入方式
1120
- const { BaseServer } = Zondy.Service
1121
- const { TokenAttachType } = Zondy.Enum
1120
+ const { BaseServer } = zondy.service
1121
+ const { TokenAttachType } = zondy.enum
1122
1122
  // ES6引入方式
1123
1123
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
1124
1124
  let BaseServer = new BaseServer({
@@ -1219,7 +1219,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1219
1219
 
1220
1220
  <pre class="prettyprint"><code>//设置token名
1221
1221
  // ES5引入方式
1222
- const { BaseServer } = Zondy.Service
1222
+ const { BaseServer } = zondy.service
1223
1223
  // ES6引入方式
1224
1224
  import { BaseServer } from "@mapgis/webclient-common"
1225
1225
  let BaseServer = new BaseServer({
@@ -1316,7 +1316,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1316
1316
 
1317
1317
  <pre class="prettyprint"><code>//设置token值
1318
1318
  // ES5引入方式
1319
- const { BaseServer } = Zondy.Service
1319
+ const { BaseServer } = zondy.service
1320
1320
  // ES6引入方式
1321
1321
  import { BaseServer } from "@mapgis/webclient-common"
1322
1322
  let BaseServer = new BaseServer({
@@ -1413,7 +1413,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1413
1413
 
1414
1414
  <pre class="prettyprint"><code>//设置请求基地址
1415
1415
  // ES5引入方式
1416
- const { BaseServer } = Zondy.Service
1416
+ const { BaseServer } = zondy.service
1417
1417
  // ES6引入方式
1418
1418
  import { BaseServer } from "@mapgis/webclient-common"
1419
1419
  let BaseServer = new BaseServer({
@@ -1447,6 +1447,16 @@ BaseServer.url = '新URL';</code></pre>
1447
1447
  </thead>
1448
1448
  <tbody>
1449
1449
 
1450
+ <tr class="deep-level-0">
1451
+ <td class="name"><code><a href="#exportImage">exportImage</a></code></td>
1452
+ <td class="name">
1453
+ <code>
1454
+
1455
+ </code>
1456
+ </td>
1457
+ <td class="name"><code><p>根据参数出图,详细说明请参考IGS的API文档</p></code></td>
1458
+ </tr>
1459
+
1450
1460
  <tr class="deep-level-0">
1451
1461
  <td class="name"><code><a href="#find">find</a></code></td>
1452
1462
  <td class="name">
@@ -1526,6 +1536,400 @@ BaseServer.url = '新URL';</code></pre>
1526
1536
 
1527
1537
 
1528
1538
 
1539
+ <h4 class="name" id="exportImage">
1540
+ <a class="href-link" href="#exportImage">#</a>
1541
+
1542
+ <span class="code-name" id="exportImage" style="font-size:30px">
1543
+
1544
+ exportImage<span class="signature">(options)</span>
1545
+
1546
+ </span>
1547
+ </h4>
1548
+
1549
+
1550
+
1551
+ <div class="description">
1552
+ <p>根据参数出图,详细说明请参考IGS的API文档</p>
1553
+ </div>
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+ <h4>参数</h4>
1565
+
1566
+ <div class="table-container">
1567
+ <table class="params table">
1568
+ <thead>
1569
+ <tr>
1570
+
1571
+ <th>名称</th>
1572
+
1573
+
1574
+ <th>类型</th>
1575
+
1576
+
1577
+ <th style="min-width: 100px;">默认值</th>
1578
+
1579
+
1580
+ <th class="last">描述</th>
1581
+ </tr>
1582
+ </thead>
1583
+
1584
+ <tbody>
1585
+
1586
+
1587
+
1588
+ <tr class="deep-level-0">
1589
+
1590
+ <td class="name"><code>options</code></td>
1591
+
1592
+
1593
+ <td class="type">
1594
+
1595
+ </td>
1596
+
1597
+
1598
+ <td class="default">
1599
+
1600
+ </td>
1601
+
1602
+
1603
+ <td class="description last"></td>
1604
+ </tr>
1605
+
1606
+
1607
+
1608
+
1609
+ <tr class="deep-level-1">
1610
+
1611
+ <td class="name"><code>method</code></td>
1612
+
1613
+
1614
+ <td class="type">
1615
+
1616
+
1617
+ <span class="param-type">
1618
+
1619
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1620
+
1621
+ </span>
1622
+
1623
+
1624
+
1625
+
1626
+ </td>
1627
+
1628
+
1629
+ <td class="default">
1630
+
1631
+ FetchMethod.post
1632
+
1633
+ </td>
1634
+
1635
+
1636
+ <td class="description last"><p>请求方式</p></td>
1637
+ </tr>
1638
+
1639
+
1640
+
1641
+
1642
+ <tr class="deep-level-1">
1643
+
1644
+ <td class="name"><code>bbox</code></td>
1645
+
1646
+
1647
+ <td class="type">
1648
+
1649
+
1650
+ <span class="param-type">
1651
+
1652
+ String
1653
+
1654
+ </span>
1655
+
1656
+
1657
+
1658
+
1659
+ </td>
1660
+
1661
+
1662
+ <td class="default">
1663
+
1664
+ </td>
1665
+
1666
+
1667
+ <td class="description last"><p>出图范围,格式:xmin,ymin,xmax,ymax,如果设置了projectionSrs参数,确保bbox是projectionSrs参照系的范围</p></td>
1668
+ </tr>
1669
+
1670
+
1671
+
1672
+
1673
+ <tr class="deep-level-1">
1674
+
1675
+ <td class="name"><code>layers</code></td>
1676
+
1677
+
1678
+ <td class="type">
1679
+
1680
+
1681
+ <span class="param-type">
1682
+
1683
+ String
1684
+
1685
+ </span>
1686
+
1687
+
1688
+
1689
+
1690
+ </td>
1691
+
1692
+
1693
+ <td class="default">
1694
+
1695
+ </td>
1696
+
1697
+
1698
+ <td class="description last"><p>图层状态,格式:show|hide|include|exclude:layerid1,layerid2</p></td>
1699
+ </tr>
1700
+
1701
+
1702
+
1703
+
1704
+ <tr class="deep-level-1">
1705
+
1706
+ <td class="name"><code>size</code></td>
1707
+
1708
+
1709
+ <td class="type">
1710
+
1711
+
1712
+ <span class="param-type">
1713
+
1714
+ String
1715
+
1716
+ </span>
1717
+
1718
+
1719
+
1720
+
1721
+ </td>
1722
+
1723
+
1724
+ <td class="default">
1725
+
1726
+ </td>
1727
+
1728
+
1729
+ <td class="description last"><p>图片大小,格式:width,height,默认512,512</p></td>
1730
+ </tr>
1731
+
1732
+
1733
+
1734
+
1735
+ <tr class="deep-level-1">
1736
+
1737
+ <td class="name"><code>transparent</code></td>
1738
+
1739
+
1740
+ <td class="type">
1741
+
1742
+
1743
+ <span class="param-type">
1744
+
1745
+ String
1746
+
1747
+ </span>
1748
+
1749
+
1750
+
1751
+
1752
+ </td>
1753
+
1754
+
1755
+ <td class="default">
1756
+
1757
+ </td>
1758
+
1759
+
1760
+ <td class="description last"><p>返回的图片是否透明,支持true/false, 默认true</p></td>
1761
+ </tr>
1762
+
1763
+
1764
+
1765
+
1766
+ <tr class="deep-level-1">
1767
+
1768
+ <td class="name"><code>format</code></td>
1769
+
1770
+
1771
+ <td class="type">
1772
+
1773
+
1774
+ <span class="param-type">
1775
+
1776
+ String
1777
+
1778
+ </span>
1779
+
1780
+
1781
+
1782
+
1783
+ </td>
1784
+
1785
+
1786
+ <td class="default">
1787
+
1788
+ </td>
1789
+
1790
+
1791
+ <td class="description last"><p>返回图片格式,支持png/jpg/gif,默认png</p></td>
1792
+ </tr>
1793
+
1794
+
1795
+
1796
+
1797
+ <tr class="deep-level-1">
1798
+
1799
+ <td class="name"><code>imageSR</code></td>
1800
+
1801
+
1802
+ <td class="type">
1803
+
1804
+
1805
+ <span class="param-type">
1806
+
1807
+ String
1808
+
1809
+ </span>
1810
+
1811
+
1812
+
1813
+
1814
+ </td>
1815
+
1816
+
1817
+ <td class="default">
1818
+
1819
+ </td>
1820
+
1821
+
1822
+ <td class="description last"><p>投影空间参照系,支持EPSG格式参考系</p></td>
1823
+ </tr>
1824
+
1825
+
1826
+
1827
+
1828
+ <tr class="deep-level-1">
1829
+
1830
+ <td class="name"><code>f</code></td>
1831
+
1832
+
1833
+ <td class="type">
1834
+
1835
+
1836
+ <span class="param-type">
1837
+
1838
+ String
1839
+
1840
+ </span>
1841
+
1842
+
1843
+
1844
+
1845
+ </td>
1846
+
1847
+
1848
+ <td class="default">
1849
+
1850
+ </td>
1851
+
1852
+
1853
+ <td class="description last"><p>返回格式</p></td>
1854
+ </tr>
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+
1861
+
1862
+ </tbody>
1863
+ </table>
1864
+ </div>
1865
+
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+ <dl class="details">
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+ </dl>
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+
1927
+ </div>
1928
+
1929
+ <div class="member">
1930
+
1931
+
1932
+
1529
1933
  <h4 class="name" id="find">
1530
1934
  <a class="href-link" href="#find">#</a>
1531
1935