@mapgis/webclient-common 17.0.7 → 17.2.0

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.
Files changed (105) hide show
  1. package/README.md +9 -44
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/webclient-common-es6.min.js +16 -5
  4. package/documention/ArcGISMapImageSubLayer.html +311 -7
  5. package/documention/ArcGISMapServer.html +404 -0
  6. package/documention/ArcGISTileLayer.html +116 -8
  7. package/documention/BaseRenderer.html +239 -0
  8. package/documention/BaseServer.html +1 -1
  9. package/documention/BaseView.html +457 -2
  10. package/documention/Callout3D.html +107 -0
  11. package/documention/Cesium3DTilesCacheLayer.html +131 -85
  12. package/documention/Circle.html +103 -0
  13. package/documention/ClassBreakInfo.html +0 -217
  14. package/documention/ClassBreakRenderer.html +395 -5
  15. package/documention/ClusterRenderer.html +245 -5
  16. package/documention/Extent.html +103 -0
  17. package/documention/ExtrudeSymbol3DLayer.html +107 -0
  18. package/documention/FeatureLayer.html +116 -8
  19. package/documention/FillSymbol.html +107 -0
  20. package/documention/FillSymbol3DLayer.html +107 -0
  21. package/documention/Font.html +3 -3
  22. package/documention/GeoJSONLayer.html +116 -8
  23. package/documention/Geometry.html +131 -0
  24. package/documention/GraphicsLayer.html +116 -8
  25. package/documention/GroupLayer.html +118 -10
  26. package/documention/HeatmapRenderer.html +107 -0
  27. package/documention/IGSMapImageSubLayer.html +304 -0
  28. package/documention/IGSSceneSubLayer.html +213 -33
  29. package/documention/IGSTileLayer.html +116 -8
  30. package/documention/IGSVectorTileLayer.html +198 -14
  31. package/documention/IconSymbol3DLayer.html +107 -0
  32. package/documention/LabelClass.html +7 -2
  33. package/documention/Layer.html +244 -9
  34. package/documention/LineCallout3D.html +107 -0
  35. package/documention/LineString.html +103 -0
  36. package/documention/LineSymbol.html +107 -0
  37. package/documention/LineSymbol3DLayer.html +107 -0
  38. package/documention/M3DModelCacheLayer.html +121 -67
  39. package/documention/M3DServer.html +1 -1
  40. package/documention/Map.html +28 -1
  41. package/documention/MapGISTextSymbol.html +107 -0
  42. package/documention/MapImageLayer.html +527 -16
  43. package/documention/MapView.html +203 -2
  44. package/documention/MarkerSymbol.html +107 -0
  45. package/documention/MultiLineString.html +103 -0
  46. package/documention/MultiPoint.html +103 -0
  47. package/documention/MultiPolygon.html +103 -0
  48. package/documention/OGCLayer.html +116 -8
  49. package/documention/ObjectSymbol3DLayer.html +107 -0
  50. package/documention/OverlayLayer.html +116 -8
  51. package/documention/PathSymbol3DLayer.html +107 -0
  52. package/documention/PictureFillSymbol.html +168 -7
  53. package/documention/PoiServer.html +1 -1
  54. package/documention/Point.html +103 -0
  55. package/documention/PointSymbol3D.html +1 -1
  56. package/documention/Polygon.html +103 -0
  57. package/documention/Projection.html +421 -0
  58. package/documention/RandomRenderer.html +107 -0
  59. package/documention/RankRenderer.html +107 -0
  60. package/documention/RootServer.html +1 -1
  61. package/documention/SceneLayer.html +116 -8
  62. package/documention/SceneView.html +10164 -130
  63. package/documention/SimpleFillSymbol.html +107 -0
  64. package/documention/SimpleRenderer.html +107 -0
  65. package/documention/SketchBaseDrawTool.html +181 -3
  66. package/documention/SketchCircleDrawTool.html +159 -3
  67. package/documention/SketchEditor.html +1 -1
  68. package/documention/SketchEditorCesium.html +1 -1
  69. package/documention/SketchExtentDrawTool.html +159 -3
  70. package/documention/SketchFreehandPolygonDrawTool.html +159 -3
  71. package/documention/SketchFreehandPolylineDrawTool.html +159 -3
  72. package/documention/SketchPointDrawTool.html +159 -3
  73. package/documention/SketchPolygonDrawTool.html +318 -6
  74. package/documention/SketchPolylineDrawTool.html +318 -6
  75. package/documention/SubLayer.html +296 -26
  76. package/documention/Symbol.html +133 -0
  77. package/documention/Symbol3DLayer.html +107 -0
  78. package/documention/Symbol3DVerticalOffset.html +107 -0
  79. package/documention/TerrainCacheLayer.html +132 -164
  80. package/documention/TextSymbol.html +107 -0
  81. package/documention/TextSymbol3DLayer.html +107 -0
  82. package/documention/ThemeServer.html +1 -1
  83. package/documention/TileLayer.html +116 -8
  84. package/documention/TileServer.html +1 -1
  85. package/documention/UniqueValueInfo.html +0 -217
  86. package/documention/UniqueValueRenderer.html +107 -0
  87. package/documention/UnknownLayer.html +116 -8
  88. package/documention/VectorTileLayer.html +116 -8
  89. package/documention/VectorTileSubLayer.html +304 -0
  90. package/documention/WFSLayer.html +116 -8
  91. package/documention/WMSLayer.html +116 -8
  92. package/documention/WMSServer.html +1 -1
  93. package/documention/WMSSubLayer.html +218 -7
  94. package/documention/WMTSLayer.html +116 -8
  95. package/documention/WMTSServer.html +1 -1
  96. package/documention/WMTSSubLayer.html +116 -8
  97. package/documention/WaterSymbol3DLayer.html +107 -0
  98. package/documention/WebTileLayer.html +116 -8
  99. package/documention/global.html +454 -4
  100. package/documention/index.html +47 -44
  101. package/documention/scripts/sideBar.js +16 -2
  102. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
  103. package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
  104. package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
  105. package/package.json +13 -13
