@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,1827 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">ShadowRateAnalysis</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="ShadowRateAnalysis">
26
+ <a class="href-link" href="#ShadowRateAnalysis">#</a>
27
+
28
+ <span class="code-name" id="ShadowRateAnalysis" style="font-size:30px">
29
+
30
+ new ShadowRateAnalysis<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>pointsArray</code></td>
137
+
138
+
139
+ <td class="type">
140
+
141
+
142
+ <span class="param-type">
143
+
144
+ Array.&lt;Cartesian3>
145
+
146
+ </span>
147
+
148
+
149
+
150
+
151
+ </td>
152
+
153
+
154
+ <td class="default">
155
+
156
+ </td>
157
+
158
+
159
+ <td class="description last"><p>点序列,世界坐标Cartesian3数组,可直接使用交互绘制的回调结果,必选</p></td>
160
+ </tr>
161
+
162
+
163
+
164
+
165
+ <tr class="deep-level-1">
166
+
167
+ <td class="name"><code>startTime</code></td>
168
+
169
+
170
+ <td class="type">
171
+
172
+
173
+ <span class="param-type">
174
+
175
+ JulianDate
176
+
177
+ </span>
178
+
179
+
180
+
181
+
182
+ </td>
183
+
184
+
185
+ <td class="default">
186
+
187
+ </td>
188
+
189
+
190
+ <td class="description last"><p>时间段开始时间,必选</p></td>
191
+ </tr>
192
+
193
+
194
+
195
+
196
+ <tr class="deep-level-1">
197
+
198
+ <td class="name"><code>endTime</code></td>
199
+
200
+
201
+ <td class="type">
202
+
203
+
204
+ <span class="param-type">
205
+
206
+ JulianDate
207
+
208
+ </span>
209
+
210
+
211
+
212
+
213
+ </td>
214
+
215
+
216
+ <td class="default">
217
+
218
+ </td>
219
+
220
+
221
+ <td class="description last"><p>时间段结束时间,必选</p></td>
222
+ </tr>
223
+
224
+
225
+
226
+
227
+ <tr class="deep-level-1">
228
+
229
+ <td class="name"><code>multiplier</code></td>
230
+
231
+
232
+ <td class="type">
233
+
234
+
235
+ <span class="param-type">
236
+
237
+ Number
238
+
239
+ </span>
240
+
241
+
242
+
243
+
244
+ </td>
245
+
246
+
247
+ <td class="default">
248
+
249
+ 14400
250
+
251
+ </td>
252
+
253
+
254
+ <td class="description last"><p>时间倍率,用于控制时间流逝速度;数值越小得到的分析结果越精确,消耗时间越长,反之同理</p></td>
255
+ </tr>
256
+
257
+
258
+
259
+
260
+ <tr class="deep-level-1">
261
+
262
+ <td class="name"><code>spacing</code></td>
263
+
264
+
265
+ <td class="type">
266
+
267
+
268
+ <span class="param-type">
269
+
270
+ Number
271
+
272
+ </span>
273
+
274
+
275
+
276
+
277
+ </td>
278
+
279
+
280
+ <td class="default">
281
+
282
+ 4
283
+
284
+ </td>
285
+
286
+
287
+ <td class="description last"><p>配置绘制点的间隔,单位米</p></td>
288
+ </tr>
289
+
290
+
291
+
292
+
293
+ <tr class="deep-level-1">
294
+
295
+ <td class="name"><code>pointSize</code></td>
296
+
297
+
298
+ <td class="type">
299
+
300
+
301
+ <span class="param-type">
302
+
303
+ Number
304
+
305
+ </span>
306
+
307
+
308
+
309
+
310
+ </td>
311
+
312
+
313
+ <td class="default">
314
+
315
+ 5
316
+
317
+ </td>
318
+
319
+
320
+ <td class="description last"><p>配置绘制顶点的大小,单位像素</p></td>
321
+ </tr>
322
+
323
+
324
+
325
+
326
+ <tr class="deep-level-1">
327
+
328
+ <td class="name"><code>colorScheme</code></td>
329
+
330
+
331
+ <td class="type">
332
+
333
+
334
+ <span class="param-type">
335
+
336
+ Array
337
+
338
+ </span>
339
+
340
+
341
+
342
+
343
+ </td>
344
+
345
+
346
+ <td class="default">
347
+
348
+ </td>
349
+
350
+
351
+ <td class="description last"><p>颜色表,默认色表:http://192.168.82.91:8200/NoneSpatialData/image/阴影率分析色表.png
352
+ ,将阴影率与点元颜色映射,传入方式举例:<br/>
353
+ colorScheme=[<br/>
354
+     {color:'rgba(0, 255, 0, 1)',rate:0},<br/>
355
+     {color:'rgba(255, 255, 0, 1)',rate:0.5},<br/>
356
+     {color:'rgba(255, 0, 0, 1)',rate:1}<br/>
357
+ ]</p></td>
358
+ </tr>
359
+
360
+
361
+
362
+
363
+ <tr class="deep-level-1">
364
+
365
+ <td class="name"><code>minHeight</code></td>
366
+
367
+
368
+ <td class="type">
369
+
370
+
371
+ <span class="param-type">
372
+
373
+ Number
374
+
375
+ </span>
376
+
377
+
378
+
379
+
380
+ </td>
381
+
382
+
383
+ <td class="default">
384
+
385
+ 1
386
+
387
+ </td>
388
+
389
+
390
+ <td class="description last"><p>插值点最小高度,单位米</p></td>
391
+ </tr>
392
+
393
+
394
+
395
+
396
+ <tr class="deep-level-1">
397
+
398
+ <td class="name"><code>maxHeight</code></td>
399
+
400
+
401
+ <td class="type">
402
+
403
+
404
+ <span class="param-type">
405
+
406
+ Number
407
+
408
+ </span>
409
+
410
+
411
+
412
+
413
+ </td>
414
+
415
+
416
+ <td class="default">
417
+
418
+ 10
419
+
420
+ </td>
421
+
422
+
423
+ <td class="description last"><p>插值点最大高度,单位米</p></td>
424
+ </tr>
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+ </tbody>
433
+ </table>
434
+ </div>
435
+
436
+
437
+
438
+
439
+
440
+
441
+ <dl class="details">
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+ <dt class="tag-author">作者:</dt>
461
+ <dd class="tag-author">
462
+ <ul>
463
+ <li>夏琨</li>
464
+ </ul>
465
+ </dd>
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+ </dl>
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+ <h5>示例</h5>
505
+
506
+
507
+ <pre class="prettyprint"><code>// 阴影率分析类依赖场景的shdows,必须设置开启。
508
  startTime: Cesium.JulianDate.fromDate(startTimeDate),
