@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
@@ -197,7 +197,7 @@
197
197
 
198
198
 
199
199
  <pre class="prettyprint"><code>// ES5引入方式
200
- const { SceneServer } = Zondy.Service
200
+ const { SceneServer } = zondy.service
201
201
  // ES6引入方式
202
202
  import { SceneServer } from "@mapgis/webclient-common
203
203
  const sceneServer = new SceneServer({
@@ -210,7 +210,7 @@ const sceneServer = new SceneServer({
210
210
 
211
211
 
212
212
  <pre class="prettyprint"><code>// ES5引入方式
213
- const { SceneServer } = Zondy.Service
213
+ const { SceneServer } = zondy.service
214
214
  // ES6引入方式
215
215
  import { SceneServer } from "@mapgis/webclient-common
216
216
  const sceneServer = new SceneServer({
@@ -223,7 +223,7 @@ const sceneServer = new SceneServer({
223
223
 
224
224
 
225
225
  <pre class="prettyprint"><code>// ES5引入方式
226
- const { SceneServer } = Zondy.Service
226
+ const { SceneServer } = zondy.service
227
227
  // ES6引入方式
228
228
  import { SceneServer } from "@mapgis/webclient-common
229
229
  const sceneServer = new SceneServer({
@@ -648,7 +648,7 @@ const sceneServer = new SceneServer({
648
648
 
649
649
  <pre class="prettyprint"><code>//设置请求基地址
650
650
  // ES5引入方式
651
- const { BaseServer } = Zondy.Service
651
+ const { BaseServer } = zondy.service
652
652
  // ES6引入方式
653
653
  import { BaseServer } from "@mapgis/webclient-common"
654
654
  let BaseServer = new BaseServer({
@@ -749,7 +749,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
749
749
 
750
750
  <pre class="prettyprint"><code>//设置请求头参数
751
751
  // ES5引入方式
752
- const { BaseServer } = Zondy.Service
752
+ const { BaseServer } = zondy.service
753
753
  // ES6引入方式
754
754
  import { BaseServer } from "@mapgis/webclient-common"
755
755
  let BaseServer = new BaseServer({
@@ -851,7 +851,7 @@ BaseServer.headers.token = '新token';</code></pre>
851
851
 
852
852
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
853
853
  // ES5引入方式
854
- const { BaseServer,RequestInterceptor } = Zondy.Service
854
+ const { BaseServer,RequestInterceptor } = zondy.service
855
855
  // ES6引入方式
856
856
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
857
857
  let BaseServer = new BaseServer({
@@ -960,7 +960,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
960
960
  <pre class="prettyprint"><code>//设置超时时间
961
961
  //初始化AddressServer服务对象
962
962
  // ES5引入方式
963
- const { BaseServer } = Zondy.Service
963
+ const { BaseServer } = zondy.service
964
964
  // ES6引入方式
965
965
  import { BaseServer } from "@mapgis/webclient-common"
966
966
  let BaseServer = new BaseServer({
@@ -1057,7 +1057,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1057
1057
 
1058
1058
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
1059
1059
  // ES5引入方式
1060
- const { BaseServer,ResponseInterceptor } = Zondy.Service
1060
+ const { BaseServer,ResponseInterceptor } = zondy.service
1061
1061
  // ES6引入方式
1062
1062
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
1063
1063
  let BaseServer = new BaseServer({
@@ -1167,8 +1167,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1167
1167
 
1168
1168
  <pre class="prettyprint"><code>//设置token值
1169
1169
  // ES5引入方式
1170
- const { BaseServer } = Zondy.Service
1171
- const { TokenAttachType } = Zondy.Enum
1170
+ const { BaseServer } = zondy.service
1171
+ const { TokenAttachType } = zondy.enum
1172
1172
  // ES6引入方式
1173
1173
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
1174
1174
  let BaseServer = new BaseServer({
@@ -1269,7 +1269,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1269
1269
 
1270
1270
  <pre class="prettyprint"><code>//设置token名
1271
1271
  // ES5引入方式
1272
- const { BaseServer } = Zondy.Service
1272
+ const { BaseServer } = zondy.service
1273
1273
  // ES6引入方式
1274
1274
  import { BaseServer } from "@mapgis/webclient-common"
1275
1275
  let BaseServer = new BaseServer({
@@ -1366,7 +1366,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1366
1366
 
1367
1367
  <pre class="prettyprint"><code>//设置token值
1368
1368
  // ES5引入方式
1369
- const { BaseServer } = Zondy.Service
1369
+ const { BaseServer } = zondy.service
1370
1370
  // ES6引入方式
1371
1371
  import { BaseServer } from "@mapgis/webclient-common"
1372
1372
  let BaseServer = new BaseServer({
@@ -1463,7 +1463,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1463
1463
 
1464
1464
  <pre class="prettyprint"><code>//设置请求基地址
1465
1465
  // ES5引入方式
1466
- const { BaseServer } = Zondy.Service
1466
+ const { BaseServer } = zondy.service
1467
1467
  // ES6引入方式
1468
1468
  import { BaseServer } from "@mapgis/webclient-common"
1469
1469
  let BaseServer = new BaseServer({
@@ -2045,7 +2045,7 @@ BaseServer.url = '新URL';</code></pre>
2045
2045
 
2046
2046
  <pre class="prettyprint"><code>//回调方式
2047
2047
  // ES5引入方式
2048
- const { Extent } = Zondy.Geometry
2048
+ const { Extent } = zondy.geometry
2049
2049
  // ES6引入方式
2050
2050
  import { Extent } from "@mapgis/webclient-common"
2051
2051
  sceneServer.getCoverings({
@@ -3733,7 +3733,7 @@ sceneServer.getSharedResources({
3733
3733
 
3734
3734
  <pre class="prettyprint"><code>// 回调方式
3735
3735
  // ES5引入方式
3736
- const { Point } = Zondy.Geometry
3736
+ const { Point } = zondy.geometry
3737
3737
  // ES6引入方式
3738
3738
  import { Point } from "@mapgis/webclient-common"
3739
3739
  sceneServer.queryFeatures({
@@ -4359,7 +4359,7 @@ sceneServer.queryFeatures({
4359
4359
 
4360
4360
  <pre class="prettyprint"><code>// 回调函数
4361
4361
  // ES5引入方式
4362
- const { Point } = Zondy.Geometry
4362
+ const { Point } = zondy.geometry
4363
4363
  // ES6引入方式
4364
4364
  import { Point } from "@mapgis/webclient-common"
4365
4365
  sceneServer.queryFeaturesInLayers({
@@ -2520,7 +2520,7 @@
2520
2520
 
2521
2521
 
2522
2522
  <pre class="prettyprint"><code>// ES5引入方式
2523
- const { IGSSceneLayer } = Zondy.Layer
2523
+ const { IGSSceneLayer } = zondy.layer
2524
2524
  // ES6引入方式
2525
2525
  import { IGSSceneLayer } from "@mapgis/webclient-cesium-plugin"
2526
2526
  // 添加一个场景图层
@@ -208,7 +208,7 @@
208
208
 
209
209
  <pre class="prettyprint"><code>//初始化SecurityServer服务对象
210
210
  // ES5引入方式
211
- const { SecurityServer } = Zondy.Service
211
+ const { SecurityServer } = zondy.service
212
212
  // ES6引入方式
213
213
  import { SecurityServer } from "@mapgis/webclient-common
214
214
  const securityServer = new SecurityServer({
@@ -613,7 +613,7 @@ const securityServer = new SecurityServer({
613
613
 
614
614
  <pre class="prettyprint"><code>//设置请求基地址
615
615
  // ES5引入方式
616
- const { BaseServer } = Zondy.Service
616
+ const { BaseServer } = zondy.service
617
617
  // ES6引入方式
618
618
  import { BaseServer } from "@mapgis/webclient-common"
619
619
  let BaseServer = new BaseServer({
@@ -714,7 +714,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
714
714
 
715
715
  <pre class="prettyprint"><code>//设置请求头参数
716
716
  // ES5引入方式
717
- const { BaseServer } = Zondy.Service
717
+ const { BaseServer } = zondy.service
718
718
  // ES6引入方式
719
719
  import { BaseServer } from "@mapgis/webclient-common"
720
720
  let BaseServer = new BaseServer({
@@ -816,7 +816,7 @@ BaseServer.headers.token = '新token';</code></pre>
816
816
 
817
817
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
818
818
  // ES5引入方式
819
- const { BaseServer,RequestInterceptor } = Zondy.Service
819
+ const { BaseServer,RequestInterceptor } = zondy.service
820
820
  // ES6引入方式
821
821
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
822
822
  let BaseServer = new BaseServer({
@@ -925,7 +925,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
925
925
  <pre class="prettyprint"><code>//设置超时时间
926
926
  //初始化AddressServer服务对象
927
927
  // ES5引入方式
928
- const { BaseServer } = Zondy.Service
928
+ const { BaseServer } = zondy.service
929
929
  // ES6引入方式
930
930
  import { BaseServer } from "@mapgis/webclient-common"
931
931
  let BaseServer = new BaseServer({
@@ -1022,7 +1022,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1022
1022
 
1023
1023
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
1024
1024
  // ES5引入方式
1025
- const { BaseServer,ResponseInterceptor } = Zondy.Service
1025
+ const { BaseServer,ResponseInterceptor } = zondy.service
1026
1026
  // ES6引入方式
1027
1027
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
1028
1028
  let BaseServer = new BaseServer({
@@ -1132,8 +1132,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1132
1132
 
1133
1133
  <pre class="prettyprint"><code>//设置token值
1134
1134
  // ES5引入方式
1135
- const { BaseServer } = Zondy.Service
1136
- const { TokenAttachType } = Zondy.Enum
1135
+ const { BaseServer } = zondy.service
1136
+ const { TokenAttachType } = zondy.enum
1137
1137
  // ES6引入方式
1138
1138
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
1139
1139
  let BaseServer = new BaseServer({
@@ -1234,7 +1234,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1234
1234
 
1235
1235
  <pre class="prettyprint"><code>//设置token名
1236
1236
  // ES5引入方式
1237
- const { BaseServer } = Zondy.Service
1237
+ const { BaseServer } = zondy.service
1238
1238
  // ES6引入方式
1239
1239
  import { BaseServer } from "@mapgis/webclient-common"
1240
1240
  let BaseServer = new BaseServer({
@@ -1331,7 +1331,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1331
1331
 
1332
1332
  <pre class="prettyprint"><code>//设置token值
1333
1333
  // ES5引入方式
1334
- const { BaseServer } = Zondy.Service
1334
+ const { BaseServer } = zondy.service
1335
1335
  // ES6引入方式
1336
1336
  import { BaseServer } from "@mapgis/webclient-common"
1337
1337
  let BaseServer = new BaseServer({
@@ -1428,7 +1428,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1428
1428
 
1429
1429
  <pre class="prettyprint"><code>//设置请求基地址
1430
1430
  // ES5引入方式
1431
- const { BaseServer } = Zondy.Service
1431
+ const { BaseServer } = zondy.service
1432
1432
  // ES6引入方式
1433
1433
  import { BaseServer } from "@mapgis/webclient-common"
1434
1434
  let BaseServer = new BaseServer({
@@ -1906,7 +1906,7 @@ BaseServer.url = '新URL';</code></pre>
1906
1906
  userName:'admin',
1907
1907
  password:'sa.mapgis',
1908
1908
  expirationTime:2592000,
1909
- method: Zondy.Enum.FetchMethod.post,
1909
+ method: zondy.enum.FetchMethod.post,
1910
1910
  success:function(result){
1911
1911
  console.log("请求成功:", result);
1912
1912
  }
@@ -37,7 +37,7 @@
37
37
  <div class="description">
38
38
  <p>简单填充符号,参考示例:<a href='#new-SimpleFillSymbol'>[填充符号样式]</a>
39
39
  <br><br>[ES5引入方式]:<br/>
40
- Zondy.Symbol.SimpleFillSymbol() <br/>
40
+ zondy.symbol.SimpleFillSymbol() <br/>
41
41
  [ES6引入方式]:<br/>
42
42
  import { SimpleFillSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
43
43
  <br/></p>
@@ -292,8 +292,8 @@ import { SimpleFillSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
292
292
 
293
293
 
294
294
  <pre class="prettyprint"><code>// ES5引入方式
295
- const { SimpleFillSymbol } = Zondy.Symbol
296
- const { Color } = Zondy
295
+ const { SimpleFillSymbol } = zondy.symbol
296
+ const { Color } = zondy
297
297
  // ES6引入方式
298
298
  import { SimpleFillSymbol, Color } from "@mapgis/webclient-common"
299
299
  const simpleFillSymbol = new SimpleFillSymbol({
@@ -37,7 +37,7 @@
37
37
  <div class="description">
38
38
  <p>简单线符号,支持线几何对象,参考示例:<a href='#new-SimpleLineSymbol'>[线符号样式]</a>
39
39
  <br><br>[ES5引入方式]:<br/>
40
- Zondy.Symbol.SimpleLineSymbol() <br/>
40
+ zondy.symbol.SimpleLineSymbol() <br/>
41
41
  [ES6引入方式]:<br/>
42
42
  import { SimpleLineSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
43
43
  <br/></p>
@@ -424,8 +424,8 @@ miter:线的拐角为直角,round:线的拐角为圆角,bevel:线的
424
424
 
425
425
 
426
426
  <pre class="prettyprint"><code>// ES5引入方式
427
- const { SimpleLineSymbol } = Zondy.Symbol
428
- const { Color } = Zondy
427
+ const { SimpleLineSymbol } = zondy.symbol
428
+ const { Color } = zondy
429
429
  // ES6引入方式
430
430
  import { SimpleLineSymbol, Color } from "@mapgis/webclient-common"
431
431
  const simpleLineSymbol = new SimpleLineSymbol({
@@ -37,7 +37,7 @@
37
37
  <div class="description">
38
38
  <p>简单Marker符号,支持点几何对象,参考示例:<a href='#new-SimpleMarkerSymbol'>[简单Marker样式]</a>
39
39
  <br><br>[ES5引入方式]:<br/>
40
- Zondy.Symbol.SimpleMarkerSymbol() <br/>
40
+ zondy.symbol.SimpleMarkerSymbol() <br/>
41
41
  [ES6引入方式]:<br/>
42
42
  import { SimpleMarkerSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
43
43
  <br/></p>
@@ -457,8 +457,8 @@ import { SimpleMarkerSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
457
457
 
458
458
 
459
459
  <pre class="prettyprint"><code>// ES5引入方式
460
- const { SimpleMarkerSymbol } = Zondy.Symbol
461
- const { Color } = Zondy
460
+ const { SimpleMarkerSymbol } = zondy.symbol
461
+ const { Color } = zondy
462
462
  // ES6引入方式
463
463
  import { SimpleMarkerSymbol, Color } from "@mapgis/webclient-common"
464
464
  const simpleMarkerSymbol = new SimpleMarkerSymbol({
@@ -260,9 +260,9 @@
260
260
 
261
261
 
262
262
  <pre class="prettyprint"><code>// ES5引入方式
263
- const { SimpleRenderer } = Zondy.Renderer
264
- const { SimpleMarkerSymbol, SimpleLineSymbol } = Zondy.Symbol
265
- const { Color } = Zondy
263
+ const { SimpleRenderer } = zondy.renderer
264
+ const { SimpleMarkerSymbol, SimpleLineSymbol } = zondy.symbol
265
+ const { Color } = zondy
266
266
  // ES6引入方式
267
267
  import { SimpleRenderer, SimpleMarkerSymbol, SimpleLineSymbol, Color } from "@mapgis/webclient-common"
268
268
  // 初始化统一专题图样式对象
@@ -288,9 +288,9 @@ const simpleRenderer = new SimpleRenderer({
288
288
 
289
289
 
290
290
  <pre class="prettyprint"><code>// ES5引入方式
291
- const { SimpleRenderer } = Zondy.Renderer
292
- const { SimpleLineSymbol } = Zondy.Symbol
293
- const { Color } = Zondy
291
+ const { SimpleRenderer } = zondy.renderer
292
+ const { SimpleLineSymbol } = zondy.symbol
293
+ const { Color } = zondy
294
294
  // ES6引入方式
295
295
  import { SimpleRenderer, SimpleLineSymbol, Color } from "@mapgis/webclient-common"
296
296
  // 初始化统一专题图样式对象
@@ -309,9 +309,9 @@ const simpleRenderer = new SimpleRenderer({
309
309
 
310
310
 
311
311
  <pre class="prettyprint"><code>// ES5引入方式
312
- const { SimpleRenderer } = Zondy.Renderer
313
- const { SimpleFillSymbol, SimpleLineSymbol } = Zondy.Symbol
314
- const { Color } = Zondy
312
+ const { SimpleRenderer } = zondy.renderer
313
+ const { SimpleFillSymbol, SimpleLineSymbol } = zondy.symbol
314
+ const { Color } = zondy
315
315
  // ES6引入方式
316
316
  import { SimpleRenderer, SimpleFillSymbol, SimpleLineSymbol, Color } from "@mapgis/webclient-common"
317
317
  // 初始化统一专题图样式对象,更多样式详见:<a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html><code>《SimpleFillSymbol》</code></a>
@@ -333,7 +333,7 @@
333
333
  }
334
334
  ]
335
335
  }
336
- ] </code></pre>
336
+ ]</code></pre>
337
337
 
338
338
 
339
339
 
@@ -389,7 +389,7 @@
389
389
 
390
390
 
391
391
  <pre class="prettyprint"><code>// ES5引入方式
392
- const { SketchEditor } = Zondy
392
+ const { SketchEditor } = zondy.tool.sketch
393
393
  // ES6引入方式
394
394
  import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
395
395
 
@@ -37,7 +37,7 @@
37
37
  <div class="description">
38
38
  <p>空间参考系
39
39
  <br><br>[ES5引入方式]:<br/>
40
- Zondy.SpatialReference() <br/>
40
+ zondy.SpatialReference() <br/>
41
41
  [ES6引入方式]:<br/>
42
42
  import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
43
43
  <br/></p>
@@ -965,7 +965,7 @@ symbol.color = 'rgba(255,0,0,1)'</code></pre>
965
965
 
966
966
 
967
967
  <pre class="prettyprint"><code>// ES5引入方式
968
- const { Symbol, Color } = Zondy
968
+ const { Symbol, Color } = zondy
969
969
  // ES6引入方式
970
970
  import { Symbol, Color } from "@mapgis/webclient-common"
971
971
  const simpleLineSymbol = Symbol.fromJSON({
@@ -206,7 +206,7 @@
206
206
 
207
207
 
208
208
  <pre class="prettyprint"><code>// ES5引入方式
209
- const { TerrainCacheLayer } = Zondy.Layer
209
+ const { TerrainCacheLayer } = zondy.layer
210
210
  // ES6引入方式
211
211
  import { TerrainCacheLayer } from "@mapgis/webclient-common"
212
212
  // 初始化地形图层对象
@@ -208,7 +208,7 @@
208
208
 
209
209
  <pre class="prettyprint"><code>//初始化TerrainServer服务对象
210
210
  // ES5引入方式
211
- const { TerrainServer } = Zondy.Service
211
+ const { TerrainServer } = zondy.service
212
212
  // ES6引入方式
213
213
  import { TerrainServer } from "@mapgis/webclient-common"
214
214
  terrainServer = new TerrainServer({
@@ -613,7 +613,7 @@ import { TerrainServer } from "@mapgis/webclient-common"
613
613
 
614
614
  <pre class="prettyprint"><code>//设置请求基地址
615
615
  // ES5引入方式
616
- const { BaseServer } = Zondy.Service
616
+ const { BaseServer } = zondy.service
617
617
  // ES6引入方式
618
618
  import { BaseServer } from "@mapgis/webclient-common"
619
619
  let BaseServer = new BaseServer({
@@ -714,7 +714,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
714
714
 
715
715
  <pre class="prettyprint"><code>//设置请求头参数
716
716
  // ES5引入方式
717
- const { BaseServer } = Zondy.Service
717
+ const { BaseServer } = zondy.service
718
718
  // ES6引入方式
719
719
  import { BaseServer } from "@mapgis/webclient-common"
720
720
  let BaseServer = new BaseServer({
@@ -816,7 +816,7 @@ BaseServer.headers.token = '新token';</code></pre>
816
816
 
817
817
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
818
818
  // ES5引入方式
819
- const { BaseServer,RequestInterceptor } = Zondy.Service
819
+ const { BaseServer,RequestInterceptor } = zondy.service
820
820
  // ES6引入方式
821
821
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
822
822
  let BaseServer = new BaseServer({
@@ -925,7 +925,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
925
925
  <pre class="prettyprint"><code>//设置超时时间
926
926
  //初始化AddressServer服务对象
927
927
  // ES5引入方式
928
- const { BaseServer } = Zondy.Service
928
+ const { BaseServer } = zondy.service
929
929
  // ES6引入方式
930
930
  import { BaseServer } from "@mapgis/webclient-common"
931
931
  let BaseServer = new BaseServer({
@@ -1022,7 +1022,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1022
1022
 
1023
1023
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
1024
1024
  // ES5引入方式
1025
- const { BaseServer,ResponseInterceptor } = Zondy.Service
1025
+ const { BaseServer,ResponseInterceptor } = zondy.service
1026
1026
  // ES6引入方式
1027
1027
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
1028
1028
  let BaseServer = new BaseServer({
@@ -1132,8 +1132,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1132
1132
 
1133
1133
  <pre class="prettyprint"><code>//设置token值
1134
1134
  // ES5引入方式
1135
- const { BaseServer } = Zondy.Service
1136
- const { TokenAttachType } = Zondy.Enum
1135
+ const { BaseServer } = zondy.service
1136
+ const { TokenAttachType } = zondy.enum
1137
1137
  // ES6引入方式
1138
1138
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
1139
1139
  let BaseServer = new BaseServer({
@@ -1234,7 +1234,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1234
1234
 
1235
1235
  <pre class="prettyprint"><code>//设置token名
1236
1236
  // ES5引入方式
1237
- const { BaseServer } = Zondy.Service
1237
+ const { BaseServer } = zondy.service
1238
1238
  // ES6引入方式
1239
1239
  import { BaseServer } from "@mapgis/webclient-common"
1240
1240
  let BaseServer = new BaseServer({
@@ -1331,7 +1331,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1331
1331
 
1332
1332
  <pre class="prettyprint"><code>//设置token值
1333
1333
  // ES5引入方式
1334
- const { BaseServer } = Zondy.Service
1334
+ const { BaseServer } = zondy.service
1335
1335
  // ES6引入方式
1336
1336
  import { BaseServer } from "@mapgis/webclient-common"
1337
1337
  let BaseServer = new BaseServer({
@@ -1428,7 +1428,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1428
1428
 
1429
1429
  <pre class="prettyprint"><code>//设置请求基地址
1430
1430
  // ES5引入方式
1431
- const { BaseServer } = Zondy.Service
1431
+ const { BaseServer } = zondy.service
1432
1432
  // ES6引入方式
1433
1433
  import { BaseServer } from "@mapgis/webclient-common"
1434
1434
  let BaseServer = new BaseServer({
@@ -37,7 +37,7 @@
37
37
  <div class="description">
38
38
  <p>文本符号,支持点几何对象,参考示例:<a href='#new-TextSymbol'>[创建文本样式]</a>
39
39
  <br><br>[ES5引入方式]:<br/>
40
- Zondy.Symbol.TextSymbol() <br/>
40
+ zondy.symbol.TextSymbol() <br/>
41
41
  [ES6引入方式]:<br/>
42
42
  import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
43
43
  <br/></p>
@@ -255,7 +255,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
255
255
 
256
256
  <td class="default">
257
257
 
258
- New Zondy.Color(0,0,0)
258
+ New zondy.Color(0,0,0)
259
259
 
260
260
  </td>
261
261
 
@@ -733,8 +733,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
733
733
 
734
734
 
735
735
  <pre class="prettyprint"><code>// ES5引入方式
736
- const { TextSymbol } = Zondy.Symbol
737
- const { TextSymbol, Color } = Zondy
736
+ const { TextSymbol } = zondy.symbol
737
+ const { TextSymbol, Color } = zondy
738
738
  // ES6引入方式
739
739
  import { TextSymbol, Color } from "@mapgis/webclient-common"
740
740
  const textSymbol = new TextSymbol({
@@ -481,8 +481,8 @@ ColorMaterial: 纯色材质,通过设置纯色材质来设置文字颜色</p><
481
481
 
482
482
 
483
483
  <pre class="prettyprint"><code>// ES5引入方式
484
- const { Color } = Zondy
485
- const { TextSymbol3DLayer, ColorMaterial } = Zondy.Symbol
484
+ const { Color } = zondy
485
+ const { TextSymbol3DLayer, ColorMaterial } = zondy.symbol
486
486
  // ES6引入方式
487
487
  import { TextSymbol3DLayer, ColorMaterial, Color } from "@mapgis/webclient-common"
488
488
 
@@ -195,7 +195,7 @@
195
195
 
196
196
 
197
197
  <pre class="prettyprint"><code>// ES5引入方式
198
- const { ThemeServer } = Zondy.Service
198
+ const { ThemeServer } = zondy.service
199
199
  // ES6引入方式
200
200
  import { ThemeServer } from "@mapgis/webclient-common"
201
201
  const themeServer = new ThemeServer({
@@ -599,7 +599,7 @@ const themeServer = new ThemeServer({
599
599
 
600
600
  <pre class="prettyprint"><code>//设置请求基地址
601
601
  // ES5引入方式
602
- const { BaseServer } = Zondy.Service
602
+ const { BaseServer } = zondy.service
603
603
  // ES6引入方式
604
604
  import { BaseServer } from "@mapgis/webclient-common"
605
605
  let BaseServer = new BaseServer({
@@ -700,7 +700,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
700
700
 
701
701
  <pre class="prettyprint"><code>//设置请求头参数
702
702
  // ES5引入方式
703
- const { BaseServer } = Zondy.Service
703
+ const { BaseServer } = zondy.service
704
704
  // ES6引入方式
705
705
  import { BaseServer } from "@mapgis/webclient-common"
706
706
  let BaseServer = new BaseServer({
@@ -802,7 +802,7 @@ BaseServer.headers.token = '新token';</code></pre>
802
802
 
803
803
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
804
804
  // ES5引入方式
805
- const { BaseServer,RequestInterceptor } = Zondy.Service
805
+ const { BaseServer,RequestInterceptor } = zondy.service
806
806
  // ES6引入方式
807
807
  import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
808
808
  let BaseServer = new BaseServer({
@@ -911,7 +911,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
911
911
  <pre class="prettyprint"><code>//设置超时时间
912
912
  //初始化AddressServer服务对象
913
913
  // ES5引入方式
914
- const { BaseServer } = Zondy.Service
914
+ const { BaseServer } = zondy.service
915
915
  // ES6引入方式
916
916
  import { BaseServer } from "@mapgis/webclient-common"
917
917
  let BaseServer = new BaseServer({
@@ -1008,7 +1008,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1008
1008
 
1009
1009
  <pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
1010
1010
  // ES5引入方式
1011
- const { BaseServer,ResponseInterceptor } = Zondy.Service
1011
+ const { BaseServer,ResponseInterceptor } = zondy.service
1012
1012
  // ES6引入方式
1013
1013
  import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
1014
1014
  let BaseServer = new BaseServer({
@@ -1118,8 +1118,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1118
1118
 
1119
1119
  <pre class="prettyprint"><code>//设置token值
1120
1120
  // ES5引入方式
1121
- const { BaseServer } = Zondy.Service
1122
- const { TokenAttachType } = Zondy.Enum
1121
+ const { BaseServer } = zondy.service
1122
+ const { TokenAttachType } = zondy.enum
1123
1123
  // ES6引入方式
1124
1124
  import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
1125
1125
  let BaseServer = new BaseServer({
@@ -1220,7 +1220,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1220
1220
 
1221
1221
  <pre class="prettyprint"><code>//设置token名
1222
1222
  // ES5引入方式
1223
- const { BaseServer } = Zondy.Service
1223
+ const { BaseServer } = zondy.service
1224
1224
  // ES6引入方式
1225
1225
  import { BaseServer } from "@mapgis/webclient-common"
1226
1226
  let BaseServer = new BaseServer({
@@ -1317,7 +1317,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1317
1317
 
1318
1318
  <pre class="prettyprint"><code>//设置token值
1319
1319
  // ES5引入方式
1320
- const { BaseServer } = Zondy.Service
1320
+ const { BaseServer } = zondy.service
1321
1321
  // ES6引入方式
1322
1322
  import { BaseServer } from "@mapgis/webclient-common"
1323
1323
  let BaseServer = new BaseServer({
@@ -1414,7 +1414,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1414
1414
 
1415
1415
  <pre class="prettyprint"><code>//设置请求基地址
1416
1416
  // ES5引入方式
1417
- const { BaseServer } = Zondy.Service
1417
+ const { BaseServer } = zondy.service
1418
1418
  // ES6引入方式
1419
1419
  import { BaseServer } from "@mapgis/webclient-common"
1420
1420
  let BaseServer = new BaseServer({
@@ -1772,7 +1772,7 @@ BaseServer.url = '新URL';</code></pre>
1772
1772
 
1773
1773
  <pre class="prettyprint"><code>//回调方式
1774
1774
  // ES5引入方式
1775
- const { Theme } = Zondy.Object
1775
+ const { Theme } = zondy.object
1776
1776
  // ES6引入方式
1777
1777
  import { Theme } from "@mapgis/webclient-common"
1778
1778
  //专题图信息数组