@@ -503,7 +503,7 @@
503
503
 
504
504
  </code>
505
505
  </td>
506
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
506
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
507
507
  </tr>
508
508
 
509
509
  <tr class="deep-level-0">
@@ -521,7 +521,7 @@
521
521
 
522
522
  </code>
523
523
  </td>
524
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
524
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
525
525
  </tr>
526
526
 
527
527
  <tr class="deep-level-0">
@@ -603,7 +603,7 @@
603
603
 
604
604
  <span class="param-type">
605
605
 
606
- String
606
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
607
607
 
608
608
  </span>
609
609
 
@@ -917,7 +917,7 @@
917
917
 
918
918
  </code>
919
919
  </td>
920
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
920
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
921
921
  </tr>
922
922
 
923
923
  <tr class="deep-level-0">
@@ -1010,6 +1010,24 @@
1010
1010
  <td class="name"><code><p>图层名称</p></code></td>
1011
1011
  </tr>
1012
1012
 
1013
+ <tr class="deep-level-0">
1014
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
1015
+ <td class="name">
1016
+ <code>
1017
+
1018
+ <span class="param-type">
1019
+
1020
+ String
1021
+
1022
+ </span>
1023
+
1024
+
1025
+
1026
+ </code>
1027
+ </td>
1028
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
1029
+ </tr>
1030
+
1013
1031
  <tr class="deep-level-0">
1014
1032
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1015
1033
  <td class="name">
@@ -1790,7 +1808,7 @@
1790
1808
 
1791
1809
 
1792
1810
  <div class="description">
1793
- <p>初始化图层的额外参数</p>
1811
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1794
1812
  </div>
1795
1813
 
1796
1814
 
@@ -1827,6 +1845,11 @@
1827
1845
 
1828
1846
 
1829
1847
 
1848
+ <dt class="tag-default">Default Value:</dt>
1849
+ <dd class="tag-default"><ul class="dummy">
1850
+ <li>{}</li>
1851
+ </ul></dd>
1852
+
1830
1853
 
1831
1854
 
1832
1855
 
@@ -1870,7 +1893,7 @@
1870
1893
 
1871
1894
 
1872
1895
  <div class="description">
1873
- <p>存储额外参数的属性</p>
1896
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1874
1897
  </div>
1875
1898
 
1876
1899
 
@@ -1907,6 +1930,11 @@
1907
1930
 
1908
1931
 
1909
1932
 
1933
+ <dt class="tag-default">Default Value:</dt>
1934
+ <dd class="tag-default"><ul class="dummy">
1935
+ <li>{}</li>
1936
+ </ul></dd>
1937
+
1910
1938
 
1911
1939
 
1912
1940
 
@@ -2261,7 +2289,7 @@
2261
2289
 
2262
2290
  <span class="param-type">
2263
2291
 
