@mapgis/webclient-cesium-plugin 17.2.2 → 17.2.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.
Files changed (39) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +3 -3
  3. package/dist/es5/webclient-common.min.js +3 -3
  4. package/dist/webclient-cesium-plugin-es6.min.js +3 -3
  5. package/documention/AlgorithmLib.html +7009 -0
  6. package/documention/AngulationTool.html +1068 -0
  7. package/documention/ArcGISMapServerImageryProvider.html +46 -3
  8. package/documention/ArcGISTileServerImageryProvider.html +43 -3
  9. package/documention/ArcGISVectorTileImageryProvider.html +6 -1
  10. package/documention/CesiumTerrainProvider.html +139 -0
  11. package/documention/CuttingTool.html +2910 -0
  12. package/documention/Deferred.html +139 -0
  13. package/documention/DrawElement.html +1643 -0
  14. package/documention/DrawTool.html +1275 -0
  15. package/documention/EditTool.html +1839 -0
  16. package/documention/FloodAnalysisReflection.html +1282 -0
  17. package/documention/Graphic.html +4789 -0
  18. package/documention/GraphicsLayer.html +5071 -0
  19. package/documention/MapGISTerrainProvider.html +16 -2
  20. package/documention/MapGISTileServerImageryProvider.html +39 -2
  21. package/documention/MeasureAreaTool.html +1182 -0
  22. package/documention/MeasureLengthTool.html +2306 -0
  23. package/documention/MeasureSlopeTool.html +1141 -0
  24. package/documention/ModelEditor.html +356 -0
  25. package/documention/PostProcessStageLibrary.html +1329 -0
  26. package/documention/Promise.html +980 -0
  27. package/documention/RiverGeometry.html +2659 -0
  28. package/documention/S3MTileset.html +34 -1
  29. package/documention/SelectTool.html +784 -0
  30. package/documention/ShadowRateAnalysis.html +1827 -0
  31. package/documention/ShadowRateDrawCommand.html +917 -0
  32. package/documention/Style.html +14203 -0
  33. package/documention/Tooltip.html +877 -0
  34. package/documention/TriangulationTool.html +1721 -0
  35. package/documention/VisiblityAnalysis.html +1998 -0
  36. package/documention/WaterReflection.html +1476 -0
  37. package/documention/WebMapServiceImageryProvider.html +45 -3
  38. package/documention/WebMapTileServiceImageryProvider.html +45 -3
  39. package/package.json +1 -1