1
509
  endTime: Cesium.JulianDate.fromDate(endTimeDate),
2
510
  spacing: 5,
3
511
  pointSize: 10,
4
512
  minHeight: 10,
5
513
  maxHeight: 50,
6
514
  });
7
515
  name: 'build',
8
516
  position: Cesium.Cartesian3.fromDegrees(115.1771, 20.2834, 500),
9
517
  model: {
10
518
  uri: '../../SampleData/models/Building/build.glb',
11
519
  heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
12
520
  minimumPixelSize: 10,
13
521
  scale: 200
14
522
  }
15
523
  });
16
524
  destination: Cesium.Cartesian3.fromDegrees(115.1771, 20.2834, 1000), //经度,纬度,视角高度
17
525
  duration: 0
18
526
  });
19
527
  {
20
528
  "x": -2545958.6505201817,
21
529
  "y": 5416460.046735503,
22
530
  "z": 2197304.570977404
23
531
  },
24
532
  {
25
533
  "x": -2546028.547171191,
26
534
  "y": 5416621.283669859,
27
535
  "z": 2196829.2727668337
28
536
  },
29
537
  {
30
538
  "x": -2546502.8935825536,
31
539
  "y": 5416402.67652554,
32
540
  "z": 2196818.5454125707
33
541
  },
34
542
  {
35
543
  "x": -2546411.1078572497,
36
544
  "y": 5416239.747866453,
37
545
  "z": 2197323.1835109163
38
546
  },
39
547
  {
40
548
  "x": -2545958.6505201817,
41
549
  "y": 5416460.046735503,
42
550
  "z": 2197304.570977404
43
551
  }
