@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">Boolean</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">Number</span>
|
|
213
219
|
|
|
214
220
|
|
|
221
|
+
|
|
215
222
|
|
|
216
223
|
</td>
|
|
217
224
|
|
|
@@ -234,6 +241,7 @@
|
|
|
234
241
|
<span class="param-type">String</span>
|
|
235
242
|
|
|
236
243
|
|
|
244
|
+
|
|
237
245
|
|
|
238
246
|
</td>
|
|
239
247
|
|
|
@@ -256,6 +264,7 @@
|
|
|
256
264
|
<span class="param-type">String</span>
|
|
257
265
|
|
|
258
266
|
|
|
267
|
+
|
|
259
268
|
|
|
260
269
|
</td>
|
|
261
270
|
|
|
@@ -372,7 +381,7 @@
|
|
|
372
381
|
|
|
373
382
|
|
|
374
383
|
<ul>
|
|
375
|
-
<li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
|
|
384
|
+
<li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
|
|
376
385
|
</ul>
|
|
377
386
|
|
|
378
387
|
|
|
@@ -404,206 +413,222 @@
|
|
|
404
413
|
<tbody>
|
|
405
414
|
|
|
406
415
|
<tr class="deep-level-0">
|
|
407
|
-
<td class="name"><code><a href="
|
|
416
|
+
<td class="name"><code><a href="#analyTp">analyTp</a></code></td>
|
|
408
417
|
<td class="name">
|
|
409
418
|
<code>
|
|
410
419
|
|
|
411
420
|
<span class="param-type">String</span>
|
|
412
421
|
|
|
413
422
|
|
|
423
|
+
|
|
414
424
|
</code>
|
|
415
425
|
</td>
|
|
416
426
|
<td class="name"><code><p>分析模式,默认UserMode,必传,例如:{"UserMode":"UserMode","SysModeCommwayPrefer":"SysModeCommwayPrefer","SysModeHighWayPrefer":"SysModeHighWayPrefer","SysModeSysRecommend":"SysModeSysRecommend","SysModeMinCost":"SysModeMinCost","SysModeMinDis":"SysModeMinDis","SysModeMinTime":"SysModeMinTime"}</p></code></td>
|
|
417
427
|
</tr>
|
|
418
428
|
|
|
419
429
|
<tr class="deep-level-0">
|
|
420
|
-
<td class="name"><code><a href="
|
|
430
|
+
<td class="name"><code><a href="#clientId">clientId</a></code></td>
|
|
421
431
|
<td class="name">
|
|
422
432
|
<code>
|
|
423
433
|
|
|
424
434
|
<span class="param-type">Boolean</span>
|
|
425
435
|
|
|
426
436
|
|
|
437
|
+
|
|
427
438
|
</code>
|
|
428
439
|
</td>
|
|
429
440
|
<td class="name"><code><p>客户端id</p></code></td>
|
|
430
441
|
</tr>
|
|
431
442
|
|
|
432
443
|
<tr class="deep-level-0">
|
|
433
|
-
<td class="name"><code><a href="
|
|
444
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
434
445
|
<td class="name">
|
|
435
446
|
<code>
|
|
436
447
|
|
|
437
448
|
<span class="param-type">String</span>
|
|
438
449
|
|
|
439
450
|
|
|
451
|
+
|
|
440
452
|
</code>
|
|
441
453
|
</td>
|
|
442
454
|
<td class="name"><code><p>连通与非连通分析</p></code></td>
|
|
443
455
|
</tr>
|
|
444
456
|
|
|
445
457
|
<tr class="deep-level-0">
|
|
446
|
-
<td class="name"><code><a href="
|
|
458
|
+
<td class="name"><code><a href="#elementType">elementType</a></code></td>
|
|
447
459
|
<td class="name">
|
|
448
460
|
<code>
|
|
449
461
|
|
|
450
462
|
<span class="param-type">String</span>
|
|
451
463
|
|
|
452
464
|
|
|
465
|
+
|
|
453
466
|
</code>
|
|
454
467
|
</td>
|
|
455
468
|
<td class="name"><code><p>添加网标方式,逗号分隔,必传,例如:1,2</p></code></td>
|
|
456
469
|
</tr>
|
|
457
470
|
|
|
458
471
|
<tr class="deep-level-0">
|
|
459
|
-
<td class="name"><code><a href="
|
|
472
|
+
<td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
|
|
460
473
|
<td class="name">
|
|
461
474
|
<code>
|
|
462
475
|
|
|
463
476
|
<span class="param-type">Boolean</span>
|
|
464
477
|
|
|
465
478
|
|
|
479
|
+
|
|
466
480
|
</code>
|
|
467
481
|
</td>
|
|
468
482
|
<td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
|
|
469
483
|
</tr>
|
|
470
484
|
|
|
471
485
|
<tr class="deep-level-0">
|
|
472
|
-
<td class="name"><code><a href="
|
|
486
|
+
<td class="name"><code><a href="#flag">flag</a></code></td>
|
|
473
487
|
<td class="name">
|
|
474
488
|
<code>
|
|
475
489
|
|
|
476
490
|
<span class="param-type">Boolean</span>
|
|
477
491
|
|
|
478
492
|
|
|
493
|
+
|
|
479
494
|
</code>
|
|
480
495
|
</td>
|
|
481
496
|
<td class="name"><code><p>是否进行网标操作,必传,例如:{"activeValue":true,"inactiveValue":false}</p></code></td>
|
|
482
497
|
</tr>
|
|
483
498
|
|
|
484
499
|
<tr class="deep-level-0">
|
|
485
|
-
<td class="name"><code><a href="
|
|
500
|
+
<td class="name"><code><a href="#flagPosStr">flagPosStr</a></code></td>
|
|
486
501
|
<td class="name">
|
|
487
502
|
<code>
|
|
488
503
|
|
|
489
504
|
<span class="param-type">String</span>
|
|
490
505
|
|
|
491
506
|
|
|
507
|
+
|
|
492
508
|
</code>
|
|
493
509
|
</td>
|
|
494
510
|
<td class="name"><code><p>网标点坐标字符串,逗号分隔,形如:x1,y1,x2,y2,必传,例如:114.44,38.06,114.56,38.03</p></code></td>
|
|
495
511
|
</tr>
|
|
496
512
|
|
|
497
513
|
<tr class="deep-level-0">
|
|
498
|
-
<td class="name"><code><a href="
|
|
514
|
+
<td class="name"><code><a href="#flowId">flowId</a></code></td>
|
|
499
515
|
<td class="name">
|
|
500
516
|
<code>
|
|
501
517
|
|
|
502
518
|
<span class="param-type">Number</span>
|
|
503
519
|
|
|
504
520
|
|
|
521
|
+
|
|
505
522
|
</code>
|
|
506
523
|
</td>
|
|
507
524
|
<td class="name"><code><p>600336</p></code></td>
|
|
508
525
|
</tr>
|
|
509
526
|
|
|
510
527
|
<tr class="deep-level-0">
|
|
511
|
-
<td class="name"><code><a href="
|
|
528
|
+
<td class="name"><code><a href="#groupName">groupName</a></code></td>
|
|
512
529
|
<td class="name">
|
|
513
530
|
<code>
|
|
514
531
|
|
|
515
532
|
<span class="param-type">String</span>
|
|
516
533
|
|
|
517
534
|
|
|
535
|
+
|
|
518
536
|
</code>
|
|
519
537
|
</td>
|
|
520
538
|
<td class="name"><code><p>网络分析</p></code></td>
|
|
521
539
|
</tr>
|
|
522
540
|
|
|
523
541
|
<tr class="deep-level-0">
|
|
524
|
-
<td class="name"><code><a href="
|
|
542
|
+
<td class="name"><code><a href="#headers">headers</a></code></td>
|
|
525
543
|
<td class="name">
|
|
526
544
|
<code>
|
|
527
545
|
|
|
528
546
|
<span class="param-type">String</span>
|
|
529
547
|
|
|
530
548
|
|
|
549
|
+
|
|
531
550
|
</code>
|
|
532
551
|
</td>
|
|
533
552
|
<td class="name"><code><p>请求头参数</p></code></td>
|
|
534
553
|
</tr>
|
|
535
554
|
|
|
536
555
|
<tr class="deep-level-0">
|
|
537
|
-
<td class="name"><code><a href="
|
|
556
|
+
<td class="name"><code><a href="#nearDis">nearDis</a></code></td>
|
|
538
557
|
<td class="name">
|
|
539
558
|
<code>
|
|
540
559
|
|
|
541
560
|
<span class="param-type">Number</span>
|
|
542
561
|
|
|
543
562
|
|
|
563
|
+
|
|
544
564
|
</code>
|
|
545
565
|
</td>
|
|
546
566
|
<td class="name"><code><p>容差,必传,例如:0.01</p></code></td>
|
|
547
567
|
</tr>
|
|
548
568
|
|
|
549
569
|
<tr class="deep-level-0">
|
|
550
|
-
<td class="name"><code><a href="
|
|
570
|
+
<td class="name"><code><a href="#netClsUrl">netClsUrl</a></code></td>
|
|
551
571
|
<td class="name">
|
|
552
572
|
<code>
|
|
553
573
|
|
|
554
574
|
<span class="param-type">String</span>
|
|
555
575
|
|
|
556
576
|
|
|
577
|
+
|
|
557
578
|
</code>
|
|
558
579
|
</td>
|
|
559
580
|
<td class="name"><code><p>网络类的URL,必传,例如:gdbp://MapGisLocal/sample/ds/网络分析/ncls/道路交通网</p></code></td>
|
|
560
581
|
</tr>
|
|
561
582
|
|
|
562
583
|
<tr class="deep-level-0">
|
|
563
|
-
<td class="name"><code><a href="
|
|
584
|
+
<td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
|
|
564
585
|
<td class="name">
|
|
565
586
|
<code>
|
|
566
587
|
|
|
567
588
|
<span class="param-type">function</span>
|
|
568
589
|
|
|
569
590
|
|
|
591
|
+
|
|
570
592
|
</code>
|
|
571
593
|
</td>
|
|
572
594
|
<td class="name"><code><p>请求发送拦截器</p></code></td>
|
|
573
595
|
</tr>
|
|
574
596
|
|
|
575
597
|
<tr class="deep-level-0">
|
|
576
|
-
<td class="name"><code><a href="
|
|
598
|
+
<td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
|
|
577
599
|
<td class="name">
|
|
578
600
|
<code>
|
|
579
601
|
|
|
580
602
|
<span class="param-type">String</span>
|
|
581
603
|
|
|
582
604
|
|
|
605
|
+
|
|
583
606
|
</code>
|
|
584
607
|
</td>
|
|
585
608
|
<td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
|
|
586
609
|
</tr>
|
|
587
610
|
|
|
588
611
|
<tr class="deep-level-0">
|
|
589
|
-
<td class="name"><code><a href="
|
|
612
|
+
<td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
|
|
590
613
|
<td class="name">
|
|
591
614
|
<code>
|
|
592
615
|
|
|
593
616
|
<span class="param-type">function</span>
|
|
594
617
|
|
|
595
618
|
|
|
619
|
+
|
|
596
620
|
</code>
|
|
597
621
|
</td>
|
|
598
622
|
<td class="name"><code><p>请求响应拦截器</p></code></td>
|
|
599
623
|
</tr>
|
|
600
624
|
|
|
601
625
|
<tr class="deep-level-0">
|
|
602
|
-
<td class="name"><code><a href="
|
|
626
|
+
<td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
|
|
603
627
|
<td class="name">
|
|
604
628
|
<code>
|
|
605
629
|
|
|
606
|
-
<span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
630
|
+
<span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
631
|
+
|
|
607
632
|
|
|
608
633
|
|
|
609
634
|
</code>
|
|
@@ -612,52 +637,56 @@
|
|
|
612
637
|
</tr>
|
|
613
638
|
|
|
614
639
|
<tr class="deep-level-0">
|
|
615
|
-
<td class="name"><code><a href="
|
|
640
|
+
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
616
641
|
<td class="name">
|
|
617
642
|
<code>
|
|
618
643
|
|
|
619
644
|
<span class="param-type">String</span>
|
|
620
645
|
|
|
621
646
|
|
|
647
|
+
|
|
622
648
|
</code>
|
|
623
649
|
</td>
|
|
624
650
|
<td class="name"><code><p>token名</p></code></td>
|
|
625
651
|
</tr>
|
|
626
652
|
|
|
627
653
|
<tr class="deep-level-0">
|
|
628
|
-
<td class="name"><code><a href="
|
|
654
|
+
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
629
655
|
<td class="name">
|
|
630
656
|
<code>
|
|
631
657
|
|
|
632
658
|
<span class="param-type">String</span>
|
|
633
659
|
|
|
634
660
|
|
|
661
|
+
|
|
635
662
|
</code>
|
|
636
663
|
</td>
|
|
637
664
|
<td class="name"><code><p>token值</p></code></td>
|
|
638
665
|
</tr>
|
|
639
666
|
|
|
640
667
|
<tr class="deep-level-0">
|
|
641
|
-
<td class="name"><code><a href="
|
|
668
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
642
669
|
<td class="name">
|
|
643
670
|
<code>
|
|
644
671
|
|
|
645
672
|
<span class="param-type">String</span>
|
|
646
673
|
|
|
647
674
|
|
|
675
|
+
|
|
648
676
|
</code>
|
|
649
677
|
</td>
|
|
650
678
|
<td class="name"><code><p>工作流基地址,必传</p></code></td>
|
|
651
679
|
</tr>
|
|
652
680
|
|
|
653
681
|
<tr class="deep-level-0">
|
|
654
|
-
<td class="name"><code><a href="
|
|
682
|
+
<td class="name"><code><a href="#weight">weight</a></code></td>
|
|
655
683
|
<td class="name">
|
|
656
684
|
<code>
|
|
657
685
|
|
|
658
686
|
<span class="param-type">String</span>
|
|
659
687
|
|
|
660
688
|
|
|
689
|
+
|
|
661
690
|
</code>
|
|
662
691
|
</td>
|
|
663
692
|
<td class="name"><code><p>权值,可为空,逗号分隔,例如:2,3</p></code></td>
|
|
@@ -677,6 +706,7 @@
|
|
|
677
706
|
<span class="param-type">String</span>
|
|
678
707
|
|
|
679
708
|
|
|
709
|
+
|
|
680
710
|
</span>
|
|
681
711
|
|
|
682
712
|
<h4 class="name" id="analyTp">
|
|
@@ -747,6 +777,7 @@
|
|
|
747
777
|
<span class="param-type">Boolean</span>
|
|
748
778
|
|
|
749
779
|
|
|
780
|
+
|
|
750
781
|
</span>
|
|
751
782
|
|
|
752
783
|
<h4 class="name" id="clientId">
|
|
@@ -778,7 +809,7 @@
|
|
|
778
809
|
|
|
779
810
|
<dt class="inherited-from">Inherited From:</dt>
|
|
780
811
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
781
|
-
<a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
|
|
812
|
+
<a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
|
|
782
813
|
</li></ul></dd>
|
|
783
814
|
|
|
784
815
|
|
|
@@ -822,6 +853,7 @@
|
|
|
822
853
|
<span class="param-type">String</span>
|
|
823
854
|
|
|
824
855
|
|
|
856
|
+
|
|
825
857
|
</span>
|
|
826
858
|
|
|
827
859
|
<h4 class="name" id="description">
|
|
@@ -896,6 +928,7 @@
|
|
|
896
928
|
<span class="param-type">String</span>
|
|
897
929
|
|
|
898
930
|
|
|
931
|
+
|
|
899
932
|
</span>
|
|
900
933
|
|
|
901
934
|
<h4 class="name" id="elementType">
|
|
@@ -966,6 +999,7 @@
|
|
|
966
999
|
<span class="param-type">Boolean</span>
|
|
967
1000
|
|
|
968
1001
|
|
|
1002
|
+
|
|
969
1003
|
</span>
|
|
970
1004
|
|
|
971
1005
|
<h4 class="name" id="enableGlobeFetch">
|
|
@@ -997,7 +1031,7 @@
|
|
|
997
1031
|
|
|
998
1032
|
<dt class="inherited-from">Inherited From:</dt>
|
|
999
1033
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1000
|
-
<a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
|
|
1034
|
+
<a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
|
|
1001
1035
|
</li></ul></dd>
|
|
1002
1036
|
|
|
1003
1037
|
|
|
@@ -1062,6 +1096,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1062
1096
|
<span class="param-type">Boolean</span>
|
|
1063
1097
|
|
|
1064
1098
|
|
|
1099
|
+
|
|
1065
1100
|
</span>
|
|
1066
1101
|
|
|
1067
1102
|
<h4 class="name" id="flag">
|
|
@@ -1132,6 +1167,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1132
1167
|
<span class="param-type">String</span>
|
|
1133
1168
|
|
|
1134
1169
|
|
|
1170
|
+
|
|
1135
1171
|
</span>
|
|
1136
1172
|
|
|
1137
1173
|
<h4 class="name" id="flagPosStr">
|
|
@@ -1202,6 +1238,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1202
1238
|
<span class="param-type">Number</span>
|
|
1203
1239
|
|
|
1204
1240
|
|
|
1241
|
+
|
|
1205
1242
|
</span>
|
|
1206
1243
|
|
|
1207
1244
|
<h4 class="name" id="flowId">
|
|
@@ -1276,6 +1313,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1276
1313
|
<span class="param-type">String</span>
|
|
1277
1314
|
|
|
1278
1315
|
|
|
1316
|
+
|
|
1279
1317
|
</span>
|
|
1280
1318
|
|
|
1281
1319
|
<h4 class="name" id="groupName">
|
|
@@ -1350,6 +1388,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1350
1388
|
<span class="param-type">String</span>
|
|
1351
1389
|
|
|
1352
1390
|
|
|
1391
|
+
|
|
1353
1392
|
</span>
|
|
1354
1393
|
|
|
1355
1394
|
<h4 class="name" id="headers">
|
|
@@ -1381,7 +1420,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1381
1420
|
|
|
1382
1421
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1383
1422
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1384
|
-
<a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
|
|
1423
|
+
<a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
|
|
1385
1424
|
</li></ul></dd>
|
|
1386
1425
|
|
|
1387
1426
|
|
|
@@ -1447,6 +1486,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1447
1486
|
<span class="param-type">Number</span>
|
|
1448
1487
|
|
|
1449
1488
|
|
|
1489
|
+
|
|
1450
1490
|
</span>
|
|
1451
1491
|
|
|
1452
1492
|
<h4 class="name" id="nearDis">
|
|
@@ -1517,6 +1557,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1517
1557
|
<span class="param-type">String</span>
|
|
1518
1558
|
|
|
1519
1559
|
|
|
1560
|
+
|
|
1520
1561
|
</span>
|
|
1521
1562
|
|
|
1522
1563
|
<h4 class="name" id="netClsUrl">
|
|
@@ -1587,6 +1628,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1587
1628
|
<span class="param-type">function</span>
|
|
1588
1629
|
|
|
1589
1630
|
|
|
1631
|
+
|
|
1590
1632
|
</span>
|
|
1591
1633
|
|
|
1592
1634
|
<h4 class="name" id="requestInterceptor">
|
|
@@ -1618,7 +1660,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1618
1660
|
|
|
1619
1661
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1620
1662
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1621
|
-
<a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
|
|
1663
|
+
<a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
|
|
1622
1664
|
</li></ul></dd>
|
|
1623
1665
|
|
|
1624
1666
|
|
|
@@ -1690,6 +1732,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
1690
1732
|
<span class="param-type">String</span>
|
|
1691
1733
|
|
|
1692
1734
|
|
|
1735
|
+
|
|
1693
1736
|
</span>
|
|
1694
1737
|
|
|
1695
1738
|
<h4 class="name" id="requestTimeout">
|
|
@@ -1721,7 +1764,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
1721
1764
|
|
|
1722
1765
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1723
1766
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1724
|
-
<a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
|
|
1767
|
+
<a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
|
|
1725
1768
|
</li></ul></dd>
|
|
1726
1769
|
|
|
1727
1770
|
|
|
@@ -1783,6 +1826,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
1783
1826
|
<span class="param-type">function</span>
|
|
1784
1827
|
|
|
1785
1828
|
|
|
1829
|
+
|
|
1786
1830
|
</span>
|
|
1787
1831
|
|
|
1788
1832
|
<h4 class="name" id="responseInterceptor">
|
|
@@ -1814,7 +1858,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
1814
1858
|
|
|
1815
1859
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1816
1860
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1817
|
-
<a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
|
|
1861
|
+
<a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
|
|
1818
1862
|
</li></ul></dd>
|
|
1819
1863
|
|
|
1820
1864
|
|
|
@@ -1885,7 +1929,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
1885
1929
|
<span class="method-parameter is-pulled-right">
|
|
1886
1930
|
<label>类型:</label>
|
|
1887
1931
|
|
|
1888
|
-
<span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
1932
|
+
<span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
1933
|
+
|
|
1889
1934
|
|
|
1890
1935
|
|
|
1891
1936
|
</span>
|
|
@@ -1919,7 +1964,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
1919
1964
|
|
|
1920
1965
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1921
1966
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1922
|
-
<a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
|
|
1967
|
+
<a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
|
|
1923
1968
|
</li></ul></dd>
|
|
1924
1969
|
|
|
1925
1970
|
|
|
@@ -1985,6 +2030,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
1985
2030
|
<span class="param-type">String</span>
|
|
1986
2031
|
|
|
1987
2032
|
|
|
2033
|
+
|
|
1988
2034
|
</span>
|
|
1989
2035
|
|
|
1990
2036
|
<h4 class="name" id="tokenKey">
|
|
@@ -2016,7 +2062,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2016
2062
|
|
|
2017
2063
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2018
2064
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2019
|
-
<a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
|
|
2065
|
+
<a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
|
|
2020
2066
|
</li></ul></dd>
|
|
2021
2067
|
|
|
2022
2068
|
|
|
@@ -2077,6 +2123,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2077
2123
|
<span class="param-type">String</span>
|
|
2078
2124
|
|
|
2079
2125
|
|
|
2126
|
+
|
|
2080
2127
|
</span>
|
|
2081
2128
|
|
|
2082
2129
|
<h4 class="name" id="tokenValue">
|
|
@@ -2108,7 +2155,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2108
2155
|
|
|
2109
2156
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2110
2157
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2111
|
-
<a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
|
|
2158
|
+
<a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
|
|
2112
2159
|
</li></ul></dd>
|
|
2113
2160
|
|
|
2114
2161
|
|
|
@@ -2169,6 +2216,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2169
2216
|
<span class="param-type">String</span>
|
|
2170
2217
|
|
|
2171
2218
|
|
|
2219
|
+
|
|
2172
2220
|
</span>
|
|
2173
2221
|
|
|
2174
2222
|
<h4 class="name" id="url">
|
|
@@ -2244,6 +2292,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2244
2292
|
<span class="param-type">String</span>
|
|
2245
2293
|
|
|
2246
2294
|
|
|
2295
|
+
|
|
2247
2296
|
</span>
|
|
2248
2297
|
|
|
2249
2298
|
<h4 class="name" id="weight">
|
|
@@ -2327,7 +2376,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2327
2376
|
<tbody>
|
|
2328
2377
|
|
|
2329
2378
|
<tr class="deep-level-0">
|
|
2330
|
-
<td class="name"><code><a href="
|
|
2379
|
+
<td class="name"><code><a href="#execute">execute</a></code></td>
|
|
2331
2380
|
<td class="name">
|
|
2332
2381
|
<code>
|
|
2333
2382
|
|
|
@@ -2335,6 +2384,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2335
2384
|
<span class="param-type">Promise.<Object></span>
|
|
2336
2385
|
|
|
2337
2386
|
|
|
2387
|
+
|
|
2338
2388
|
|
|
2339
2389
|
</code>
|
|
2340
2390
|
</td>
|
|
@@ -2342,7 +2392,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2342
2392
|
</tr>
|
|
2343
2393
|
|
|
2344
2394
|
<tr class="deep-level-0">
|
|
2345
|
-
<td class="name"><code><a href="
|
|
2395
|
+
<td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
|
|
2346
2396
|
<td class="name">
|
|
2347
2397
|
<code>
|
|
2348
2398
|
|
|
@@ -2352,7 +2402,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2352
2402
|
</tr>
|
|
2353
2403
|
|
|
2354
2404
|
<tr class="deep-level-0">
|
|
2355
|
-
<td class="name"><code><a href="
|
|
2405
|
+
<td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
|
|
2356
2406
|
<td class="name">
|
|
2357
2407
|
<code>
|
|
2358
2408
|
|
|
@@ -2360,6 +2410,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2360
2410
|
<span class="param-type">Promise.<String></span>
|
|
2361
2411
|
|
|
2362
2412
|
|
|
2413
|
+
|
|
2363
2414
|
|
|
2364
2415
|
</code>
|
|
2365
2416
|
</td>
|
|
@@ -2367,7 +2418,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2367
2418
|
</tr>
|
|
2368
2419
|
|
|
2369
2420
|
<tr class="deep-level-0">
|
|
2370
|
-
<td class="name"><code><a href="
|
|
2421
|
+
<td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
|
|
2371
2422
|
<td class="name">
|
|
2372
2423
|
<code>
|
|
2373
2424
|
|
|
@@ -2375,6 +2426,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2375
2426
|
<span class="param-type">Promise.<String></span>
|
|
2376
2427
|
|
|
2377
2428
|
|
|
2429
|
+
|
|
2378
2430
|
|
|
2379
2431
|
</code>
|
|
2380
2432
|
</td>
|
|
@@ -2382,7 +2434,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2382
2434
|
</tr>
|
|
2383
2435
|
|
|
2384
2436
|
<tr class="deep-level-0">
|
|
2385
|
-
<td class="name"><code><a href="
|
|
2437
|
+
<td class="name"><code><a href="#submit">submit</a></code></td>
|
|
2386
2438
|
<td class="name">
|
|
2387
2439
|
<code>
|
|
2388
2440
|
|
|
@@ -2390,6 +2442,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2390
2442
|
<span class="param-type">Promise.<String></span>
|
|
2391
2443
|
|
|
2392
2444
|
|
|
2445
|
+
|
|
2393
2446
|
|
|
2394
2447
|
</code>
|
|
2395
2448
|
</td>
|
|
@@ -2465,6 +2518,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2465
2518
|
<span class="param-type">Object</span>
|
|
2466
2519
|
|
|
2467
2520
|
|
|
2521
|
+
|
|
2468
2522
|
|
|
2469
2523
|
</td>
|
|
2470
2524
|
|
|
@@ -2491,6 +2545,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2491
2545
|
<span class="param-type">String</span>
|
|
2492
2546
|
|
|
2493
2547
|
|
|
2548
|
+
|
|
2494
2549
|
|
|
2495
2550
|
</td>
|
|
2496
2551
|
|
|
@@ -2517,6 +2572,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2517
2572
|
<span class="param-type">String</span>
|
|
2518
2573
|
|
|
2519
2574
|
|
|
2575
|
+
|
|
2520
2576
|
|
|
2521
2577
|
</td>
|
|
2522
2578
|
|
|
@@ -2545,6 +2601,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2545
2601
|
<span class="param-type">function</span>
|
|
2546
2602
|
|
|
2547
2603
|
|
|
2604
|
+
|
|
2548
2605
|
|
|
2549
2606
|
</td>
|
|
2550
2607
|
|
|
@@ -2571,6 +2628,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2571
2628
|
<span class="param-type">function</span>
|
|
2572
2629
|
|
|
2573
2630
|
|
|
2631
|
+
|
|
2574
2632
|
|
|
2575
2633
|
</td>
|
|
2576
2634
|
|
|
@@ -2607,7 +2665,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2607
2665
|
|
|
2608
2666
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2609
2667
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2610
|
-
<a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
|
|
2668
|
+
<a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
|
|
2611
2669
|
</li></ul></dd>
|
|
2612
2670
|
|
|
2613
2671
|
|
|
@@ -2669,6 +2727,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2669
2727
|
<span class="param-type">Promise.<Object></span>
|
|
2670
2728
|
|
|
2671
2729
|
|
|
2730
|
+
|
|
2672
2731
|
</div>
|
|
2673
2732
|
|
|
2674
2733
|
</div>
|
|
@@ -2781,6 +2840,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2781
2840
|
<span class="param-type">function</span>
|
|
2782
2841
|
|
|
2783
2842
|
|
|
2843
|
+
|
|
2784
2844
|
|
|
2785
2845
|
</td>
|
|
2786
2846
|
|
|
@@ -2809,6 +2869,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2809
2869
|
<span class="param-type">function</span>
|
|
2810
2870
|
|
|
2811
2871
|
|
|
2872
|
+
|
|
2812
2873
|
|
|
2813
2874
|
</td>
|
|
2814
2875
|
|
|
@@ -2847,7 +2908,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2847
2908
|
|
|
2848
2909
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2849
2910
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2850
|
-
<a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
|
|
2911
|
+
<a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
|
|
2851
2912
|
</li></ul></dd>
|
|
2852
2913
|
|
|
2853
2914
|
|
|
@@ -2993,6 +3054,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2993
3054
|
<span class="param-type">Object</span>
|
|
2994
3055
|
|
|
2995
3056
|
|
|
3057
|
+
|
|
2996
3058
|
|
|
2997
3059
|
</td>
|
|
2998
3060
|
|
|
@@ -3019,6 +3081,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3019
3081
|
<span class="param-type">String</span>
|
|
3020
3082
|
|
|
3021
3083
|
|
|
3084
|
+
|
|
3022
3085
|
|
|
3023
3086
|
</td>
|
|
3024
3087
|
|
|
@@ -3045,6 +3108,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3045
3108
|
<span class="param-type">String</span>
|
|
3046
3109
|
|
|
3047
3110
|
|
|
3111
|
+
|
|
3048
3112
|
|
|
3049
3113
|
</td>
|
|
3050
3114
|
|
|
@@ -3071,6 +3135,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3071
3135
|
<span class="param-type">String</span>
|
|
3072
3136
|
|
|
3073
3137
|
|
|
3138
|
+
|
|
3074
3139
|
|
|
3075
3140
|
</td>
|
|
3076
3141
|
|
|
@@ -3099,6 +3164,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3099
3164
|
<span class="param-type">function</span>
|
|
3100
3165
|
|
|
3101
3166
|
|
|
3167
|
+
|
|
3102
3168
|
|
|
3103
3169
|
</td>
|
|
3104
3170
|
|
|
@@ -3125,6 +3191,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3125
3191
|
<span class="param-type">function</span>
|
|
3126
3192
|
|
|
3127
3193
|
|
|
3194
|
+
|
|
3128
3195
|
|
|
3129
3196
|
</td>
|
|
3130
3197
|
|
|
@@ -3161,7 +3228,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3161
3228
|
|
|
3162
3229
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3163
3230
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3164
|
-
<a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
|
|
3231
|
+
<a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
|
|
3165
3232
|
</li></ul></dd>
|
|
3166
3233
|
|
|
3167
3234
|
|
|
@@ -3223,6 +3290,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3223
3290
|
<span class="param-type">Promise.<String></span>
|
|
3224
3291
|
|
|
3225
3292
|
|
|
3293
|
+
|
|
3226
3294
|
</div>
|
|
3227
3295
|
|
|
3228
3296
|
</div>
|
|
@@ -3314,6 +3382,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3314
3382
|
<span class="param-type">Object</span>
|
|
3315
3383
|
|
|
3316
3384
|
|
|
3385
|
+
|
|
3317
3386
|
|
|
3318
3387
|
</td>
|
|
3319
3388
|
|
|
@@ -3340,6 +3409,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3340
3409
|
<span class="param-type">String</span>
|
|
3341
3410
|
|
|
3342
3411
|
|
|
3412
|
+
|
|
3343
3413
|
|
|
3344
3414
|
</td>
|
|
3345
3415
|
|
|
@@ -3366,6 +3436,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3366
3436
|
<span class="param-type">String</span>
|
|
3367
3437
|
|
|
3368
3438
|
|
|
3439
|
+
|
|
3369
3440
|
|
|
3370
3441
|
</td>
|
|
3371
3442
|
|
|
@@ -3392,6 +3463,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3392
3463
|
<span class="param-type">String</span>
|
|
3393
3464
|
|
|
3394
3465
|
|
|
3466
|
+
|
|
3395
3467
|
|
|
3396
3468
|
</td>
|
|
3397
3469
|
|
|
@@ -3420,6 +3492,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3420
3492
|
<span class="param-type">function</span>
|
|
3421
3493
|
|
|
3422
3494
|
|
|
3495
|
+
|
|
3423
3496
|
|
|
3424
3497
|
</td>
|
|
3425
3498
|
|
|
@@ -3446,6 +3519,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3446
3519
|
<span class="param-type">function</span>
|
|
3447
3520
|
|
|
3448
3521
|
|
|
3522
|
+
|
|
3449
3523
|
|
|
3450
3524
|
</td>
|
|
3451
3525
|
|
|
@@ -3482,7 +3556,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3482
3556
|
|
|
3483
3557
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3484
3558
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3485
|
-
<a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
|
|
3559
|
+
<a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
|
|
3486
3560
|
</li></ul></dd>
|
|
3487
3561
|
|
|
3488
3562
|
|
|
@@ -3544,6 +3618,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3544
3618
|
<span class="param-type">Promise.<String></span>
|
|
3545
3619
|
|
|
3546
3620
|
|
|
3621
|
+
|
|
3547
3622
|
</div>
|
|
3548
3623
|
|
|
3549
3624
|
</div>
|
|
@@ -3635,6 +3710,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3635
3710
|
<span class="param-type">Object</span>
|
|
3636
3711
|
|
|
3637
3712
|
|
|
3713
|
+
|
|
3638
3714
|
|
|
3639
3715
|
</td>
|
|
3640
3716
|
|
|
@@ -3661,6 +3737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3661
3737
|
<span class="param-type">String</span>
|
|
3662
3738
|
|
|
3663
3739
|
|
|
3740
|
+
|
|
3664
3741
|
|
|
3665
3742
|
</td>
|
|
3666
3743
|
|
|
@@ -3687,6 +3764,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3687
3764
|
<span class="param-type">String</span>
|
|
3688
3765
|
|
|
3689
3766
|
|
|
3767
|
+
|
|
3690
3768
|
|
|
3691
3769
|
</td>
|
|
3692
3770
|
|
|
@@ -3715,6 +3793,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3715
3793
|
<span class="param-type">function</span>
|
|
3716
3794
|
|
|
3717
3795
|
|
|
3796
|
+
|
|
3718
3797
|
|
|
3719
3798
|
</td>
|
|
3720
3799
|
|
|
@@ -3741,6 +3820,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3741
3820
|
<span class="param-type">function</span>
|
|
3742
3821
|
|
|
3743
3822
|
|
|
3823
|
+
|
|
3744
3824
|
|
|
3745
3825
|
</td>
|
|
3746
3826
|
|
|
@@ -3777,7 +3857,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3777
3857
|
|
|
3778
3858
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3779
3859
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3780
|
-
<a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
|
|
3860
|
+
<a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
|
|
3781
3861
|
</li></ul></dd>
|
|
3782
3862
|
|
|
3783
3863
|
|
|
@@ -3846,6 +3926,7 @@ console.log("submit: ", res);
|
|
|
3846
3926
|
<span class="param-type">Promise.<String></span>
|
|
3847
3927
|
|
|
3848
3928
|
|
|
3929
|
+
|
|
3849
3930
|
</div>
|
|
3850
3931
|
|
|
3851
3932
|
</div>
|