@@ -0,0 +1,1068 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">AngulationTool</span>
5
+
6
+ </header>
7
+
8
+
9
+
10
+
11
+
12
+ <section>
13
+
14
+ <article>
15
+ <div class="container-overview">
16
+
17
+
18
+ <div class='vertical-section'>
19
+ <div class="members">
20
+ <div class="member">
21
+
22
+
23
+
24
+
25
+ <h4 class="name" id="AngulationTool">
26
+ <a class="href-link" href="#AngulationTool">#</a>
27
+
28
+ <span class="code-name" id="AngulationTool" style="font-size:30px">
29
+
30
+ new AngulationTool<span class="signature">(viewer, options)</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <h4>参数</h4>
47
+
48
+ <div class="table-container">
49
+ <table class="params table">
50
+ <thead>
51
+ <tr>
52
+
53
+ <th>名称</th>
54
+
55
+
56
+ <th>类型</th>
57
+
58
+
59
+ <th style="min-width: 100px;">默认值</th>
60
+
61
+
62
+ <th class="last">描述</th>
63
+ </tr>
64
+ </thead>
65
+
66
+ <tbody>
67
+
68
+
69
+
70
+ <tr class="deep-level-0">
71
+
72
+ <td class="name"><code>viewer</code></td>
73
+
74
+
75
+ <td class="type">
76
+
77
+
78
+ <span class="param-type">
79
+
80
+ Object
81
+
82
+ </span>
83
+
84
+
85
+
86
+
87
+ </td>
88
+
89
+
90
+ <td class="default">
91
+
92
+ </td>
93
+
94
+
95
+ <td class="description last"><p>视图</p></td>
96
+ </tr>
97
+
98
+
99
+
100
+
101
+
102
+
103
+ <tr class="deep-level-0">
104
+
105
+ <td class="name"><code>options</code></td>
106
+
107
+
108
+ <td class="type">
109
+
110
+
111
+ <span class="param-type">
112
+
113
+ Object
114
+
115
+ </span>
116
+
117
+
118
+
119
+
120
+ </td>
121
+
122
+
123
+ <td class="default">
124
+
125
+ </td>
126
+
127
+
128
+ <td class="description last"><p>包含以下属性的对象</p></td>
129
+ </tr>
130
+
131
+
132
+
133
+
134
+ <tr class="deep-level-1">
135
+
136
+ <td class="name"><code>callBack</code></td>
137
+
138
+
139
+ <td class="type">
140
+
141
+
142
+ <span class="param-type">
143
+
144
+ Boolean
145
+
146
+ </span>
147
+
148
+
149
+
150
+
151
+ </td>
152
+
153
+
154
+ <td class="default">
155
+
156
+ function(angle, positions){}
157
+
158
+ </td>
159
+
160
+
161
+ <td class="description last"><p>测量完毕后的回调函数</p></td>
162
+ </tr>
163
+
164
+
165
+
166
+
167
+ <tr class="deep-level-1">
168
+
169
+ <td class="name"><code>labelCallBack</code></td>
170
+
171
+
172
+ <td class="type">
173
+
174
+
175
+ <span class="param-type">
176
+
177
+ Boolean
178
+
179
+ </span>
180
+
181
+
182
+
183
+
184
+ </td>
185
+
186
+
187
+ <td class="default">
188
+
189
+ function(angle, label){}
190
+
191
+ </td>
192
+
193
+
194
+ <td class="description last"><p>测量完毕后提示框的回调函数,可以覆盖提示内容</p></td>
195
+ </tr>
196
+
197
+
198
+
199
+
200
+ <tr class="deep-level-1">
201
+
202
+ <td class="name"><code>disableDepthTestDistance</code></td>
203
+
204
+
205
+ <td class="type">
206
+
207
+
208
+ <span class="param-type">
209
+
210
+ Number
211
+
212
+ </span>
213
+
214
+
215
+
216
+
217
+ </td>
218
+
219
+
220
+ <td class="default">
221
+
222
+ Number.POSITIVE_INFINITY
223
+
224
+ </td>
225
+
226
+
227
+ <td class="description last"><p>只要小于这个距离深度检测就会失效,就会一直显示在最前面 不会被遮挡</p></td>
228
+ </tr>
229
+
230
+
231
+
232
+
233
+ <tr class="deep-level-1">
234
+
235
+ <td class="name"><code>rightClickStop</code></td>
236
+
237
+
238
+ <td class="type">
239
+
240
+
241
+ <span class="param-type">
242
+
243
+ Boolean
244
+
245
+ </span>
246
+
247
+
248
+
249
+
250
+ </td>
251
+
252
+
253
+ <td class="default">
254
+
255
+ true
256
+
257
+ </td>
258
+
259
+
260
+ <td class="description last"><p>是否点击右键结束</p></td>
261
+ </tr>
262
+
263
+
264
+
265
+
266
+ <tr class="deep-level-1">
267
+
268
+ <td class="name"><code>labelStyle</code></td>
269
+
270
+
271
+ <td class="type">
272
+
273
+
274
+ <span class="param-type">
275
+
276
+ LabelGraphics
277
+
278
+ </span>
279
+
280
+
281
+
282
+
283
+ </td>
284
+
285
+
286
+ <td class="default">
287
+
288
+ {}
289
+
290
+ </td>
291
+
292
+
293
+ <td class="description last"><p>labelStyle 提示框样式,参考<code>LabelGraphics</code></p></td>
294
+ </tr>
295
+
296
+
297
+
298
+
299
+ <tr class="deep-level-1">
300
+
301
+ <td class="name"><code>lineStyle</code></td>
302
+
303
+
304
+ <td class="type">
305
+
306
+
307
+ <span class="param-type">
308
+
309
+ PolylineGraphics
310
+
311
+ </span>
312
+
313
+
314
+
315
+
316
+ </td>
317
+
318
+
319
+ <td class="default">
320
+
321
+ {}
322
+
323
+ </td>
324
+
325
+
326
+ <td class="description last"><p>lineStyle 测量线式,参考<code>PolylineGraphics</code></p></td>
327
+ </tr>
328
+
329
+
330
+
331
+
332
+ <tr class="deep-level-1">
333
+
334
+ <td class="name"><code>pointStyle</code></td>
335
+
336
+
337
+ <td class="type">
338
+
339
+
340
+ <span class="param-type">
341
+
342
+ PointGraphics
343
+
344
+ </span>
345
+
346
+
347
+
348
+
349
+ </td>
350
+
351
+
352
+ <td class="default">
353
+
354
+ {}
355
+
356
+ </td>
357
+
358
+
359
+ <td class="description last"><p>lineStyle 测量点样式,参考<code>PointGraphics</code></p></td>
360
+ </tr>
361
+
362
+
363
+
364
+
365
+ <tr class="deep-level-1">
366
+
367
+ <td class="name"><code>closePointStyle</code></td>
368
+
369
+
370
+ <td class="type">
371
+
372
+
373
+ <span class="param-type">
374
+
375
+ PointGraphics
376
+
377
+ </span>
378
+
379
+
380
+
381
+
382
+ </td>
383
+
384
+
385
+ <td class="default">
386
+
387
+ {}
388
+
389
+ </td>
390
+
391
+
392
+ <td class="description last"><p>lineStyle 删除测量结果图标样式,参考<code>PointGraphics</code></p></td>
393
+ </tr>
394
+
395
+
396
+
397
+
398
+ <tr class="deep-level-1">
399
+
400
+ <td class="name"><code>compassStyle</code></td>
401
+
402
+
403
+ <td class="type">
404
+
405
+
406
+ <span class="param-type">
407
+
408
+ EllipseGraphics
409
+
410
+ </span>
411
+
412
+
413
+
414
+
415
+ </td>
416
+
417
+
418
+ <td class="default">
419
+
420
+ {}
421
+
422
+ </td>
423
+
424
+
425
+ <td class="description last"><p>compassStyle 罗盘样式,参考<code>EllipseGraphics</code></p></td>
426
+ </tr>
427
+
428
+
429
+
430
+
431
+ <tr class="deep-level-1">
432
+
433
+ <td class="name"><code>showCompass</code></td>
434
+
435
+
436
+ <td class="type">
437
+
438
+
439
+ <span class="param-type">
440
+
441
+ Boolean
442
+
443
+ </span>
444
+
445
+
446
+
447
+
448
+ </td>
449
+
450
+
451
+ <td class="default">
452
+
453
+ false
454
+
455
+ </td>
456
+
457
+
458
+ <td class="description last"><p>showCompass 是否显示罗盘</p></td>
459
+ </tr>
460
+
461
+
462
+
463
+
464
+ <tr class="deep-level-1">
465
+
466
+ <td class="name"><code>isFixAxis</code></td>
467
+
468
+
469
+ <td class="type">
470
+
471
+
472
+ <span class="param-type">
473
+
474
+ Boolean
475
+
476
+ </span>
477
+
478
+
479
+
480
+
481
+ </td>
482
+
483
+
484
+ <td class="default">
485
+
486
+ true
487
+
488
+ </td>
489
+
490
+
491
+ <td class="description last"><p>isFixAxis 是指南针模式还是测量夹角模式,true:指南针,false:夹角</p></td>
492
+ </tr>
493
+
494
+
495
+
496
+
497
+ <tr class="deep-level-1">
498
+
499
+ <td class="name"><code>isSemiCircle</code></td>
500
+
501
+
502
+ <td class="type">
503
+
504
+
505
+ <span class="param-type">
506
+
507
+ Boolean
508
+
509
+ </span>
510
+
511
+
512
+
513
+
514
+ </td>
515
+
516
+
517
+ <td class="default">
518
+
519
+ true
520
+
521
+ </td>
522
+
523
+
524
+ <td class="description last"><p>isSemiCircle 当处于测量夹角模式时,是否支持钝角测量,true:否,false:是</p></td>
525
+ </tr>
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+ </tbody>
534
+ </table>
535
+ </div>
536
+
537
+
538
+
539
+
540
+
541
+
542
+ <dl class="details">
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+ <dt class="tag-author">作者:</dt>
562
+ <dd class="tag-author">
563
+ <ul>
564
+ <li>杨琨</li>
565
+ </ul>
566
+ </dd>
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+ </dl>
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+ </div>
607
+ </div>
608
+ </div>
609
+
610
+
611
+ </div>
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+ <div class='vertical-section'>
627
+ <h3 id='member'>成员变量</h3>
628
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
629
+ <div class="table-container">
630
+ <table class="params table">
631
+ <thead>
632
+ <tr>
633
+ <th>名称</th>
634
+ <th>类型</th>
635
+ <th>描述</th>
636
+ </tr>
637
+ </thead>
638
+ <tbody>
639
+
640
+ <tr class="deep-level-0">
641
+ <td class="name"><code><a href="#angle">angle</a></code></td>
642
+ <td class="name">
643
+ <code>
644
+
645
+ <span class="param-type">
646
+
647
+ Number
648
+
649
+ </span>
650
+
651
+
652
+
653
+ </code>
654
+ </td>
655
+ <td class="name"><code><p>坡度值</p></code></td>
656
+ </tr>
657
+
658
+ <tr class="deep-level-0">
659
+ <td class="name"><code><a href="#rightClickReBegin">rightClickReBegin</a></code></td>
660
+ <td class="name">
661
+ <code>
662
+
663
+ <span class="param-type">
664
+
665
+ Boolean
666
+
667
+ </span>
668
+
669
+
670
+
671
+ </code>
672
+ </td>
673
+ <td class="name"><code><p>右键是否继续重新</p></code></td>
674
+ </tr>
675
+
676
+ </tbody>
677
+ </table>
678
+ </div>
679
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
680
+ <div class="members">
681
+
682
+ <div class="member">
683
+
684
+ <span class="method-parameter is-pulled-right">
685
+ <label>类型:</label>
686
+
687
+ <span class="param-type">
688
+
689
+ Number
690
+
691
+ </span>
692
+
693
+
694
+
695
+ </span>
696
+
697
+ <h4 class="name" id="angle">
698
+ <a class="href-link" href="#angle">#</a>
699
+
700
+ <span class="code-name">
701
+ angle
702
+ </span>
703
+
704
+ </h4>
705
+
706
+
707
+
708
+
709
+ <div class="description">
710
+ <p>坡度值</p>
711
+ </div>
712
+
713
+
714
+
715
+
716
+
717
+ <dl class="details">
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+ </dl>
750
+
751
+
752
+
753
+
754
+
755
+ </div>
756
+
757
+ <div class="member">
758
+
759
+ <span class="method-parameter is-pulled-right">
760
+ <label>类型:</label>
761
+
762
+ <span class="param-type">
763
+
764
+ Boolean
765
+
766
+ </span>
767
+
768
+
769
+
770
+ </span>
771
+
772
+ <h4 class="name" id="rightClickReBegin">
773
+ <a class="href-link" href="#rightClickReBegin">#</a>
774
+
775
+ <span class="code-name">
776
+ rightClickReBegin
777
+ </span>
778
+
779
+ </h4>
780
+
781
+
782
+
783
+
784
+ <div class="description">
785
+ <p>右键是否继续重新</p>
786
+ </div>
787
+
788
+
789
+
790
+
791
+
792
+ <dl class="details">
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+ </dl>
825
+
826
+
827
+
828
+
829
+
830
+ </div>
831
+
832
+ </div>
833
+ </div>
834
+
835
+
836
+
837
+ <div class='vertical-section'>
838
+ <h3 id='function'>方法</h3>
839
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
840
+ <div class="members">
841
+ <div class="table-container">
842
+ <table class="params table">
843
+ <thead>
844
+ <tr>
845
+ <th>名称</th>
846
+ <th>返回值类型</th>
847
+ <th>描述</th>
848
+ </tr>
849
+ </thead>
850
+ <tbody>
851
+
852
+ <tr class="deep-level-0">
853
+ <td class="name"><code><a href="#startTool">startTool</a></code></td>
854
+ <td class="name">
855
+ <code>
856
+
857
+ </code>
858
+ </td>
859
+ <td class="name"><code><p>开始测量</p></code></td>
860
+ </tr>
861
+
862
+ <tr class="deep-level-0">
863
+ <td class="name"><code><a href="#stopTool">stopTool</a></code></td>
864
+ <td class="name">
865
+ <code>
866
+
867
+ </code>
868
+ </td>
869
+ <td class="name"><code><p>结束测量</p></code></td>
870
+ </tr>
871
+
872
+ </tbody>
873
+ </table>
874
+ </div>
875
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
876
+
877
+ <div class="member">
878
+
879
+
880
+
881
+ <h4 class="name" id="startTool">
882
+ <a class="href-link" href="#startTool">#</a>
883
+
884
+ <span class="code-name" id="startTool" style="font-size:30px">
885
+
886
+ startTool<span class="signature">()</span>
887
+
888
+ </span>
889
+ </h4>
890
+
891
+
892
+
893
+ <div class="description">
894
+ <p>开始测量</p>
895
+ </div>
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+ <dl class="details">
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+ </dl>
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+ </div>
967
+
968
+ <div class="member">
969
+
970
+
971
+
972
+ <h4 class="name" id="stopTool">
973
+ <a class="href-link" href="#stopTool">#</a>
974
+
975
+ <span class="code-name" id="stopTool" style="font-size:30px">
976
+
977
+ stopTool<span class="signature">()</span>
978
+
979
+ </span>
980
+ </h4>
981
+
982
+
983
+
984
+ <div class="description">
985
+ <p>结束测量</p>
986
+ </div>
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+
999
+
1000
+
1001
+ <dl class="details">
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+ </dl>
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+ </div>
1058
+
1059
+ </div>
1060
+ </div>
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+ </article>
1067
+
1068
+ </section>