@mapgis/webclient-cesium-plugin 17.2.3 → 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 (32) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +7 -5
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +7 -5
  5. package/documention/AlgorithmLib.html +7009 -0
  6. package/documention/AngulationTool.html +1068 -0
  7. package/documention/CesiumTerrainProvider.html +139 -0
  8. package/documention/CuttingTool.html +2910 -0
  9. package/documention/Deferred.html +139 -0
  10. package/documention/DrawElement.html +1643 -0
  11. package/documention/DrawTool.html +1275 -0
  12. package/documention/EditTool.html +1839 -0
  13. package/documention/FloodAnalysisReflection.html +1 -1
  14. package/documention/Graphic.html +4789 -0
  15. package/documention/GraphicsLayer.html +5071 -0
  16. package/documention/MeasureAreaTool.html +1182 -0
  17. package/documention/MeasureLengthTool.html +2306 -0
  18. package/documention/MeasureSlopeTool.html +1141 -0
  19. package/documention/ModelEditor.html +356 -0
  20. package/documention/PostProcessStageLibrary.html +3 -3
  21. package/documention/Promise.html +980 -0
  22. package/documention/RiverGeometry.html +2659 -0
  23. package/documention/S3MTileset.html +5 -5
  24. package/documention/SelectTool.html +784 -0
  25. package/documention/ShadowRateAnalysis.html +1827 -0
  26. package/documention/ShadowRateDrawCommand.html +917 -0
  27. package/documention/Style.html +14203 -0
  28. package/documention/Tooltip.html +877 -0
  29. package/documention/TriangulationTool.html +1721 -0
  30. package/documention/VisiblityAnalysis.html +1998 -0
  31. package/documention/WaterReflection.html +1 -1
  32. package/package.json +1 -1
@@ -0,0 +1,784 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">SelectTool</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="SelectTool">
26
+ <a class="href-link" href="#SelectTool">#</a>
27
+
28
+ <span class="code-name" id="SelectTool" style="font-size:30px">
29
+
30
+ new SelectTool<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="#selectByCircle">selectByCircle</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="#selectByRectangle">selectByRectangle</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="selectByCircle">
350
+ <a class="href-link" href="#selectByCircle">#</a>
351
+
352
+ <span class="code-name" id="selectByCircle" style="font-size:30px">
353
+
354
+ selectByCircle<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
+
388
+ <th class="last">描述</th>
389
+ </tr>
390
+ </thead>
391
+
392
+ <tbody>
393
+
394
+
395
+
396
+ <tr class="deep-level-0">
397
+
398
+ <td class="name"><code>options</code></td>
399
+
400
+
401
+ <td class="type">
402
+
403
+
404
+ <span class="param-type">
405
+
406
+ Object
407
+
408
+ </span>
409
+
410
+
411
+
412
+
413
+ </td>
414
+
415
+
416
+
417
+ <td class="description last"></td>
418
+ </tr>
419
+
420
+
421
+
422
+
423
+ </tbody>
424
+ </table>
425
+ </div>
426
+
427
+
428
+
429
+
430
+
431
+
432
+ <dl class="details">
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+ </dl>
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+ </div>
489
+
490
+ <div class="member">
491
+
492
+
493
+
494
+ <h4 class="name" id="selectByRectangle">
495
+ <a class="href-link" href="#selectByRectangle">#</a>
496
+
497
+ <span class="code-name" id="selectByRectangle" style="font-size:30px">
498
+
499
+ selectByRectangle<span class="signature">(options)</span>
500
+
501
+ </span>
502
+ </h4>
503
+
504
+
505
+
506
+ <div class="description">
507
+ <p>矩形拉框查询</p>
508
+ </div>
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+ <h4>参数</h4>
520
+
521
+ <div class="table-container">
522
+ <table class="params table">
523
+ <thead>
524
+ <tr>
525
+
526
+ <th>名称</th>
527
+
528
+
529
+ <th>类型</th>
530
+
531
+
532
+
533
+ <th class="last">描述</th>
534
+ </tr>
535
+ </thead>
536
+
537
+ <tbody>
538
+
539
+
540
+
541
+ <tr class="deep-level-0">
542
+
543
+ <td class="name"><code>options</code></td>
544
+
545
+
546
+ <td class="type">
547
+
548
+
549
+ <span class="param-type">
550
+
551
+ Object
552
+
553
+ </span>
554
+
555
+
556
+
557
+
558
+ </td>
559
+
560
+
561
+
562
+ <td class="description last"></td>
563
+ </tr>
564
+
565
+
566
+
567
+
568
+ <tr class="deep-level-1">
569
+
570
+ <td class="name"><code>getSelectedGraphic</code></td>
571
+
572
+
573
+ <td class="type">
574
+
575
+
576
+ <span class="param-type">
577
+
578
+ function
579
+
580
+ </span>
581
+
582
+
583
+
584
+
585
+ </td>
586
+
587
+
588
+
589
+ <td class="description last"><p>选择结果回调函数</p></td>
590
+ </tr>
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+ <tr class="deep-level-0">
601
+
602
+ <td class="name"><code></code></td>
603
+
604
+
605
+ <td class="type">
606
+
607
+ </td>
608
+
609
+
610
+
611
+ <td class="description last"></td>
612
+ </tr>
613
+
614
+
615
+
616
+
617
+ </tbody>
618
+ </table>
619
+ </div>
620
+
621
+
622
+
623
+
624
+
625
+
626
+ <dl class="details">
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+ </dl>
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+ </div>
683
+
684
+ <div class="member">
685
+
686
+
687
+
688
+ <h4 class="name" id="stopDrawing">
689
+ <a class="href-link" href="#stopDrawing">#</a>
690
+
691
+ <span class="code-name" id="stopDrawing" style="font-size:30px">
692
+
693
+ stopDrawing<span class="signature">()</span>
694
+
695
+ </span>
696
+ </h4>
697
+
698
+
699
+
700
+ <div class="description">
701
+ <p>移除所有鼠标事件,停止绘制</p>
702
+ </div>
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
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
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+ </div>
774
+
775
+ </div>
776
+ </div>
777
+
778
+
779
+
780
+
781
+
782
+ </article>
783
+
784
+ </section>