@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
@@ -547,7 +547,7 @@
547
547
 
548
548
  </code>
549
549
  </td>
550
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
550
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
551
551
  </tr>
552
552
 
553
553
  <tr class="deep-level-0">
@@ -565,7 +565,7 @@
565
565
 
566
566
  </code>
567
567
  </td>
568
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
568
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
569
569
  </tr>
570
570
 
571
571
  <tr class="deep-level-0">
@@ -629,7 +629,7 @@
629
629
 
630
630
  <span class="param-type">
631
631
 
632
- String
632
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
633
633
 
634
634
  </span>
635
635
 
@@ -763,7 +763,7 @@
763
763
 
764
764
  </code>
765
765
  </td>
766
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
766
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
767
767
  </tr>
768
768
 
769
769
  <tr class="deep-level-0">
@@ -820,6 +820,24 @@
820
820
  <td class="name"><code><p>图层名称</p></code></td>
821
821
  </tr>
822
822
 
823
+ <tr class="deep-level-0">
824
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
825
+ <td class="name">
826
+ <code>
827
+
828
+ <span class="param-type">
829
+
830
+ String
831
+
832
+ </span>
833
+
834
+
835
+
836
+ </code>
837
+ </td>
838
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
839
+ </tr>
840
+
823
841
  <tr class="deep-level-0">
824
842
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
825
843
  <td class="name">
@@ -1169,7 +1187,7 @@
1169
1187
 
1170
1188
 
1171
1189
  <div class="description">
1172
- <p>初始化图层的额外参数</p>
1190
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1173
1191
  </div>
1174
1192
 
1175
1193
 
@@ -1206,6 +1224,11 @@
1206
1224
 
1207
1225
 
1208
1226
 
1227
+ <dt class="tag-default">Default Value:</dt>
1228
+ <dd class="tag-default"><ul class="dummy">
1229
+ <li>{}</li>
1230
+ </ul></dd>
1231
+
1209
1232
 
1210
1233
 
1211
1234
 
@@ -1249,7 +1272,7 @@
1249
1272
 
1250
1273
 
1251
1274
  <div class="description">
1252
- <p>存储额外参数的属性</p>
1275
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1253
1276
  </div>
1254
1277
 
1255
1278
 
@@ -1286,6 +1309,11 @@
1286
1309
 
1287
1310
 
1288
1311
 
1312
+ <dt class="tag-default">Default Value:</dt>
1313
+ <dd class="tag-default"><ul class="dummy">
1314
+ <li>{}</li>
1315
+ </ul></dd>
1316
+
1289
1317
 
1290
1318
 
1291
1319
 
@@ -1547,7 +1575,7 @@
1547
1575
 
1548
1576
  <span class="param-type">
1549
1577
 
1550
- String
1578
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1551
1579
 
1552
1580
  </span>
1553
1581
 
@@ -2160,7 +2188,7 @@
2160
2188
 
2161
2189
 
2162
2190
  <div class="description">
2163
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2191
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2164
2192
  </div>
2165
2193
 
2166
2194
 
@@ -2433,6 +2461,86 @@
2433
2461
 
2434
2462
 
2435
2463
 
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+ </dl>
2471
+
2472
+
2473
+
2474
+
2475
+
2476
+ </div>
2477
+
2478
+ <div class="member">
2479
+
2480
+ <span class="method-parameter is-pulled-right">
2481
+ <label>类型:</label>
2482
+
2483
+ <span class="param-type">
2484
+
2485
+ String
2486
+
2487
+ </span>
2488
+
2489
+
2490
+
2491
+ </span>
2492
+
2493
+ <h4 class="name" id="tokenAttachType">
2494
+ <a class="href-link" href="#tokenAttachType">#</a>
2495
+
2496
+ <span class="code-name">
2497
+ tokenAttachType
2498
+ </span>
2499
+
2500
+ </h4>
2501
+
2502
+
2503
+
2504
+
2505
+ <div class="description">
2506
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2507
+ </div>
2508
+
2509
+
2510
+
2511
+
2512
+
2513
+ <dl class="details">
2514
+
2515
+
2516
+
2517
+
2518
+
2519
+
2520
+ <dt class="inherited-from">Inherited From:</dt>
2521
+ <dd class="inherited-from"><ul class="dummy"><li>
2522
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2523
+ </li></ul></dd>
2524
+
2525
+
2526
+
2527
+
2528
+
2529
+
2530
+
2531
+
2532
+
2533
+
2534
+
2535
+
2536
+
2537
+
2538
+
2539
+
2540
+
2541
+
2542
+
2543
+
2436
2544
 
2437
2545
 
2438
2546
 
@@ -285,6 +285,24 @@
285
285
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
286
286
  </tr>
287
287
 
288
+ <tr class="deep-level-0">
289
+ <td class="name"><code><a href="#id">id</a></code></td>
290
+ <td class="name">
291
+ <code>
292
+
293
+ <span class="param-type">
294
+
295
+ String
296
+
297
+ </span>
298
+
299
+
300
+
301
+ </code>
302
+ </td>
303
+ <td class="name"><code><p>符号id</p></code></td>
304
+ </tr>
305
+
288
306
  <tr class="deep-level-0">