2264
- String
2292
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
2265
2293
 
2266
2294
  </span>
2267
2295
 
@@ -3632,7 +3660,7 @@
3632
3660
 
3633
3661
 
3634
3662
  <div class="description">
3635
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
3663
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
3636
3664
  </div>
3637
3665
 
3638
3666
 
@@ -4057,6 +4085,86 @@
4057
4085
 
4058
4086
 
4059
4087
 
4088
+
4089
+
4090
+
4091
+
4092
+ </dl>
4093
+
4094
+
4095
+
4096
+
4097
+
4098
+ </div>
4099
+
4100
+ <div class="member">
4101
+
4102
+ <span class="method-parameter is-pulled-right">
4103
+ <label>类型:</label>
4104
+
4105
+ <span class="param-type">
4106
+
4107
+ String
4108
+
4109
+ </span>
4110
+
4111
+
4112
+
4113
+ </span>
4114
+
4115
+ <h4 class="name" id="tokenAttachType">
4116
+ <a class="href-link" href="#tokenAttachType">#</a>
4117
+
4118
+ <span class="code-name">
4119
+ tokenAttachType
4120
+ </span>
4121
+
4122
+ </h4>
4123
+
4124
+
4125
+
4126
+
4127
+ <div class="description">
4128
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
4129
+ </div>
4130
+
4131
+
4132
+
4133
+
4134
+
4135
+ <dl class="details">
4136
+
4137
+
4138
+
4139
+
4140
+
4141
+
4142
+
4143
+
4144
+ <dt class="tag-overrides">Overrides:</dt>
4145
+ <dd class="tag-overrides"><ul class="dummy"><li>
4146
+ <a class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
4147
+ </li></ul></dd>
4148
+
4149
+
4150
+
4151
+
4152
+
4153
+
4154
+
4155
+
4156
+
4157
+
4158
+
4159
+
4160
+
4161
+
4162
+
4163
+
4164
+
4165
+
4166
+
4167
+
4060
4168
 
4061
4169
 
4062
4170
 
