@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.
- package/README.md +12 -37
- package/dist/es5/webclient-common.min.js +15 -4
- package/dist/webclient-common-es6.min.js +16 -5
- package/documention/AddressServer.html +12 -12
- package/documention/ArcGISFeatureServer.html +10 -10
- package/documention/ArcGISGeometryServer.html +10 -10
- package/documention/ArcGISMapImageLayer.html +10 -10
- package/documention/ArcGISMapImageSubLayer.html +311 -7
- package/documention/ArcGISMapServer.html +414 -10
- package/documention/ArcGISTileLayer.html +121 -13
- package/documention/ArcGISVectorTileLayer.html +7 -7
- package/documention/ArcGISVectorTileServer.html +10 -10
- package/documention/BaseRenderer.html +239 -0
- package/documention/BaseServer.html +11 -11
- package/documention/BaseView.html +458 -3
- package/documention/Basemap.html +3 -3
- package/documention/Callout3D.html +107 -0
- package/documention/Cesium3DTilesCacheLayer.html +149 -177
- package/documention/Cesium3DTilesServer.html +11 -11
- package/documention/Circle.html +110 -7
- package/documention/ClassBreakInfo.html +0 -217
- package/documention/ClassBreakRenderer.html +413 -23
- package/documention/ClusterRenderer.html +247 -7
- package/documention/Config.html +4 -4
- package/documention/Extent.html +118 -15
- package/documention/ExtrudeSymbol3DLayer.html +109 -2
- package/documention/Feature.html +7 -7
- package/documention/FeatureLayer.html +116 -8
- package/documention/FeatureServer.html +27 -27
- package/documention/FeatureSet.html +7 -7
- package/documention/FillSymbol.html +107 -0
- package/documention/FillSymbol3DLayer.html +109 -2
- package/documention/Font.html +4 -4
- package/documention/GeoJSONLayer.html +142 -34
- package/documention/Geometry.html +138 -7
- package/documention/GeometryEngine.html +79 -79
- package/documention/GeometryServer.html +30 -30
- package/documention/GraphicsLayer.html +147 -39
- package/documention/GroupLayer.html +120 -12
- package/documention/HeatmapRenderer.html +107 -0
- package/documention/IGSFeatureLayer.html +25 -25
- package/documention/IGSMapImageLayer.html +46 -46
- package/documention/IGSMapImageSubLayer.html +307 -3
- package/documention/IGSSceneLayer.html +11 -11
- package/documention/IGSSceneSubLayer.html +213 -33
- package/documention/IGSTileLayer.html +126 -19
- package/documention/IGSVectorTileLayer.html +230 -43
- package/documention/IGSVectorTileSubLayer.html +5 -4
- package/documention/IconSymbol3DLayer.html +111 -4
- package/documention/ImageServer.html +11 -11
- package/documention/LabelClass.html +10 -5
- package/documention/LabelSymbol3D.html +2 -2
- package/documention/Layer.html +244 -9
- package/documention/LineCallout3D.html +107 -0
- package/documention/LineString.html +113 -10
- package/documention/LineSymbol.html +107 -0
- package/documention/LineSymbol3D.html +2 -2
- package/documention/LineSymbol3DLayer.html +109 -2
- package/documention/M3DModelCacheLayer.html +133 -79
- package/documention/M3DServer.html +12 -12
- package/documention/Map.html +32 -5
- package/documention/MapGISTextSymbol.html +110 -3
- package/documention/MapImageLayer.html +527 -16
- package/documention/MapServer.html +14 -14
- package/documention/MapView.html +204 -3
- package/documention/MarkerSymbol.html +107 -0
- package/documention/MultiLineString.html +116 -13
- package/documention/MultiPoint.html +113 -10
- package/documention/MultiPolygon.html +112 -9
- package/documention/OGCLayer.html +116 -8
- package/documention/ObjectSymbol3DLayer.html +111 -4
- package/documention/OutStatistic.html +1 -1
- package/documention/OverlayLayer.html +116 -8
- package/documention/PathSymbol3DLayer.html +109 -2
- package/documention/PictureFillSymbol.html +169 -8
- package/documention/PictureMarkerSymbol.html +3 -3
- package/documention/PlotServer.html +10 -10
- package/documention/PoiServer.html +12 -12
- package/documention/Point.html +115 -12
- package/documention/PointSymbol3D.html +3 -3
- package/documention/Polygon.html +117 -14
- package/documention/PolygonSymbol3D.html +2 -2
- package/documention/Projection.html +429 -8
- package/documention/RandomRenderer.html +108 -1
- package/documention/RankRenderer.html +109 -2
- package/documention/ResourceServer.html +150 -150
- package/documention/RootServer.html +12 -12
- package/documention/SceneLayer.html +116 -8
- package/documention/SceneServer.html +16 -16
- package/documention/SceneView.html +10164 -130
- package/documention/SecurityServer.html +12 -12
- package/documention/SimpleFillSymbol.html +110 -3
- package/documention/SimpleLineSymbol.html +3 -3
- package/documention/SimpleMarkerSymbol.html +3 -3
- package/documention/SimpleRenderer.html +116 -9
- package/documention/SizeVariable.html +1 -1
- package/documention/SketchBaseDrawTool.html +181 -3
- package/documention/SketchCircleDrawTool.html +159 -3
- package/documention/SketchEditor.html +2 -2
- package/documention/SketchEditorCesium.html +1 -1
- package/documention/SketchEditorVideo.html +2 -2
- package/documention/SketchEditorVideoBase.html +3 -3
- package/documention/SketchExtentDrawTool.html +159 -3
- package/documention/SketchFreehandPolygonDrawTool.html +159 -3
- package/documention/SketchFreehandPolylineDrawTool.html +159 -3
- package/documention/SketchPointDrawTool.html +159 -3
- package/documention/SketchPolygonDrawTool.html +318 -6
- package/documention/SketchPolylineDrawTool.html +318 -6
- package/documention/SpatialReference.html +1 -1
- package/documention/SubLayer.html +296 -26
- package/documention/Symbol.html +134 -1
- package/documention/Symbol3DLayer.html +107 -0
- package/documention/Symbol3DVerticalOffset.html +107 -0
- package/documention/TerrainCacheLayer.html +133 -165
- package/documention/TerrainServer.html +11 -11
- package/documention/TextSymbol.html +111 -4
- package/documention/TextSymbol3DLayer.html +109 -2
- package/documention/ThemeServer.html +13 -13
- package/documention/TileLayer.html +116 -8
- package/documention/TileServer.html +12 -12
- package/documention/UniqueValueInfo.html +0 -217
- package/documention/UniqueValueRenderer.html +125 -18
- package/documention/UnknownLayer.html +116 -8
- package/documention/VectorTileLayer.html +117 -9
- package/documention/VectorTileServer.html +11 -11
- package/documention/VectorTileSubLayer.html +304 -0
- package/documention/VideoMapView.html +4 -4
- package/documention/WCSServer.html +10 -10
- package/documention/WFSLayer.html +140 -32
- package/documention/WFSServer.html +11 -11
- package/documention/WMSLayer.html +131 -23
- package/documention/WMSServer.html +12 -12
- package/documention/WMSSubLayer.html +218 -7
- package/documention/WMTSLayer.html +126 -18
- package/documention/WMTSServer.html +12 -12
- package/documention/WMTSSubLayer.html +116 -8
- package/documention/WPSServer.html +10 -10
- package/documention/WaterSymbol3DLayer.html +107 -0
- package/documention/WebTileLayer.html +121 -13
- package/documention/WorkFlowServer.html +12 -12
- package/documention/WorkFlowServer600227.html +12 -12
- package/documention/WorkFlowServer600228.html +13 -13
- package/documention/WorkFlowServer600229.html +12 -12
- package/documention/WorkFlowServer600230.html +12 -12
- package/documention/WorkFlowServer600231.html +12 -12
- package/documention/WorkFlowServer600232.html +13 -13
- package/documention/WorkFlowServer600233.html +14 -14
- package/documention/WorkFlowServer600235.html +12 -12
- package/documention/WorkFlowServer600237.html +13 -13
- package/documention/WorkFlowServer600238.html +15 -15
- package/documention/WorkFlowServer600239.html +16 -16
- package/documention/WorkFlowServer600307.html +14 -14
- package/documention/WorkFlowServer600308.html +2 -2
- package/documention/WorkFlowServer600309.html +12 -12
- package/documention/WorkFlowServer600314.html +12 -12
- package/documention/WorkFlowServer600334.html +12 -12
- package/documention/WorkFlowServer600336.html +12 -12
- package/documention/WorkFlowServer600340.html +12 -12
- package/documention/WorkFlowServer600354.html +12 -12
- package/documention/WorkFlowServer600368.html +12 -12
- package/documention/WorkFlowServer600369.html +12 -12
- package/documention/WorkFlowServer600370.html +12 -12
- package/documention/global.html +1024 -1874
- package/documention/index.html +84 -78
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
- package/documention/scripts/sideBar.js +16 -2
- package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
- package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
- package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
- package/package.json +14 -13
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
tolerance: 0.001,
|
|
451
451
|
});
|
|
452
452
|
workFlowServer600229.execute({
|
|
453
|
-
method:
|
|
453
|
+
method: zondy.enum.FetchMethod.get,
|
|
454
454
|
success: function (res) {
|
|
455
455
|
console.log("execute: ", res);
|
|
456
456
|
},
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
|
|
1374
1374
|
<pre class="prettyprint"><code>//设置请求基地址
|
|
1375
1375
|
// ES5引入方式
|
|
1376
|
-
const { BaseServer } =
|
|
1376
|
+
const { BaseServer } = zondy.service
|
|
1377
1377
|
// ES6引入方式
|
|
1378
1378
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1379
1379
|
let BaseServer = new BaseServer({
|
|
@@ -1632,7 +1632,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1632
1632
|
|
|
1633
1633
|
<pre class="prettyprint"><code>//设置请求头参数
|
|
1634
1634
|
// ES5引入方式
|
|
1635
|
-
const { BaseServer } =
|
|
1635
|
+
const { BaseServer } = zondy.service
|
|
1636
1636
|
// ES6引入方式
|
|
1637
1637
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1638
1638
|
let BaseServer = new BaseServer({
|
|
@@ -1959,7 +1959,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1959
1959
|
|
|
1960
1960
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
1961
1961
|
// ES5引入方式
|
|
1962
|
-
const { BaseServer,RequestInterceptor } =
|
|
1962
|
+
const { BaseServer,RequestInterceptor } = zondy.service
|
|
1963
1963
|
// ES6引入方式
|
|
1964
1964
|
import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
|
|
1965
1965
|
let BaseServer = new BaseServer({
|
|
@@ -2068,7 +2068,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
2068
2068
|
<pre class="prettyprint"><code>//设置超时时间
|
|
2069
2069
|
//初始化AddressServer服务对象
|
|
2070
2070
|
// ES5引入方式
|
|
2071
|
-
const { BaseServer } =
|
|
2071
|
+
const { BaseServer } = zondy.service
|
|
2072
2072
|
// ES6引入方式
|
|
2073
2073
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2074
2074
|
let BaseServer = new BaseServer({
|
|
@@ -2165,7 +2165,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
2165
2165
|
|
|
2166
2166
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2167
2167
|
// ES5引入方式
|
|
2168
|
-
const { BaseServer,ResponseInterceptor } =
|
|
2168
|
+
const { BaseServer,ResponseInterceptor } = zondy.service
|
|
2169
2169
|
// ES6引入方式
|
|
2170
2170
|
import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
|
|
2171
2171
|
let BaseServer = new BaseServer({
|
|
@@ -2425,8 +2425,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2425
2425
|
|
|
2426
2426
|
<pre class="prettyprint"><code>//设置token值
|
|
2427
2427
|
// ES5引入方式
|
|
2428
|
-
const { BaseServer } =
|
|
2429
|
-
const { TokenAttachType } =
|
|
2428
|
+
const { BaseServer } = zondy.service
|
|
2429
|
+
const { TokenAttachType } = zondy.enum
|
|
2430
2430
|
// ES6引入方式
|
|
2431
2431
|
import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
|
|
2432
2432
|
let BaseServer = new BaseServer({
|
|
@@ -2527,7 +2527,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2527
2527
|
|
|
2528
2528
|
<pre class="prettyprint"><code>//设置token名
|
|
2529
2529
|
// ES5引入方式
|
|
2530
|
-
const { BaseServer } =
|
|
2530
|
+
const { BaseServer } = zondy.service
|
|
2531
2531
|
// ES6引入方式
|
|
2532
2532
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2533
2533
|
let BaseServer = new BaseServer({
|
|
@@ -2624,7 +2624,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2624
2624
|
|
|
2625
2625
|
<pre class="prettyprint"><code>//设置token值
|
|
2626
2626
|
// ES5引入方式
|
|
2627
|
-
const { BaseServer } =
|
|
2627
|
+
const { BaseServer } = zondy.service
|
|
2628
2628
|
// ES6引入方式
|
|
2629
2629
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2630
2630
|
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:
|
|
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:
|
|
4478
|
+
method: zondy.enum.FetchMethod.get,
|
|
4479
4479
|
success: function (res) {
|
|
4480
4480
|
console.log("submit: ", res);
|
|
4481
4481
|
},
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
tolerance: 0.001,
|
|
449
449
|
});
|
|
450
450
|
workFlowServer600230.execute({
|
|
451
|
-
method:
|
|
451
|
+
method: zondy.enum.FetchMethod.get,
|
|
452
452
|
success: function (res) {
|
|
453
453
|
console.log("execute: ", res);
|
|
454
454
|
},
|
|
@@ -1296,7 +1296,7 @@
|
|
|
1296
1296
|
|
|
1297
1297
|
<pre class="prettyprint"><code>//设置请求基地址
|
|
1298
1298
|
// ES5引入方式
|
|
1299
|
-
const { BaseServer } =
|
|
1299
|
+
const { BaseServer } = zondy.service
|
|
1300
1300
|
// ES6引入方式
|
|
1301
1301
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1302
1302
|
let BaseServer = new BaseServer({
|
|
@@ -1555,7 +1555,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1555
1555
|
|
|
1556
1556
|
<pre class="prettyprint"><code>//设置请求头参数
|
|
1557
1557
|
// ES5引入方式
|
|
1558
|
-
const { BaseServer } =
|
|
1558
|
+
const { BaseServer } = zondy.service
|
|
1559
1559
|
// ES6引入方式
|
|
1560
1560
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1561
1561
|
let BaseServer = new BaseServer({
|
|
@@ -1807,7 +1807,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1807
1807
|
|
|
1808
1808
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
1809
1809
|
// ES5引入方式
|
|
1810
|
-
const { BaseServer,RequestInterceptor } =
|
|
1810
|
+
const { BaseServer,RequestInterceptor } = zondy.service
|
|
1811
1811
|
// ES6引入方式
|
|
1812
1812
|
import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
|
|
1813
1813
|
let BaseServer = new BaseServer({
|
|
@@ -1916,7 +1916,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
1916
1916
|
<pre class="prettyprint"><code>//设置超时时间
|
|
1917
1917
|
//初始化AddressServer服务对象
|
|
1918
1918
|
// ES5引入方式
|
|
1919
|
-
const { BaseServer } =
|
|
1919
|
+
const { BaseServer } = zondy.service
|
|
1920
1920
|
// ES6引入方式
|
|
1921
1921
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1922
1922
|
let BaseServer = new BaseServer({
|
|
@@ -2013,7 +2013,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
2013
2013
|
|
|
2014
2014
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2015
2015
|
// ES5引入方式
|
|
2016
|
-
const { BaseServer,ResponseInterceptor } =
|
|
2016
|
+
const { BaseServer,ResponseInterceptor } = zondy.service
|
|
2017
2017
|
// ES6引入方式
|
|
2018
2018
|
import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
|
|
2019
2019
|
let BaseServer = new BaseServer({
|
|
@@ -2423,8 +2423,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2423
2423
|
|
|
2424
2424
|
<pre class="prettyprint"><code>//设置token值
|
|
2425
2425
|
// ES5引入方式
|
|
2426
|
-
const { BaseServer } =
|
|
2427
|
-
const { TokenAttachType } =
|
|
2426
|
+
const { BaseServer } = zondy.service
|
|
2427
|
+
const { TokenAttachType } = zondy.enum
|
|
2428
2428
|
// ES6引入方式
|
|
2429
2429
|
import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
|
|
2430
2430
|
let BaseServer = new BaseServer({
|
|
@@ -2525,7 +2525,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2525
2525
|
|
|
2526
2526
|
<pre class="prettyprint"><code>//设置token名
|
|
2527
2527
|
// ES5引入方式
|
|
2528
|
-
const { BaseServer } =
|
|
2528
|
+
const { BaseServer } = zondy.service
|
|
2529
2529
|
// ES6引入方式
|
|
2530
2530
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2531
2531
|
let BaseServer = new BaseServer({
|
|
@@ -2622,7 +2622,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2622
2622
|
|
|
2623
2623
|
<pre class="prettyprint"><code>//设置token值
|
|
2624
2624
|
// ES5引入方式
|
|
2625
|
-
const { BaseServer } =
|
|
2625
|
+
const { BaseServer } = zondy.service
|
|
2626
2626
|
// ES6引入方式
|
|
2627
2627
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2628
2628
|
let BaseServer = new BaseServer({
|
|
@@ -3221,7 +3221,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3221
3221
|
|
|
3222
3222
|
|
|
3223
3223
|
<pre class="prettyprint"><code>workflow.execute({
|
|
3224
|
-
method:
|
|
3224
|
+
method: zondy.enum.FetchMethod.get,
|
|
3225
3225
|
success: function (res) {
|
|
3226
3226
|
console.log("execute: ", res);
|
|
3227
3227
|
},
|
|
@@ -4473,7 +4473,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
4473
4473
|
<div class="columns">
|
|
4474
4474
|
|
|
4475
4475
|
<div class='param-desc column is-7'><p>workflow.submit({
|
|
4476
|
-
method:
|
|
4476
|
+
method: zondy.enum.FetchMethod.get,
|
|
4477
4477
|
success: function (res) {
|
|
4478
4478
|
console.log("submit: ", res);
|
|
4479
4479
|
},
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
isMultiFeatureOpr: true,
|
|
563
563
|
});
|
|
564
564
|
workFlowServer600231.execute({
|
|
565
|
-
method:
|
|
565
|
+
method: zondy.enum.FetchMethod.get,
|
|
566
566
|
success: function (res) {
|
|
567
567
|
console.log("execute: ", res);
|
|
568
568
|
},
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
|
|
1633
1633
|
<pre class="prettyprint"><code>//设置请求基地址
|
|
1634
1634
|
// ES5引入方式
|
|
1635
|
-
const { BaseServer } =
|
|
1635
|
+
const { BaseServer } = zondy.service
|
|
1636
1636
|
// ES6引入方式
|
|
1637
1637
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1638
1638
|
let BaseServer = new BaseServer({
|
|
@@ -1966,7 +1966,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1966
1966
|
|
|
1967
1967
|
<pre class="prettyprint"><code>//设置请求头参数
|
|
1968
1968
|
// ES5引入方式
|
|
1969
|
-
const { BaseServer } =
|
|
1969
|
+
const { BaseServer } = zondy.service
|
|
1970
1970
|
// ES6引入方式
|
|
1971
1971
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1972
1972
|
let BaseServer = new BaseServer({
|
|
@@ -2518,7 +2518,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
2518
2518
|
|
|
2519
2519
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2520
2520
|
// ES5引入方式
|
|
2521
|
-
const { BaseServer,RequestInterceptor } =
|
|
2521
|
+
const { BaseServer,RequestInterceptor } = zondy.service
|
|
2522
2522
|
// ES6引入方式
|
|
2523
2523
|
import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
|
|
2524
2524
|
let BaseServer = new BaseServer({
|
|
@@ -2627,7 +2627,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
2627
2627
|
<pre class="prettyprint"><code>//设置超时时间
|
|
2628
2628
|
//初始化AddressServer服务对象
|
|
2629
2629
|
// ES5引入方式
|
|
2630
|
-
const { BaseServer } =
|
|
2630
|
+
const { BaseServer } = zondy.service
|
|
2631
2631
|
// ES6引入方式
|
|
2632
2632
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2633
2633
|
let BaseServer = new BaseServer({
|
|
@@ -2724,7 +2724,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
2724
2724
|
|
|
2725
2725
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2726
2726
|
// ES5引入方式
|
|
2727
|
-
const { BaseServer,ResponseInterceptor } =
|
|
2727
|
+
const { BaseServer,ResponseInterceptor } = zondy.service
|
|
2728
2728
|
// ES6引入方式
|
|
2729
2729
|
import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
|
|
2730
2730
|
let BaseServer = new BaseServer({
|
|
@@ -2984,8 +2984,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2984
2984
|
|
|
2985
2985
|
<pre class="prettyprint"><code>//设置token值
|
|
2986
2986
|
// ES5引入方式
|
|
2987
|
-
const { BaseServer } =
|
|
2988
|
-
const { TokenAttachType } =
|
|
2987
|
+
const { BaseServer } = zondy.service
|
|
2988
|
+
const { TokenAttachType } = zondy.enum
|
|
2989
2989
|
// ES6引入方式
|
|
2990
2990
|
import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
|
|
2991
2991
|
let BaseServer = new BaseServer({
|
|
@@ -3086,7 +3086,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
3086
3086
|
|
|
3087
3087
|
<pre class="prettyprint"><code>//设置token名
|
|
3088
3088
|
// ES5引入方式
|
|
3089
|
-
const { BaseServer } =
|
|
3089
|
+
const { BaseServer } = zondy.service
|
|
3090
3090
|
// ES6引入方式
|
|
3091
3091
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
3092
3092
|
let BaseServer = new BaseServer({
|
|
@@ -3183,7 +3183,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
3183
3183
|
|
|
3184
3184
|
<pre class="prettyprint"><code>//设置token值
|
|
3185
3185
|
// ES5引入方式
|
|
3186
|
-
const { BaseServer } =
|
|
3186
|
+
const { BaseServer } = zondy.service
|
|
3187
3187
|
// ES6引入方式
|
|
3188
3188
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
3189
3189
|
let BaseServer = new BaseServer({
|
|
@@ -3707,7 +3707,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3707
3707
|
|
|
3708
3708
|
|
|
3709
3709
|
<pre class="prettyprint"><code>workflow.execute({
|
|
3710
|
-
method:
|
|
3710
|
+
method: zondy.enum.FetchMethod.get,
|
|
3711
3711
|
success: function (res) {
|
|
3712
3712
|
console.log("execute: ", res);
|
|
3713
3713
|
},
|
|
@@ -4959,7 +4959,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
4959
4959
|
<div class="columns">
|
|
4960
4960
|
|
|
4961
4961
|
<div class='param-desc column is-7'><p>workflow.submit({
|
|
4962
|
-
method:
|
|
4962
|
+
method: zondy.enum.FetchMethod.get,
|
|
4963
4963
|
success: function (res) {
|
|
4964
4964
|
console.log("submit: ", res);
|
|
4965
4965
|
},
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
<h5>示例</h5>
|
|
438
438
|
|
|
439
439
|
|
|
440
|
-
<pre class="prettyprint"><code>const workFlowServer600232 = new
|
|
440
|
+
<pre class="prettyprint"><code>const workFlowServer600232 = new zondy.service.WorkFlowServer600232({
|
|
441
441
|
url: "http://localhost:8089/igs/rest/services/workflow/600232/WorkflowServer",
|
|
442
442
|
srcInfo: "gdbp://MapGISLocalPlus/test/sfcls/林地-gs",
|
|
443
443
|
desInfo: "gdbp://MapGISLocalPlus/test/sfcls/林地-gs-buffer" + Math.random(),
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
isMultiFeatureOpr: false,
|
|
451
451
|
});
|
|
452
452
|
workFlowServer600232.execute({
|
|
453
|
-
method:
|
|
453
|
+
method: zondy.enum.FetchMethod.get,
|
|
454
454
|
success: function (res) {
|
|
455
455
|
console.log("execute: ", res);
|
|
456
456
|
},
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
|
|
1374
1374
|
<pre class="prettyprint"><code>//设置请求基地址
|
|
1375
1375
|
// ES5引入方式
|
|
1376
|
-
const { BaseServer } =
|
|
1376
|
+
const { BaseServer } = zondy.service
|
|
1377
1377
|
// ES6引入方式
|
|
1378
1378
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1379
1379
|
let BaseServer = new BaseServer({
|
|
@@ -1632,7 +1632,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1632
1632
|
|
|
1633
1633
|
<pre class="prettyprint"><code>//设置请求头参数
|
|
1634
1634
|
// ES5引入方式
|
|
1635
|
-
const { BaseServer } =
|
|
1635
|
+
const { BaseServer } = zondy.service
|
|
1636
1636
|
// ES6引入方式
|
|
1637
1637
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1638
1638
|
let BaseServer = new BaseServer({
|
|
@@ -2109,7 +2109,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
2109
2109
|
|
|
2110
2110
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2111
2111
|
// ES5引入方式
|
|
2112
|
-
const { BaseServer,RequestInterceptor } =
|
|
2112
|
+
const { BaseServer,RequestInterceptor } = zondy.service
|
|
2113
2113
|
// ES6引入方式
|
|
2114
2114
|
import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
|
|
2115
2115
|
let BaseServer = new BaseServer({
|
|
@@ -2218,7 +2218,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
2218
2218
|
<pre class="prettyprint"><code>//设置超时时间
|
|
2219
2219
|
//初始化AddressServer服务对象
|
|
2220
2220
|
// ES5引入方式
|
|
2221
|
-
const { BaseServer } =
|
|
2221
|
+
const { BaseServer } = zondy.service
|
|
2222
2222
|
// ES6引入方式
|
|
2223
2223
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2224
2224
|
let BaseServer = new BaseServer({
|
|
@@ -2315,7 +2315,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
2315
2315
|
|
|
2316
2316
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2317
2317
|
// ES5引入方式
|
|
2318
|
-
const { BaseServer,ResponseInterceptor } =
|
|
2318
|
+
const { BaseServer,ResponseInterceptor } = zondy.service
|
|
2319
2319
|
// ES6引入方式
|
|
2320
2320
|
import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
|
|
2321
2321
|
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 } =
|
|
2504
|
-
const { TokenAttachType } =
|
|
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 } =
|
|
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 } =
|
|
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:
|
|
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:
|
|
4478
|
+
method: zondy.enum.FetchMethod.get,
|
|
4479
4479
|
success: function (res) {
|
|
4480
4480
|
console.log("submit: ", res);
|
|
4481
4481
|
},
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
<pre class="prettyprint"><code>const workFlowServer600233 = WorkFlowServer.createWorkFlow({
|
|
414
414
|
url: "http://localhost:8089/igs/rest/services/workflow/600233/WorkflowServer",
|
|
415
415
|
netClsUrl: "gdbp://MapGISLocalPlus/sample/ds/网络分析/ncls/道路交通网",
|
|
416
|
-
flagGeometry: new
|
|
416
|
+
flagGeometry: new zondy.geometry.MultiPoint({
|
|
417
417
|
coordinates: [
|
|
418
418
|
[114.45731, 38.017986],
|
|
419
419
|
[114.46711, 38.023956],
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
],
|
|
423
423
|
}),
|
|
424
424
|
elementType: 1,
|
|
425
|
-
barrierGeometry: new
|
|
425
|
+
barrierGeometry: new zondy.geometry.MultiPoint({
|
|
426
426
|
coordinates: [
|
|
427
427
|
[114.46147, 38.008148],
|
|
428
428
|
[114.43793, 38.014698],
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
outFormat: "JSON",
|
|
436
436
|
});
|
|
437
437
|
workFlowServer600233.execute({
|
|
438
|
-
method:
|
|
438
|
+
method: zondy.enum.FetchMethod.get,
|
|
439
439
|
success: function (res) {
|
|
440
440
|
console.log("execute: ", res);
|
|
441
441
|
},
|
|
@@ -1340,7 +1340,7 @@
|
|
|
1340
1340
|
|
|
1341
1341
|
<pre class="prettyprint"><code>//设置请求基地址
|
|
1342
1342
|
// ES5引入方式
|
|
1343
|
-
const { BaseServer } =
|
|
1343
|
+
const { BaseServer } = zondy.service
|
|
1344
1344
|
// ES6引入方式
|
|
1345
1345
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1346
1346
|
let BaseServer = new BaseServer({
|
|
@@ -1674,7 +1674,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1674
1674
|
|
|
1675
1675
|
<pre class="prettyprint"><code>//设置请求头参数
|
|
1676
1676
|
// ES5引入方式
|
|
1677
|
-
const { BaseServer } =
|
|
1677
|
+
const { BaseServer } = zondy.service
|
|
1678
1678
|
// ES6引入方式
|
|
1679
1679
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1680
1680
|
let BaseServer = new BaseServer({
|
|
@@ -2001,7 +2001,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
2001
2001
|
|
|
2002
2002
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2003
2003
|
// ES5引入方式
|
|
2004
|
-
const { BaseServer,RequestInterceptor } =
|
|
2004
|
+
const { BaseServer,RequestInterceptor } = zondy.service
|
|
2005
2005
|
// ES6引入方式
|
|
2006
2006
|
import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
|
|
2007
2007
|
let BaseServer = new BaseServer({
|
|
@@ -2110,7 +2110,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
2110
2110
|
<pre class="prettyprint"><code>//设置超时时间
|
|
2111
2111
|
//初始化AddressServer服务对象
|
|
2112
2112
|
// ES5引入方式
|
|
2113
|
-
const { BaseServer } =
|
|
2113
|
+
const { BaseServer } = zondy.service
|
|
2114
2114
|
// ES6引入方式
|
|
2115
2115
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2116
2116
|
let BaseServer = new BaseServer({
|
|
@@ -2207,7 +2207,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
2207
2207
|
|
|
2208
2208
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
2209
2209
|
// ES5引入方式
|
|
2210
|
-
const { BaseServer,ResponseInterceptor } =
|
|
2210
|
+
const { BaseServer,ResponseInterceptor } = zondy.service
|
|
2211
2211
|
// ES6引入方式
|
|
2212
2212
|
import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
|
|
2213
2213
|
let BaseServer = new BaseServer({
|
|
@@ -2317,8 +2317,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2317
2317
|
|
|
2318
2318
|
<pre class="prettyprint"><code>//设置token值
|
|
2319
2319
|
// ES5引入方式
|
|
2320
|
-
const { BaseServer } =
|
|
2321
|
-
const { TokenAttachType } =
|
|
2320
|
+
const { BaseServer } = zondy.service
|
|
2321
|
+
const { TokenAttachType } = zondy.enum
|
|
2322
2322
|
// ES6引入方式
|
|
2323
2323
|
import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
|
|
2324
2324
|
let BaseServer = new BaseServer({
|
|
@@ -2419,7 +2419,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2419
2419
|
|
|
2420
2420
|
<pre class="prettyprint"><code>//设置token名
|
|
2421
2421
|
// ES5引入方式
|
|
2422
|
-
const { BaseServer } =
|
|
2422
|
+
const { BaseServer } = zondy.service
|
|
2423
2423
|
// ES6引入方式
|
|
2424
2424
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2425
2425
|
let BaseServer = new BaseServer({
|
|
@@ -2516,7 +2516,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2516
2516
|
|
|
2517
2517
|
<pre class="prettyprint"><code>//设置token值
|
|
2518
2518
|
// ES5引入方式
|
|
2519
|
-
const { BaseServer } =
|
|
2519
|
+
const { BaseServer } = zondy.service
|
|
2520
2520
|
// ES6引入方式
|
|
2521
2521
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
2522
2522
|
let BaseServer = new BaseServer({
|
|
@@ -3115,7 +3115,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3115
3115
|
|
|
3116
3116
|
|
|
3117
3117
|
<pre class="prettyprint"><code>workflow.execute({
|
|
3118
|
-
method:
|
|
3118
|
+
method: zondy.enum.FetchMethod.get,
|
|
3119
3119
|
success: function (res) {
|
|
3120
3120
|
console.log("execute: ", res);
|
|
3121
3121
|
},
|
|
@@ -4367,7 +4367,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
4367
4367
|
<div class="columns">
|
|
4368
4368
|
|
|
4369
4369
|
<div class='param-desc column is-7'><p>workflow.submit({
|
|
4370
|
-
method:
|
|
4370
|
+
method: zondy.enum.FetchMethod.get,
|
|
4371
4371
|
success: function (res) {
|
|
4372
4372
|
console.log("submit: ", res);
|
|
4373
4373
|
},
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
crsName: "高斯大地坐标系_西安80_36带3_北",
|
|
283
283
|
});
|
|
284
284
|
workFlowServer600235.execute({
|
|
285
|
-
method:
|
|
285
|
+
method: zondy.enum.FetchMethod.get,
|
|
286
286
|
success: function (res) {
|
|
287
287
|
console.log("execute: ", res);
|
|
288
288
|
},
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
|
|
1098
1098
|
<pre class="prettyprint"><code>//设置请求基地址
|
|
1099
1099
|
// ES5引入方式
|
|
1100
|
-
const { BaseServer } =
|
|
1100
|
+
const { BaseServer } = zondy.service
|
|
1101
1101
|
// ES6引入方式
|
|
1102
1102
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1103
1103
|
let BaseServer = new BaseServer({
|
|
@@ -1356,7 +1356,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1356
1356
|
|
|
1357
1357
|
<pre class="prettyprint"><code>//设置请求头参数
|
|
1358
1358
|
// ES5引入方式
|
|
1359
|
-
const { BaseServer } =
|
|
1359
|
+
const { BaseServer } = zondy.service
|
|
1360
1360
|
// ES6引入方式
|
|
1361
1361
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1362
1362
|
let BaseServer = new BaseServer({
|
|
@@ -1458,7 +1458,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1458
1458
|
|
|
1459
1459
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
1460
1460
|
// ES5引入方式
|
|
1461
|
-
const { BaseServer,RequestInterceptor } =
|
|
1461
|
+
const { BaseServer,RequestInterceptor } = zondy.service
|
|
1462
1462
|
// ES6引入方式
|
|
1463
1463
|
import { BaseServer,RequestInterceptor } from "@mapgis/webclient-common"
|
|
1464
1464
|
let BaseServer = new BaseServer({
|
|
@@ -1567,7 +1567,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
1567
1567
|
<pre class="prettyprint"><code>//设置超时时间
|
|
1568
1568
|
//初始化AddressServer服务对象
|
|
1569
1569
|
// ES5引入方式
|
|
1570
|
-
const { BaseServer } =
|
|
1570
|
+
const { BaseServer } = zondy.service
|
|
1571
1571
|
// ES6引入方式
|
|
1572
1572
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1573
1573
|
let BaseServer = new BaseServer({
|
|
@@ -1664,7 +1664,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
1664
1664
|
|
|
1665
1665
|
<pre class="prettyprint"><code>//设置拦截器,任何一个继承自BaseServer的对象都可以设置,全局唯一
|
|
1666
1666
|
// ES5引入方式
|
|
1667
|
-
const { BaseServer,ResponseInterceptor } =
|
|
1667
|
+
const { BaseServer,ResponseInterceptor } = zondy.service
|
|
1668
1668
|
// ES6引入方式
|
|
1669
1669
|
import { BaseServer,ResponseInterceptor } from "@mapgis/webclient-common"
|
|
1670
1670
|
let BaseServer = new BaseServer({
|
|
@@ -1774,8 +1774,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
1774
1774
|
|
|
1775
1775
|
<pre class="prettyprint"><code>//设置token值
|
|
1776
1776
|
// ES5引入方式
|
|
1777
|
-
const { BaseServer } =
|
|
1778
|
-
const { TokenAttachType } =
|
|
1777
|
+
const { BaseServer } = zondy.service
|
|
1778
|
+
const { TokenAttachType } = zondy.enum
|
|
1779
1779
|
// ES6引入方式
|
|
1780
1780
|
import { BaseServer,TokenAttachType } from "@mapgis/webclient-common"
|
|
1781
1781
|
let BaseServer = new BaseServer({
|
|
@@ -1876,7 +1876,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
1876
1876
|
|
|
1877
1877
|
<pre class="prettyprint"><code>//设置token名
|
|
1878
1878
|
// ES5引入方式
|
|
1879
|
-
const { BaseServer } =
|
|
1879
|
+
const { BaseServer } = zondy.service
|
|
1880
1880
|
// ES6引入方式
|
|
1881
1881
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1882
1882
|
let BaseServer = new BaseServer({
|
|
@@ -1973,7 +1973,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
1973
1973
|
|
|
1974
1974
|
<pre class="prettyprint"><code>//设置token值
|
|
1975
1975
|
// ES5引入方式
|
|
1976
|
-
const { BaseServer } =
|
|
1976
|
+
const { BaseServer } = zondy.service
|
|
1977
1977
|
// ES6引入方式
|
|
1978
1978
|
import { BaseServer } from "@mapgis/webclient-common"
|
|
1979
1979
|
let BaseServer = new BaseServer({
|
|
@@ -2497,7 +2497,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2497
2497
|
|
|
2498
2498
|
|
|
2499
2499
|
<pre class="prettyprint"><code>workflow.execute({
|
|
2500
|
-
method:
|
|
2500
|
+
method: zondy.enum.FetchMethod.get,
|
|
2501
2501
|
success: function (res) {
|
|
2502
2502
|
console.log("execute: ", res);
|
|
2503
2503
|
},
|
|
@@ -3749,7 +3749,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3749
3749
|
<div class="columns">
|
|
3750
3750
|
|
|
3751
3751
|
<div class='param-desc column is-7'><p>workflow.submit({
|
|
3752
|
-
method:
|
|
3752
|
+
method: zondy.enum.FetchMethod.get,
|
|
3753
3753
|
success: function (res) {
|
|
3754
3754
|
console.log("submit: ", res);
|
|
3755
3755
|
},
|