289
307
  <td class="name"><code><a href="#outline">outline</a></code></td>
290
308
  <td class="name">
@@ -472,6 +490,95 @@
472
490
 
473
491
 
474
492
 
493
+ <dt class="tag-default">Default Value:</dt>
494
+ <dd class="tag-default"><ul class="dummy">
495
+ <li>{}</li>
496
+ </ul></dd>
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+ </dl>
506
+
507
+
508
+
509
+
510
+
511
+ </div>
512
+
513
+ <div class="member">
514
+
515
+ <span class="method-parameter is-pulled-right">
516
+ <label>类型:</label>
517
+
518
+ <span class="param-type">
519
+
520
+ String
521
+
522
+ </span>
523
+
524
+
525
+
526
+ </span>
527
+
528
+ <h4 class="name" id="id">
529
+ <a class="href-link" href="#id">#</a>
530
+
531
+
532
+ <span class='tag'>readonly</span>
533
+
534
+
535
+ <span class="code-name">
536
+ id
537
+ </span>
538
+
539
+ </h4>
540
+
541
+
542
+
543
+
544
+ <div class="description">
545
+ <p>符号id</p>
546
+ </div>
547
+
548
+
549
+
550
+
551
+
552
+ <dl class="details">
553
+
554
+
555
+
556
+
557
+
558
+
559
+ <dt class="inherited-from">Inherited From:</dt>
560
+ <dd class="inherited-from"><ul class="dummy"><li>
561
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
562
+ </li></ul></dd>
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
475
582
 
476
583
 
477
584
 
