@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
|
|
|
@@ -143,7 +146,8 @@
|
|
|
143
146
|
<td class="type">
|
|
144
147
|
|
|
145
148
|
|
|
146
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
149
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
150
|
+
|
|
147
151
|
|
|
148
152
|
|
|
149
153
|
|
|
@@ -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">Number</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">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">String</span>
|
|
279
288
|
|
|
280
289
|
|
|
290
|
+
|
|
281
291
|
|
|
282
292
|
</td>
|
|
283
293
|
|
|
@@ -406,7 +416,7 @@
|
|
|
406
416
|
|
|
407
417
|
|
|
408
418
|
<ul>
|
|
409
|
-
<li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
|
|
419
|
+
<li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
|
|
410
420
|
</ul>
|
|
411
421
|
|
|
412
422
|
|
|
@@ -438,89 +448,96 @@
|
|
|
438
448
|
<tbody>
|
|
439
449
|
|
|
440
450
|
<tr class="deep-level-0">
|
|
441
|
-
<td class="name"><code><a href="
|
|
451
|
+
<td class="name"><code><a href="#attOptType">attOptType</a></code></td>
|
|
442
452
|
<td class="name">
|
|
443
453
|
<code>
|
|
444
454
|
|
|
445
455
|
<span class="param-type">Number</span>
|
|
446
456
|
|
|
447
457
|
|
|
458
|
+
|
|
448
459
|
</code>
|
|
449
460
|
</td>
|
|
450
461
|
<td class="name"><code><p>是否进行属性操作,1:是 0:否,必传,例如:{"activeValue":"1","inactiveValue":"0"}</p></code></td>
|
|
451
462
|
</tr>
|
|
452
463
|
|
|
453
464
|
<tr class="deep-level-0">
|
|
454
|
-
<td class="name"><code><a href="
|
|
465
|
+
<td class="name"><code><a href="#clientId">clientId</a></code></td>
|
|
455
466
|
<td class="name">
|
|
456
467
|
<code>
|
|
457
468
|
|
|
458
469
|
<span class="param-type">Boolean</span>
|
|
459
470
|
|
|
460
471
|
|
|
472
|
+
|
|
461
473
|
</code>
|
|
462
474
|
</td>
|
|
463
475
|
<td class="name"><code><p>客户端id</p></code></td>
|
|
464
476
|
</tr>
|
|
465
477
|
|
|
466
478
|
<tr class="deep-level-0">
|
|
467
|
-
<td class="name"><code><a href="
|
|
479
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
468
480
|
<td class="name">
|
|
469
481
|
<code>
|
|
470
482
|
|
|
471
483
|
<span class="param-type">String</span>
|
|
472
484
|
|
|
473
485
|
|
|
486
|
+
|
|
474
487
|
</code>
|
|
475
488
|
</td>
|
|
476
489
|
<td class="name"><code><p>多边形叠加分析</p></code></td>
|
|
477
490
|
</tr>
|
|
478
491
|
|
|
479
492
|
<tr class="deep-level-0">
|
|
480
|
-
<td class="name"><code><a href="
|
|
493
|
+
<td class="name"><code><a href="#desInfo">desInfo</a></code></td>
|
|
481
494
|
<td class="name">
|
|
482
495
|
<code>
|
|
483
496
|
|
|
484
497
|
<span class="param-type">String</span>
|
|
485
498
|
|
|
486
499
|
|
|
500
|
+
|
|
487
501
|
</code>
|
|
488
502
|
</td>
|
|
489
503
|
<td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayDes</p></code></td>
|
|
490
504
|
</tr>
|
|
491
505
|
|
|
492
506
|
<tr class="deep-level-0">
|
|
493
|
-
<td class="name"><code><a href="
|
|
507
|
+
<td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
|
|
494
508
|
<td class="name">
|
|
495
509
|
<code>
|
|
496
510
|
|
|
497
511
|
<span class="param-type">Boolean</span>
|
|
498
512
|
|
|
499
513
|
|
|
514
|
+
|
|
500
515
|
</code>
|
|
501
516
|
</td>
|
|
502
517
|
<td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
|
|
503
518
|
</tr>
|
|
504
519
|
|
|
505
520
|
<tr class="deep-level-0">
|
|
506
|
-
<td class="name"><code><a href="
|
|
521
|
+
<td class="name"><code><a href="#flowId">flowId</a></code></td>
|
|
507
522
|
<td class="name">
|
|
508
523
|
<code>
|
|
509
524
|
|
|
510
525
|
<span class="param-type">Number</span>
|
|
511
526
|
|
|
512
527
|
|
|
528
|
+
|
|
513
529
|
</code>
|
|
514
530
|
</td>
|
|
515
531
|
<td class="name"><code><p>600237</p></code></td>
|
|
516
532
|
</tr>
|
|
517
533
|
|
|
518
534
|
<tr class="deep-level-0">
|
|
519
|
-
<td class="name"><code><a href="
|
|
535
|
+
<td class="name"><code><a href="#geometry">geometry</a></code></td>
|
|
520
536
|
<td class="name">
|
|
521
537
|
<code>
|
|
522
538
|
|
|
523
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
539
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
540
|
+
|
|
524
541
|
|
|
525
542
|
|
|
526
543
|
</code>
|
|
@@ -529,11 +546,12 @@
|
|
|
529
546
|
</tr>
|
|
530
547
|
|
|
531
548
|
<tr class="deep-level-0">
|
|
532
|
-
<td class="name"><code><a href="
|
|
549
|
+
<td class="name"><code><a href="#geometrys">geometrys</a></code></td>
|
|
533
550
|
<td class="name">
|
|
534
551
|
<code>
|
|
535
552
|
|
|
536
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
553
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
554
|
+
|
|
537
555
|
|
|
538
556
|
|
|
539
557
|
</code>
|
|
@@ -542,11 +560,12 @@
|
|
|
542
560
|
</tr>
|
|
543
561
|
|
|
544
562
|
<tr class="deep-level-0">
|
|
545
|
-
<td class="name"><code><a href="
|
|
563
|
+
<td class="name"><code><a href="#geometrys">geometrys</a></code></td>
|
|
546
564
|
<td class="name">
|
|
547
565
|
<code>
|
|
548
566
|
|
|
549
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
567
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
568
|
+
|
|
550
569
|
|
|
551
570
|
|
|
552
571
|
</code>
|
|
@@ -555,141 +574,152 @@
|
|
|
555
574
|
</tr>
|
|
556
575
|
|
|
557
576
|
<tr class="deep-level-0">
|
|
558
|
-
<td class="name"><code><a href="
|
|
577
|
+
<td class="name"><code><a href="#groupName">groupName</a></code></td>
|
|
559
578
|
<td class="name">
|
|
560
579
|
<code>
|
|
561
580
|
|
|
562
581
|
<span class="param-type">String</span>
|
|
563
582
|
|
|
564
583
|
|
|
584
|
+
|
|
565
585
|
</code>
|
|
566
586
|
</td>
|
|
567
587
|
<td class="name"><code><p>叠加分析</p></code></td>
|
|
568
588
|
</tr>
|
|
569
589
|
|
|
570
590
|
<tr class="deep-level-0">
|
|
571
|
-
<td class="name"><code><a href="
|
|
591
|
+
<td class="name"><code><a href="#headers">headers</a></code></td>
|
|
572
592
|
<td class="name">
|
|
573
593
|
<code>
|
|
574
594
|
|
|
575
595
|
<span class="param-type">String</span>
|
|
576
596
|
|
|
577
597
|
|
|
598
|
+
|
|
578
599
|
</code>
|
|
579
600
|
</td>
|
|
580
601
|
<td class="name"><code><p>请求头参数</p></code></td>
|
|
581
602
|
</tr>
|
|
582
603
|
|
|
583
604
|
<tr class="deep-level-0">
|
|
584
|
-
<td class="name"><code><a href="
|
|
605
|
+
<td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
|
|
585
606
|
<td class="name">
|
|
586
607
|
<code>
|
|
587
608
|
|
|
588
609
|
<span class="param-type">Number</span>
|
|
589
610
|
|
|
590
611
|
|
|
612
|
+
|
|
591
613
|
</code>
|
|
592
614
|
</td>
|
|
593
615
|
<td class="name"><code><p>共有部分的图形参数操作,0:随机,1:使用第一个类的图形参数,2:使用第二个类的图形参数,必传,例如:{"0":"随机","1":"使用第一个类的图形参数","2":"使用第二个类的图形参数"}</p></code></td>
|
|
594
616
|
</tr>
|
|
595
617
|
|
|
596
618
|
<tr class="deep-level-0">
|
|
597
|
-
<td class="name"><code><a href="
|
|
619
|
+
<td class="name"><code><a href="#inFormat">inFormat</a></code></td>
|
|
598
620
|
<td class="name">
|
|
599
621
|
<code>
|
|
600
622
|
|
|
601
623
|
<span class="param-type">String</span>
|
|
602
624
|
|
|
603
625
|
|
|
626
|
+
|
|
604
627
|
</code>
|
|
605
628
|
</td>
|
|
606
629
|
<td class="name"><code><p>字符串格式,必传,例如:{"JSON":"JSON","XML":"XML"}</p></code></td>
|
|
607
630
|
</tr>
|
|
608
631
|
|
|
609
632
|
<tr class="deep-level-0">
|
|
610
|
-
<td class="name"><code><a href="
|
|
633
|
+
<td class="name"><code><a href="#overType">overType</a></code></td>
|
|
611
634
|
<td class="name">
|
|
612
635
|
<code>
|
|
613
636
|
|
|
614
637
|
<span class="param-type">Number</span>
|
|
615
638
|
|
|
616
639
|
|
|
640
|
+
|
|
617
641
|
</code>
|
|
618
642
|
</td>
|
|
619
643
|
<td class="name"><code><p>图层叠加类型,0:求并,1:求交(默认),2:求差,3:内裁,4:外裁,5:叠加,6:对称差,7:判别,必传,例如:{"0":"求并","1":"求交","2":"求差","3":"内裁","4":"外裁","5":"叠加","6":"对称差","7":"判别"}</p></code></td>
|
|
620
644
|
</tr>
|
|
621
645
|
|
|
622
646
|
<tr class="deep-level-0">
|
|
623
|
-
<td class="name"><code><a href="
|
|
647
|
+
<td class="name"><code><a href="#radius">radius</a></code></td>
|
|
624
648
|
<td class="name">
|
|
625
649
|
<code>
|
|
626
650
|
|
|
627
651
|
<span class="param-type">Number</span>
|
|
628
652
|
|
|
629
653
|
|
|
654
|
+
|
|
630
655
|
</code>
|
|
631
656
|
</td>
|
|
632
657
|
<td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
|
|
633
658
|
</tr>
|
|
634
659
|
|
|
635
660
|
<tr class="deep-level-0">
|
|
636
|
-
<td class="name"><code><a href="
|
|
661
|
+
<td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
|
|
637
662
|
<td class="name">
|
|
638
663
|
<code>
|
|
639
664
|
|
|
640
665
|
<span class="param-type">function</span>
|
|
641
666
|
|
|
642
667
|
|
|
668
|
+
|
|
643
669
|
</code>
|
|
644
670
|
</td>
|
|
645
671
|
<td class="name"><code><p>请求发送拦截器</p></code></td>
|
|
646
672
|
</tr>
|
|
647
673
|
|
|
648
674
|
<tr class="deep-level-0">
|
|
649
|
-
<td class="name"><code><a href="
|
|
675
|
+
<td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
|
|
650
676
|
<td class="name">
|
|
651
677
|
<code>
|
|
652
678
|
|
|
653
679
|
<span class="param-type">String</span>
|
|
654
680
|
|
|
655
681
|
|
|
682
|
+
|
|
656
683
|
</code>
|
|
657
684
|
</td>
|
|
658
685
|
<td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
|
|
659
686
|
</tr>
|
|
660
687
|
|
|
661
688
|
<tr class="deep-level-0">
|
|
662
|
-
<td class="name"><code><a href="
|
|
689
|
+
<td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
|
|
663
690
|
<td class="name">
|
|
664
691
|
<code>
|
|
665
692
|
|
|
666
693
|
<span class="param-type">function</span>
|
|
667
694
|
|
|
668
695
|
|
|
696
|
+
|
|
669
697
|
</code>
|
|
670
698
|
</td>
|
|
671
699
|
<td class="name"><code><p>请求响应拦截器</p></code></td>
|
|
672
700
|
</tr>
|
|
673
701
|
|
|
674
702
|
<tr class="deep-level-0">
|
|
675
|
-
<td class="name"><code><a href="
|
|
703
|
+
<td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
|
|
676
704
|
<td class="name">
|
|
677
705
|
<code>
|
|
678
706
|
|
|
679
707
|
<span class="param-type">String</span>
|
|
680
708
|
|
|
681
709
|
|
|
710
|
+
|
|
682
711
|
</code>
|
|
683
712
|
</td>
|
|
684
713
|
<td class="name"><code><p>被叠加简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLay</p></code></td>
|
|
685
714
|
</tr>
|
|
686
715
|
|
|
687
716
|
<tr class="deep-level-0">
|
|
688
|
-
<td class="name"><code><a href="
|
|
717
|
+
<td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
|
|
689
718
|
<td class="name">
|
|
690
719
|
<code>
|
|
691
720
|
|
|
692
|
-
<span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
721
|
+
<span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
722
|
+
|
|
693
723
|
|
|
694
724
|
|
|
695
725
|
</code>
|
|
@@ -698,39 +728,42 @@
|
|
|
698
728
|
</tr>
|
|
699
729
|
|
|
700
730
|
<tr class="deep-level-0">
|
|
701
|
-
<td class="name"><code><a href="
|
|
731
|
+
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
702
732
|
<td class="name">
|
|
703
733
|
<code>
|
|
704
734
|
|
|
705
735
|
<span class="param-type">String</span>
|
|
706
736
|
|
|
707
737
|
|
|
738
|
+
|
|
708
739
|
</code>
|
|
709
740
|
</td>
|
|
710
741
|
<td class="name"><code><p>token名</p></code></td>
|
|
711
742
|
</tr>
|
|
712
743
|
|
|
713
744
|
<tr class="deep-level-0">
|
|
714
|
-
<td class="name"><code><a href="
|
|
745
|
+
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
715
746
|
<td class="name">
|
|
716
747
|
<code>
|
|
717
748
|
|
|
718
749
|
<span class="param-type">String</span>
|
|
719
750
|
|
|
720
751
|
|
|
752
|
+
|
|
721
753
|
</code>
|
|
722
754
|
</td>
|
|
723
755
|
<td class="name"><code><p>token值</p></code></td>
|
|
724
756
|
</tr>
|
|
725
757
|
|
|
726
758
|
<tr class="deep-level-0">
|
|
727
|
-
<td class="name"><code><a href="
|
|
759
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
728
760
|
<td class="name">
|
|
729
761
|
<code>
|
|
730
762
|
|
|
731
763
|
<span class="param-type">String</span>
|
|
732
764
|
|
|
733
765
|
|
|
766
|
+
|
|
734
767
|
</code>
|
|
735
768
|
</td>
|
|
736
769
|
<td class="name"><code><p>工作流基地址,必传</p></code></td>
|
|
@@ -750,6 +783,7 @@
|
|
|
750
783
|
<span class="param-type">Number</span>
|
|
751
784
|
|
|
752
785
|
|
|
786
|
+
|
|
753
787
|
</span>
|
|
754
788
|
|
|
755
789
|
<h4 class="name" id="attOptType">
|
|
@@ -820,6 +854,7 @@
|
|
|
820
854
|
<span class="param-type">Boolean</span>
|
|
821
855
|
|
|
822
856
|
|
|
857
|
+
|
|
823
858
|
</span>
|
|
824
859
|
|
|
825
860
|
<h4 class="name" id="clientId">
|
|
@@ -851,7 +886,7 @@
|
|
|
851
886
|
|
|
852
887
|
<dt class="inherited-from">Inherited From:</dt>
|
|
853
888
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
854
|
-
<a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
|
|
889
|
+
<a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
|
|
855
890
|
</li></ul></dd>
|
|
856
891
|
|
|
857
892
|
|
|
@@ -895,6 +930,7 @@
|
|
|
895
930
|
<span class="param-type">String</span>
|
|
896
931
|
|
|
897
932
|
|
|
933
|
+
|
|
898
934
|
</span>
|
|
899
935
|
|
|
900
936
|
<h4 class="name" id="description">
|
|
@@ -969,6 +1005,7 @@
|
|
|
969
1005
|
<span class="param-type">String</span>
|
|
970
1006
|
|
|
971
1007
|
|
|
1008
|
+
|
|
972
1009
|
</span>
|
|
973
1010
|
|
|
974
1011
|
<h4 class="name" id="desInfo">
|
|
@@ -1039,6 +1076,7 @@
|
|
|
1039
1076
|
<span class="param-type">Boolean</span>
|
|
1040
1077
|
|
|
1041
1078
|
|
|
1079
|
+
|
|
1042
1080
|
</span>
|
|
1043
1081
|
|
|
1044
1082
|
<h4 class="name" id="enableGlobeFetch">
|
|
@@ -1070,7 +1108,7 @@
|
|
|
1070
1108
|
|
|
1071
1109
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1072
1110
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1073
|
-
<a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
|
|
1111
|
+
<a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
|
|
1074
1112
|
</li></ul></dd>
|
|
1075
1113
|
|
|
1076
1114
|
|
|
@@ -1135,6 +1173,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1135
1173
|
<span class="param-type">Number</span>
|
|
1136
1174
|
|
|
1137
1175
|
|
|
1176
|
+
|
|
1138
1177
|
</span>
|
|
1139
1178
|
|
|
1140
1179
|
<h4 class="name" id="flowId">
|
|
@@ -1206,7 +1245,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1206
1245
|
<span class="method-parameter is-pulled-right">
|
|
1207
1246
|
<label>类型:</label>
|
|
1208
1247
|
|
|
1209
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1248
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1249
|
+
|
|
1210
1250
|
|
|
1211
1251
|
|
|
1212
1252
|
</span>
|
|
@@ -1276,7 +1316,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1276
1316
|
<span class="method-parameter is-pulled-right">
|
|
1277
1317
|
<label>类型:</label>
|
|
1278
1318
|
|
|
1279
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
1319
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
1320
|
+
|
|
1280
1321
|
|
|
1281
1322
|
|
|
1282
1323
|
</span>
|
|
@@ -1346,7 +1387,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1346
1387
|
<span class="method-parameter is-pulled-right">
|
|
1347
1388
|
<label>类型:</label>
|
|
1348
1389
|
|
|
1349
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
1390
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
1391
|
+
|
|
1350
1392
|
|
|
1351
1393
|
|
|
1352
1394
|
</span>
|
|
@@ -1419,6 +1461,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1419
1461
|
<span class="param-type">String</span>
|
|
1420
1462
|
|
|
1421
1463
|
|
|
1464
|
+
|
|
1422
1465
|
</span>
|
|
1423
1466
|
|
|
1424
1467
|
<h4 class="name" id="groupName">
|
|
@@ -1493,6 +1536,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1493
1536
|
<span class="param-type">String</span>
|
|
1494
1537
|
|
|
1495
1538
|
|
|
1539
|
+
|
|
1496
1540
|
</span>
|
|
1497
1541
|
|
|
1498
1542
|
<h4 class="name" id="headers">
|
|
@@ -1524,7 +1568,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
|
|
|
1524
1568
|
|
|
1525
1569
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1526
1570
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1527
|
-
<a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
|
|
1571
|
+
<a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
|
|
1528
1572
|
</li></ul></dd>
|
|
1529
1573
|
|
|
1530
1574
|
|
|
@@ -1590,6 +1634,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1590
1634
|
<span class="param-type">Number</span>
|
|
1591
1635
|
|
|
1592
1636
|
|
|
1637
|
+
|
|
1593
1638
|
</span>
|
|
1594
1639
|
|
|
1595
1640
|
<h4 class="name" id="infoOptType">
|
|
@@ -1660,6 +1705,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1660
1705
|
<span class="param-type">String</span>
|
|
1661
1706
|
|
|
1662
1707
|
|
|
1708
|
+
|
|
1663
1709
|
</span>
|
|
1664
1710
|
|
|
1665
1711
|
<h4 class="name" id="inFormat">
|
|
@@ -1730,6 +1776,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1730
1776
|
<span class="param-type">Number</span>
|
|
1731
1777
|
|
|
1732
1778
|
|
|
1779
|
+
|
|
1733
1780
|
</span>
|
|
1734
1781
|
|
|
1735
1782
|
<h4 class="name" id="overType">
|
|
@@ -1800,6 +1847,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1800
1847
|
<span class="param-type">Number</span>
|
|
1801
1848
|
|
|
1802
1849
|
|
|
1850
|
+
|
|
1803
1851
|
</span>
|
|
1804
1852
|
|
|
1805
1853
|
<h4 class="name" id="radius">
|
|
@@ -1870,6 +1918,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1870
1918
|
<span class="param-type">function</span>
|
|
1871
1919
|
|
|
1872
1920
|
|
|
1921
|
+
|
|
1873
1922
|
</span>
|
|
1874
1923
|
|
|
1875
1924
|
<h4 class="name" id="requestInterceptor">
|
|
@@ -1901,7 +1950,7 @@ BaseServer.headers.token = '新token';</code></pre>
|
|
|
1901
1950
|
|
|
1902
1951
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1903
1952
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1904
|
-
<a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
|
|
1953
|
+
<a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
|
|
1905
1954
|
</li></ul></dd>
|
|
1906
1955
|
|
|
1907
1956
|
|
|
@@ -1973,6 +2022,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
1973
2022
|
<span class="param-type">String</span>
|
|
1974
2023
|
|
|
1975
2024
|
|
|
2025
|
+
|
|
1976
2026
|
</span>
|
|
1977
2027
|
|
|
1978
2028
|
<h4 class="name" id="requestTimeout">
|
|
@@ -2004,7 +2054,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
|
|
|
2004
2054
|
|
|
2005
2055
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2006
2056
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2007
|
-
<a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
|
|
2057
|
+
<a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
|
|
2008
2058
|
</li></ul></dd>
|
|
2009
2059
|
|
|
2010
2060
|
|
|
@@ -2066,6 +2116,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
2066
2116
|
<span class="param-type">function</span>
|
|
2067
2117
|
|
|
2068
2118
|
|
|
2119
|
+
|
|
2069
2120
|
</span>
|
|
2070
2121
|
|
|
2071
2122
|
<h4 class="name" id="responseInterceptor">
|
|
@@ -2097,7 +2148,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
|
|
|
2097
2148
|
|
|
2098
2149
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2099
2150
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2100
|
-
<a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
|
|
2151
|
+
<a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
|
|
2101
2152
|
</li></ul></dd>
|
|
2102
2153
|
|
|
2103
2154
|
|
|
@@ -2171,6 +2222,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2171
2222
|
<span class="param-type">String</span>
|
|
2172
2223
|
|
|
2173
2224
|
|
|
2225
|
+
|
|
2174
2226
|
</span>
|
|
2175
2227
|
|
|
2176
2228
|
<h4 class="name" id="srcInfo1">
|
|
@@ -2238,7 +2290,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2238
2290
|
<span class="method-parameter is-pulled-right">
|
|
2239
2291
|
<label>类型:</label>
|
|
2240
2292
|
|
|
2241
|
-
<span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
2293
|
+
<span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
|
|
2294
|
+
|
|
2242
2295
|
|
|
2243
2296
|
|
|
2244
2297
|
</span>
|
|
@@ -2272,7 +2325,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
|
|
|
2272
2325
|
|
|
2273
2326
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2274
2327
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2275
|
-
<a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
|
|
2328
|
+
<a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
|
|
2276
2329
|
</li></ul></dd>
|
|
2277
2330
|
|
|
2278
2331
|
|
|
@@ -2338,6 +2391,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2338
2391
|
<span class="param-type">String</span>
|
|
2339
2392
|
|
|
2340
2393
|
|
|
2394
|
+
|
|
2341
2395
|
</span>
|
|
2342
2396
|
|
|
2343
2397
|
<h4 class="name" id="tokenKey">
|
|
@@ -2369,7 +2423,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
|
|
|
2369
2423
|
|
|
2370
2424
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2371
2425
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2372
|
-
<a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
|
|
2426
|
+
<a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
|
|
2373
2427
|
</li></ul></dd>
|
|
2374
2428
|
|
|
2375
2429
|
|
|
@@ -2430,6 +2484,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2430
2484
|
<span class="param-type">String</span>
|
|
2431
2485
|
|
|
2432
2486
|
|
|
2487
|
+
|
|
2433
2488
|
</span>
|
|
2434
2489
|
|
|
2435
2490
|
<h4 class="name" id="tokenValue">
|
|
@@ -2461,7 +2516,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
|
|
|
2461
2516
|
|
|
2462
2517
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2463
2518
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2464
|
-
<a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
|
|
2519
|
+
<a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
|
|
2465
2520
|
</li></ul></dd>
|
|
2466
2521
|
|
|
2467
2522
|
|
|
@@ -2522,6 +2577,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2522
2577
|
<span class="param-type">String</span>
|
|
2523
2578
|
|
|
2524
2579
|
|
|
2580
|
+
|
|
2525
2581
|
</span>
|
|
2526
2582
|
|
|
2527
2583
|
<h4 class="name" id="url">
|
|
@@ -2610,7 +2666,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2610
2666
|
<tbody>
|
|
2611
2667
|
|
|
2612
2668
|
<tr class="deep-level-0">
|
|
2613
|
-
<td class="name"><code><a href="
|
|
2669
|
+
<td class="name"><code><a href="#execute">execute</a></code></td>
|
|
2614
2670
|
<td class="name">
|
|
2615
2671
|
<code>
|
|
2616
2672
|
|
|
@@ -2618,6 +2674,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2618
2674
|
<span class="param-type">Promise.<Object></span>
|
|
2619
2675
|
|
|
2620
2676
|
|
|
2677
|
+
|
|
2621
2678
|
|
|
2622
2679
|
</code>
|
|
2623
2680
|
</td>
|
|
@@ -2625,7 +2682,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2625
2682
|
</tr>
|
|
2626
2683
|
|
|
2627
2684
|
<tr class="deep-level-0">
|
|
2628
|
-
<td class="name"><code><a href="
|
|
2685
|
+
<td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
|
|
2629
2686
|
<td class="name">
|
|
2630
2687
|
<code>
|
|
2631
2688
|
|
|
@@ -2635,7 +2692,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2635
2692
|
</tr>
|
|
2636
2693
|
|
|
2637
2694
|
<tr class="deep-level-0">
|
|
2638
|
-
<td class="name"><code><a href="
|
|
2695
|
+
<td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
|
|
2639
2696
|
<td class="name">
|
|
2640
2697
|
<code>
|
|
2641
2698
|
|
|
@@ -2643,6 +2700,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2643
2700
|
<span class="param-type">Promise.<String></span>
|
|
2644
2701
|
|
|
2645
2702
|
|
|
2703
|
+
|
|
2646
2704
|
|
|
2647
2705
|
</code>
|
|
2648
2706
|
</td>
|
|
@@ -2650,7 +2708,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2650
2708
|
</tr>
|
|
2651
2709
|
|
|
2652
2710
|
<tr class="deep-level-0">
|
|
2653
|
-
<td class="name"><code><a href="
|
|
2711
|
+
<td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
|
|
2654
2712
|
<td class="name">
|
|
2655
2713
|
<code>
|
|
2656
2714
|
|
|
@@ -2658,6 +2716,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2658
2716
|
<span class="param-type">Promise.<String></span>
|
|
2659
2717
|
|
|
2660
2718
|
|
|
2719
|
+
|
|
2661
2720
|
|
|
2662
2721
|
</code>
|
|
2663
2722
|
</td>
|
|
@@ -2665,7 +2724,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2665
2724
|
</tr>
|
|
2666
2725
|
|
|
2667
2726
|
<tr class="deep-level-0">
|
|
2668
|
-
<td class="name"><code><a href="
|
|
2727
|
+
<td class="name"><code><a href="#submit">submit</a></code></td>
|
|
2669
2728
|
<td class="name">
|
|
2670
2729
|
<code>
|
|
2671
2730
|
|
|
@@ -2673,6 +2732,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2673
2732
|
<span class="param-type">Promise.<String></span>
|
|
2674
2733
|
|
|
2675
2734
|
|
|
2735
|
+
|
|
2676
2736
|
|
|
2677
2737
|
</code>
|
|
2678
2738
|
</td>
|
|
@@ -2748,6 +2808,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2748
2808
|
<span class="param-type">Object</span>
|
|
2749
2809
|
|
|
2750
2810
|
|
|
2811
|
+
|
|
2751
2812
|
|
|
2752
2813
|
</td>
|
|
2753
2814
|
|
|
@@ -2774,6 +2835,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2774
2835
|
<span class="param-type">String</span>
|
|
2775
2836
|
|
|
2776
2837
|
|
|
2838
|
+
|
|
2777
2839
|
|
|
2778
2840
|
</td>
|
|
2779
2841
|
|
|
@@ -2800,6 +2862,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2800
2862
|
<span class="param-type">String</span>
|
|
2801
2863
|
|
|
2802
2864
|
|
|
2865
|
+
|
|
2803
2866
|
|
|
2804
2867
|
</td>
|
|
2805
2868
|
|
|
@@ -2828,6 +2891,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2828
2891
|
<span class="param-type">function</span>
|
|
2829
2892
|
|
|
2830
2893
|
|
|
2894
|
+
|
|
2831
2895
|
|
|
2832
2896
|
</td>
|
|
2833
2897
|
|
|
@@ -2854,6 +2918,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2854
2918
|
<span class="param-type">function</span>
|
|
2855
2919
|
|
|
2856
2920
|
|
|
2921
|
+
|
|
2857
2922
|
|
|
2858
2923
|
</td>
|
|
2859
2924
|
|
|
@@ -2890,7 +2955,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2890
2955
|
|
|
2891
2956
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2892
2957
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2893
|
-
<a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
|
|
2958
|
+
<a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
|
|
2894
2959
|
</li></ul></dd>
|
|
2895
2960
|
|
|
2896
2961
|
|
|
@@ -2952,6 +3017,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
2952
3017
|
<span class="param-type">Promise.<Object></span>
|
|
2953
3018
|
|
|
2954
3019
|
|
|
3020
|
+
|
|
2955
3021
|
</div>
|
|
2956
3022
|
|
|
2957
3023
|
</div>
|
|
@@ -3064,6 +3130,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3064
3130
|
<span class="param-type">function</span>
|
|
3065
3131
|
|
|
3066
3132
|
|
|
3133
|
+
|
|
3067
3134
|
|
|
3068
3135
|
</td>
|
|
3069
3136
|
|
|
@@ -3092,6 +3159,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3092
3159
|
<span class="param-type">function</span>
|
|
3093
3160
|
|
|
3094
3161
|
|
|
3162
|
+
|
|
3095
3163
|
|
|
3096
3164
|
</td>
|
|
3097
3165
|
|
|
@@ -3130,7 +3198,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3130
3198
|
|
|
3131
3199
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3132
3200
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3133
|
-
<a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
|
|
3201
|
+
<a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
|
|
3134
3202
|
</li></ul></dd>
|
|
3135
3203
|
|
|
3136
3204
|
|
|
@@ -3276,6 +3344,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3276
3344
|
<span class="param-type">Object</span>
|
|
3277
3345
|
|
|
3278
3346
|
|
|
3347
|
+
|
|
3279
3348
|
|
|
3280
3349
|
</td>
|
|
3281
3350
|
|
|
@@ -3302,6 +3371,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3302
3371
|
<span class="param-type">String</span>
|
|
3303
3372
|
|
|
3304
3373
|
|
|
3374
|
+
|
|
3305
3375
|
|
|
3306
3376
|
</td>
|
|
3307
3377
|
|
|
@@ -3328,6 +3398,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3328
3398
|
<span class="param-type">String</span>
|
|
3329
3399
|
|
|
3330
3400
|
|
|
3401
|
+
|
|
3331
3402
|
|
|
3332
3403
|
</td>
|
|
3333
3404
|
|
|
@@ -3354,6 +3425,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3354
3425
|
<span class="param-type">String</span>
|
|
3355
3426
|
|
|
3356
3427
|
|
|
3428
|
+
|
|
3357
3429
|
|
|
3358
3430
|
</td>
|
|
3359
3431
|
|
|
@@ -3382,6 +3454,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3382
3454
|
<span class="param-type">function</span>
|
|
3383
3455
|
|
|
3384
3456
|
|
|
3457
|
+
|
|
3385
3458
|
|
|
3386
3459
|
</td>
|
|
3387
3460
|
|
|
@@ -3408,6 +3481,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3408
3481
|
<span class="param-type">function</span>
|
|
3409
3482
|
|
|
3410
3483
|
|
|
3484
|
+
|
|
3411
3485
|
|
|
3412
3486
|
</td>
|
|
3413
3487
|
|
|
@@ -3444,7 +3518,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3444
3518
|
|
|
3445
3519
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3446
3520
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3447
|
-
<a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
|
|
3521
|
+
<a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
|
|
3448
3522
|
</li></ul></dd>
|
|
3449
3523
|
|
|
3450
3524
|
|
|
@@ -3506,6 +3580,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3506
3580
|
<span class="param-type">Promise.<String></span>
|
|
3507
3581
|
|
|
3508
3582
|
|
|
3583
|
+
|
|
3509
3584
|
</div>
|
|
3510
3585
|
|
|
3511
3586
|
</div>
|
|
@@ -3597,6 +3672,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3597
3672
|
<span class="param-type">Object</span>
|
|
3598
3673
|
|
|
3599
3674
|
|
|
3675
|
+
|
|
3600
3676
|
|
|
3601
3677
|
</td>
|
|
3602
3678
|
|
|
@@ -3623,6 +3699,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3623
3699
|
<span class="param-type">String</span>
|
|
3624
3700
|
|
|
3625
3701
|
|
|
3702
|
+
|
|
3626
3703
|
|
|
3627
3704
|
</td>
|
|
3628
3705
|
|
|
@@ -3649,6 +3726,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3649
3726
|
<span class="param-type">String</span>
|
|
3650
3727
|
|
|
3651
3728
|
|
|
3729
|
+
|
|
3652
3730
|
|
|
3653
3731
|
</td>
|
|
3654
3732
|
|
|
@@ -3675,6 +3753,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3675
3753
|
<span class="param-type">String</span>
|
|
3676
3754
|
|
|
3677
3755
|
|
|
3756
|
+
|
|
3678
3757
|
|
|
3679
3758
|
</td>
|
|
3680
3759
|
|
|
@@ -3703,6 +3782,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3703
3782
|
<span class="param-type">function</span>
|
|
3704
3783
|
|
|
3705
3784
|
|
|
3785
|
+
|
|
3706
3786
|
|
|
3707
3787
|
</td>
|
|
3708
3788
|
|
|
@@ -3729,6 +3809,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3729
3809
|
<span class="param-type">function</span>
|
|
3730
3810
|
|
|
3731
3811
|
|
|
3812
|
+
|
|
3732
3813
|
|
|
3733
3814
|
</td>
|
|
3734
3815
|
|
|
@@ -3765,7 +3846,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3765
3846
|
|
|
3766
3847
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3767
3848
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3768
|
-
<a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
|
|
3849
|
+
<a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
|
|
3769
3850
|
</li></ul></dd>
|
|
3770
3851
|
|
|
3771
3852
|
|
|
@@ -3827,6 +3908,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3827
3908
|
<span class="param-type">Promise.<String></span>
|
|
3828
3909
|
|
|
3829
3910
|
|
|
3911
|
+
|
|
3830
3912
|
</div>
|
|
3831
3913
|
|
|
3832
3914
|
</div>
|
|
@@ -3918,6 +4000,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3918
4000
|
<span class="param-type">Object</span>
|
|
3919
4001
|
|
|
3920
4002
|
|
|
4003
|
+
|
|
3921
4004
|
|
|
3922
4005
|
</td>
|
|
3923
4006
|
|
|
@@ -3944,6 +4027,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3944
4027
|
<span class="param-type">String</span>
|
|
3945
4028
|
|
|
3946
4029
|
|
|
4030
|
+
|
|
3947
4031
|
|
|
3948
4032
|
</td>
|
|
3949
4033
|
|
|
@@ -3970,6 +4054,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3970
4054
|
<span class="param-type">String</span>
|
|
3971
4055
|
|
|
3972
4056
|
|
|
4057
|
+
|
|
3973
4058
|
|
|
3974
4059
|
</td>
|
|
3975
4060
|
|
|
@@ -3998,6 +4083,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
3998
4083
|
<span class="param-type">function</span>
|
|
3999
4084
|
|
|
4000
4085
|
|
|
4086
|
+
|
|
4001
4087
|
|
|
4002
4088
|
</td>
|
|
4003
4089
|
|
|
@@ -4024,6 +4110,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
4024
4110
|
<span class="param-type">function</span>
|
|
4025
4111
|
|
|
4026
4112
|
|
|
4113
|
+
|
|
4027
4114
|
|
|
4028
4115
|
</td>
|
|
4029
4116
|
|
|
@@ -4060,7 +4147,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
|
|
|
4060
4147
|
|
|
4061
4148
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4062
4149
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4063
|
-
<a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
|
|
4150
|
+
<a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
|
|
4064
4151
|
</li></ul></dd>
|
|
4065
4152
|
|
|
4066
4153
|
|
|
@@ -4129,6 +4216,7 @@ console.log("submit: ", res);
|
|
|
4129
4216
|
<span class="param-type">Promise.<String></span>
|
|
4130
4217
|
|
|
4131
4218
|
|
|
4219
|
+
|
|
4132
4220
|
</div>
|
|
4133
4221
|
|
|
4134
4222
|
</div>
|