@mapgis/webclient-common 17.2.0 → 17.2.2

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 (161) hide show
  1. package/README.md +21 -3
  2. package/dist/es5/webclient-common.min.js +5 -5
  3. package/dist/webclient-common-es6.min.js +6 -6
  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/ArcGISMapServer.html +10 -10
  9. package/documention/ArcGISTileLayer.html +5 -5
  10. package/documention/ArcGISVectorTileLayer.html +7 -7
  11. package/documention/ArcGISVectorTileServer.html +10 -10
  12. package/documention/BaseScene.html +7577 -0
  13. package/documention/BaseServer.html +10 -10
  14. package/documention/BaseView.html +1 -1
  15. package/documention/Basemap.html +3 -3
  16. package/documention/Cesium3DTilesCacheLayer.html +38 -112
  17. package/documention/Cesium3DTilesServer.html +11 -11
  18. package/documention/Circle.html +7 -7
  19. package/documention/ClassBreakRenderer.html +18 -18
  20. package/documention/ClusterRenderer.html +2 -2
  21. package/documention/Collection.html +198 -4
  22. package/documention/Config.html +4 -4
  23. package/documention/Extent.html +15 -15
  24. package/documention/ExtrudeSymbol3DLayer.html +2 -2
  25. package/documention/Feature.html +7 -7
  26. package/documention/FeatureServer.html +27 -27
  27. package/documention/FeatureSet.html +7 -7
  28. package/documention/FillSymbol3DLayer.html +2 -2
  29. package/documention/Font.html +1 -1
  30. package/documention/GeoJSONLayer.html +26 -26
  31. package/documention/Geometry.html +7 -7
  32. package/documention/GeometryEngine.html +79 -79
  33. package/documention/GeometryServer.html +30 -30
  34. package/documention/GraphicsLayer.html +31 -31
  35. package/documention/GroupLayer.html +2 -2
  36. package/documention/IGSFeatureLayer.html +25 -25
  37. package/documention/IGSMapImageLayer.html +47 -49
  38. package/documention/IGSMapImageSubLayer.html +3 -3
  39. package/documention/IGSSceneLayer.html +11 -11
  40. package/documention/IGSTileLayer.html +10 -11
  41. package/documention/IGSVectorTileLayer.html +33 -63
  42. package/documention/IGSVectorTileSubLayer.html +5 -4
  43. package/documention/ISScene.html +1336 -0
  44. package/documention/ISSceneLayer.html +2028 -0
  45. package/documention/ISSceneServer.html +2234 -0
  46. package/documention/ISSceneSubLayer.html +3356 -0
  47. package/documention/IconSymbol3DLayer.html +4 -4
  48. package/documention/ImageServer.html +11 -11
  49. package/documention/LabelClass.html +3 -3
  50. package/documention/LabelSymbol3D.html +2 -2
  51. package/documention/LineString.html +10 -10
  52. package/documention/LineSymbol3D.html +2 -2
  53. package/documention/LineSymbol3DLayer.html +2 -2
  54. package/documention/M3DModelCacheLayer.html +12 -12
  55. package/documention/M3DServer.html +11 -11
  56. package/documention/Map.html +4 -4
  57. package/documention/MapGISTextSymbol.html +3 -3
  58. package/documention/MapServer.html +14 -14
  59. package/documention/MapView.html +1 -1
  60. package/documention/MultiLineString.html +13 -13
  61. package/documention/MultiPoint.html +10 -10
  62. package/documention/MultiPolygon.html +9 -9
  63. package/documention/ObjectSymbol3DLayer.html +4 -4
  64. package/documention/OutStatistic.html +1 -1
  65. package/documention/PathSymbol3DLayer.html +2 -2
  66. package/documention/PictureFillSymbol.html +1 -1
  67. package/documention/PictureMarkerSymbol.html +3 -3
  68. package/documention/PlotServer.html +10 -10
  69. package/documention/PoiServer.html +11 -11
  70. package/documention/Point.html +12 -12
  71. package/documention/PointSymbol3D.html +3 -3
  72. package/documention/Polygon.html +14 -14
  73. package/documention/PolygonSymbol3D.html +2 -2
  74. package/documention/Projection.html +8 -8
  75. package/documention/RandomRenderer.html +1 -1
  76. package/documention/RankRenderer.html +2 -2
  77. package/documention/ResourceServer.html +150 -150
  78. package/documention/RootServer.html +11 -11
  79. package/documention/S3MTilesCacheLayer.html +7726 -0
  80. package/documention/SceneServer.html +16 -16
  81. package/documention/SceneView.html +1 -1
  82. package/documention/SecurityServer.html +12 -12
  83. package/documention/SimpleFillSymbol.html +3 -3
  84. package/documention/SimpleLineSymbol.html +3 -3
  85. package/documention/SimpleMarkerSymbol.html +3 -3
  86. package/documention/SimpleRenderer.html +9 -9
  87. package/documention/SizeVariable.html +1 -1
  88. package/documention/SketchEditor.html +1 -1
  89. package/documention/SpatialReference.html +1 -1
  90. package/documention/Symbol.html +1 -1
  91. package/documention/TerrainCacheLayer.html +1 -1
  92. package/documention/TerrainServer.html +11 -11
  93. package/documention/TextSymbol.html +4 -4
  94. package/documention/TextSymbol3DLayer.html +2 -2
  95. package/documention/ThemeServer.html +12 -12
  96. package/documention/TileServer.html +11 -11
  97. package/documention/UniqueValueRenderer.html +18 -18
  98. package/documention/VectorTileLayer.html +1 -1
  99. package/documention/VectorTileServer.html +11 -11
  100. package/documention/WCSServer.html +10 -10
  101. package/documention/WFSLayer.html +24 -24
  102. package/documention/WFSServer.html +11 -11
  103. package/documention/WMSLayer.html +15 -15
  104. package/documention/WMSServer.html +11 -11
  105. package/documention/WMTSLayer.html +10 -10
  106. package/documention/WMTSServer.html +11 -11
  107. package/documention/WPSServer.html +10 -10
  108. package/documention/WebTileLayer.html +5 -5
  109. package/documention/WorkFlowServer.html +12 -12
  110. package/documention/WorkFlowServer600227.html +12 -12
  111. package/documention/WorkFlowServer600228.html +13 -13
  112. package/documention/WorkFlowServer600229.html +12 -12
  113. package/documention/WorkFlowServer600230.html +12 -12
  114. package/documention/WorkFlowServer600231.html +12 -12
  115. package/documention/WorkFlowServer600232.html +13 -13
  116. package/documention/WorkFlowServer600233.html +14 -14
  117. package/documention/WorkFlowServer600235.html +12 -12
  118. package/documention/WorkFlowServer600237.html +13 -13
  119. package/documention/WorkFlowServer600238.html +15 -15
  120. package/documention/WorkFlowServer600239.html +16 -16
  121. package/documention/WorkFlowServer600307.html +14 -14
  122. package/documention/WorkFlowServer600308.html +2 -2
  123. package/documention/WorkFlowServer600309.html +12 -12
  124. package/documention/WorkFlowServer600314.html +12 -12
  125. package/documention/WorkFlowServer600334.html +12 -12
  126. package/documention/WorkFlowServer600336.html +12 -12
  127. package/documention/WorkFlowServer600340.html +12 -12
  128. package/documention/WorkFlowServer600354.html +12 -12
  129. package/documention/WorkFlowServer600368.html +12 -12
  130. package/documention/WorkFlowServer600369.html +12 -12
  131. package/documention/WorkFlowServer600370.html +12 -12
  132. package/documention/global.html +344 -1644
  133. package/documention/index.html +40 -37
  134. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
  135. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
  136. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
  137. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
  138. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
  139. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
  140. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
  141. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
  142. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
  143. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
  144. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
  145. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
  146. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
  147. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
  148. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
  149. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
  150. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
  151. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
  152. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
  153. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
  154. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
  155. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
  156. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
  157. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
  158. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
  159. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
  160. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
  161. package/package.json +2 -1