@@ -413,6 +413,24 @@ const fillSymbol3DLayer = new FillSymbol3DLayer({
413
413
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
414
414
  </tr>
415
415
 
416
+ <tr class="deep-level-0">
417
+ <td class="name"><code><a href="#id">id</a></code></td>
418
+ <td class="name">
419
+ <code>
420
+
421
+ <span class="param-type">
422
+
423
+ String
424
+
425
+ </span>
426
+
427
+
428
+
429
+ </code>
430
+ </td>
431
+ <td class="name"><code><p>符号id</p></code></td>
432
+ </tr>
433
+
416
434
  <tr class="deep-level-0">
417
435
  <td class="name"><code><a href="#type">type</a></code></td>
418
436
  <td class="name">
@@ -582,6 +600,95 @@ const fillSymbol3DLayer = new FillSymbol3DLayer({
582
600
 
583
601
 
584
602
 
603
+ <dt class="tag-default">Default Value:</dt>
604
+ <dd class="tag-default"><ul class="dummy">
605
+ <li>{}</li>
606
+ </ul></dd>
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+ </dl>
616
+
617
+
618
+
619
+
620
+
621
+ </div>
622
+
623
+ <div class="member">
624
+
625
+ <span class="method-parameter is-pulled-right">
626
+ <label>类型:</label>
627
+
628
+ <span class="param-type">
629
+
630
+ String
631
+
632
+ </span>
633
+
634
+
635
+
636
+ </span>
637
+
638
+ <h4 class="name" id="id">
639
+ <a class="href-link" href="#id">#</a>
640
+
641
+
642
+ <span class='tag'>readonly</span>
643
+
644
+
645
+ <span class="code-name">
646
+ id
647
+ </span>
648
+
649
+ </h4>
650
+
651
+
652
+
653
+
654
+ <div class="description">
655
+ <p>符号id</p>
656
+ </div>
657
+
658
+
659
+
660
+
661
+
662
+ <dl class="details">
663
+
664
+
665
+
666
+
667
+
668
+
669
+ <dt class="inherited-from">Inherited From:</dt>
670
+ <dd class="inherited-from"><ul class="dummy"><li>
671
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
672
+ </li></ul></dd>
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
585
692
 
586
693
 
587
694
 
@@ -124,12 +124,12 @@
124
124
 
125
125
  <td class="default">
126
126
 
127
- 'Microsoft YaHei'
127
+ '微软雅黑'
128
128
 
129
129
  </td>
130
130
 
131
131
 
132
- <td class="description last"><p>字体名</p></td>
132
+ <td class="description last"><p>字体名,推荐设置黑体、宋体、楷体、微软雅黑、Arial、Calibri、Times New Roman等。</p></td>
133
133
  </tr>
134
134
 
135
135
 
@@ -631,7 +631,7 @@
631
631
 
632
632
  <dt class="tag-default">Default Value:</dt>
633
633
  <dd class="tag-default"><ul class="dummy">
634
- <li>Microsoft YaHei</li>
634
+ <li>微软雅黑</li>
635
635
  </ul></dd>
636
636
 
637
637
 
@@ -1076,7 +1076,7 @@ const geojsonLayer = new GeoJSONLayer({
1076
1076
 
1077
1077
  </code>
1078
1078
  </td>
1079
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
1079
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
1080
1080
  </tr>
1081
1081
 
1082
1082
  <tr class="deep-level-0">
@@ -1094,7 +1094,7 @@ const geojsonLayer = new GeoJSONLayer({
1094
1094
 
1095
1095
  </code>
1096
1096
  </td>
1097
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
1097
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
1098
1098
  </tr>
1099
1099
 
1100
1100
  <tr class="deep-level-0">
@@ -1158,7 +1158,7 @@ const geojsonLayer = new GeoJSONLayer({
1158
1158
 
1159
1159
  <span class="param-type">
1160
1160
 
1161
- String
1161
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1162
1162
 
1163
1163
  </span>
1164
1164
 
@@ -1328,7 +1328,7 @@ const geojsonLayer = new GeoJSONLayer({
1328
1328
 
1329
1329
  </code>
1330
1330
  </td>
1331
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
1331
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
1332
1332
  </tr>
1333
1333
 
1334
1334
  <tr class="deep-level-0">
@@ -1385,6 +1385,24 @@ const geojsonLayer = new GeoJSONLayer({
1385
1385
  <td class="name"><code><p>图层名称</p></code></td>
1386
1386
  </tr>
1387
1387
 
1388
+ <tr class="deep-level-0">
1389
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
1390
+ <td class="name">
1391
+ <code>
1392
+
1393
+ <span class="param-type">
1394
+
1395
+ String
1396
+
1397
+ </span>
1398
+
1399
+
1400
+
1401
+ </code>
1402
+ </td>
1403
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
1404
+ </tr>
1405
+
1388
1406
  <tr class="deep-level-0">
1389
1407
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1390
1408
  <td class="name">
@@ -1827,7 +1845,7 @@ const geojsonLayer = new GeoJSONLayer({
1827
1845
 
1828
1846
 
1829
1847
  <div class="description">
1830
- <p>初始化图层的额外参数</p>
1848
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1831
1849
  </div>
1832
1850
 
1833
1851
 
@@ -1864,6 +1882,11 @@ const geojsonLayer = new GeoJSONLayer({
1864
1882
 
1865
1883
 
1866
1884
 
1885
+ <dt class="tag-default">Default Value:</dt>
1886
+ <dd class="tag-default"><ul class="dummy">
1887
+ <li>{}</li>
1888
+ </ul></dd>
1889
+
1867
1890
 
1868
1891
 
1869
1892
 
@@ -1907,7 +1930,7 @@ const geojsonLayer = new GeoJSONLayer({
1907
1930
 
1908
1931
 
1909
1932
  <div class="description">
1910
- <p>存储额外参数的属性</p>
1933
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1911
1934
  </div>
1912
1935
 
1913
1936
 
@@ -1944,6 +1967,11 @@ const geojsonLayer = new GeoJSONLayer({
1944
1967
 
1945
1968
 
1946
1969
 
1970
+ <dt class="tag-default">Default Value:</dt>
1971
+ <dd class="tag-default"><ul class="dummy">
1972
+ <li>{}</li>
1973
+ </ul></dd>
1974
+
1947
1975
 
1948
1976
 
1949
1977
 
@@ -2205,7 +2233,7 @@ const geojsonLayer = new GeoJSONLayer({
2205
2233
 
2206
2234
  <span class="param-type">
2207
2235
 
2208
- String
2236
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
2209
2237
 
2210
2238
  </span>
2211
2239
 
@@ -2958,7 +2986,7 @@ const geojsonLayer = new GeoJSONLayer({
2958
2986
 
2959
2987
 
2960
2988
  <div class="description">
2961
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2989
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2962
2990
  </div>
2963
2991
 
2964
2992
 
@@ -3231,6 +3259,86 @@ const geojsonLayer = new GeoJSONLayer({
3231
3259
 
3232
3260
 
3233
3261
 
3262
+
3263
+
3264
+
3265
+
3266
+
3267
+
3268
+ </dl>
3269
+
3270
+
3271
+
3272
+
3273
+
3274
+ </div>
3275
+
3276
+ <div class="member">
3277
+
3278
+ <span class="method-parameter is-pulled-right">
3279
+ <label>类型:</label>
3280
+
3281
+ <span class="param-type">
3282
+
3283
+ String
3284
+
3285
+ </span>
3286
+
3287
+
3288
+
3289
+ </span>
3290
+
3291
+ <h4 class="name" id="tokenAttachType">
3292
+ <a class="href-link" href="#tokenAttachType">#</a>
3293
+
3294
+ <span class="code-name">
3295
+ tokenAttachType
3296
+ </span>
3297
+
3298
+ </h4>
3299
+
3300
+
3301
+
3302
+
3303
+ <div class="description">
3304
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
3305
+ </div>
3306
+
3307
+
3308
+
3309
+
3310
+
3311
+ <dl class="details">
3312
+
3313
+
3314
+
3315
+
3316
+
3317
+
3318
+ <dt class="inherited-from">Inherited From:</dt>
3319
+ <dd class="inherited-from"><ul class="dummy"><li>
3320
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
3321
+ </li></ul></dd>
3322
+
3323
+
3324
+
3325
+
3326
+
3327
+
3328
+
3329
+
3330
+
3331
+
3332
+
3333
+
3334
+
3335
+
3336
+
3337
+
3338
+
3339
+
3340
+
3341
+
3234
3342
 
3235
3343
 
3236
3344