@mapgis/webclient-common 17.0.2 → 17.0.4
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 +18 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/AddressServer.html +87 -33
- package/documention/ArcGISFeatureServer.html +122 -34
- package/documention/ArcGISGeometryServer.html +101 -36
- package/documention/ArcGISMapImageLayer.html +110 -40
- package/documention/ArcGISMapImageSubLayer.html +50 -24
- package/documention/ArcGISMapServer.html +96 -32
- package/documention/ArcGISTileLayer.html +238 -112
- package/documention/ArcGISVectorTileLayer.html +142 -66
- package/documention/ArcGISVectorTileServer.html +62 -29
- package/documention/BaseRenderer.html +11 -5
- package/documention/BaseServer.html +47 -16
- package/documention/BaseView.html +251 -78
- package/documention/Basemap.html +88 -41
- package/documention/Callout3D.html +18 -12
- package/documention/Cesium3DTilesCacheLayer.html +218 -98
- package/documention/Cesium3DTilesServer.html +59 -27
- package/documention/CheckUtil.html +80 -20
- package/documention/Circle.html +79 -36
- package/documention/ClassBreakClusterInfo.html +26 -12
- package/documention/ClassBreakInfo.html +37 -14
- package/documention/ClassBreakRenderer.html +65 -28
- package/documention/ClusterInfo.html +40 -18
- package/documention/ClusterRenderer.html +70 -32
- package/documention/Collection.html +362 -134
- package/documention/CollectionFlattener.html +28 -6
- package/documention/Color.html +68 -27
- package/documention/ColorMaterial.html +25 -12
- package/documention/ColorStop.html +29 -13
- package/documention/ColorVariable.html +21 -11
- package/documention/Config.html +6 -1
- package/documention/CursorChangeEventInfo.html +5 -2
- package/documention/EchartsLayer.html +17 -7
- package/documention/Edges3D.html +26 -12
- package/documention/ElevationInfo.html +20 -11
- package/documention/Evented.html +12 -2
- package/documention/Extent.html +142 -66
- package/documention/ExtrudeSymbol3DLayer.html +53 -27
- package/documention/Feature.html +63 -29
- package/documention/FeatureExpressionInfo.html +11 -5
- package/documention/FeatureLayer.html +236 -107
- package/documention/FeatureServer.html +185 -43
- package/documention/FeatureSet.html +39 -18
- package/documention/FillSymbol.html +31 -17
- package/documention/FillSymbol3DLayer.html +37 -19
- package/documention/FillSymbol3DOutline.html +33 -16
- package/documention/Font.html +37 -14
- package/documention/GeoJSONLayer.html +260 -116
- package/documention/Geometry.html +73 -28
- package/documention/GeometryEngine.html +288 -169
- package/documention/GeometryFilter.html +21 -14
- package/documention/GeometryServer.html +154 -64
- package/documention/GraphicsLayer.html +293 -134
- package/documention/GroupLayer.html +257 -118
- package/documention/HeatmapColorStop.html +26 -12
- package/documention/HeatmapRenderer.html +54 -21
- package/documention/IGSFeatureLayer.html +103 -41
- package/documention/IGSMapImageLayer.html +159 -68
- package/documention/IGSMapImageSubLayer.html +49 -21
- package/documention/IGSSceneLayer.html +149 -54
- package/documention/IGSSceneSubLayer.html +94 -45
- package/documention/IGSTileLayer.html +239 -114
- package/documention/IGSVectorTileLayer.html +154 -72
- package/documention/IGSVectorTileSubLayer.html +46 -25
- package/documention/IconResource.html +20 -9
- package/documention/IconSymbol3DLayer.html +70 -38
- package/documention/ImageServer.html +89 -31
- package/documention/Interceptor.html +4 -0
- package/documention/LOD.html +26 -10
- package/documention/LabelClass.html +100 -35
- package/documention/LabelSymbol3D.html +41 -22
- package/documention/Layer.html +220 -85
- package/documention/LayerEvent.html +1 -0
- package/documention/LayerViewUpdateEvent.html +2 -0
- package/documention/LineCallout3D.html +47 -20
- package/documention/LineString.html +103 -50
- package/documention/LineStyleMarker3D.html +45 -22
- package/documention/LineStylePattern3D.html +25 -12
- package/documention/LineSymbol.html +27 -13
- package/documention/LineSymbol3D.html +24 -13
- package/documention/LineSymbol3DLayer.html +70 -38
- package/documention/LineSymbolMarker.html +21 -9
- package/documention/Log.html +3 -3
- package/documention/M3DModelCacheLayer.html +237 -108
- package/documention/M3DServer.html +74 -28
- package/documention/Map.html +127 -53
- package/documention/MapGISTextSymbol.html +173 -79
- package/documention/MapImageLayer.html +542 -204
- package/documention/MapServer.html +173 -55
- package/documention/MapVLayer.html +122 -60
- package/documention/MapView.html +293 -116
- package/documention/MarkerSymbol.html +35 -15
- package/documention/MoveEventInfo.html +5 -2
- package/documention/MultiLineString.html +126 -60
- package/documention/MultiPoint.html +100 -48
- package/documention/MultiPolygon.html +93 -44
- package/documention/OGCLayer.html +215 -99
- package/documention/ObjectSymbol3DLayer.html +85 -38
- package/documention/OpacityStop.html +26 -10
- package/documention/OpacityVariable.html +21 -11
- package/documention/OutStatistic.html +15 -5
- package/documention/OverlayLayer.html +214 -99
- package/documention/PathSymbol3DLayer.html +101 -53
- package/documention/PictureFillSymbol.html +59 -24
- package/documention/PictureMarkerSymbol.html +48 -19
- package/documention/PlotServer.html +101 -38
- package/documention/PoiServer.html +65 -27
- package/documention/Point.html +100 -47
- package/documention/PointSymbol3D.html +41 -22
- package/documention/PointSymbol3DOutline.html +28 -13
- package/documention/Polygon.html +138 -64
- package/documention/PolygonSymbol3D.html +30 -15
- package/documention/ProjectInfo.html +12 -0
- package/documention/ProjectInfoBySrsID.html +6 -0
- package/documention/Projection.html +11 -7
- package/documention/RandomRenderer.html +26 -12
- package/documention/RankRenderer.html +57 -22
- package/documention/RendererInfo.html +135 -9
- package/documention/RequestConfig.html +3 -1
- package/documention/RequestInterceptor.html +9 -2
- package/documention/ResourceServer.html +597 -84
- package/documention/ResponseInterceptor.html +9 -2
- package/documention/RootServer.html +64 -27
- package/documention/ScaleEventInfo.html +5 -2
- package/documention/Scene.html +67 -20
- package/documention/SceneLayer.html +219 -99
- package/documention/SceneServer.html +164 -61
- package/documention/SceneView.html +6 -3
- package/documention/SecurityServer.html +59 -26
- package/documention/SimpleFillSymbol.html +43 -22
- package/documention/SimpleLineSymbol.html +55 -24
- package/documention/SimpleMarkerSymbol.html +55 -23
- package/documention/SimpleRenderer.html +41 -19
- package/documention/SizeStop.html +26 -10
- package/documention/SizeVariable.html +37 -15
- package/documention/SketchBaseDrawTool.html +107 -52
- package/documention/SketchCircleDrawTool.html +141 -81
- package/documention/SketchEditor.html +209 -102
- package/documention/SketchEditorCesium.html +243 -141
- package/documention/SketchEditorEvent.html +1 -0
- package/documention/SketchEditorToolEventInfo.html +3 -1
- package/documention/SketchEditorVideo.html +46 -23
- package/documention/SketchEditorVideoBase.html +46 -23
- package/documention/SketchExtentDrawTool.html +141 -81
- package/documention/SketchFreehandPolygonDrawTool.html +135 -77
- package/documention/SketchFreehandPolylineDrawTool.html +139 -79
- package/documention/SketchPointDrawTool.html +149 -85
- package/documention/SketchPolygonDrawTool.html +274 -153
- package/documention/SketchPolylineDrawTool.html +236 -120
- package/documention/SketchStage.html +24 -15
- package/documention/SketchStyle.html +107 -60
- package/documention/SketchTopologyTool.html +6 -3
- package/documention/SpatialReference.html +50 -20
- package/documention/StylePattern3D.html +25 -12
- package/documention/SubLayer.html +55 -21
- package/documention/Symbol.html +25 -11
- package/documention/Symbol3D.html +11 -5
- package/documention/Symbol3DLayer.html +21 -13
- package/documention/Symbol3DVerticalOffset.html +33 -16
- package/documention/TerrainCacheLayer.html +214 -99
- package/documention/TerrainServer.html +54 -26
- package/documention/TextHalo.html +26 -12
- package/documention/TextSymbol.html +110 -47
- package/documention/TextSymbol3DLayer.html +85 -44
- package/documention/ThemeServer.html +73 -30
- package/documention/TileInfo.html +26 -11
- package/documention/TileLayer.html +230 -108
- package/documention/TileMatrixSet.html +53 -23
- package/documention/TileServer.html +49 -25
- package/documention/UniqueValueClusterInfo.html +26 -12
- package/documention/UniqueValueInfo.html +34 -14
- package/documention/UniqueValueRenderer.html +62 -27
- package/documention/UnknownLayer.html +219 -101
- package/documention/UpdateContent.html +17 -4
- package/documention/VectorTileGroupSubLayer.html +2209 -0
- package/documention/VectorTileLayer.html +314 -138
- package/documention/VectorTileServer.html +58 -27
- package/documention/VectorTileSubLayer.html +62 -31
- package/documention/VertexChangeEventInfo.html +5 -2
- package/documention/VideoMapView.html +77 -21
- package/documention/VideoMetaData.html +22 -8
- package/documention/VideoPixelCoordTransforms.html +17 -10
- package/documention/VideoRegistrationParam.html +19 -9
- package/documention/VisualVariable.html +29 -11
- package/documention/WCSServer.html +49 -25
- package/documention/WFSLayer.html +262 -120
- package/documention/WFSServer.html +59 -28
- package/documention/WMSLayer.html +305 -142
- package/documention/WMSServer.html +53 -26
- package/documention/WMSSubLayer.html +63 -30
- package/documention/WMTSLayer.html +269 -130
- package/documention/WMTSServer.html +52 -26
- package/documention/WMTSStyle.html +30 -12
- package/documention/WMTSSubLayer.html +242 -111
- package/documention/WPSServer.html +49 -25
- package/documention/WaterSymbol3DLayer.html +50 -26
- package/documention/WebTileLayer.html +258 -120
- package/documention/WorkFlowServer.html +89 -32
- package/documention/WorkFlowServer600227.html +131 -44
- package/documention/WorkFlowServer600228.html +126 -45
- package/documention/WorkFlowServer600229.html +131 -44
- package/documention/WorkFlowServer600230.html +131 -44
- package/documention/WorkFlowServer600231.html +147 -48
- package/documention/WorkFlowServer600232.html +131 -44
- package/documention/WorkFlowServer600233.html +133 -49
- package/documention/WorkFlowServer600235.html +107 -38
- package/documention/WorkFlowServer600237.html +140 -52
- package/documention/WorkFlowServer600238.html +135 -46
- package/documention/WorkFlowServer600239.html +119 -41
- package/documention/WorkFlowServer600307.html +132 -49
- package/documention/WorkFlowServer600308.html +47 -13
- package/documention/WorkFlowServer600309.html +131 -44
- package/documention/WorkFlowServer600314.html +135 -45
- package/documention/WorkFlowServer600334.html +131 -44
- package/documention/WorkFlowServer600336.html +123 -42
- package/documention/WorkFlowServer600340.html +159 -51
- package/documention/WorkFlowServer600354.html +127 -43
- package/documention/WorkFlowServer600368.html +111 -39
- package/documention/WorkFlowServer600369.html +123 -42
- package/documention/WorkFlowServer600370.html +119 -41
- package/documention/Zondy.Object.CAttDataRow.html +3 -0
- package/documention/Zondy.Object.CAttStruct.html +4 -0
- package/documention/global.html +1096 -26
- package/documention/index.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
- package/documention/module-ArcGis.ArcGisCircle.html +7 -0
- package/documention/module-ArcGis.ArcGisExtent.html +28 -10
- package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
- package/documention/module-ArcGis.ArcGisPoint.html +15 -5
- package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
- package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
- package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
- package/documention/module.exports.html +1 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<span class="param-type">Object</span>
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
|
|
83
84
|
|
|
84
85
|
</td>
|
|
85
86
|
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
<span class="param-type">String</span>
|
|
103
104
|
|
|
104
105
|
|
|
106
|
+
|
|
105
107
|
|
|
106
108
|
</td>
|
|
107
109
|
|
|
@@ -124,6 +126,7 @@
|
|
|
124
126
|
<span class="param-type">String</span>
|
|
125
127
|
|
|
126
128
|
|
|
129
|
+
|
|
127
130
|
|
|
128
131
|
</td>
|
|
129
132
|
|
|
@@ -146,6 +149,7 @@
|
|
|
146
149
|
<span class="param-type">String</span>
|
|
147
150
|
|
|
148
151
|
|
|
152
|
+
|
|
149
153
|
|
|
150
154
|
</td>
|
|
151
155
|
|
|
@@ -168,6 +172,7 @@
|
|
|
168
172
|
<span class="param-type">String</span>
|
|
169
173
|
|
|
170
174
|
|
|
175
|
+
|
|
171
176
|
|
|
172
177
|
</td>
|
|
173
178
|
|
|
@@ -190,6 +195,7 @@
|
|
|
190
195
|
<span class="param-type">String</span>
|
|
191
196
|
|
|
192
197
|
|
|
198
|
+
|
|
193
199
|
|
|
194
200
|
</td>
|
|
195
201
|
|
|
@@ -212,6 +218,7 @@
|
|
|
212
218
|
<span class="param-type">String</span>
|
|
213
219
|
|
|
214
220
|
|
|
221
|
+
|
|
215
222
|
|
|
216
223
|
</td>
|
|
217
224
|
|
|
@@ -234,6 +241,7 @@
|
|
|
234
241
|
<span class="param-type">Number</span>
|
|
235
242
|
|
|
236
243
|
|
|
244
|
+
|
|
237
245
|
|
|
238
246
|
</td>
|
|
239
247
|
|
|
@@ -256,6 +264,7 @@
|
|
|
256
264
|
<span class="param-type">Number</span>
|
|
257
265
|
|
|
258
266
|
|
|
267
|
+
|
|
259
268
|
|
|
260
269
|
</td>
|
|
261
270
|
|
|
@@ -278,6 +287,7 @@
|
|
|
278
287
|
<span class="param-type">Number</span>
|
|
279
288
|
|
|
280
289
|
|
|
290
|
+
|
|
281
291
|
|
|
282
292
|
</td>
|
|
283
293
|
|
|
@@ -300,6 +310,7 @@
|
|
|
300
310
|
<span class="param-type">Number</span>
|
|
301
311
|
|
|
302
312
|
|
|
313
|
+
|
|
303
314
|
|
|
304
315
|
</td>
|
|
305
316
|
|
|
@@ -418,7 +429,7 @@
|
|
|
418
429
|
|
|
419
430
|
|
|
420
431
|
<ul>
|
|
421
|
-
<li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
|
|
432
|
+
<li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
|
|
422
433
|
</ul>
|
|
423
434
|
|
|
424
435
|
|
|
@@ -450,245 +461,264 @@
|
|
|
450
461
|
<tbody>
|
|
451
462
|
|
|
452
463
|
<tr class="deep-level-0">
|
|
453
|
-
<td class="name"><code><a href="
|
|
464
|
+
<td class="name"><code><a href="#attOptType">attOptType</a></code></td>
|
|
454
465
|
<td class="name">
|
|
455
466
|
<code>
|
|
456
467
|
|
|
457
468
|
<span class="param-type">Number</span>
|
|
458
469
|
|
|
459
470
|
|
|
471
|
+
|
|
460
472
|
</code>
|
|
461
473
|
</td>
|
|
462
474
|
<td class="name"><code><p>是否进行属性操作,1:是 0:否,必传,例如:{"activeValue":"1","inactiveValue":"0"}</p></code></td>
|
|
463
475
|
</tr>
|
|
464
476
|
|
|
465
477
|
<tr class="deep-level-0">
|
|
466
|
-
<td class="name"><code><a href="
|
|
478
|
+
<td class="name"><code><a href="#clientId">clientId</a></code></td>
|
|
467
479
|
<td class="name">
|
|
468
480
|
<code>
|
|
469
481
|
|
|
470
482
|
<span class="param-type">Boolean</span>
|
|
471
483
|
|
|
472
484
|
|
|
485
|
+
|
|
473
486
|
</code>
|
|
474
487
|
</td>
|
|
475
488
|
<td class="name"><code><p>客户端id</p></code></td>
|
|
476
489
|
</tr>
|
|
477
490
|
|
|
478
491
|
<tr class="deep-level-0">
|
|
479
|
-
<td class="name"><code><a href="
|
|
492
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
480
493
|
<td class="name">
|
|
481
494
|
<code>
|
|
482
495
|
|
|
483
496
|
<span class="param-type">String</span>
|
|
484
497
|
|
|
485
498
|
|
|
499
|
+
|
|
486
500
|
</code>
|
|
487
501
|
</td>
|
|
488
502
|
<td class="name"><code><p>图层叠加分析</p></code></td>
|
|
489
503
|
</tr>
|
|
490
504
|
|
|
491
505
|
<tr class="deep-level-0">
|
|
492
|
-
<td class="name"><code><a href="
|
|
506
|
+
<td class="name"><code><a href="#desInfo">desInfo</a></code></td>
|
|
493
507
|
<td class="name">
|
|
494
508
|
<code>
|
|
495
509
|
|
|
496
510
|
<span class="param-type">String</span>
|
|
497
511
|
|
|
498
512
|
|
|
513
|
+
|
|
499
514
|
</code>
|
|
500
515
|
</td>
|
|
501
516
|
<td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayDes</p></code></td>
|
|
502
517
|
</tr>
|
|
503
518
|
|
|
504
519
|
<tr class="deep-level-0">
|
|
505
|
-
<td class="name"><code><a href="
|
|
520
|
+
<td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
|
|
506
521
|
<td class="name">
|
|
507
522
|
<code>
|
|
508
523
|
|
|
509
524
|
<span class="param-type">Boolean</span>
|
|
510
525
|
|
|
511
526
|
|
|
527
|
+
|
|
512
528
|
</code>
|
|
513
529
|
</td>
|
|
514
530
|
<td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
|
|
515
531
|
</tr>
|
|
516
532
|
|
|
517
533
|
<tr class="deep-level-0">
|
|
518
|
-
<td class="name"><code><a href="
|
|
534
|
+
<td class="name"><code><a href="#flowId">flowId</a></code></td>
|
|
519
535
|
<td class="name">
|
|
520
536
|
<code>
|
|
521
537
|
|
|
522
538
|
<span class="param-type">Number</span>
|
|
523
539
|
|
|
524
540
|
|
|
541
|
+
|
|
525
542
|
</code>
|
|
526
543
|
</td>
|
|
527
544
|
<td class="name"><code><p>600227</p></code></td>
|
|
528
545
|
</tr>
|
|
529
546
|
|
|
530
547
|
<tr class="deep-level-0">
|
|
531
|
-
<td class="name"><code><a href="
|
|
548
|
+
<td class="name"><code><a href="#groupName">groupName</a></code></td>
|
|
532
549
|
<td class="name">
|
|
533
550
|
<code>
|
|
534
551
|
|
|
535
552
|
<span class="param-type">String</span>
|
|
536
553
|
|
|
537
554
|
|
|
555
|
+
|
|
538
556
|
</code>
|
|
539
557
|
</td>
|
|
540
558
|
<td class="name"><code><p>叠加分析</p></code></td>
|
|
541
559
|
</tr>
|
|
542
560
|
|
|
543
561
|
<tr class="deep-level-0">
|
|
544
|
-
<td class="name"><code><a href="
|
|
562
|
+
<td class="name"><code><a href="#headers">headers</a></code></td>
|
|
545
563
|
<td class="name">
|
|
546
564
|
<code>
|
|
547
565
|
|
|
548
566
|
<span class="param-type">String</span>
|
|
549
567
|
|
|
550
568
|
|
|
569
|
+
|
|
551
570
|
</code>
|
|
552
571
|
</td>
|
|
553
572
|
<td class="name"><code><p>请求头参数</p></code></td>
|
|
554
573
|
</tr>
|
|
555
574
|
|
|
556
575
|
<tr class="deep-level-0">
|
|
557
|
-
<td class="name"><code><a href="
|
|
576
|
+
<td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
|
|
558
577
|
<td class="name">
|
|
559
578
|
<code>
|
|
560
579
|
|
|
561
580
|
<span class="param-type">Number</span>
|
|
562
581
|
|
|
563
582
|
|
|
583
|
+
|
|
564
584
|
</code>
|
|
565
585
|
</td>
|
|
566
586
|
<td class="name"><code><p>共有部分的图形参数操作,0:随机,1:使用第一个类的图形参数,2:使用第二个类的图形参数,必传,例如:{"0":"随机","1":"使用第一个类的图形参数","2":"使用第二个类的图形参数"}</p></code></td>
|
|
567
587
|
</tr>
|
|
568
588
|
|
|
569
589
|
<tr class="deep-level-0">
|
|
570
|
-
<td class="name"><code><a href="
|
|
590
|
+
<td class="name"><code><a href="#overType">overType</a></code></td>
|
|
571
591
|
<td class="name">
|
|
572
592
|
<code>
|
|
573
593
|
|
|
574
594
|
<span class="param-type">Number</span>
|
|
575
595
|
|
|
576
596
|
|
|
597
|
+
|
|
577
598
|
</code>
|
|
578
599
|
</td>
|
|
579
600
|
<td class="name"><code><p>图层叠加类型,0:求并,1:求交(默认),2:求差,3:内裁,4:外裁,5:叠加,6:对称差,7:判别,必传,例如:{"0":"求并","1":"求交","2":"求差","3":"内裁","4":"外裁","5":"叠加","6":"对称差","7":"判别"}</p></code></td>
|
|
580
601
|
</tr>
|
|
581
602
|
|
|
582
603
|
<tr class="deep-level-0">
|
|
583
|
-
<td class="name"><code><a href="
|
|
604
|
+
<td class="name"><code><a href="#radius">radius</a></code></td>
|
|
584
605
|
<td class="name">
|
|
585
606
|
<code>
|
|
586
607
|
|
|
587
608
|
<span class="param-type">Number</span>
|
|
588
609
|
|
|
589
610
|
|
|
611
|
+
|
|
590
612
|
</code>
|
|
591
613
|
</td>
|
|
592
614
|
<td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
|
|
593
615
|
</tr>
|
|
594
616
|
|
|
595
617
|
<tr class="deep-level-0">
|
|
596
|
-
<td class="name"><code><a href="
|
|
618
|
+
<td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
|
|
597
619
|
<td class="name">
|
|
598
620
|
<code>
|
|
599
621
|
|
|
600
622
|
<span class="param-type">function</span>
|
|
601
623
|
|
|
602
624
|
|
|
625
|
+
|
|
603
626
|
</code>
|
|
604
627
|
</td>
|
|
605
628
|
<td class="name"><code><p>请求发送拦截器</p></code></td>
|
|
606
629
|
</tr>
|
|
607
630
|
|
|
608
631
|
<tr class="deep-level-0">
|
|
609
|
-
<td class="name"><code><a href="
|
|
632
|
+
<td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
|
|
610
633
|
<td class="name">
|
|
611
634
|
<code>
|
|
612
635
|
|
|
613
636
|
<span class="param-type">String</span>
|
|
614
637
|
|
|
615
638
|
|
|
639
|
+
|
|
616
640
|
</code>
|
|
617
641
|
</td>
|
|
618
642
|
<td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
|
|
619
643
|
</tr>
|
|
620
644
|
|
|
621
645
|
<tr class="deep-level-0">
|
|
622
|
-
<td class="name"><code><a href="
|
|
646
|
+
<td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
|
|
623
647
|
<td class="name">
|
|
624
648
|
<code>
|
|
625
649
|
|
|
626
650
|
<span class="param-type">function</span>
|
|
627
651
|
|
|
628
652
|
|
|
653
|
+
|
|
629
654
|
</code>
|
|
630
655
|
</td>
|
|
631
656
|
<td class="name"><code><p>请求响应拦截器</p></code></td>
|
|
632
657
|
</tr>
|
|
633
658
|
|
|
634
659
|
<tr class="deep-level-0">
|
|
635
|
-
<td class="name"><code><a href="
|
|
660
|
+
<td class="name"><code><a href="#src1AttFilter">src1AttFilter</a></code></td>
|
|
636
661
|
<td class="name">
|
|
637
662
|
<code>
|
|
638
663
|
|
|
639
664
|
<span class="param-type">String</span>
|
|
640
665
|
|
|
641
666
|
|
|
667
|
+
|
|
642
668
|
</code>
|
|
643
669
|
</td>
|
|
644
670
|
<td class="name"><code><p>被叠加简单要素类过滤条件,例如:mpArea>20000000</p></code></td>
|
|
645
671
|
</tr>
|
|
646
672
|
|
|
647
673
|
<tr class="deep-level-0">
|
|
648
|
-
<td class="name"><code><a href="
|
|
674
|
+
<td class="name"><code><a href="#src2AttFilter">src2AttFilter</a></code></td>
|
|
649
675
|
<td class="name">
|
|
650
676
|
<code>
|
|
651
677
|
|
|
652
678
|
<span class="param-type">String</span>
|
|
653
679
|
|
|
654
680
|
|
|
681
|
+
|
|
655
682
|
</code>
|
|
656
683
|
</td>
|
|
657
684
|
<td class="name"><code><p>叠加简单要素类过滤条件,例如:mpArea>20000000</p></code></td>
|
|
658
685
|
</tr>
|
|
659
686
|
|
|
660
687
|
<tr class="deep-level-0">
|
|
661
|
-
<td class="name"><code><a href="
|
|
688
|
+
<td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
|
|
662
689
|
<td class="name">
|
|
663
690
|
<code>
|
|
664
691
|
|
|
665
692
|
<span class="param-type">String</span>
|
|
666
693
|
|
|
667
694
|
|
|
695
|
+
|
|
668
696
|
</code>
|
|
669
697
|
</td>
|
|
670
698
|
<td class="name"><code><p>被叠加简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayA</p></code></td>
|
|
671
699
|
</tr>
|
|
672
700
|
|
|
673
701
|
<tr class="deep-level-0">
|
|
674
|
-
<td class="name"><code><a href="
|
|
702
|
+
<td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
|
|
675
703
|
<td class="name">
|
|
676
704
|
<code>
|
|
677
705
|
|
|
678
706
|
<span class="param-type">String</span>
|
|
679
707
|
|
|
680
708
|
|
|
709
|
+
|
|
681
710
|
</code>
|
|
682
711
|
</td>
|
|
683
712
|
<td class="name"><code><p>叠加简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayB</p></code></td>
|
|
684
713
|
</tr>
|
|
685
714
|
|
|
686
715
|
<tr class="deep-level-0">
|
|
687
|
-
<td class="name"><code><a href="
|
|
716
|
+
<td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
|
|
688
717
|
<td class="name">
|
|
689
718
|
<code>
|
|
690
719
|
|
|
691
|
-
<span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
720
|
+
<span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
721
|
+
|
|
692
722
|
|
|
693
723
|
|
|
694
724
|
</code>
|
|
@@ -697,39 +727,42 @@
|
|
|
697
727
|
</tr>
|
|
698
728
|
|
|
699
729
|
<tr class="deep-level-0">
|
|
700
|
-
<td class="name"><code><a href="
|
|
730
|
+
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
701
731
|
<td class="name">
|
|
702
732
|
<code>
|
|
703
733
|
|
|
704
734
|
<span class="param-type">String</span>
|
|
705
735
|
|
|
706
736
|
|
|
737
|
+
|
|
707
738
|
</code>
|
|
708
739
|
</td>
|
|
709
740
|
<td class="name"><code><p>token名</p></code></td>
|
|
710
741
|
</tr>
|
|
711
742
|
|
|
712
743
|
<tr class="deep-level-0">
|
|
713
|
-
<td class="name"><code><a href="
|
|
744
|
+
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
714
745
|
<td class="name">
|
|
715
746
|
<code>
|
|
716
747
|
|
|
717
748
|
<span class="param-type">String</span>
|
|
718
749
|
|
|
719
750
|
|
|
751
|
+
|
|
720
752
|
</code>
|
|
721
753
|
</td>
|
|
722
754
|
<td class="name"><code><p>token值</p></code></td>
|
|
723
755
|
</tr>
|
|
724
756
|
|
|
725
757
|
<tr class="deep-level-0">
|
|
726
|
-
<td class="name"><code><a href="
|
|
758
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
727
759
|
<td class="name">
|
|
728
760
|
<code>
|
|
729
761
|
|
|
730
762
|
<span class="param-type">String</span>
|
|
731
763
|
|
|
732
764
|
|
|
765
|
+
|
|
733
766
|
</code>
|
|
734
767
|
</td>
|
|
735
768
|
<td class="name"><code><p>工作流基地址,必传</p></code></td>
|
|
@@ -749,6 +782,7 @@
|
|
|
749
782
|
<span class="param-type">Number</span>
|
|
750
783
|
|
|
751
784
|
|
|
785
|
+
|
|
752
786
|
</span>
|
|
753
787
|
|
|
754
788
|
<h4 class="name" id="attOptType">
|
|
@@ -819,6 +853,7 @@
|
|
|
819
853
|
<span class="param-type">Boolean</span>
|
|
820
854
|
|
|
821
855
|
|
|
856
|
+
|
|
822
857
|
</span>
|
|
823
858
|
|
|
824
859
|
<h4 class="name" id="clientId">
|
|
@@ -850,7 +885,7 @@
|
|
|
850
885
|
|
|
851
886
|
<dt class="inherited-from">Inherited From:</dt>
|
|
852
887
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
853
|
-
<a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
|
|
888
|
+
<a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
|
|
854
889
|
</li></ul></dd>
|
|
855
890
|
|
|
856
891
|
|
|
@@ -894,6 +929,7 @@
|
|
|
894
929
|
<span class="param-type">String</span>
|
|
895
930
|
|
|
896
931
|
|
|
932
|
+
|
|
897
933
|
</span>
|
|
898
934
|
|
|
899
935
|
<h4 class="name" id="description">
|
|
@@ -968,6 +1004,7 @@
|
|
|
968
1004
|
<span class="param-type">String</span>
|
|
969
1005
|
|
|
970
1006
|
|
|
1007
|
+
|
|
971
1008
|
</span>
|
|
972
1009
|
|
|
973
1010
|
<h4 class="name" id="desInfo">
|
|
@@ -1038,6 +1075,7 @@
|
|
|
1038
1075
|
<span class="param-type">Boolean</span>
|
|
1039
1076
|
|
|
1040
1077
|
|
|
1078
|
+
|
|
1041
1079
|
</span>
|
|
1042
1080
|
|
|
1043
1081
|
<h4 class="name" id="enableGlobeFetch">
|
|
@@ -1069,7 +1107,7 @@
|
|
|
1069
1107
|
|
|
1070
1108
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1071
1109
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1072
|
-
<a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
|
|
1110
|
+
<a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
|
|
1073
1111
|
</li></ul></dd>
|
|
1074
1112
|
|
|
1075
1113
|
|
|
@@ -1134,6 +1172,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1134
1172
|
<span class="param-type">Number</span>
|
|
1135
1173
|
|
|
1136
1174
|
|
|
1175
|
+
|
|
1137
1176
|
</span>
|
|
1138
1177
|
|
|
1139
1178
|
<h4 class="name" id="flowId">
|
|
@@ -1208,6 +1247,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1208
1247
|
<span class="param-type">String</span>
|
|
1209
1248
|
|
|
1210
1249
|
|
|
1250
|
+
|
|
1211
1251
|
</span>
|
|
1212
1252
|
|
|
1213
1253
|
<h4 class="name" id="groupName">
|
|
@@ -1282,6 +1322,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1282
1322
|
<span class="param-type">String</span>
|
|
1283
1323
|
|
|
1284
1324
|
|
|
1325
|
+
|
|
1285
1326
|
</span>
|
|
1286
1327
|
|
|
1287
1328
|
<h4 class="name" id="headers">
|
|
@@ -1313,7 +1354,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1313
1354
|
|
|
1314
1355
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1315
1356
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1316
|
-
<a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
|
|
1357
|
+
<a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
|
|
1317
1358
|
</li></ul></dd>
|
|
1318
1359
|
|
|
1319
1360
|
|
|
@@ -1379,6 +1420,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1379
1420
|
<span class="param-type">Number</span>
|
|
1380
1421
|
|
|
1381
1422
|
|
|
1423
|
+
|
|
1382
1424
|
</span>
|
|
1383
1425
|
|
|
1384
1426
|
<h4 class="name" id="infoOptType">
|
|
@@ -1449,6 +1491,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1449
1491
|
<span class="param-type">Number</span>
|
|
1450
1492
|
|
|
1451
1493
|
|
|
1494
|
+
|
|
1452
1495
|
</span>
|
|
1453
1496
|
|
|
1454
1497
|
<h4 class="name" id="overType">
|
|
@@ -1519,6 +1562,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1519
1562
|
<span class="param-type">Number</span>
|
|
1520
1563
|
|
|
1521
1564
|
|
|
1565
|
+
|
|
1522
1566
|
</span>
|
|
1523
1567
|
|
|
1524
1568
|
<h4 class="name" id="radius">
|
|
@@ -1589,6 +1633,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1589
1633
|
<span class="param-type">function</span>
|
|
1590
1634
|
|
|
1591
1635
|
|
|
1636
|
+
|
|
1592
1637
|
</span>
|
|
1593
1638
|
|
|
1594
1639
|
<h4 class="name" id="requestInterceptor">
|
|
@@ -1620,7 +1665,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1620
1665
|
|
|
1621
1666
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1622
1667
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1623
|
-
<a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
|
|
1668
|
+
<a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
|
|
1624
1669
|
</li></ul></dd>
|
|
1625
1670
|
|
|
1626
1671
|
|
|
@@ -1692,6 +1737,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
1692
1737
|
<span class="param-type">String</span>
|
|
1693
1738
|
|
|
1694
1739
|
|
|
1740
|
+
|
|
1695
1741
|
</span>
|
|
1696
1742
|
|
|
1697
1743
|
<h4 class="name" id="requestTimeout">
|
|
@@ -1723,7 +1769,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
1723
1769
|
|
|
1724
1770
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1725
1771
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1726
|
-
<a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
|
|
1772
|
+
<a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
|
|
1727
1773
|
</li></ul></dd>
|
|
1728
1774
|
|
|
1729
1775
|
|
|
@@ -1785,6 +1831,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
1785
1831
|
<span class="param-type">function</span>
|
|
1786
1832
|
|
|
1787
1833
|
|
|
1834
|
+
|
|
1788
1835
|
</span>
|
|
1789
1836
|
|
|
1790
1837
|
<h4 class="name" id="responseInterceptor">
|
|
@@ -1816,7 +1863,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
1816
1863
|
|
|
1817
1864
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1818
1865
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1819
|
-
<a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
|
|
1866
|
+
<a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
|
|
1820
1867
|
</li></ul></dd>
|
|
1821
1868
|
|
|
1822
1869
|
|
|
@@ -1890,6 +1937,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
1890
1937
|
<span class="param-type">String</span>
|
|
1891
1938
|
|
|
1892
1939
|
|
|
1940
|
+
|
|
1893
1941
|
</span>
|
|
1894
1942
|
|
|
1895
1943
|
<h4 class="name" id="src1AttFilter">
|
|
@@ -1960,6 +2008,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
1960
2008
|
<span class="param-type">String</span>
|
|
1961
2009
|
|
|
1962
2010
|
|
|
2011
|
+
|
|
1963
2012
|
</span>
|
|
1964
2013
|
|
|
1965
2014
|
<h4 class="name" id="src2AttFilter">
|
|
@@ -2030,6 +2079,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2030
2079
|
<span class="param-type">String</span>
|
|
2031
2080
|
|
|
2032
2081
|
|
|
2082
|
+
|
|
2033
2083
|
</span>
|
|
2034
2084
|
|
|
2035
2085
|
<h4 class="name" id="srcInfo1">
|
|
@@ -2100,6 +2150,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2100
2150
|
<span class="param-type">String</span>
|
|
2101
2151
|
|
|
2102
2152
|
|
|
2153
|
+
|
|
2103
2154
|
</span>
|
|
2104
2155
|
|
|
2105
2156
|
<h4 class="name" id="srcInfo2">
|
|
@@ -2167,7 +2218,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2167
2218
|
<span class="method-parameter is-pulled-right">
|
|
2168
2219
|
<label>类型:</label>
|
|
2169
2220
|
|
|
2170
|
-
<span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
2221
|
+
<span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
2222
|
+
|
|
2171
2223
|
|
|
2172
2224
|
|
|
2173
2225
|
</span>
|
|
@@ -2201,7 +2253,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2201
2253
|
|
|
2202
2254
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2203
2255
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2204
|
-
<a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
|
|
2256
|
+
<a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
|
|
2205
2257
|
</li></ul></dd>
|
|
2206
2258
|
|
|
2207
2259
|
|
|
@@ -2267,6 +2319,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2267
2319
|
<span class="param-type">String</span>
|
|
2268
2320
|
|
|
2269
2321
|
|
|
2322
|
+
|
|
2270
2323
|
</span>
|
|
2271
2324
|
|
|
2272
2325
|
<h4 class="name" id="tokenKey">
|
|
@@ -2298,7 +2351,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2298
2351
|
|
|
2299
2352
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2300
2353
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2301
|
-
<a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
|
|
2354
|
+
<a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
|
|
2302
2355
|
</li></ul></dd>
|
|
2303
2356
|
|
|
2304
2357
|
|
|
@@ -2359,6 +2412,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2359
2412
|
<span class="param-type">String</span>
|
|
2360
2413
|
|
|
2361
2414
|
|
|
2415
|
+
|
|
2362
2416
|
</span>
|
|
2363
2417
|
|
|
2364
2418
|
<h4 class="name" id="tokenValue">
|
|
@@ -2390,7 +2444,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2390
2444
|
|
|
2391
2445
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2392
2446
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2393
|
-
<a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
|
|
2447
|
+
<a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
|
|
2394
2448
|
</li></ul></dd>
|
|
2395
2449
|
|
|
2396
2450
|
|
|
@@ -2451,6 +2505,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2451
2505
|
<span class="param-type">String</span>
|
|
2452
2506
|
|
|
2453
2507
|
|
|
2508
|
+
|
|
2454
2509
|
</span>
|
|
2455
2510
|
|
|
2456
2511
|
<h4 class="name" id="url">
|
|
@@ -2539,7 +2594,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2539
2594
|
<tbody>
|
|
2540
2595
|
|
|
2541
2596
|
<tr class="deep-level-0">
|
|
2542
|
-
<td class="name"><code><a href="
|
|
2597
|
+
<td class="name"><code><a href="#execute">execute</a></code></td>
|
|
2543
2598
|
<td class="name">
|
|
2544
2599
|
<code>
|
|
2545
2600
|
|
|
@@ -2547,6 +2602,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2547
2602
|
<span class="param-type">Promise.<Object></span>
|
|
2548
2603
|
|
|
2549
2604
|
|
|
2605
|
+
|
|
2550
2606
|
|
|
2551
2607
|
</code>
|
|
2552
2608
|
</td>
|
|
@@ -2554,7 +2610,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2554
2610
|
</tr>
|
|
2555
2611
|
|
|
2556
2612
|
<tr class="deep-level-0">
|
|
2557
|
-
<td class="name"><code><a href="
|
|
2613
|
+
<td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
|
|
2558
2614
|
<td class="name">
|
|
2559
2615
|
<code>
|
|
2560
2616
|
|
|
@@ -2564,7 +2620,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2564
2620
|
</tr>
|
|
2565
2621
|
|
|
2566
2622
|
<tr class="deep-level-0">
|
|
2567
|
-
<td class="name"><code><a href="
|
|
2623
|
+
<td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
|
|
2568
2624
|
<td class="name">
|
|
2569
2625
|
<code>
|
|
2570
2626
|
|
|
@@ -2572,6 +2628,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2572
2628
|
<span class="param-type">Promise.<String></span>
|
|
2573
2629
|
|
|
2574
2630
|
|
|
2631
|
+
|
|
2575
2632
|
|
|
2576
2633
|
</code>
|
|
2577
2634
|
</td>
|
|
@@ -2579,7 +2636,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2579
2636
|
</tr>
|
|
2580
2637
|
|
|
2581
2638
|
<tr class="deep-level-0">
|
|
2582
|
-
<td class="name"><code><a href="
|
|
2639
|
+
<td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
|
|
2583
2640
|
<td class="name">
|
|
2584
2641
|
<code>
|
|
2585
2642
|
|
|
@@ -2587,6 +2644,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2587
2644
|
<span class="param-type">Promise.<String></span>
|
|
2588
2645
|
|
|
2589
2646
|
|
|
2647
|
+
|
|
2590
2648
|
|
|
2591
2649
|
</code>
|
|
2592
2650
|
</td>
|
|
@@ -2594,7 +2652,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2594
2652
|
</tr>
|
|
2595
2653
|
|
|
2596
2654
|
<tr class="deep-level-0">
|
|
2597
|
-
<td class="name"><code><a href="
|
|
2655
|
+
<td class="name"><code><a href="#submit">submit</a></code></td>
|
|
2598
2656
|
<td class="name">
|
|
2599
2657
|
<code>
|
|
2600
2658
|
|
|
@@ -2602,6 +2660,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2602
2660
|
<span class="param-type">Promise.<String></span>
|
|
2603
2661
|
|
|
2604
2662
|
|
|
2663
|
+
|
|
2605
2664
|
|
|
2606
2665
|
</code>
|
|
2607
2666
|
</td>
|
|
@@ -2677,6 +2736,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2677
2736
|
<span class="param-type">Object</span>
|
|
2678
2737
|
|
|
2679
2738
|
|
|
2739
|
+
|
|
2680
2740
|
|
|
2681
2741
|
</td>
|
|
2682
2742
|
|
|
@@ -2703,6 +2763,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2703
2763
|
<span class="param-type">String</span>
|
|
2704
2764
|
|
|
2705
2765
|
|
|
2766
|
+
|
|
2706
2767
|
|
|
2707
2768
|
</td>
|
|
2708
2769
|
|
|
@@ -2729,6 +2790,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2729
2790
|
<span class="param-type">String</span>
|
|
2730
2791
|
|
|
2731
2792
|
|
|
2793
|
+
|
|
2732
2794
|
|
|
2733
2795
|
</td>
|
|
2734
2796
|
|
|
@@ -2757,6 +2819,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2757
2819
|
<span class="param-type">function</span>
|
|
2758
2820
|
|
|
2759
2821
|
|
|
2822
|
+
|
|
2760
2823
|
|
|
2761
2824
|
</td>
|
|
2762
2825
|
|
|
@@ -2783,6 +2846,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2783
2846
|
<span class="param-type">function</span>
|
|
2784
2847
|
|
|
2785
2848
|
|
|
2849
|
+
|
|
2786
2850
|
|
|
2787
2851
|
</td>
|
|
2788
2852
|
|
|
@@ -2819,7 +2883,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2819
2883
|
|
|
2820
2884
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2821
2885
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2822
|
-
<a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
|
|
2886
|
+
<a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
|
|
2823
2887
|
</li></ul></dd>
|
|
2824
2888
|
|
|
2825
2889
|
|
|
@@ -2881,6 +2945,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2881
2945
|
<span class="param-type">Promise.<Object></span>
|
|
2882
2946
|
|
|
2883
2947
|
|
|
2948
|
+
|
|
2884
2949
|
</div>
|
|
2885
2950
|
|
|
2886
2951
|
</div>
|
|
@@ -2993,6 +3058,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2993
3058
|
<span class="param-type">function</span>
|
|
2994
3059
|
|
|
2995
3060
|
|
|
3061
|
+
|
|
2996
3062
|
|
|
2997
3063
|
</td>
|
|
2998
3064
|
|
|
@@ -3021,6 +3087,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3021
3087
|
<span class="param-type">function</span>
|
|
3022
3088
|
|
|
3023
3089
|
|
|
3090
|
+
|
|
3024
3091
|
|
|
3025
3092
|
</td>
|
|
3026
3093
|
|
|
@@ -3059,7 +3126,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3059
3126
|
|
|
3060
3127
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3061
3128
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3062
|
-
<a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
|
|
3129
|
+
<a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
|
|
3063
3130
|
</li></ul></dd>
|
|
3064
3131
|
|
|
3065
3132
|
|
|
@@ -3205,6 +3272,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3205
3272
|
<span class="param-type">Object</span>
|
|
3206
3273
|
|
|
3207
3274
|
|
|
3275
|
+
|
|
3208
3276
|
|
|
3209
3277
|
</td>
|
|
3210
3278
|
|
|
@@ -3231,6 +3299,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3231
3299
|
<span class="param-type">String</span>
|
|
3232
3300
|
|
|
3233
3301
|
|
|
3302
|
+
|
|
3234
3303
|
|
|
3235
3304
|
</td>
|
|
3236
3305
|
|
|
@@ -3257,6 +3326,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3257
3326
|
<span class="param-type">String</span>
|
|
3258
3327
|
|
|
3259
3328
|
|
|
3329
|
+
|
|
3260
3330
|
|
|
3261
3331
|
</td>
|
|
3262
3332
|
|
|
@@ -3283,6 +3353,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3283
3353
|
<span class="param-type">String</span>
|
|
3284
3354
|
|
|
3285
3355
|
|
|
3356
|
+
|
|
3286
3357
|
|
|
3287
3358
|
</td>
|
|
3288
3359
|
|
|
@@ -3311,6 +3382,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3311
3382
|
<span class="param-type">function</span>
|
|
3312
3383
|
|
|
3313
3384
|
|
|
3385
|
+
|
|
3314
3386
|
|
|
3315
3387
|
</td>
|
|
3316
3388
|
|
|
@@ -3337,6 +3409,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3337
3409
|
<span class="param-type">function</span>
|
|
3338
3410
|
|
|
3339
3411
|
|
|
3412
|
+
|
|
3340
3413
|
|
|
3341
3414
|
</td>
|
|
3342
3415
|
|
|
@@ -3373,7 +3446,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3373
3446
|
|
|
3374
3447
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3375
3448
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3376
|
-
<a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
|
|
3449
|
+
<a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
|
|
3377
3450
|
</li></ul></dd>
|
|
3378
3451
|
|
|
3379
3452
|
|
|
@@ -3435,6 +3508,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3435
3508
|
<span class="param-type">Promise.<String></span>
|
|
3436
3509
|
|
|
3437
3510
|
|
|
3511
|
+
|
|
3438
3512
|
</div>
|
|
3439
3513
|
|
|
3440
3514
|
</div>
|
|
@@ -3526,6 +3600,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3526
3600
|
<span class="param-type">Object</span>
|
|
3527
3601
|
|
|
3528
3602
|
|
|
3603
|
+
|
|
3529
3604
|
|
|
3530
3605
|
</td>
|
|
3531
3606
|
|
|
@@ -3552,6 +3627,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3552
3627
|
<span class="param-type">String</span>
|
|
3553
3628
|
|
|
3554
3629
|
|
|
3630
|
+
|
|
3555
3631
|
|
|
3556
3632
|
</td>
|
|
3557
3633
|
|
|
@@ -3578,6 +3654,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3578
3654
|
<span class="param-type">String</span>
|
|
3579
3655
|
|
|
3580
3656
|
|
|
3657
|
+
|
|
3581
3658
|
|
|
3582
3659
|
</td>
|
|
3583
3660
|
|
|
@@ -3604,6 +3681,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3604
3681
|
<span class="param-type">String</span>
|
|
3605
3682
|
|
|
3606
3683
|
|
|
3684
|
+
|
|
3607
3685
|
|
|
3608
3686
|
</td>
|
|
3609
3687
|
|
|
@@ -3632,6 +3710,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3632
3710
|
<span class="param-type">function</span>
|
|
3633
3711
|
|
|
3634
3712
|
|
|
3713
|
+
|
|
3635
3714
|
|
|
3636
3715
|
</td>
|
|
3637
3716
|
|
|
@@ -3658,6 +3737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3658
3737
|
<span class="param-type">function</span>
|
|
3659
3738
|
|
|
3660
3739
|
|
|
3740
|
+
|
|
3661
3741
|
|
|
3662
3742
|
</td>
|
|
3663
3743
|
|
|
@@ -3694,7 +3774,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3694
3774
|
|
|
3695
3775
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3696
3776
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3697
|
-
<a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
|
|
3777
|
+
<a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
|
|
3698
3778
|
</li></ul></dd>
|
|
3699
3779
|
|
|
3700
3780
|
|
|
@@ -3756,6 +3836,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3756
3836
|
<span class="param-type">Promise.<String></span>
|
|
3757
3837
|
|
|
3758
3838
|
|
|
3839
|
+
|
|
3759
3840
|
</div>
|
|
3760
3841
|
|
|
3761
3842
|
</div>
|
|
@@ -3847,6 +3928,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3847
3928
|
<span class="param-type">Object</span>
|
|
3848
3929
|
|
|
3849
3930
|
|
|
3931
|
+
|
|
3850
3932
|
|
|
3851
3933
|
</td>
|
|
3852
3934
|
|
|
@@ -3873,6 +3955,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3873
3955
|
<span class="param-type">String</span>
|
|
3874
3956
|
|
|
3875
3957
|
|
|
3958
|
+
|
|
3876
3959
|
|
|
3877
3960
|
</td>
|
|
3878
3961
|
|
|
@@ -3899,6 +3982,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3899
3982
|
<span class="param-type">String</span>
|
|
3900
3983
|
|
|
3901
3984
|
|
|
3985
|
+
|
|
3902
3986
|
|
|
3903
3987
|
</td>
|
|
3904
3988
|
|
|
@@ -3927,6 +4011,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3927
4011
|
<span class="param-type">function</span>
|
|
3928
4012
|
|
|
3929
4013
|
|
|
4014
|
+
|
|
3930
4015
|
|
|
3931
4016
|
</td>
|
|
3932
4017
|
|
|
@@ -3953,6 +4038,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3953
4038
|
<span class="param-type">function</span>
|
|
3954
4039
|
|
|
3955
4040
|
|
|
4041
|
+
|
|
3956
4042
|
|
|
3957
4043
|
</td>
|
|
3958
4044
|
|
|
@@ -3989,7 +4075,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3989
4075
|
|
|
3990
4076
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3991
4077
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3992
|
-
<a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
|
|
4078
|
+
<a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
|
|
3993
4079
|
</li></ul></dd>
|
|
3994
4080
|
|
|
3995
4081
|
|
|
@@ -4058,6 +4144,7 @@ console.log("submit: ", res);
|
|
|
4058
4144
|
<span class="param-type">Promise.<String></span>
|
|
4059
4145
|
|
|
4060
4146
|
|
|
4147
|
+
|
|
4061
4148
|
</div>
|
|
4062
4149
|
|
|
4063
4150
|
</div>
|