@@ -9953,6 +10061,301 @@ view.on({
9953
10061
 
9954
10062
 
9955
10063
 
10064
+
10065
+ <tr class="deep-level-1">
10066
+
10067
+ <td class="name"><code>url</code></td>
10068
+
10069
+
10070
+ <td class="type">
10071
+
10072
+
10073
+ <span class="param-type">
10074
+
10075
+ String
10076
+
10077
+ </span>
10078
+
10079
+
10080
+
10081
+
10082
+ </td>
10083
+
10084
+
10085
+ <td class="default">
10086
+
10087
+ ''
10088
+
10089
+ </td>
10090
+
10091
+
10092
+ <td class="description last"><p>服务基地址</p></td>
10093
+ </tr>
10094
+
10095
+
10096
+
10097
+
10098
+ <tr class="deep-level-1">
10099
+
10100
+ <td class="name"><code>mapName</code></td>
10101
+
10102
+
10103
+ <td class="type">
10104
+
10105
+
10106
+ <span class="param-type">
10107
+
10108
+ String
10109
+
10110
+ </span>
10111
+
10112
+
10113
+
10114
+
10115
+ </td>
10116
+
10117
+
10118
+ <td class="default">
10119
+
10120
+ ''
10121
+
10122
+ </td>
10123
+
10124
+
10125
+ <td class="description last"><p>地图名称</p></td>
10126
+ </tr>
10127
+
10128
+
10129
+
10130
+
10131
+ <tr class="deep-level-1">
10132
+
10133
+ <td class="name"><code>documentInfo</code></td>
10134
+
10135
+
10136
+ <td class="type">
10137
+
10138
+
10139
+ <span class="param-type">
10140
+
10141
+ String
10142
+
10143
+ </span>
10144
+
10145
+
10146
+
10147
+
10148
+ </td>
10149
+
10150
+
10151
+ <td class="default">
10152
+
10153
+ </td>
10154
+
10155
+
10156
+ <td class="description last"><p>服务基地址</p></td>
10157
+ </tr>
10158
+
10159
+
10160
+
10161
+
10162
+ <tr class="deep-level-1">
10163
+
10164
+ <td class="name"><code>renderMode</code></td>
10165
+
10166
+
10167
+ <td class="type">
10168
+
10169
+
10170
+ <span class="param-type">
10171
+
10172
+ String
10173
+
10174
+ </span>
10175
+
10176
+
10177
+
10178
+
10179
+ </td>
10180
+
10181
+
10182
+ <td class="default">
10183
+
10184
+ 'tile'
10185
+
10186
+ </td>
10187
+
10188
+
10189
+ <td class="description last"><p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p></td>
10190
+ </tr>
10191
+
10192
+
10193
+
10194
+
10195
+ <tr class="deep-level-1">
10196
+
10197
+ <td class="name"><code>imageWidth</code></td>
10198
+
10199
+
10200
+ <td class="type">
10201
+
10202
+
10203
+ <span class="param-type">
10204
+
10205
+ Number
10206
+
10207
+ </span>
10208
+
10209
+
10210
+
10211
+
10212
+ </td>
10213
+
10214
+
10215
+ <td class="default">
10216
+
10217
+ 'tile'
10218
+
10219
+ </td>
10220
+
10221
+
10222
+ <td class="description last"><p>瓦片化显示时,瓦片宽度</p></td>
10223
+ </tr>
10224
+
10225
+
10226
+
10227
+
10228
+ <tr class="deep-level-1">
10229
+
10230
+ <td class="name"><code>imageHeight</code></td>
10231
+
10232
+
10233
+ <td class="type">
10234
+
10235
+
10236
+ <span class="param-type">
10237
+
10238
+ Number
10239
+
10240
+ </span>
10241
+
10242
+
10243
+
10244
+
10245
+ </td>
10246
+
10247
+
10248
+ <td class="default">
10249
+
10250
+ 'tile'
10251
+
10252
+ </td>
10253
+
10254
+
10255
+ <td class="description last"><p>瓦片化显示时,瓦片高度</p></td>
10256
+ </tr>
10257
+
10258
+
10259
+
10260
+
10261
+ <tr class="deep-level-1">
10262
+
10263
+ <td class="name"><code>imageFormat</code></td>
10264
+
10265
+
10266
+ <td class="type">
10267
+
10268
+
10269
+ <span class="param-type">
10270
+
10271
+ String
10272
+
10273
+ </span>
10274
+
10275
+
10276
+
10277
+
10278
+ </td>
10279
+
10280
+
10281
+ <td class="default">
10282
+
10283
+ 'png'
10284
+
10285
+ </td>
10286
+
10287
+
10288
+ <td class="description last"><p>图片格式</p></td>
10289
+ </tr>
10290
+
10291
+
10292
+
10293
+
10294
+ <tr class="deep-level-1">
10295
+
10296
+ <td class="name"><code>imageTransparency</code></td>
10297
+
10298
+
10299
+ <td class="type">
10300
+
10301
+
10302
+ <span class="param-type">
10303
+
10304
+ Boolean
10305
+
10306
+ </span>
10307
+
10308
+
10309
+
10310
+
10311
+ </td>
10312
+
10313
+
10314
+ <td class="default">
10315
+
10316
+ true
10317
+
10318
+ </td>
10319
+
10320
+
10321
+ <td class="description last"><p>图片中没有数据的地方是否透明</p></td>
10322
+ </tr>
10323
+
10324
+
10325
+
10326
+
10327
+ <tr class="deep-level-1">
10328
+
10329
+ <td class="name"><code>dynamicProjectionEnabled</code></td>
10330
+
10331
+
10332
+ <td class="type">
10333
+
10334
+
10335
+ <span class="param-type">
10336
+
10337
+ Boolean
10338
+
10339
+ </span>
10340
+
10341
+
10342
+
10343
+
10344
+ </td>
10345
+
10346
+
10347
+ <td class="default">
10348
+
10349
+ false
10350
+
10351
+ </td>
10352
+
10353
+
10354
+ <td class="description last"><p>是否开启动态投影</p></td>
10355
+ </tr>
10356
+
10357
+
10358
+
9956
10359
 
9957
10360
 
9958
10361
 
@@ -10227,7 +10630,7 @@ view.on({
10227
10630
 
10228
10631
  </code>
10229
10632
  </td>
10230
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
10633
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
10231
10634
  </tr>
10232
10635
 
10233
10636
  <tr class="deep-level-0">
@@ -10245,7 +10648,7 @@ view.on({
10245
10648
 
10246
10649
  </code>
10247
10650
  </td>
10248
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
10651
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
10249
10652
  </tr>
10250
10653
 
10251
10654
  <tr class="deep-level-0">
@@ -10327,7 +10730,7 @@ view.on({
10327
10730
 
10328
10731
  <span class="param-type">
10329
10732
 
10330
- String
10733
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
10331
10734
 
10332
10735
  </span>
10333
10736
 
@@ -10641,7 +11044,7 @@ view.on({
10641
11044
 
10642
11045
  </code>
10643
11046
  </td>
10644
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
11047
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
10645
11048
  </tr>
10646
11049
 
10647
11050
  <tr class="deep-level-0">
@@ -10734,6 +11137,24 @@ view.on({
10734
11137
  <td class="name"><code><p>图层名称</p></code></td>
10735
11138
  </tr>
10736
11139
 
11140
+ <tr class="deep-level-0">
11141
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
11142
+ <td class="name">
11143
+ <code>
11144
+
11145
+ <span class="param-type">
11146
+
11147
+ String
11148
+
11149
+ </span>
11150
+
11151
+
11152
+
11153
+ </code>
11154
+ </td>
11155
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
11156
+ </tr>
11157
+
10737
11158
  <tr class="deep-level-0">
10738
11159
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
10739
11160
  <td class="name">
@@ -11514,7 +11935,7 @@ view.on({
11514
11935
 
11515
11936
 
11516
11937
  <div class="description">
11517
- <p>初始化图层的额外参数</p>
11938
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
11518
11939
  </div>
11519
11940
 
11520
11941
 
@@ -11551,6 +11972,11 @@ view.on({
11551
11972
 
11552
11973
 
11553
11974
 
11975
+ <dt class="tag-default">Default Value:</dt>
11976
+ <dd class="tag-default"><ul class="dummy">
11977
+ <li>{}</li>
11978
+ </ul></dd>
11979
+
11554
11980
 
11555
11981
 
11556
11982
 
@@ -11594,7 +12020,7 @@ view.on({
11594
12020
 
11595
12021
 
11596
12022
  <div class="description">
11597
- <p>存储额外参数的属性</p>
12023
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
11598
12024
  </div>
11599
12025
 
11600
12026
 
@@ -11631,6 +12057,11 @@ view.on({
11631
12057
 
11632
12058
 
11633
12059
 
12060
+ <dt class="tag-default">Default Value:</dt>
12061
+ <dd class="tag-default"><ul class="dummy">
12062
+ <li>{}</li>
12063
+ </ul></dd>
12064
+
11634
12065
 
11635
12066
 
11636
12067
 
@@ -11985,7 +12416,7 @@ view.on({
11985
12416
 
11986
12417
  <span class="param-type">
11987
12418
 
11988
- String
12419
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
11989
12420
 
11990
12421
  </span>
11991
12422
 
@@ -13356,7 +13787,7 @@ view.on({
13356
13787
 
13357
13788
 
13358
13789
  <div class="description">
13359
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
13790
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
13360
13791
  </div>
13361
13792
 
13362
13793
 
@@ -13781,6 +14212,86 @@ view.on({
13781
14212
 
13782
14213
 
13783
14214
 
14215
+
14216
+
14217
+
14218
+
14219
+ </dl>
14220
+
14221
+
14222
+
14223
+
14224
+
14225
+ </div>
14226
+
14227
+ <div class="member">
14228
+
14229
+ <span class="method-parameter is-pulled-right">
14230
+ <label>类型:</label>
14231
+
14232
+ <span class="param-type">
14233
+
14234
+ String
14235
+
14236
+ </span>
14237
+
14238
+
14239
+
14240
+ </span>
14241
+
14242
+ <h4 class="name" id="tokenAttachType">
14243
+ <a class="href-link" href="#tokenAttachType">#</a>
14244
+
14245
+ <span class="code-name">
14246
+ tokenAttachType
14247
+ </span>
14248
+
14249
+ </h4>
14250
+
14251
+
14252
+
14253
+
14254
+ <div class="description">
14255
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
14256
+ </div>
14257
+
14258
+
14259
+
14260
+
14261
+
14262
+ <dl class="details">
14263
+
14264
+
14265
+
14266
+
14267
+
14268
+
14269
+
14270
+
14271
+ <dt class="tag-overrides">Overrides:</dt>
14272
+ <dd class="tag-overrides"><ul class="dummy"><li>
14273
+ <a class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
14274
+ </li></ul></dd>
14275
+
14276
+
14277
+
14278
+
14279
+
14280
+
14281
+
14282
+
14283
+
14284
+
14285
+
14286
+
14287
+
14288
+
14289
+
14290
+
14291
+
14292
+
14293
+
14294
+
13784
14295
 
13785
14296
 
13786
14297