@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
@@ -413,7 +413,7 @@
413
413
  <pre class="prettyprint"><code>const workFlowServer600237 = WorkFlowServer.createWorkFlow({
414
414
  url: "http://localhost:8089/igs/rest/services/workflow/600237/WorkflowServer",
415
415
  srcInfo1: "gdbp://MapGISLocalPlus/test/sfcls/林地-gs",
416
- geometry: new Zondy.Geometry.Polygon({
416
+ geometry: new zondy.geometry.Polygon({
417
417
  coordinates: [
418
418
  [
419
419
  [11.2203627335275, 532.624659163762],
@@ -433,7 +433,7 @@
433
433
  inFormat: "JSON",
434
434
  });
435
435
  workFlowServer600237.execute({
436
- method: Zondy.Enum.FetchMethod.get,
436
+ method: zondy.enum.FetchMethod.get,
437
437
  success: function (res) {
438
438
  console.log("execute: ", res);
439
439
  },
@@ -1299,7 +1299,7 @@
1299
1299
 
1300
1300
  <pre class="prettyprint"><code>//设置请求基地址
1301
1301
  // ES5引入方式
1302
- const { BaseServer } = Zondy.Service
1302
+ const { BaseServer } = zondy.service
1303
1303
  // ES6引入方式
1304
1304
  import { BaseServer } from "@mapgis/webclient-common"
1305
1305
  let BaseServer = new BaseServer({
@@ -1783,7 +1783,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1783
1783
 
1784
1784
  <pre class="prettyprint"><code>//设置请求头参数
1785
1785
  // ES5引入方式
1786
- const { BaseServer } = Zondy.Service
1786
+ const { BaseServer } = zondy.service
1787
1787
  // ES6引入方式
1788
1788
  import { BaseServer } from "@mapgis/webclient-common"
1789
1789
  let BaseServer = new BaseServer({
@@ -2185,7 +2185,7 @@ BaseServer.headers.token = '新token';</code></pre>
2185
2185
 
2186
2186
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2187
2187
  // ES5引入方式
2188
- const { BaseServer,RequestInterceptor } = Zondy.Service
2188
+ const { BaseServer,RequestInterceptor } = zondy.service
2189
2189
  // ES6引入方式
2190
2190
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
2191
2191
  let BaseServer = new BaseServer({
@@ -2294,7 +2294,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2294
2294
  <pre class="prettyprint"><code>//设置超时时间
2295
2295
  //初始化AddressServer服务对象
2296
2296
  // ES5引入方式
2297
- const { BaseServer } = Zondy.Service
2297
+ const { BaseServer } = zondy.service
2298
2298
  // ES6引入方式
2299
2299
  import { BaseServer } from "@mapgis/webclient-common"
2300
2300
  let BaseServer = new BaseServer({
@@ -2391,7 +2391,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2391
2391
 
2392
2392
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2393
2393
  // ES5引入方式
2394
- const { BaseServer,ResponseInterceptor } = Zondy.Service
2394
+ const { BaseServer,ResponseInterceptor } = zondy.service
2395
2395
  // ES6引入方式
2396
2396
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
2397
2397
  let BaseServer = new BaseServer({
@@ -2576,8 +2576,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2576
2576
 
2577
2577
  <pre class="prettyprint"><code>//设置token值
2578
2578
  // ES5引入方式
2579
- const { BaseServer } = Zondy.Service
2580
- const { TokenAttachType } = Zondy.Enum
2579
+ const { BaseServer } = zondy.service
2580
+ const { TokenAttachType } = zondy.enum
2581
2581
  // ES6引入方式
2582
2582
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
2583
2583
  let BaseServer = new BaseServer({
@@ -2678,7 +2678,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2678
2678
 
2679
2679
  <pre class="prettyprint"><code>//设置token名
2680
2680
  // ES5引入方式
2681
- const { BaseServer } = Zondy.Service
2681
+ const { BaseServer } = zondy.service
2682
2682
  // ES6引入方式
2683
2683
  import { BaseServer } from "@mapgis/webclient-common"
2684
2684
  let BaseServer = new BaseServer({
@@ -2775,7 +2775,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2775
2775
 
2776
2776
  <pre class="prettyprint"><code>//设置token值
2777
2777
  // ES5引入方式
2778
- const { BaseServer } = Zondy.Service
2778
+ const { BaseServer } = zondy.service
2779
2779
  // ES6引入方式
2780
2780
  import { BaseServer } from "@mapgis/webclient-common"
2781
2781
  let BaseServer = new BaseServer({
@@ -3299,7 +3299,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3299
3299
 
3300
3300
 
3301
3301
  <pre class="prettyprint"><code>workflow.execute({
3302
- method: Zondy.Enum.FetchMethod.get,
3302
+ method: zondy.enum.FetchMethod.get,
3303
3303
  success: function (res) {
3304
3304
  console.log("execute: ", res);
3305
3305
  },
@@ -4551,7 +4551,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4551
4551
  <div class="columns">
4552
4552
 
4553
4553
  <div class='param-desc column is-7'><p>workflow.submit({
4554
- method: Zondy.Enum.FetchMethod.get,
4554
+ method: zondy.enum.FetchMethod.get,
4555
4555
  success: function (res) {
4556
4556
  console.log(&quot;submit: &quot;, res);
4557
4557
  },
@@ -437,16 +437,16 @@
437
437
  <h5>示例</h5>
438
438
 
439
439
 
440
- <pre class="prettyprint"><code>const attStrct = new Zondy.Object.CAttStruct({
440
+ <pre class="prettyprint"><code>const attStrct = new zondy.object.CAttStruct({
441
441
  FldName: ["ID", "面积", "周长", "LayerID"],
442
442
  FldNumber: 4,
443
443
  FldType: ["FldLong", "FldDouble", "FldDouble", "FldLong"],
444
444
  });
445
- const valuesRow = new Zondy.Object.CAttDataRow([0, 62.566714, 50.803211, 0], 1);
445
+ const valuesRow = new zondy.object.CAttDataRow([0, 62.566714, 50.803211, 0], 1);
446
446
  const workFlowServer600238 = WorkFlowServer.createWorkFlow({
447
447
  url: "http://localhost:8089/igs/rest/services/workflow/600238/WorkflowServer",
448
448
  geometrys: [
449
- new Zondy.Geometry.Polygon({
449
+ new zondy.geometry.Polygon({
450
450
  coordinates: [
451
451
  [
452
452
  [11.2203627335275, 532.624659163762],
@@ -466,7 +466,7 @@
466
466
  inFormat: "JSON",
467
467
  });
468
468
  workFlowServer600238.execute({
469
- method: Zondy.Enum.FetchMethod.get,
469
+ method: zondy.enum.FetchMethod.get,
470
470
  success: function (res) {
471
471
  console.log("execute: ", res);
472
472
  },
@@ -1557,7 +1557,7 @@
1557
1557
 
1558
1558
  <pre class="prettyprint"><code>//设置请求基地址
1559
1559
  // ES5引入方式
1560
- const { BaseServer } = Zondy.Service
1560
+ const { BaseServer } = zondy.service
1561
1561
  // ES6引入方式
1562
1562
  import { BaseServer } from "@mapgis/webclient-common"
1563
1563
  let BaseServer = new BaseServer({
@@ -1816,7 +1816,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1816
1816
 
1817
1817
  <pre class="prettyprint"><code>//设置请求头参数
1818
1818
  // ES5引入方式
1819
- const { BaseServer } = Zondy.Service
1819
+ const { BaseServer } = zondy.service
1820
1820
  // ES6引入方式
1821
1821
  import { BaseServer } from "@mapgis/webclient-common"
1822
1822
  let BaseServer = new BaseServer({
@@ -2143,7 +2143,7 @@ BaseServer.headers.token = '新token';</code></pre>
2143
2143
 
2144
2144
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2145
2145
  // ES5引入方式
2146
- const { BaseServer,RequestInterceptor } = Zondy.Service
2146
+ const { BaseServer,RequestInterceptor } = zondy.service
2147
2147
  // ES6引入方式
2148
2148
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
2149
2149
  let BaseServer = new BaseServer({
@@ -2252,7 +2252,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2252
2252
  <pre class="prettyprint"><code>//设置超时时间
2253
2253
  //初始化AddressServer服务对象
2254
2254
  // ES5引入方式
2255
- const { BaseServer } = Zondy.Service
2255
+ const { BaseServer } = zondy.service
2256
2256
  // ES6引入方式
2257
2257
  import { BaseServer } from "@mapgis/webclient-common"
2258
2258
  let BaseServer = new BaseServer({
@@ -2349,7 +2349,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2349
2349
 
2350
2350
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2351
2351
  // ES5引入方式
2352
- const { BaseServer,ResponseInterceptor } = Zondy.Service
2352
+ const { BaseServer,ResponseInterceptor } = zondy.service
2353
2353
  // ES6引入方式
2354
2354
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
2355
2355
  let BaseServer = new BaseServer({
@@ -2534,8 +2534,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2534
2534
 
2535
2535
  <pre class="prettyprint"><code>//设置token值
2536
2536
  // ES5引入方式
2537
- const { BaseServer } = Zondy.Service
2538
- const { TokenAttachType } = Zondy.Enum
2537
+ const { BaseServer } = zondy.service
2538
+ const { TokenAttachType } = zondy.enum
2539
2539
  // ES6引入方式
2540
2540
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
2541
2541
  let BaseServer = new BaseServer({
@@ -2636,7 +2636,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2636
2636
 
2637
2637
  <pre class="prettyprint"><code>//设置token名
2638
2638
  // ES5引入方式
2639
- const { BaseServer } = Zondy.Service
2639
+ const { BaseServer } = zondy.service
2640
2640
  // ES6引入方式
2641
2641
  import { BaseServer } from "@mapgis/webclient-common"
2642
2642
  let BaseServer = new BaseServer({
@@ -2733,7 +2733,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2733
2733
 
2734
2734
  <pre class="prettyprint"><code>//设置token值
2735
2735
  // ES5引入方式
2736
- const { BaseServer } = Zondy.Service
2736
+ const { BaseServer } = zondy.service
2737
2737
  // ES6引入方式
2738
2738
  import { BaseServer } from "@mapgis/webclient-common"
2739
2739
  let BaseServer = new BaseServer({
@@ -3332,7 +3332,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3332
3332
 
3333
3333
 
3334
3334
  <pre class="prettyprint"><code>workflow.execute({
3335
- method: Zondy.Enum.FetchMethod.get,
3335
+ method: zondy.enum.FetchMethod.get,
3336
3336
  success: function (res) {
3337
3337
  console.log("execute: ", res);
3338
3338
  },
@@ -4584,7 +4584,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4584
4584
  <div class="columns">
4585
4585
 
4586
4586
  <div class='param-desc column is-7'><p>workflow.submit({
4587
- method: Zondy.Enum.FetchMethod.get,
4587
+ method: zondy.enum.FetchMethod.get,
4588
4588
  success: function (res) {
4589
4589
  console.log(&quot;submit: &quot;, res);
4590
4590
  },
@@ -410,20 +410,20 @@
410
410
  <h5>示例</h5>
411
411
 
412
412
 
413
- <pre class="prettyprint"><code>const attStrct1 = new Zondy.Object.CAttStruct({
413
+ <pre class="prettyprint"><code>const attStrct1 = new zondy.object.CAttStruct({
414
414
  FldName: ["ID", "面积", "周长", "LayerID"],
415
415
  FldNumber: 4,
416
416
  FldType: ["FldLong", "FldDouble", "FldDouble", "FldLong"],
417
417
  });
418
418
  //实例化CAttDataRow类
419
- const valuesRow1 = new Zondy.Object.CAttDataRow(
419
+ const valuesRow1 = new zondy.object.CAttDataRow(
420
420
  [0, 62.566714, 50.803211, 0],
421
421
  1
422
422
  );
423
- const workFlowServer600239 = new Zondy.Service.WorkFlowServer600239({
423
+ const workFlowServer600239 = new zondy.service.WorkFlowServer600239({
424
424
  url: "http://localhost:8089/igs/rest/services/workflow/600239/WorkflowServer",
425
425
  geometrys: [
426
- new Zondy.Geometry.Polygon({
426
+ new zondy.geometry.Polygon({
427
427
  coordinates: [
428
428
  [
429
429
  [11.2203627335275, 532.624659163762],
@@ -444,7 +444,7 @@
444
444
  inFormat: "JSON",
445
445
  });
446
446
  workFlowServer600239.execute({
447
- method: Zondy.Enum.FetchMethod.get,
447
+ method: zondy.enum.FetchMethod.get,
448
448
  success: function (res) {
449
449
  console.log("execute: ", res);
450
450
  },
@@ -1145,7 +1145,7 @@
1145
1145
 
1146
1146
  <pre class="prettyprint"><code>//设置请求基地址
1147
1147
  // ES5引入方式
1148
- const { BaseServer } = Zondy.Service
1148
+ const { BaseServer } = zondy.service
1149
1149
  // ES6引入方式
1150
1150
  import { BaseServer } from "@mapgis/webclient-common"
1151
1151
  let BaseServer = new BaseServer({
@@ -1404,7 +1404,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1404
1404
 
1405
1405
  <pre class="prettyprint"><code>//设置请求头参数
1406
1406
  // ES5引入方式
1407
- const { BaseServer } = Zondy.Service
1407
+ const { BaseServer } = zondy.service
1408
1408
  // ES6引入方式
1409
1409
  import { BaseServer } from "@mapgis/webclient-common"
1410
1410
  let BaseServer = new BaseServer({
@@ -1731,7 +1731,7 @@ BaseServer.headers.token = '新token';</code></pre>
1731
1731
 
1732
1732
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
1733
1733
  // ES5引入方式
1734
- const { BaseServer,RequestInterceptor } = Zondy.Service
1734
+ const { BaseServer,RequestInterceptor } = zondy.service
1735
1735
  // ES6引入方式
1736
1736
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
1737
1737
  let BaseServer = new BaseServer({
@@ -1840,7 +1840,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1840
1840
  <pre class="prettyprint"><code>//设置超时时间
1841
1841
  //初始化AddressServer服务对象
1842
1842
  // ES5引入方式
1843
- const { BaseServer } = Zondy.Service
1843
+ const { BaseServer } = zondy.service
1844
1844
  // ES6引入方式
1845
1845
  import { BaseServer } from "@mapgis/webclient-common"
1846
1846
  let BaseServer = new BaseServer({
@@ -1937,7 +1937,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1937
1937
 
1938
1938
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
1939
1939
  // ES5引入方式
1940
- const { BaseServer,ResponseInterceptor } = Zondy.Service
1940
+ const { BaseServer,ResponseInterceptor } = zondy.service
1941
1941
  // ES6引入方式
1942
1942
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
1943
1943
  let BaseServer = new BaseServer({
@@ -2047,8 +2047,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2047
2047
 
2048
2048
  <pre class="prettyprint"><code>//设置token值
2049
2049
  // ES5引入方式
2050
- const { BaseServer } = Zondy.Service
2051
- const { TokenAttachType } = Zondy.Enum
2050
+ const { BaseServer } = zondy.service
2051
+ const { TokenAttachType } = zondy.enum
2052
2052
  // ES6引入方式
2053
2053
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
2054
2054
  let BaseServer = new BaseServer({
@@ -2149,7 +2149,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2149
2149
 
2150
2150
  <pre class="prettyprint"><code>//设置token名
2151
2151
  // ES5引入方式
2152
- const { BaseServer } = Zondy.Service
2152
+ const { BaseServer } = zondy.service
2153
2153
  // ES6引入方式
2154
2154
  import { BaseServer } from "@mapgis/webclient-common"
2155
2155
  let BaseServer = new BaseServer({
@@ -2246,7 +2246,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2246
2246
 
2247
2247
  <pre class="prettyprint"><code>//设置token值
2248
2248
  // ES5引入方式
2249
- const { BaseServer } = Zondy.Service
2249
+ const { BaseServer } = zondy.service
2250
2250
  // ES6引入方式
2251
2251
  import { BaseServer } from "@mapgis/webclient-common"
2252
2252
  let BaseServer = new BaseServer({
@@ -2845,7 +2845,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2845
2845
 
2846
2846
 
2847
2847
  <pre class="prettyprint"><code>workflow.execute({
2848
- method: Zondy.Enum.FetchMethod.get,
2848
+ method: zondy.enum.FetchMethod.get,
2849
2849
  success: function (res) {
2850
2850
  console.log("execute: ", res);
2851
2851
  },
@@ -4097,7 +4097,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4097
4097
  <div class="columns">
4098
4098
 
4099
4099
  <div class='param-desc column is-7'><p>workflow.submit({
4100
- method: Zondy.Enum.FetchMethod.get,
4100
+ method: zondy.enum.FetchMethod.get,
4101
4101
  success: function (res) {
4102
4102
  console.log(&quot;submit: &quot;, res);
4103
4103
  },
@@ -385,7 +385,7 @@
385
385
 
386
386
  <pre class="prettyprint"><code>const workFlowServer600307 = WorkFlowServer.createWorkFlow({
387
387
  url: "http://localhost:8089/igs/rest/services/workflow/600307/WorkflowServer",
388
- geometry1: new Zondy.Geometry.Polygon({
388
+ geometry1: new zondy.geometry.Polygon({
389
389
  coordinates: [
390
390
  [
391
391
  [11.2203627335275, 532.624659163762],
@@ -397,7 +397,7 @@
397
397
  ],
398
398
  ],
399
399
  }),
400
- geometry2: new Zondy.Geometry.Polygon({
400
+ geometry2: new zondy.geometry.Polygon({
401
401
  coordinates: [
402
402
  [
403
403
  [1978.70877883796, 1119.35207631636],
@@ -417,7 +417,7 @@
417
417
  inFormat: "JSON",
418
418
  });
419
419
  workFlowServer600307.execute({
420
- method: Zondy.Enum.FetchMethod.get,
420
+ method: zondy.enum.FetchMethod.get,
421
421
  success: function (res) {
422
422
  console.log("execute: ", res);
423
423
  },
@@ -1247,7 +1247,7 @@
1247
1247
 
1248
1248
  <pre class="prettyprint"><code>//设置请求基地址
1249
1249
  // ES5引入方式
1250
- const { BaseServer } = Zondy.Service
1250
+ const { BaseServer } = zondy.service
1251
1251
  // ES6引入方式
1252
1252
  import { BaseServer } from "@mapgis/webclient-common"
1253
1253
  let BaseServer = new BaseServer({
@@ -1656,7 +1656,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1656
1656
 
1657
1657
  <pre class="prettyprint"><code>//设置请求头参数
1658
1658
  // ES5引入方式
1659
- const { BaseServer } = Zondy.Service
1659
+ const { BaseServer } = zondy.service
1660
1660
  // ES6引入方式
1661
1661
  import { BaseServer } from "@mapgis/webclient-common"
1662
1662
  let BaseServer = new BaseServer({
@@ -2058,7 +2058,7 @@ BaseServer.headers.token = '新token';</code></pre>
2058
2058
 
2059
2059
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2060
2060
  // ES5引入方式
2061
- const { BaseServer,RequestInterceptor } = Zondy.Service
2061
+ const { BaseServer,RequestInterceptor } = zondy.service
2062
2062
  // ES6引入方式
2063
2063
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
2064
2064
  let BaseServer = new BaseServer({
@@ -2167,7 +2167,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2167
2167
  <pre class="prettyprint"><code>//设置超时时间
2168
2168
  //初始化AddressServer服务对象
2169
2169
  // ES5引入方式
2170
- const { BaseServer } = Zondy.Service
2170
+ const { BaseServer } = zondy.service
2171
2171
  // ES6引入方式
2172
2172
  import { BaseServer } from "@mapgis/webclient-common"
2173
2173
  let BaseServer = new BaseServer({
@@ -2264,7 +2264,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2264
2264
 
2265
2265
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2266
2266
  // ES5引入方式
2267
- const { BaseServer,ResponseInterceptor } = Zondy.Service
2267
+ const { BaseServer,ResponseInterceptor } = zondy.service
2268
2268
  // ES6引入方式
2269
2269
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
2270
2270
  let BaseServer = new BaseServer({
@@ -2374,8 +2374,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2374
2374
 
2375
2375
  <pre class="prettyprint"><code>//设置token值
2376
2376
  // ES5引入方式
2377
- const { BaseServer } = Zondy.Service
2378
- const { TokenAttachType } = Zondy.Enum
2377
+ const { BaseServer } = zondy.service
2378
+ const { TokenAttachType } = zondy.enum
2379
2379
  // ES6引入方式
2380
2380
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
2381
2381
  let BaseServer = new BaseServer({
@@ -2476,7 +2476,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2476
2476
 
2477
2477
  <pre class="prettyprint"><code>//设置token名
2478
2478
  // ES5引入方式
2479
- const { BaseServer } = Zondy.Service
2479
+ const { BaseServer } = zondy.service
2480
2480
  // ES6引入方式
2481
2481
  import { BaseServer } from "@mapgis/webclient-common"
2482
2482
  let BaseServer = new BaseServer({
@@ -2573,7 +2573,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2573
2573
 
2574
2574
  <pre class="prettyprint"><code>//设置token值
2575
2575
  // ES5引入方式
2576
- const { BaseServer } = Zondy.Service
2576
+ const { BaseServer } = zondy.service
2577
2577
  // ES6引入方式
2578
2578
  import { BaseServer } from "@mapgis/webclient-common"
2579
2579
  let BaseServer = new BaseServer({
@@ -3097,7 +3097,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3097
3097
 
3098
3098
 
3099
3099
  <pre class="prettyprint"><code>workflow.execute({
3100
- method: Zondy.Enum.FetchMethod.get,
3100
+ method: zondy.enum.FetchMethod.get,
3101
3101
  success: function (res) {
3102
3102
  console.log("execute: ", res);
3103
3103
  },
@@ -4349,7 +4349,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4349
4349
  <div class="columns">
4350
4350
 
4351
4351
  <div class='param-desc column is-7'><p>workflow.submit({
4352
- method: Zondy.Enum.FetchMethod.get,
4352
+ method: zondy.enum.FetchMethod.get,
4353
4353
  success: function (res) {
4354
4354
  console.log(&quot;submit: &quot;, res);
4355
4355
  },
@@ -413,7 +413,7 @@
413
413
  <pre class="prettyprint"><code>const workFlowServer600308 = WorkFlowServer.createWorkFlow({
414
414
  url: "http://localhost:8089/igs/rest/services/workflow/600308/WorkflowServer",
415
415
  srcInfo1: "gdbp://MapGISLocalPlus/test/sfcls/林地-gs",
416
- geometry: new Zondy.Geometry.LineString({
416
+ geometry: new zondy.geometry.LineString({
417
417
  coordinates: [
418
418
  [11.2203627335275, 532.624659163762],
419
419
  [2732.66363429598, 532.624659163762],
@@ -430,7 +430,7 @@
430
430
  inFormat: "JSON",
431
431
  });
432
432
  workFlowServer600308.execute({
433
- method: Zondy.Enum.FetchMethod.get,
433
+ method: zondy.enum.FetchMethod.get,
434
434
  success: function (res) {
435
435
  console.log("execute: ", res);
436
436
  },
@@ -450,7 +450,7 @@
450
450
  radius: 0.001,
451
451
  });
452
452
  workFlowServer600309.execute({
453
- method: Zondy.Enum.FetchMethod.get,
453
+ method: zondy.enum.FetchMethod.get,
454
454
  success: function (res) {
455
455
  console.log("execute: ", res);
456
456
  },
@@ -1298,7 +1298,7 @@
1298
1298
 
1299
1299
  <pre class="prettyprint"><code>//设置请求基地址
1300
1300
  // ES5引入方式
1301
- const { BaseServer } = Zondy.Service
1301
+ const { BaseServer } = zondy.service
1302
1302
  // ES6引入方式
1303
1303
  import { BaseServer } from "@mapgis/webclient-common"
1304
1304
  let BaseServer = new BaseServer({
@@ -1707,7 +1707,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1707
1707
 
1708
1708
  <pre class="prettyprint"><code>//设置请求头参数
1709
1709
  // ES5引入方式
1710
- const { BaseServer } = Zondy.Service
1710
+ const { BaseServer } = zondy.service
1711
1711
  // ES6引入方式
1712
1712
  import { BaseServer } from "@mapgis/webclient-common"
1713
1713
  let BaseServer = new BaseServer({
@@ -2034,7 +2034,7 @@ BaseServer.headers.token = '新token';</code></pre>
2034
2034
 
2035
2035
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2036
2036
  // ES5引入方式
2037
- const { BaseServer,RequestInterceptor } = Zondy.Service
2037
+ const { BaseServer,RequestInterceptor } = zondy.service
2038
2038
  // ES6引入方式
2039
2039
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
2040
2040
  let BaseServer = new BaseServer({
@@ -2143,7 +2143,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2143
2143
  <pre class="prettyprint"><code>//设置超时时间
2144
2144
  //初始化AddressServer服务对象
2145
2145
  // ES5引入方式
2146
- const { BaseServer } = Zondy.Service
2146
+ const { BaseServer } = zondy.service
2147
2147
  // ES6引入方式
2148
2148
  import { BaseServer } from "@mapgis/webclient-common"
2149
2149
  let BaseServer = new BaseServer({
@@ -2240,7 +2240,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2240
2240
 
2241
2241
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
2242
2242
  // ES5引入方式
2243
- const { BaseServer,ResponseInterceptor } = Zondy.Service
2243
+ const { BaseServer,ResponseInterceptor } = zondy.service
2244
2244
  // ES6引入方式
2245
2245
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
2246
2246
  let BaseServer = new BaseServer({
@@ -2500,8 +2500,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2500
2500
 
2501
2501
  <pre class="prettyprint"><code>//设置token值
2502
2502
  // ES5引入方式
2503
- const { BaseServer } = Zondy.Service
2504
- const { TokenAttachType } = Zondy.Enum
2503
+ const { BaseServer } = zondy.service
2504
+ const { TokenAttachType } = zondy.enum
2505
2505
  // ES6引入方式
2506
2506
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
2507
2507
  let BaseServer = new BaseServer({
@@ -2602,7 +2602,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2602
2602
 
2603
2603
  <pre class="prettyprint"><code>//设置token名
2604
2604
  // ES5引入方式
2605
- const { BaseServer } = Zondy.Service
2605
+ const { BaseServer } = zondy.service
2606
2606
  // ES6引入方式
2607
2607
  import { BaseServer } from "@mapgis/webclient-common"
2608
2608
  let BaseServer = new BaseServer({
@@ -2699,7 +2699,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2699
2699
 
2700
2700
  <pre class="prettyprint"><code>//设置token值
2701
2701
  // ES5引入方式
2702
- const { BaseServer } = Zondy.Service
2702
+ const { BaseServer } = zondy.service
2703
2703
  // ES6引入方式
2704
2704
  import { BaseServer } from "@mapgis/webclient-common"
2705
2705
  let BaseServer = new BaseServer({
@@ -3223,7 +3223,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3223
3223
 
3224
3224
 
3225
3225
  <pre class="prettyprint"><code>workflow.execute({
3226
- method: Zondy.Enum.FetchMethod.get,
3226
+ method: zondy.enum.FetchMethod.get,
3227
3227
  success: function (res) {
3228
3228
  console.log("execute: ", res);
3229
3229
  },
@@ -4475,7 +4475,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4475
4475
  <div class="columns">
4476
4476
 
4477
4477
  <div class='param-desc column is-7'><p>workflow.submit({
4478
- method: Zondy.Enum.FetchMethod.get,
4478
+ method: zondy.enum.FetchMethod.get,
4479
4479
  success: function (res) {
4480
4480
  console.log(&quot;submit: &quot;, res);
4481
4481
  },