552
+
553
+
554
+
555
+
556
+ </div>
557
+ </div>
558
+ </div>
559
+
560
+
561
+ </div>
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+ <div class='vertical-section'>
577
+ <h3 id='member'>成员变量</h3>
578
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
579
+ <div class="table-container">
580
+ <table class="params table">
581
+ <thead>
582
+ <tr>
583
+ <th>名称</th>
584
+ <th>类型</th>
585
+ <th>描述</th>
586
+ </tr>
587
+ </thead>
588
+ <tbody>
589
+
590
+ <tr class="deep-level-0">
591
+ <td class="name"><code><a href="#colorScheme">colorScheme</a></code></td>
592
+ <td class="name">
593
+ <code>
594
+
595
+ <span class="param-type">
596
+
597
+ Array
598
+
599
+ </span>
600
+
601
+
602
+
603
+ </code>
604
+ </td>
605
+ <td class="name"><code><p>颜色表</p></code></td>
606
+ </tr>
607
+
608
+ <tr class="deep-level-0">
609
+ <td class="name"><code><a href="#endTime">endTime</a></code></td>
610
+ <td class="name">
611
+ <code>
612
+
613
+ <span class="param-type">
614
+
615
+ JulianDate
616
+
617
+ </span>
618
+
619
+
620
+
621
+ </code>
622
+ </td>
623
+ <td class="name"><code><p>时间段结束时间</p></code></td>
624
+ </tr>
625
+
626
+ <tr class="deep-level-0">
627
+ <td class="name"><code><a href="#maxHeight">maxHeight</a></code></td>
628
+ <td class="name">
629
+ <code>
630
+
631
+ <span class="param-type">
632
+
633
+ Number
634
+
635
+ </span>
636
+
637
+
638
+
639
+ </code>
640
+ </td>
641
+ <td class="name"><code><p>绘制点最大高度</p></code></td>
642
+ </tr>
643
+
644
+ <tr class="deep-level-0">
645
+ <td class="name"><code><a href="#minHeight">minHeight</a></code></td>
646
+ <td class="name">
647
+ <code>
648
+
649
+ <span class="param-type">
650
+
651
+ Number
652
+
653
+ </span>
654
+
655
+
656
+
657
+ </code>
658
+ </td>
659
+ <td class="name"><code><p>绘制点最小高度</p></code></td>
660
+ </tr>
661
+
662
+ <tr class="deep-level-0">
663
+ <td class="name"><code><a href="#multiplier">multiplier</a></code></td>
664
+ <td class="name">
665
+ <code>
666
+
667
+ <span class="param-type">
668
+
669
+ Number
670
+
671
+ </span>
672
+
673
+
674
+
675
+ </code>
676
+ </td>
677
+ <td class="name"><code><p>时间倍率</p></code></td>
678
+ </tr>
679
+
680
+ <tr class="deep-level-0">
681
+ <td class="name"><code><a href="#pointsArray">pointsArray</a></code></td>
682
+ <td class="name">
683
+ <code>
684
+
685
+ <span class="param-type">
686
+
687
+ Array
688
+
689
+ </span>
690
+
691
+
692
+
693
+ </code>
694
+ </td>
695
+ <td class="name"><code><p>点坐标数组</p></code></td>
696
+ </tr>
697
+
698
+ <tr class="deep-level-0">
699
+ <td class="name"><code><a href="#pointSize">pointSize</a></code></td>
700
+ <td class="name">
701
+ <code>
702
+
703
+ <span class="param-type">
704
+
705
+ Number
706
+
707
+ </span>
708
+
709
+
710
+
711
+ </code>
712
+ </td>
713
+ <td class="name"><code><p>绘制点大小</p></code></td>
714
+ </tr>
715
+
716
+ <tr class="deep-level-0">
717
+ <td class="name"><code><a href="#spacing">spacing</a></code></td>
718
+ <td class="name">
719
+ <code>
720
+
721
+ <span class="param-type">
722
+
723
+ Number
724
+
725
+ </span>
726
+
727
+
728
+
729
+ </code>
730
+ </td>
731
+ <td class="name"><code><p>绘制点的间隔</p></code></td>
732
+ </tr>
733
+
734
+ <tr class="deep-level-0">
735
+ <td class="name"><code><a href="#startTime">startTime</a></code></td>
736
+ <td class="name">
737
+ <code>
738
+
739
+ <span class="param-type">
740
+
741
+ JulianDate
742
+
743
+ </span>
744
+
745
+
746
+
747
+ </code>
748
+ </td>
749
+ <td class="name"><code><p>时间段开始时间</p></code></td>
750
+ </tr>
751
+
752
+ </tbody>
753
+ </table>
754
+ </div>
755
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
756
+ <div class="members">
757
+
758
+ <div class="member">
759
+
760
+ <span class="method-parameter is-pulled-right">
761
+ <label>类型:</label>
762
+
763
+ <span class="param-type">
764
+
765
+ Array
766
+
767
+ </span>
768
+
769
+
770
+
771
+ </span>
772
+
773
+ <h4 class="name" id="colorScheme">
774
+ <a class="href-link" href="#colorScheme">#</a>
775
+
776
+ <span class="code-name">
777
+ colorScheme
778
+ </span>
779
+
780
+ </h4>
781
+
782
+
783
+
784
+
785
+ <div class="description">
786
+ <p>颜色表</p>
787
+ </div>
788
+
789
+
790
+
791
+
792
+
793
+ <dl class="details">
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
+
825
+ </dl>
826
+
827
+
828
+
829
+
830
+
831
+ </div>
832
+
833
+ <div class="member">
834
+
835
+ <span class="method-parameter is-pulled-right">
836
+ <label>类型:</label>
837
+
838
+ <span class="param-type">
839
+
840
+ JulianDate
841
+
842
+ </span>
843
+
844
+
845
+
846
+ </span>
847
+
848
+ <h4 class="name" id="endTime">
849
+ <a class="href-link" href="#endTime">#</a>
850
+
851
+ <span class="code-name">
852
+ endTime
853
+ </span>
854
+
855
+ </h4>
856
+
857
+
858
+
859
+
860
+ <div class="description">
861
+ <p>时间段结束时间</p>
862
+ </div>
863
+
864
+
865
+
866
+
867
+
868
+ <dl class="details">
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+ </dl>
901
+
902
+
903
+
904
+
905
+
906
+ </div>
907
+
908
+ <div class="member">
909
+
910
+ <span class="method-parameter is-pulled-right">
911
+ <label>类型:</label>
912
+
913
+ <span class="param-type">
914
+
915
+ Number
916
+
917
+ </span>
918
+
919
+
920
+
921
+ </span>
922
+
923
+ <h4 class="name" id="maxHeight">
924
+ <a class="href-link" href="#maxHeight">#</a>
925
+
926
+ <span class="code-name">
927
+ maxHeight
928
+ </span>
929
+
930
+ </h4>
931
+
932
+
933
+
934
+
935
+ <div class="description">
936
+ <p>绘制点最大高度</p>
937
+ </div>
938
+
939
+
940
+
941
+
942
+
943
+ <dl class="details">
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+ </dl>
976
+
977
+
978
+
979
+
980
+
981
+ </div>
982
+
983
+ <div class="member">
984
+
985
+ <span class="method-parameter is-pulled-right">
986
+ <label>类型:</label>
987
+
988
+ <span class="param-type">
989
+
990
+ Number
991
+
992
+ </span>
993
+
994
+
995
+
996
+ </span>
997
+
998
+ <h4 class="name" id="minHeight">
999
+ <a class="href-link" href="#minHeight">#</a>
1000
+
1001
+ <span class="code-name">
1002
+ minHeight
1003
+ </span>
1004
+
1005
+ </h4>
1006
+
1007
+
1008
+
1009
+
1010
+ <div class="description">
1011
+ <p>绘制点最小高度</p>
1012
+ </div>
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+ <dl class="details">
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+ </dl>
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+ </div>
1057
+
1058
+ <div class="member">
1059
+
1060
+ <span class="method-parameter is-pulled-right">
1061
+ <label>类型:</label>
1062
+
1063
+ <span class="param-type">
1064
+
1065
+ Number
1066
+
1067
+ </span>
1068
+
1069
+
1070
+
1071
+ </span>
1072
+
1073
+ <h4 class="name" id="multiplier">
1074
+ <a class="href-link" href="#multiplier">#</a>
1075
+
1076
+ <span class="code-name">
1077
+ multiplier
1078
+ </span>
1079
+
1080
+ </h4>
1081
+
1082
+
1083
+
1084
+
1085
+ <div class="description">
1086
+ <p>时间倍率</p>
1087
+ </div>
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+ <dl class="details">
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+ </dl>
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+ </div>
1132
+
1133
+ <div class="member">
1134
+
1135
+ <span class="method-parameter is-pulled-right">
1136
+ <label>类型:</label>
1137
+
1138
+ <span class="param-type">
1139
+
1140
+ Array
1141
+
1142
+ </span>
1143
+
1144
+
1145
+
1146
+ </span>
1147
+
1148
+ <h4 class="name" id="pointsArray">
1149
+ <a class="href-link" href="#pointsArray">#</a>
1150
+
1151
+ <span class="code-name">
1152
+ pointsArray
1153
+ </span>
1154
+
1155
+ </h4>
1156
+
1157
+
1158
+
1159
+
1160
+ <div class="description">
1161
+ <p>点坐标数组</p>
1162
+ </div>
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+ <dl class="details">
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+ </dl>
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+ </div>
1207
+
1208
+ <div class="member">
1209
+
1210
+ <span class="method-parameter is-pulled-right">
1211
+ <label>类型:</label>
1212
+
1213
+ <span class="param-type">
1214
+
1215
+ Number
1216
+
1217
+ </span>
1218
+
1219
+
1220
+
1221
+ </span>
1222
+
1223
+ <h4 class="name" id="pointSize">
1224
+ <a class="href-link" href="#pointSize">#</a>
1225
+
1226
+ <span class="code-name">
1227
+ pointSize
1228
+ </span>
1229
+
1230
+ </h4>
1231
+
1232
+
1233
+
1234
+
1235
+ <div class="description">
1236
+ <p>绘制点大小</p>
1237
+ </div>
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+ <dl class="details">
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ </dl>
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+ </div>
1282
+
1283
+ <div class="member">
1284
+
1285
+ <span class="method-parameter is-pulled-right">
1286
+ <label>类型:</label>
1287
+
1288
+ <span class="param-type">
1289
+
1290
+ Number
1291
+
1292
+ </span>
1293
+
1294
+
1295
+
1296
+ </span>
1297
+
1298
+ <h4 class="name" id="spacing">
1299
+ <a class="href-link" href="#spacing">#</a>
1300
+
1301
+ <span class="code-name">
1302
+ spacing
1303
+ </span>
1304
+
1305
+ </h4>
1306
+
1307
+
1308
+
1309
+
1310
+ <div class="description">
1311
+ <p>绘制点的间隔</p>
1312
+ </div>
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+ <dl class="details">
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+ </dl>
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+ </div>
1357
+
1358
+ <div class="member">
1359
+
1360
+ <span class="method-parameter is-pulled-right">
1361
+ <label>类型:</label>
1362
+
1363
+ <span class="param-type">
1364
+
1365
+ JulianDate
1366
+
1367
+ </span>
1368
+
1369
+
1370
+
1371
+ </span>
1372
+
1373
+ <h4 class="name" id="startTime">
1374
+ <a class="href-link" href="#startTime">#</a>
1375
+
1376
+ <span class="code-name">
1377
+ startTime
1378
+ </span>
1379
+
1380
+ </h4>
1381
+
1382
+
1383
+
1384
+
1385
+ <div class="description">
1386
+ <p>时间段开始时间</p>
1387
+ </div>
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+ <dl class="details">
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+
1422
+
1423
+
1424
+
1425
+ </dl>
1426
+
1427
+
1428
+
1429
+
1430
+
1431
+ </div>
1432
+
1433
+ </div>
1434
+ </div>
1435
+
1436
+
1437
+
1438
+ <div class='vertical-section'>
1439
+ <h3 id='function'>方法</h3>
1440
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
1441
+ <div class="members">
1442
+ <div class="table-container">
1443
+ <table class="params table">
1444
+ <thead>
1445
+ <tr>
1446
+ <th>名称</th>
1447
+ <th>返回值类型</th>
1448
+ <th>描述</th>
1449
+ </tr>
1450
+ </thead>
1451
+ <tbody>
1452
+
1453
+ <tr class="deep-level-0">
1454
+ <td class="name"><code><a href="#clear">clear</a></code></td>
1455
+ <td class="name">
1456
+ <code>
1457
+
1458
+ </code>
1459
+ </td>
1460
+ <td class="name"><code><p>清空绘制结果</p></code></td>
1461
+ </tr>
1462
+
1463
+ <tr class="deep-level-0">
1464
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
1465
+ <td class="name">
1466
+ <code>
1467
+
1468
+ </code>
1469
+ </td>
1470
+ <td class="name"><code><p>销毁</p></code></td>
1471
+ </tr>
1472
+
1473
+ <tr class="deep-level-0">
1474
+ <td class="name"><code><a href="#shadowRate">shadowRate</a></code></td>
1475
+ <td class="name">
1476
+ <code>
1477
+
1478
+ </code>
1479
+ </td>
1480
+ <td class="name"><code><p>开始阴影率分析</p></code></td>
1481
+ </tr>
1482
+
1483
+ <tr class="deep-level-0">
1484
+ <td class="name"><code><a href="#sunLightEffect">sunLightEffect</a></code></td>
1485
+ <td class="name">
1486
+ <code>
1487
+
1488
+ </code>
1489
+ </td>
1490
+ <td class="name"><code><p>开始播放日照效果</p></code></td>
1491
+ </tr>
1492
+
1493
+ </tbody>
1494
+ </table>
1495
+ </div>
1496
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1497
+
1498
+ <div class="member">
1499
+
1500
+
1501
+
1502
+ <h4 class="name" id="clear">
1503
+ <a class="href-link" href="#clear">#</a>
1504
+
1505
+ <span class="code-name" id="clear" style="font-size:30px">
1506
+
1507
+ clear<span class="signature">()</span>
1508
+
1509
+ </span>
1510
+ </h4>
1511
+
1512
+
1513
+
1514
+ <div class="description">
1515
+ <p>清空绘制结果</p>
1516
+ </div>
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+ <dl class="details">
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+ </dl>
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+ </div>
1588
+
1589
+ <div class="member">
1590
+
1591
+
1592
+
1593
+ <h4 class="name" id="destroy">
1594
+ <a class="href-link" href="#destroy">#</a>
1595
+
1596
+ <span class="code-name" id="destroy" style="font-size:30px">
1597
+
1598
+ destroy<span class="signature">()</span>
1599
+
1600
+ </span>
1601
+ </h4>
1602
+
1603
+
1604
+
1605
+ <div class="description">
1606
+ <p>销毁</p>
1607
+ </div>
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+ <dl class="details">
1623
+
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+ </dl>
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+ </div>
1679
+
1680
+ <div class="member">
1681
+
1682
+
1683
+
1684
+ <h4 class="name" id="shadowRate">
1685
+ <a class="href-link" href="#shadowRate">#</a>
1686
+
1687
+ <span class="code-name" id="shadowRate" style="font-size:30px">
1688
+
1689
+ shadowRate<span class="signature">()</span>
1690
+
1691
+ </span>
1692
+ </h4>
1693
+
1694
+
1695
+
1696
+ <div class="description">
1697
+ <p>开始阴影率分析</p>
1698
+ </div>
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+ <dl class="details">
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+
1743
+
1744
+
1745
+ </dl>
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+ </div>
1770
+
1771
+ <div class="member">
1772
+
1773
+
1774
+
1775
+ <h4 class="name" id="sunLightEffect">
1776
+ <a class="href-link" href="#sunLightEffect">#</a>
1777
+
1778
+ <span class="code-name" id="sunLightEffect" style="font-size:30px">
1779
+
1780
+ sunLightEffect<span class="signature">()</span>
1781
+
1782
+ </span>
1783
+ </h4>
1784
+
1785
+
1786
+
1787
+ <div class="description">
1788
+ <p>开始播放日照效果</p>
1789
+ </div>
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+ <dl class="details">
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+ </dl>
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+ </div>
1861
+
1862
+ </div>
1863
+ </div>
1864
+
1865
+
1866
+
1867
+
1868
+
1869
+ </article>
1870
+
1871
+ </section>