@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,1275 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">DrawTool</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="DrawTool">
26
+ <a class="href-link" href="#DrawTool">#</a>
27
+
28
+ <span class="code-name" id="DrawTool" style="font-size:30px">
29
+
30
+ new DrawTool<span class="signature">(viewer, graphicsLayer, options)</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+ <div class="description">
38
+ <p>绘制工具</p>
39
+ </div>
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <h4>参数</h4>
51
+
52
+ <div class="table-container">
53
+ <table class="params table">
54
+ <thead>
55
+ <tr>
56
+
57
+ <th>名称</th>
58
+
59
+
60
+ <th>类型</th>
61
+
62
+
63
+ <th style="min-width: 100px;">默认值</th>
64
+
65
+
66
+ <th class="last">描述</th>
67
+ </tr>
68
+ </thead>
69
+
70
+ <tbody>
71
+
72
+
73
+
74
+ <tr class="deep-level-0">
75
+
76
+ <td class="name"><code>viewer</code></td>
77
+
78
+
79
+ <td class="type">
80
+
81
+
82
+ <span class="param-type">
83
+
84
+ Viewer
85
+
86
+ </span>
87
+
88
+
89
+
90
+
91
+ </td>
92
+
93
+
94
+ <td class="default">
95
+
96
+ </td>
97
+
98
+
99
+ <td class="description last"></td>
100
+ </tr>
101
+
102
+
103
+
104
+
105
+
106
+
107
+ <tr class="deep-level-0">
108
+
109
+ <td class="name"><code>graphicsLayer</code></td>
110
+
111
+
112
+ <td class="type">
113
+
114
+
115
+ <span class="param-type">
116
+
117
+ Object
118
+
119
+ </span>
120
+
121
+
122
+
123
+
124
+ </td>
125
+
126
+
127
+ <td class="default">
128
+
129
+ </td>
130
+
131
+
132
+ <td class="description last"><p>编辑的图层对象</p></td>
133
+ </tr>
134
+
135
+
136
+
137
+
138
+
139
+
140
+ <tr class="deep-level-0">
141
+
142
+ <td class="name"><code>options</code></td>
143
+
144
+
145
+ <td class="type">
146
+
147
+
148
+ <span class="param-type">
149
+
150
+ Object
151
+
152
+ </span>
153
+
154
+
155
+
156
+
157
+ </td>
158
+
159
+
160
+ <td class="default">
161
+
162
+ </td>
163
+
164
+
165
+ <td class="description last"></td>
166
+ </tr>
167
+
168
+
169
+
170
+
171
+ <tr class="deep-level-1">
172
+
173
+ <td class="name"><code>isContinued</code></td>
174
+
175
+
176
+ <td class="type">
177
+
178
+
179
+ <span class="param-type">
180
+
181
+ Boolean
182
+
183
+ </span>
184
+
185
+
186
+
187
+
188
+ </td>
189
+
190
+
191
+ <td class="default">
192
+
193
+ true
194
+
195
+ </td>
196
+
197
+
198
+ <td class="description last"><p>是否连续绘制</p></td>
199
+ </tr>
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+ </tbody>
208
+ </table>
209
+ </div>
210
+
211
+
212
+
213
+
214
+
215
+
216
+ <dl class="details">
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+ </div>
274
+ </div>
275
+ </div>
276
+
277
+
278
+ </div>
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+ <div class='vertical-section'>
296
+ <h3 id='function'>方法</h3>
297
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
298
+ <div class="members">
299
+ <div class="table-container">
300
+ <table class="params table">
301
+ <thead>
302
+ <tr>
303
+ <th>名称</th>
304
+ <th>返回值类型</th>
305
+ <th>描述</th>
306
+ </tr>
307
+ </thead>
308
+ <tbody>
309
+
310
+ <tr class="deep-level-0">
311
+ <td class="name"><code><a href="#DrawModelsByArea">DrawModelsByArea</a></code></td>
312
+ <td class="name">
313
+ <code>
314
+
315
+ </code>
316
+ </td>
317
+ <td class="name"><code><p>通过画区批量绘制模型</p></code></td>
318
+ </tr>
319
+
320
+ <tr class="deep-level-0">
321
+ <td class="name"><code><a href="#DrawModelsByLine">DrawModelsByLine</a></code></td>
322
+ <td class="name">
323
+ <code>
324
+
325
+ </code>
326
+ </td>
327
+ <td class="name"><code><p>通过画线批量绘制模型</p></code></td>
328
+ </tr>
329
+
330
+ <tr class="deep-level-0">
331
+ <td class="name"><code><a href="#stopDrawing">stopDrawing</a></code></td>
332
+ <td class="name">
333
+ <code>
334
+
335
+ </code>
336
+ </td>
337
+ <td class="name"><code><p>移除所有鼠标事件,停止绘制</p></code></td>
338
+ </tr>
339
+
340
+ </tbody>
341
+ </table>
342
+ </div>
343
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
344
+
345
+ <div class="member">
346
+
347
+
348
+
349
+ <h4 class="name" id="DrawModelsByArea">
350
+ <a class="href-link" href="#DrawModelsByArea">#</a>
351
+
352
+ <span class="code-name" id="DrawModelsByArea" style="font-size:30px">
353
+
354
+ DrawModelsByArea<span class="signature">(options)</span>
355
+
356
+ </span>
357
+ </h4>
358
+
359
+
360
+
361
+ <div class="description">
362
+ <p>通过画区批量绘制模型</p>
363
+ </div>
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+ <h4>参数</h4>
375
+
376
+ <div class="table-container">
377
+ <table class="params table">
378
+ <thead>
379
+ <tr>
380
+
381
+ <th>名称</th>
382
+
383
+
384
+ <th>类型</th>
385
+
386
+
387
+ <th style="min-width: 100px;">默认值</th>
388
+
389
+
390
+ <th class="last">描述</th>
391
+ </tr>
392
+ </thead>
393
+
394
+ <tbody>
395
+
396
+
397
+
398
+ <tr class="deep-level-0">
399
+
400
+ <td class="name"><code>options</code></td>
401
+
402
+
403
+ <td class="type">
404
+
405
+
406
+ <span class="param-type">
407
+
408
+ Object
409
+
410
+ </span>
411
+
412
+
413
+
414
+
415
+ </td>
416
+
417
+
418
+ <td class="default">
419
+
420
+ </td>
421
+
422
+
423
+ <td class="description last"></td>
424
+ </tr>
425
+
426
+
427
+
428
+
429
+ <tr class="deep-level-1">
430
+
431
+ <td class="name"><code>intervalDistance</code></td>
432
+
433
+
434
+ <td class="type">
435
+
436
+
437
+ <span class="param-type">
438
+
439
+ Number
440
+
441
+ </span>
442
+
443
+
444
+
445
+
446
+ </td>
447
+
448
+
449
+ <td class="default">
450
+
451
+ </td>
452
+
453
+
454
+ <td class="description last"><p>绘制模型间距,单位米。</p></td>
455
+ </tr>
456
+
457
+
458
+
459
+
460
+ <tr class="deep-level-1">
461
+
462
+ <td class="name"><code>type</code></td>
463
+
464
+
465
+ <td class="type">
466
+
467
+
468
+ <span class="param-type">
469
+
470
+ String
471
+
472
+ </span>
473
+
474
+
475
+
476
+
477
+ </td>
478
+
479
+
480
+ <td class="default">
481
+
482
+ </td>
483
+
484
+
485
+ <td class="description last"><p>绘制类型,线、面。</p></td>
486
+ </tr>
487
+
488
+
489
+
490
+
491
+ <tr class="deep-level-1">
492
+
493
+ <td class="name"><code>style</code></td>
494
+
495
+
496
+ <td class="type">
497
+
498
+
499
+ <span class="param-type">
500
+
501
+ Object
502
+
503
+ </span>
504
+
505
+
506
+
507
+
508
+ </td>
509
+
510
+
511
+ <td class="default">
512
+
513
+ </td>
514
+
515
+
516
+ <td class="description last"><p>模型样式信息 详情参见<a class="mapgis-link-name" title="Style.ModelStyle" Style.html#.ModelStyle><code>Style.ModelStyle</code></a></p></td>
517
+ </tr>
518
+
519
+
520
+
521
+
522
+ <tr class="deep-level-1">
523
+
524
+ <td class="name"><code>attributes</code></td>
525
+
526
+
527
+ <td class="type">
528
+
529
+
530
+ <span class="param-type">
531
+
532
+ Object
533
+
534
+ </span>
535
+
536
+
537
+
538
+
539
+ </td>
540
+
541
+
542
+ <td class="default">
543
+
544
+ </td>
545
+
546
+
547
+ <td class="description last"><p>图元属性</p></td>
548
+ </tr>
549
+
550
+
551
+
552
+
553
+ <tr class="deep-level-1">
554
+
555
+ <td class="name"><code>name</code></td>
556
+
557
+
558
+ <td class="type">
559
+
560
+
561
+ <span class="param-type">
562
+
563
+ String
564
+
565
+ </span>
566
+
567
+
568
+
569
+
570
+ </td>
571
+
572
+
573
+ <td class="default">
574
+
575
+ </td>
576
+
577
+
578
+ <td class="description last"><p>图元名称</p></td>
579
+ </tr>
580
+
581
+
582
+
583
+
584
+ <tr class="deep-level-1">
585
+
586
+ <td class="name"><code>show</code></td>
587
+
588
+
589
+ <td class="type">
590
+
591
+
592
+ <span class="param-type">
593
+
594
+ Boolean
595
+
596
+ </span>
597
+
598
+
599
+
600
+
601
+ </td>
602
+
603
+
604
+ <td class="default">
605
+
606
+ true
607
+
608
+ </td>
609
+
610
+
611
+ <td class="description last"><p>图元是否显示</p></td>
612
+ </tr>
613
+
614
+
615
+
616
+
617
+ <tr class="deep-level-1">
618
+
619
+ <td class="name"><code>asynchronous</code></td>
620
+
621
+
622
+ <td class="type">
623
+
624
+
625
+ <span class="param-type">
626
+
627
+ Boolean
628
+
629
+ </span>
630
+
631
+
632
+
633
+
634
+ </td>
635
+
636
+
637
+ <td class="default">
638
+
639
+ false
640
+
641
+ </td>
642
+
643
+
644
+ <td class="description last"><p>默认为阻塞式更新,true为异步更新,false为阻塞式更新。</p></td>
645
+ </tr>
646
+
647
+
648
+
649
+
650
+ <tr class="deep-level-1">
651
+
652
+ <td class="name"><code>modelRadius</code></td>
653
+
654
+
655
+ <td class="type">
656
+
657
+
658
+ <span class="param-type">
659
+
660
+ Number
661
+
662
+ </span>
663
+
664
+
665
+
666
+
667
+ </td>
668
+
669
+
670
+ <td class="default">
671
+
672
+ </td>
673
+
674
+
675
+ <td class="description last"><p>模型半径,单位米。</p></td>
676
+ </tr>
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+ </tbody>
685
+ </table>
686
+ </div>
687
+
688
+
689
+
690
+
691
+
692
+
693
+ <dl class="details">
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+ </dl>
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+ <h5>示例</h5>
750
+
751
+
752
+ <pre class="prettyprint"><code>var url = '../../SampleData/models/CesiumMilkTruck/CesiumMilkTruck.glb';
753
+ var tool = new Cesium.DrawTool(viewer,graphicsLayer);
754
+ tool.DrawModelsByLine({type:'polyline',intervalDistance:100,style: { scale: 10, url: url }});</code></pre>
755
+
756
+
757
+
758
+ </div>
759
+
760
+ <div class="member">
761
+
762
+
763
+
764
+ <h4 class="name" id="DrawModelsByLine">
765
+ <a class="href-link" href="#DrawModelsByLine">#</a>
766
+
767
+ <span class="code-name" id="DrawModelsByLine" style="font-size:30px">
768
+
769
+ DrawModelsByLine<span class="signature">(options)</span>
770
+
771
+ </span>
772
+ </h4>
773
+
774
+
775
+
776
+ <div class="description">
777
+ <p>通过画线批量绘制模型</p>
778
+ </div>
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+ <h4>参数</h4>
790
+
791
+ <div class="table-container">
792
+ <table class="params table">
793
+ <thead>
794
+ <tr>
795
+
796
+ <th>名称</th>
797
+
798
+
799
+ <th>类型</th>
800
+
801
+
802
+ <th style="min-width: 100px;">默认值</th>
803
+
804
+
805
+ <th class="last">描述</th>
806
+ </tr>
807
+ </thead>
808
+
809
+ <tbody>
810
+
811
+
812
+
813
+ <tr class="deep-level-0">
814
+
815
+ <td class="name"><code>options</code></td>
816
+
817
+
818
+ <td class="type">
819
+
820
+
821
+ <span class="param-type">
822
+
823
+ Object
824
+
825
+ </span>
826
+
827
+
828
+
829
+
830
+ </td>
831
+
832
+
833
+ <td class="default">
834
+
835
+ </td>
836
+
837
+
838
+ <td class="description last"></td>
839
+ </tr>
840
+
841
+
842
+
843
+
844
+ <tr class="deep-level-1">
845
+
846
+ <td class="name"><code>intervalDistance</code></td>
847
+
848
+
849
+ <td class="type">
850
+
851
+
852
+ <span class="param-type">
853
+
854
+ Number
855
+
856
+ </span>
857
+
858
+
859
+
860
+
861
+ </td>
862
+
863
+
864
+ <td class="default">
865
+
866
+ </td>
867
+
868
+
869
+ <td class="description last"><p>绘制模型间距,单位米。</p></td>
870
+ </tr>
871
+
872
+
873
+
874
+
875
+ <tr class="deep-level-1">
876
+
877
+ <td class="name"><code>type</code></td>
878
+
879
+
880
+ <td class="type">
881
+
882
+
883
+ <span class="param-type">
884
+
885
+ String
886
+
887
+ </span>
888
+
889
+
890
+
891
+
892
+ </td>
893
+
894
+
895
+ <td class="default">
896
+
897
+ </td>
898
+
899
+
900
+ <td class="description last"><p>绘制类型,线、面。</p></td>
901
+ </tr>
902
+
903
+
904
+
905
+
906
+ <tr class="deep-level-1">
907
+
908
+ <td class="name"><code>style</code></td>
909
+
910
+
911
+ <td class="type">
912
+
913
+
914
+ <span class="param-type">
915
+
916
+ Object
917
+
918
+ </span>
919
+
920
+
921
+
922
+
923
+ </td>
924
+
925
+
926
+ <td class="default">
927
+
928
+ </td>
929
+
930
+
931
+ <td class="description last"><p>模型样式信息 详情参见<a class="mapgis-link-name" title="Style.ModelStyle" Style.html#.ModelStyle><code>Style.ModelStyle</code></a></p></td>
932
+ </tr>
933
+
934
+
935
+
936
+
937
+ <tr class="deep-level-1">
938
+
939
+ <td class="name"><code>attributes</code></td>
940
+
941
+
942
+ <td class="type">
943
+
944
+
945
+ <span class="param-type">
946
+
947
+ Object
948
+
949
+ </span>
950
+
951
+
952
+
953
+
954
+ </td>
955
+
956
+
957
+ <td class="default">
958
+
959
+ </td>
960
+
961
+
962
+ <td class="description last"><p>图元属性</p></td>
963
+ </tr>
964
+
965
+
966
+
967
+
968
+ <tr class="deep-level-1">
969
+
970
+ <td class="name"><code>name</code></td>
971
+
972
+
973
+ <td class="type">
974
+
975
+
976
+ <span class="param-type">
977
+
978
+ String
979
+
980
+ </span>
981
+
982
+
983
+
984
+
985
+ </td>
986
+
987
+
988
+ <td class="default">
989
+
990
+ </td>
991
+
992
+
993
+ <td class="description last"><p>图元名称</p></td>
994
+ </tr>
995
+
996
+
997
+
998
+
999
+ <tr class="deep-level-1">
1000
+
1001
+ <td class="name"><code>show</code></td>
1002
+
1003
+
1004
+ <td class="type">
1005
+
1006
+
1007
+ <span class="param-type">
1008
+
1009
+ Boolean
1010
+
1011
+ </span>
1012
+
1013
+
1014
+
1015
+
1016
+ </td>
1017
+
1018
+
1019
+ <td class="default">
1020
+
1021
+ true
1022
+
1023
+ </td>
1024
+
1025
+
1026
+ <td class="description last"><p>图元是否显示</p></td>
1027
+ </tr>
1028
+
1029
+
1030
+
1031
+
1032
+ <tr class="deep-level-1">
1033
+
1034
+ <td class="name"><code>asynchronous</code></td>
1035
+
1036
+
1037
+ <td class="type">
1038
+
1039
+
1040
+ <span class="param-type">
1041
+
1042
+ Boolean
1043
+
1044
+ </span>
1045
+
1046
+
1047
+
1048
+
1049
+ </td>
1050
+
1051
+
1052
+ <td class="default">
1053
+
1054
+ false
1055
+
1056
+ </td>
1057
+
1058
+
1059
+ <td class="description last"><p>默认为阻塞式更新,true为异步更新,false为阻塞式更新。</p></td>
1060
+ </tr>
1061
+
1062
+
1063
+
1064
+
1065
+ <tr class="deep-level-1">
1066
+
1067
+ <td class="name"><code>modelRadius</code></td>
1068
+
1069
+
1070
+ <td class="type">
1071
+
1072
+
1073
+ <span class="param-type">
1074
+
1075
+ Number
1076
+
1077
+ </span>
1078
+
1079
+
1080
+
1081
+
1082
+ </td>
1083
+
1084
+
1085
+ <td class="default">
1086
+
1087
+ </td>
1088
+
1089
+
1090
+ <td class="description last"><p>模型半径,单位米。</p></td>
1091
+ </tr>
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+ </tbody>
1100
+ </table>
1101
+ </div>
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+ <dl class="details">
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+ </dl>
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+ <h5>示例</h5>
1165
+
1166
+
1167
+ <pre class="prettyprint"><code>var url = '../../SampleData/models/CesiumMilkTruck/CesiumMilkTruck.glb';
1168
+ var tool = new Cesium.DrawTool(viewer,graphicsLayer);
1169
+ tool.DrawModelsByLine({type:'polyline',intervalDistance:100,style: { scale: 10, url: url }});</code></pre>
1170
+
1171
+
1172
+
1173
+ </div>
1174
+
1175
+ <div class="member">
1176
+
1177
+
1178
+
1179
+ <h4 class="name" id="stopDrawing">
1180
+ <a class="href-link" href="#stopDrawing">#</a>
1181
+
1182
+ <span class="code-name" id="stopDrawing" style="font-size:30px">
1183
+
1184
+ stopDrawing<span class="signature">()</span>
1185
+
1186
+ </span>
1187
+ </h4>
1188
+
1189
+
1190
+
1191
+ <div class="description">
1192
+ <p>移除所有鼠标事件,停止绘制</p>
1193
+ </div>
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+ <dl class="details">
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+
1239
+
1240
+ </dl>
1241
+
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ </div>
1265
+
1266
+ </div>
1267
+ </div>
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+ </article>
1274
+
1275
+ </section>