@@ -586,7 +586,7 @@
586
586
 
587
587
  <pre class="prettyprint"><code>//设置请求基地址
588
588
  // ES5引入方式
589
- const { BaseServer } = Zondy.Service
589
+ const { BaseServer } = zondy.service
590
590
  // ES6引入方式
591
591
  import { BaseServer } from "@mapgis/webclient-common"
592
592
  let BaseServer = new BaseServer({
@@ -687,7 +687,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
687
687
 
688
688
  <pre class="prettyprint"><code>//设置请求头参数
689
689
  // ES5引入方式
690
- const { BaseServer } = Zondy.Service
690
+ const { BaseServer } = zondy.service
691
691
  // ES6引入方式
692
692
  import { BaseServer } from "@mapgis/webclient-common"
693
693
  let BaseServer = new BaseServer({
@@ -789,7 +789,7 @@ BaseServer.headers.token = '新token';</code></pre>
789
789
 
790
790
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
791
791
  // ES5引入方式
792
- const { BaseServer,RequestInterceptor } = Zondy.Service
792
+ const { BaseServer,RequestInterceptor } = zondy.service
793
793
  // ES6引入方式
794
794
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
795
795
  let BaseServer = new BaseServer({
@@ -898,7 +898,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
898
898
  <pre class="prettyprint"><code>//设置超时时间
899
899
  //初始化AddressServer服务对象
900
900
  // ES5引入方式
901
- const { BaseServer } = Zondy.Service
901
+ const { BaseServer } = zondy.service
902
902
  // ES6引入方式
903
903
  import { BaseServer } from "@mapgis/webclient-common"
904
904
  let BaseServer = new BaseServer({
@@ -995,7 +995,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
995
995
 
996
996
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
997
997
  // ES5引入方式
998
- const { BaseServer,ResponseInterceptor } = Zondy.Service
998
+ const { BaseServer,ResponseInterceptor } = zondy.service
999
999
  // ES6引入方式
1000
1000
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
1001
1001
  let BaseServer = new BaseServer({
@@ -1105,8 +1105,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1105
1105
 
1106
1106
  <pre class="prettyprint"><code>//设置token值
1107
1107
  // ES5引入方式
1108
- const { BaseServer } = Zondy.Service
1109
- const { TokenAttachType } = Zondy.Enum
1108
+ const { BaseServer } = zondy.service
1109
+ const { TokenAttachType } = zondy.enum
1110
1110
  // ES6引入方式
1111
1111
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
1112
1112
  let BaseServer = new BaseServer({
@@ -1207,7 +1207,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1207
1207
 
1208
1208
  <pre class="prettyprint"><code>//设置token名
1209
1209
  // ES5引入方式
1210
- const { BaseServer } = Zondy.Service
1210
+ const { BaseServer } = zondy.service
1211
1211
  // ES6引入方式
1212
1212
  import { BaseServer } from "@mapgis/webclient-common"
1213
1213
  let BaseServer = new BaseServer({
@@ -1304,7 +1304,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1304
1304
 
1305
1305
  <pre class="prettyprint"><code>//设置token值
1306
1306
  // ES5引入方式
1307
- const { BaseServer } = Zondy.Service
1307
+ const { BaseServer } = zondy.service
1308
1308
  // ES6引入方式
1309
1309
  import { BaseServer } from "@mapgis/webclient-common"
1310
1310
  let BaseServer = new BaseServer({
@@ -1401,7 +1401,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1401
1401
 
1402
1402
  <pre class="prettyprint"><code>//设置请求基地址
1403
1403
  // ES5引入方式
1404
- const { BaseServer } = Zondy.Service
1404
+ const { BaseServer } = zondy.service
1405
1405
  // ES6引入方式
1406
1406
  import { BaseServer } from "@mapgis/webclient-common"
1407
1407
  let BaseServer = new BaseServer({
@@ -3064,8 +3064,8 @@ BaseServer.url = '新URL';</code></pre>
3064
3064
 
3065
3065
 
3066
3066
  <pre class="prettyprint"><code>// ES5引入方式
3067
- const { ResourceServer } = Zondy.Service
3068
- const { FetchMethod } = Zondy.Enum
3067
+ const { ResourceServer } = zondy.service
3068
+ const { FetchMethod } = zondy.enum
3069
3069
  // ES6引入方式
3070
3070
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3071
3071
  const resourceServer = new ResourceServer({
@@ -3450,8 +3450,8 @@ const resourceServer = new ResourceServer({
3450
3450
 
3451
3451
 
3452
3452
  <pre class="prettyprint"><code>// ES5引入方式
3453
- const { ResourceServer } = Zondy.Service
3454
- const { FetchMethod } = Zondy.Enum
3453
+ const { ResourceServer } = zondy.service
3454
+ const { FetchMethod } = zondy.enum
3455
3455
  // ES6引入方式
3456
3456
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3457
3457
  const resourceServer = new ResourceServer({
@@ -3474,8 +3474,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3474
3474
 
3475
3475
 
3476
3476
  <pre class="prettyprint"><code> // ES5引入方式
3477
- const { ResourceServer } = Zondy.Service
3478
- const { FetchMethod } = Zondy.Enum
3477
+ const { ResourceServer } = zondy.service
3478
+ const { FetchMethod } = zondy.enum
3479
3479
  // ES6引入方式
3480
3480
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3481
3481
  const resourceServer = new ResourceServer({
@@ -3829,8 +3829,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3829
3829
 
3830
3830
 
3831
3831
  <pre class="prettyprint"><code>// ES5引入方式
3832
- const { ResourceServer } = Zondy.Service
3833
- const { FetchMethod } = Zondy.Enum
3832
+ const { ResourceServer } = zondy.service
3833
+ const { FetchMethod } = zondy.enum
3834
3834
  // ES6引入方式
3835
3835
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
3836
3836
  const resourceServer = new ResourceServer({
@@ -4237,8 +4237,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
4237
4237
 
4238
4238
 
4239
4239
  <pre class="prettyprint"><code>// ES5引入方式
4240
- const { ResourceServer } = Zondy.Service
4241
- const { FetchMethod } = Zondy.Enum
4240
+ const { ResourceServer } = zondy.service
4241
+ const { FetchMethod } = zondy.enum
4242
4242
  // ES6引入方式
4243
4243
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
4244
4244
  const resourceServer = new ResourceServer({
@@ -4261,8 +4261,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
4261
4261
 
4262
4262
 
4263
4263
  <pre class="prettyprint"><code> // ES5引入方式
4264
- const { ResourceServer } = Zondy.Service
4265
- const { FetchMethod } = Zondy.Enum
4264
+ const { ResourceServer } = zondy.service
4265
+ const { FetchMethod } = zondy.enum
4266
4266
  // ES6引入方式
4267
4267
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
4268
4268
  const resourceServer = new ResourceServer({
@@ -4751,9 +4751,9 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
4751
4751
 
4752
4752
 
4753
4753
  <pre class="prettyprint"><code>// ES5引入方式
4754
- const { ResourceServer } = Zondy.Service
4755
- const { FetchMethod } = Zondy.Enum
4756
- const { CAttStruct } = Zondy.Object
4754
+ const { ResourceServer } = zondy.service
4755
+ const { FetchMethod } = zondy.enum
4756
+ const { CAttStruct } = zondy.object
4757
4757
  // ES6引入方式
4758
4758
  import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-common"
4759
4759
  const resourceServer = new ResourceServer({
@@ -5250,9 +5250,9 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
5250
5250
 
5251
5251
 
5252
5252
  <pre class="prettyprint"><code>// ES5引入方式
5253
- const { ResourceServer } = Zondy.Service
5254
- const { FetchMethod } = Zondy.Enum
5255
- const { CAttStruct } = Zondy.Object
5253
+ const { ResourceServer } = zondy.service
5254
+ const { FetchMethod } = zondy.enum
5255
+ const { CAttStruct } = zondy.object
5256
5256
  // ES6引入方式
5257
5257
  import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-common"
5258
5258
  const resourceServer = new ResourceServer({
@@ -5614,8 +5614,8 @@ import { ResourceServer ,FetchMethod ,CAttStruct } from "@mapgis/webclient-commo
5614
5614
 
5615
5615
 
5616
5616
  <pre class="prettyprint"><code>// ES5引入方式
5617
- const { ResourceServer } = Zondy.Service
5618
- const { FetchMethod } = Zondy.Enum
5617
+ const { ResourceServer } = zondy.service
5618
+ const { FetchMethod } = zondy.enum
5619
5619
  // ES6引入方式
5620
5620
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5621
5621
  const resourceServer = new ResourceServer({
@@ -5637,8 +5637,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5637
5637
 
5638
5638
 
5639
5639
  <pre class="prettyprint"><code> // ES5引入方式
5640
- const { ResourceServer } = Zondy.Service
5641
- const { FetchMethod } = Zondy.Enum
5640
+ const { ResourceServer } = zondy.service
5641
+ const { FetchMethod } = zondy.enum
5642
5642
  // ES6引入方式
5643
5643
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
5644
5644
  const resourceServer = new ResourceServer({
@@ -6018,8 +6018,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6018
6018
 
6019
6019
 
6020
6020
  <pre class="prettyprint"><code> // ES5引入方式
6021
- const { ResourceServer } = Zondy.Service
6022
- const { FetchMethod } = Zondy.Enum
6021
+ const { ResourceServer } = zondy.service
6022
+ const { FetchMethod } = zondy.enum
6023
6023
  // ES6引入方式
6024
6024
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6025
6025
  const resourceServer = new ResourceServer({
@@ -6398,8 +6398,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6398
6398
 
6399
6399
 
6400
6400
  <pre class="prettyprint"><code>// ES5引入方式
6401
- const { ResourceServer } = Zondy.Service
6402
- const { FetchMethod } = Zondy.Enum
6401
+ const { ResourceServer } = zondy.service
6402
+ const { FetchMethod } = zondy.enum
6403
6403
  // ES6引入方式
6404
6404
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6405
6405
  const resourceServer = new ResourceServer({
@@ -6753,8 +6753,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6753
6753
 
6754
6754
 
6755
6755
  <pre class="prettyprint"><code>// ES5引入方式
6756
- const { ResourceServer } = Zondy.Service
6757
- const { FetchMethod } = Zondy.Enum
6756
+ const { ResourceServer } = zondy.service
6757
+ const { FetchMethod } = zondy.enum
6758
6758
  // ES6引入方式
6759
6759
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6760
6760
  const resourceServer = new ResourceServer({
@@ -6776,8 +6776,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6776
6776
 
6777
6777
 
6778
6778
  <pre class="prettyprint"><code> // ES5引入方式
6779
- const { ResourceServer } = Zondy.Service
6780
- const { FetchMethod } = Zondy.Enum
6779
+ const { ResourceServer } = zondy.service
6780
+ const { FetchMethod } = zondy.enum
6781
6781
  // ES6引入方式
6782
6782
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
6783
6783
  const resourceServer = new ResourceServer({
@@ -7103,8 +7103,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7103
7103
 
7104
7104
 
7105
7105
  <pre class="prettyprint"><code>// ES5引入方式
7106
- const { ResourceServer } = Zondy.Service
7107
- const { FetchMethod } = Zondy.Enum
7106
+ const { ResourceServer } = zondy.service
7107
+ const { FetchMethod } = zondy.enum
7108
7108
  // ES6引入方式
7109
7109
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7110
7110
  const resourceServer = new ResourceServer({
@@ -7483,8 +7483,8 @@ const { FetchMethod } = Zondy.Enum
7483
7483
 
7484
7484
 
7485
7485
  <pre class="prettyprint"><code>// ES5引入方式
7486
- const { ResourceServer } = Zondy.Service
7487
- const { FetchMethod } = Zondy.Enum
7486
+ const { ResourceServer } = zondy.service
7487
+ const { FetchMethod } = zondy.enum
7488
7488
  // ES6引入方式
7489
7489
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7490
7490
  const resourceServer = new ResourceServer({
@@ -7892,8 +7892,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7892
7892
 
7893
7893
 
7894
7894
  <pre class="prettyprint"><code>// ES5引入方式
7895
- const { ResourceServer } = Zondy.Service
7896
- const { FetchMethod } = Zondy.Enum
7895
+ const { ResourceServer } = zondy.service
7896
+ const { FetchMethod } = zondy.enum
7897
7897
  // ES6引入方式
7898
7898
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
7899
7899
  const resourceServer = new ResourceServer({
@@ -8245,8 +8245,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8245
8245
 
8246
8246
 
8247
8247
  <pre class="prettyprint"><code>// ES5引入方式
8248
- const { ResourceServer } = Zondy.Service
8249
- const { FetchMethod } = Zondy.Enum
8248
+ const { ResourceServer } = zondy.service
8249
+ const { FetchMethod } = zondy.enum
8250
8250
  // ES6引入方式
8251
8251
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8252
8252
  const resourceServer = new ResourceServer({
@@ -8571,8 +8571,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8571
8571
 
8572
8572
 
8573
8573
  <pre class="prettyprint"><code>// ES5引入方式
8574
- const { ResourceServer } = Zondy.Service
8575
- const { FetchMethod } = Zondy.Enum
8574
+ const { ResourceServer } = zondy.service
8575
+ const { FetchMethod } = zondy.enum
8576
8576
  // ES6引入方式
8577
8577
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8578
8578
  const resourceServer = new ResourceServer({
@@ -8594,8 +8594,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8594
8594
 
8595
8595
 
8596
8596
  <pre class="prettyprint"><code> // ES5引入方式
8597
- const { ResourceServer } = Zondy.Service
8598
- const { FetchMethod } = Zondy.Enum
8597
+ const { ResourceServer } = zondy.service
8598
+ const { FetchMethod } = zondy.enum
8599
8599
  // ES6引入方式
8600
8600
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8601
8601
  const resourceServer = new ResourceServer({
@@ -8980,9 +8980,9 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
8980
8980
 
8981
8981
 
8982
8982
  <pre class="prettyprint"><code>// ES5引入方式
8983
- const { ResourceServer } = Zondy.Service
8984
- const { FetchMethod } = Zondy.Enum
8985
- const { Color } = Zondy
8983
+ const { ResourceServer } = zondy.service
8984
+ const { FetchMethod } = zondy.enum
8985
+ const { Color } = zondy
8986
8986
  // ES6引入方式
8987
8987
  import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
8988
8988
  const resourceServer = new ResourceServer({
@@ -9004,9 +9004,9 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
9004
9004
 
9005
9005
 
9006
9006
  <pre class="prettyprint"><code> // ES5引入方式
9007
- const { ResourceServer } = Zondy.Service
9008
- const { FetchMethod } = Zondy.Enum
9009
- const { Color } = Zondy
9007
+ const { ResourceServer } = zondy.service
9008
+ const { FetchMethod } = zondy.enum
9009
+ const { Color } = zondy
9010
9010
  // ES6引入方式
9011
9011
  import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
9012
9012
  const resourceServer = new ResourceServer({
@@ -9384,8 +9384,8 @@ import { ResourceServer ,FetchMethod ,Color } from "@mapgis/webclient-common"
9384
9384
 
9385
9385
 
9386
9386
  <pre class="prettyprint"><code>// ES5引入方式
9387
- const { ResourceServer } = Zondy.Service
9388
- const { FetchMethod } = Zondy.Enum
9387
+ const { ResourceServer } = zondy.service
9388
+ const { FetchMethod } = zondy.enum
9389
9389
  // ES6引入方式
9390
9390
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9391
9391
  const resourceServer = new ResourceServer({
@@ -9820,8 +9820,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9820
9820
 
9821
9821
 
9822
9822
  <pre class="prettyprint"><code>// ES5引入方式
9823
- const { ResourceServer } = Zondy.Service
9824
- const { FetchMethod } = Zondy.Enum
9823
+ const { ResourceServer } = zondy.service
9824
+ const { FetchMethod } = zondy.enum
9825
9825
  // ES6引入方式
9826
9826
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
9827
9827
  const resourceServer = new ResourceServer({
@@ -10229,8 +10229,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
10229
10229
 
10230
10230
 
10231
10231
  <pre class="prettyprint"><code>// ES5引入方式
10232
- const { ResourceServer } = Zondy.Service
10233
- const { FetchMethod } = Zondy.Enum
10232
+ const { ResourceServer } = zondy.service
10233
+ const { FetchMethod } = zondy.enum
10234
10234
  // ES6引入方式
10235
10235
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
10236
10236
  const resourceServer = new ResourceServer({
@@ -10530,7 +10530,7 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
10530
10530
 
10531
10531
 
10532
10532
  <pre class="prettyprint"><code>// ES5引入方式
10533
- const { ResourceServer } = Zondy.Service
10533
+ const { ResourceServer } = zondy.service
10534
10534
  // ES6引入方式
10535
10535
  import { ResourceServer } from "@mapgis/webclient-common"
10536
10536
  const resourceServer = new ResourceServer({
@@ -10799,7 +10799,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10799
10799
 
10800
10800
 
10801
10801
  <pre class="prettyprint"><code>// ES5引入方式
10802
- const { ResourceServer } = Zondy.Service
10802
+ const { ResourceServer } = zondy.service
10803
10803
  // ES6引入方式
10804
10804
  import { ResourceServer } from "@mapgis/webclient-common"
10805
10805
  const resourceServer = new ResourceServer({
@@ -10817,7 +10817,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
10817
10817
 
10818
10818
 
10819
10819
  <pre class="prettyprint"><code> // ES5引入方式
10820
- const { ResourceServer } = Zondy.Service
10820
+ const { ResourceServer } = zondy.service
10821
10821
  // ES6引入方式
10822
10822
  import { ResourceServer } from "@mapgis/webclient-common"
10823
10823
  const resourceServer = new ResourceServer({
@@ -11247,8 +11247,8 @@ import { ResourceServer } from "@mapgis/webclient-common"
11247
11247
 
11248
11248
 
11249
11249
  <pre class="prettyprint"><code>// ES5引入方式
11250
- const { ResourceServer } = Zondy.Service
11251
- const { FetchMethod } = Zondy.Enum
11250
+ const { ResourceServer } = zondy.service
11251
+ const { FetchMethod } = zondy.enum
11252
11252
  // ES6引入方式
11253
11253
  import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
11254
11254
  const resourceServer = new ResourceServer({
@@ -11602,8 +11602,8 @@ import { ResourceServer, FetchMethod} from "@mapgis/webclient-common"
11602
11602
 
11603
11603
 
11604
11604
  <pre class="prettyprint"><code>// ES5引入方式
11605
- const { ResourceServer } = Zondy.Service
11606
- const { FetchMethod } = Zondy.Enum
11605
+ const { ResourceServer } = zondy.service
11606
+ const { FetchMethod } = zondy.enum
11607
11607
  // ES6引入方式
11608
11608
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11609
11609
  const resourceServer = new ResourceServer({
@@ -11626,8 +11626,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11626
11626
 
11627
11627
 
11628
11628
  <pre class="prettyprint"><code> // ES5引入方式
11629
- const { ResourceServer } = Zondy.Service
11630
- const { FetchMethod } = Zondy.Enum
11629
+ const { ResourceServer } = zondy.service
11630
+ const { FetchMethod } = zondy.enum
11631
11631
  // ES6引入方式
11632
11632
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11633
11633
  const resourceServer = new ResourceServer({
@@ -11954,7 +11954,7 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
11954
11954
 
11955
11955
 
11956
11956
  <pre class="prettyprint"><code>// ES5引入方式
11957
- const { ResourceServer } = Zondy.Service
11957
+ const { ResourceServer } = zondy.service
11958
11958
  // ES6引入方式
11959
11959
  import { ResourceServer } from "@mapgis/webclient-common"
11960
11960
  const resourceServer = new ResourceServer({
@@ -11973,7 +11973,7 @@ import { ResourceServer } from "@mapgis/webclient-common"
11973
11973
 
11974
11974
 
11975
11975
  <pre class="prettyprint"><code> // ES5引入方式
11976
- const { ResourceServer } = Zondy.Service
11976
+ const { ResourceServer } = zondy.service
11977
11977
  // ES6引入方式
11978
11978
  import { ResourceServer } from "@mapgis/webclient-common"
11979
11979
  const resourceServer = new ResourceServer({
@@ -12404,8 +12404,8 @@ import { ResourceServer } from "@mapgis/webclient-common"
12404
12404
 
12405
12405
 
12406
12406
  <pre class="prettyprint"><code>// ES5引入方式
12407
- const { ResourceServer } = Zondy.Service
12408
- const { FetchMethod } = Zondy.Enum
12407
+ const { ResourceServer } = zondy.service
12408
+ const { FetchMethod } = zondy.enum
12409
12409
  // ES6引入方式
12410
12410
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12411
12411
  const resourceServer = new ResourceServer({
@@ -12731,8 +12731,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
12731
12731
 
12732
12732
 
12733
12733
  <pre class="prettyprint"><code>// ES5引入方式
12734
- const { ResourceServer } = Zondy.Service
12735
- const { FetchMethod } = Zondy.Enum
12734
+ const { ResourceServer } = zondy.service
12735
+ const { FetchMethod } = zondy.enum
12736
12736
  // ES6引入方式
12737
12737
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
12738
12738
  const resourceServer = new ResourceServer({
@@ -13247,8 +13247,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
13247
13247
 
13248
13248
 
13249
13249
  <pre class="prettyprint"><code>// ES5引入方式
13250
- const { ResourceServer } = Zondy.Service
13251
- const { FetchMethod } = Zondy.Enum
13250
+ const { ResourceServer } = zondy.service
13251
+ const { FetchMethod } = zondy.enum
13252
13252
  // ES6引入方式
13253
13253
  import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
13254
13254
  const resourceServer = new ResourceServer({
@@ -13545,8 +13545,8 @@ import { ResourceServer ,FetchMethod } from "@mapgis/webclient-common"
13545
13545
 
13546
13546
 
13547
13547
  <pre class="prettyprint"><code>// ES5引入方式
13548
- const { ResourceServer } = Zondy.Service
13549
- const { FetchMethod } = Zondy.Enum
13548
+ const { ResourceServer } = zondy.service
13549
+ const { FetchMethod } = zondy.enum
13550
13550
  // ES6引入方式
13551
13551
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13552
13552
  const resourceServer = new ResourceServer({
@@ -13950,8 +13950,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13950
13950
 
13951
13951
 
13952
13952
  <pre class="prettyprint"><code>// ES5引入方式
13953
- const { ResourceServer } = Zondy.Service
13954
- const { FetchMethod } = Zondy.Enum
13953
+ const { ResourceServer } = zondy.service
13954
+ const { FetchMethod } = zondy.enum
13955
13955
  // ES6引入方式
13956
13956
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
13957
13957
  const resourceServer = new ResourceServer({
@@ -14356,8 +14356,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14356
14356
 
14357
14357
 
14358
14358
  <pre class="prettyprint"><code>// ES5引入方式
14359
- const { ResourceServer } = Zondy.Service
14360
- const { FetchMethod } = Zondy.Enum
14359
+ const { ResourceServer } = zondy.service
14360
+ const { FetchMethod } = zondy.enum
14361
14361
  // ES6引入方式
14362
14362
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
14363
14363
  const resourceServer = new ResourceServer({
@@ -14709,8 +14709,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
14709
14709
 
14710
14710
 
14711
14711
  <pre class="prettyprint"><code>// ES5引入方式
14712
- const { ResourceServer } = Zondy.Service
14713
- const { FetchMethod } = Zondy.Enum
14712
+ const { ResourceServer } = zondy.service
14713
+ const { FetchMethod } = zondy.enum
14714
14714
  // ES6引入方式
14715
14715
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
14716
14716
  const resourceServer = new ResourceServer({
@@ -15116,8 +15116,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15116
15116
 
15117
15117
 
15118
15118
  <pre class="prettyprint"><code>// ES5引入方式
15119
- const { ResourceServer } = Zondy.Service
15120
- const { FetchMethod } = Zondy.Enum
15119
+ const { ResourceServer } = zondy.service
15120
+ const { FetchMethod } = zondy.enum
15121
15121
  // ES6引入方式
15122
15122
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15123
15123
  const resourceServer = new ResourceServer({
@@ -15807,8 +15807,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15807
15807
 
15808
15808
 
15809
15809
  <pre class="prettyprint"><code>// ES5引入方式
15810
- const { ResourceServer } = Zondy.Service
15811
- const { FetchMethod } = Zondy.Enum
15810
+ const { ResourceServer } = zondy.service
15811
+ const { FetchMethod } = zondy.enum
15812
15812
  // ES6引入方式
15813
15813
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15814
15814
  const resourceServer = new .ResourceServer({
@@ -15832,8 +15832,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15832
15832
 
15833
15833
 
15834
15834
  <pre class="prettyprint"><code> // ES5引入方式
15835
- const { ResourceServer } = Zondy.Service
15836
- const { FetchMethod } = Zondy.Enum
15835
+ const { ResourceServer } = zondy.service
15836
+ const { FetchMethod } = zondy.enum
15837
15837
  // ES6引入方式
15838
15838
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
15839
15839
  const resourceServer = new ResourceServer({
@@ -16215,8 +16215,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16215
16215
 
16216
16216
 
16217
16217
  <pre class="prettyprint"><code>// ES5引入方式
16218
- const { ResourceServer } = Zondy.Service
16219
- const { FetchMethod } = Zondy.Enum
16218
+ const { ResourceServer } = zondy.service
16219
+ const { FetchMethod } = zondy.enum
16220
16220
  // ES6引入方式
16221
16221
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16222
16222
  const resourceServer = new ResourceServer({
@@ -16239,8 +16239,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16239
16239
 
16240
16240
 
16241
16241
  <pre class="prettyprint"><code> // ES5引入方式
16242
- const { ResourceServer } = Zondy.Service
16243
- const { FetchMethod } = Zondy.Enum
16242
+ const { ResourceServer } = zondy.service
16243
+ const { FetchMethod } = zondy.enum
16244
16244
  // ES6引入方式
16245
16245
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16246
16246
  const resourceServer = new ResourceServer({
@@ -16594,8 +16594,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16594
16594
 
16595
16595
 
16596
16596
  <pre class="prettyprint"><code>// ES5引入方式
16597
- const { ResourceServer } = Zondy.Service
16598
- const { FetchMethod } = Zondy.Enum
16597
+ const { ResourceServer } = zondy.service
16598
+ const { FetchMethod } = zondy.enum
16599
16599
  // ES6引入方式
16600
16600
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16601
16601
  const resourceServer = new ResourceServer({
@@ -16617,8 +16617,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16617
16617
 
16618
16618
 
16619
16619
  <pre class="prettyprint"><code> // ES5引入方式
16620
- const { ResourceServer } = Zondy.Service
16621
- const { FetchMethod } = Zondy.Enum
16620
+ const { ResourceServer } = zondy.service
16621
+ const { FetchMethod } = zondy.enum
16622
16622
  // ES6引入方式
16623
16623
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16624
16624
  const resourceServer = new ResourceServer({
@@ -16998,8 +16998,8 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
16998
16998
 
16999
16999
 
17000
17000
  <pre class="prettyprint"><code>// ES5引入方式
17001
- const { ResourceServer } = Zondy.Service
17002
- const { FetchMethod } = Zondy.Enum
17001
+ const { ResourceServer } = zondy.service
17002
+ const { FetchMethod } = zondy.enum
17003
17003
  // ES6引入方式
17004
17004
  import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
17005
17005
  const resourceServer = new ResourceServer({
@@ -17380,7 +17380,7 @@ import { ResourceServer, FetchMethod } from "@mapgis/webclient-common"
17380
17380
 
17381
17381
 
17382
17382
  <pre class="prettyprint"><code>// ES5引入方式
17383
- const { ResourceServer } = Zondy.Service
17383
+ const { ResourceServer } = zondy.service
17384
17384
  // ES6引入方式
17385
17385
  import { ResourceServer } from "@mapgis/webclient-common"
17386
17386
  const resourceServer = new ResourceServer({
@@ -17758,8 +17758,8 @@ import { ResourceServer } from "@mapgis/webclient-common"
17758
17758
 
17759
17759
 
17760
17760
  <pre class="prettyprint"><code> // ES5引入方式
17761
- const { ResourceServer } = Zondy.Service
17762
- const { FetchMethod } = Zondy.Enum
17761
+ const { ResourceServer } = zondy.service
17762
+ const { FetchMethod } = zondy.enum
17763
17763
  // ES6引入方式
17764
17764
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17765
17765
  const resourceServer = new ResourceServer({
@@ -17781,8 +17781,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17781
17781
 
17782
17782
 
17783
17783
  <pre class="prettyprint"><code> // ES5引入方式
17784
- const { ResourceServer } = Zondy.Service
17785
- const { FetchMethod } = Zondy.Enum
17784
+ const { ResourceServer } = zondy.service
17785
+ const { FetchMethod } = zondy.enum
17786
17786
  // ES6引入方式
17787
17787
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
17788
17788
  const resourceServer = new ResourceServer({
@@ -18054,8 +18054,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18054
18054
 
18055
18055
 
18056
18056
  <pre class="prettyprint"><code>// ES5引入方式
18057
- const { ResourceServer } = Zondy.Service
18058
- const { FetchMethod } = Zondy.Enum
18057
+ const { ResourceServer } = zondy.service
18058
+ const { FetchMethod } = zondy.enum
18059
18059
  // ES6引入方式
18060
18060
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18061
18061
  const resourceServer = new ResourceServer({
@@ -18074,8 +18074,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18074
18074
 
18075
18075
 
18076
18076
  <pre class="prettyprint"><code> // ES5引入方式
18077
- const { ResourceServer } = Zondy.Service
18078
- const { FetchMethod } = Zondy.Enum
18077
+ const { ResourceServer } = zondy.service
18078
+ const { FetchMethod } = zondy.enum
18079
18079
  // ES6引入方式
18080
18080
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
18081
18081
  const resourceServer = new ResourceServer({
@@ -19064,8 +19064,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19064
19064
 
19065
19065
 
19066
19066
  <pre class="prettyprint"><code>// ES5引入方式
19067
- const { ResourceServer } = Zondy.Service
19068
- const { FetchMethod } = Zondy.Enum
19067
+ const { ResourceServer } = zondy.service
19068
+ const { FetchMethod } = zondy.enum
19069
19069
  // ES6引入方式
19070
19070
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19071
19071
  const resourceServer = new ResourceServer({
@@ -19361,8 +19361,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19361
19361
 
19362
19362
 
19363
19363
  <pre class="prettyprint"><code>// ES5引入方式
19364
- const { ResourceServer } = Zondy.Service
19365
- const { FetchMethod } = Zondy.Enum
19364
+ const { ResourceServer } = zondy.service
19365
+ const { FetchMethod } = zondy.enum
19366
19366
  // ES6引入方式
19367
19367
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19368
19368
  const resourceServer = new ResourceServer({
@@ -19632,8 +19632,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19632
19632
 
19633
19633
 
19634
19634
  <pre class="prettyprint"><code>// ES5引入方式
19635
- const { ResourceServer } = Zondy.Service
19636
- const { FetchMethod } = Zondy.Enum
19635
+ const { ResourceServer } = zondy.service
19636
+ const { FetchMethod } = zondy.enum
19637
19637
  // ES6引入方式
19638
19638
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19639
19639
  const resourceServer = new ResourceServer({
@@ -19983,8 +19983,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19983
19983
 
19984
19984
 
19985
19985
  <pre class="prettyprint"><code>// ES5引入方式
19986
- const { ResourceServer } = Zondy.Service
19987
- const { FetchMethod } = Zondy.Enum
19986
+ const { ResourceServer } = zondy.service
19987
+ const { FetchMethod } = zondy.enum
19988
19988
  // ES6引入方式
19989
19989
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
19990
19990
  const resourceServer = new ResourceServer({
@@ -20006,8 +20006,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20006
20006
 
20007
20007
 
20008
20008
  <pre class="prettyprint"><code> // ES5引入方式
20009
- const { ResourceServer } = Zondy.Service
20010
- const { FetchMethod } = Zondy.Enum
20009
+ const { ResourceServer } = zondy.service
20010
+ const { FetchMethod } = zondy.enum
20011
20011
  // ES6引入方式
20012
20012
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20013
20013
  const resourceServer = new ResourceServer({
@@ -20333,8 +20333,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20333
20333
 
20334
20334
 
20335
20335
  <pre class="prettyprint"><code> // ES5引入方式
20336
- const { ResourceServer } = Zondy.Service
20337
- const { FetchMethod } = Zondy.Enum
20336
+ const { ResourceServer } = zondy.service
20337
+ const { FetchMethod } = zondy.enum
20338
20338
  // ES6引入方式
20339
20339
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20340
20340
  const resourceServer = new ResourceServer({
@@ -20631,8 +20631,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20631
20631
 
20632
20632
 
20633
20633
  <pre class="prettyprint"><code>// ES5引入方式
20634
- const { ResourceServer } = Zondy.Service
20635
- const { FetchMethod } = Zondy.Enum
20634
+ const { ResourceServer } = zondy.service
20635
+ const { FetchMethod } = zondy.enum
20636
20636
  // ES6引入方式
20637
20637
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20638
20638
  const resourceServer = new ResourceServer({
@@ -20955,8 +20955,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20955
20955
 
20956
20956
 
20957
20957
  <pre class="prettyprint"><code>// ES5引入方式
20958
- const { ResourceServer } = Zondy.Service
20959
- const { FetchMethod } = Zondy.Enum
20958
+ const { ResourceServer } = zondy.service
20959
+ const { FetchMethod } = zondy.enum
20960
20960
  // ES6引入方式
20961
20961
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
20962
20962
  const resourceServer = new ResourceServer({
@@ -21228,8 +21228,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21228
21228
 
21229
21229
 
21230
21230
  <pre class="prettyprint"><code>// ES5引入方式
21231
- const { ResourceServer } = Zondy.Service
21232
- const { FetchMethod } = Zondy.Enum
21231
+ const { ResourceServer } = zondy.service
21232
+ const { FetchMethod } = zondy.enum
21233
21233
  // ES6引入方式
21234
21234
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21235
21235
  const resourceServer = new ResourceServer({
@@ -21525,8 +21525,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21525
21525
 
21526
21526
 
21527
21527
  <pre class="prettyprint"><code>// ES5引入方式
21528
- const { ResourceServer } = Zondy.Service
21529
- const { FetchMethod } = Zondy.Enum
21528
+ const { ResourceServer } = zondy.service
21529
+ const { FetchMethod } = zondy.enum
21530
21530
  // ES6引入方式
21531
21531
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21532
21532
  const resourceServer = new ResourceServer({
@@ -21850,8 +21850,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21850
21850
 
21851
21851
 
21852
21852
  <pre class="prettyprint"><code>// ES5引入方式
21853
- const { ResourceServer } = Zondy.Service
21854
- const { FetchMethod } = Zondy.Enum
21853
+ const { ResourceServer } = zondy.service
21854
+ const { FetchMethod } = zondy.enum
21855
21855
  // ES6引入方式
21856
21856
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
21857
21857
  const resourceServer = new ResourceServer({
@@ -22177,8 +22177,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
22177
22177
 
22178
22178
 
22179
22179
  <pre class="prettyprint"><code>// ES5引入方式
22180
- const { ResourceServer } = Zondy.Service
22181
- const { FetchMethod } = Zondy.Enum
22180
+ const { ResourceServer } = zondy.service
22181
+ const { FetchMethod } = zondy.enum
22182
22182
  // ES6引入方式
22183
22183
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
22184
22184
  const resourceServer = new ResourceServer({
@@ -22476,8 +22476,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
22476
22476
 
22477
22477
 
22478
22478
  <pre class="prettyprint"><code>// ES5引入方式
22479
- const { ResourceServer } = Zondy.Service
22480
- const { FetchMethod } = Zondy.Enum
22479
+ const { ResourceServer } = zondy.service
22480
+ const { FetchMethod } = zondy.enum
22481
22481
  // ES6引入方式
22482
22482
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
22483
22483
  const resourceServer = new ResourceServer({
@@ -22747,8 +22747,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
22747
22747
 
22748
22748
 
22749
22749
  <pre class="prettyprint"><code>// ES5引入方式
22750
- const { ResourceServer } = Zondy.Service
22751
- const { FetchMethod } = Zondy.Enum
22750
+ const { ResourceServer } = zondy.service
22751
+ const { FetchMethod } = zondy.enum
22752
22752
  // ES6引入方式
22753
22753
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
22754
22754
  const resourceServer = new ResourceServer({
@@ -23125,8 +23125,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
23125
23125
 
23126
23126
 
23127
23127
  <pre class="prettyprint"><code>// ES5引入方式
23128
- const { ResourceServer } = Zondy.Service
23129
- const { FetchMethod } = Zondy.Enum
23128
+ const { ResourceServer } = zondy.service
23129
+ const { FetchMethod } = zondy.enum
23130
23130
  // ES6引入方式
23131
23131
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
23132
23132
  const resourceServer = new ResourceServer({
@@ -23533,8 +23533,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
23533
23533
 
23534
23534
 
23535
23535
  <pre class="prettyprint"><code>// ES5引入方式
23536
- const { ResourceServer } = Zondy.Service
23537
- const { FetchMethod } = Zondy.Enum
23536
+ const { ResourceServer } = zondy.service
23537
+ const { FetchMethod } = zondy.enum
23538
23538
  // ES6引入方式
23539
23539
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
23540
23540
  const resourceServer = new ResourceServer({
@@ -23944,8 +23944,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
23944
23944
 
23945
23945
 
23946
23946
  <pre class="prettyprint"><code>// ES5引入方式
23947
- const { ResourceServer } = Zondy.Service
23948
- const { FetchMethod } = Zondy.Enum
23947
+ const { ResourceServer } = zondy.service
23948
+ const { FetchMethod } = zondy.enum
23949
23949
  // ES6引入方式
23950
23950
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
23951
23951
  const resourceServer = new ResourceServer({
@@ -24275,8 +24275,8 @@ import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
24275
24275
 
24276
24276
 
24277
24277
  <pre class="prettyprint"><code> // ES5引入方式
24278
- const { ResourceServer } = Zondy.Service
24279
- const { FetchMethod } = Zondy.Enum
24278
+ const { ResourceServer } = zondy.service
24279
+ const { FetchMethod } = zondy.enum
24280
24280
  // ES6引入方式
24281
24281
  import { ResourceServer,FetchMethod } from "@mapgis/webclient-common"
24282
24282
  const resourceServer = new ResourceServer({