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