@mapgis/webclient-cesium-plugin 17.2.3 → 17.2.5

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 (44) hide show
  1. package/README.md +16 -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/AnimationTool.html +5966 -0
  8. package/documention/CesiumHeatmap.html +3701 -0
  9. package/documention/CesiumTerrainProvider.html +139 -0
  10. package/documention/CircleWaveMaterialProperty.html +313 -0
  11. package/documention/CuttingTool.html +2930 -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 +1 -1
  17. package/documention/Graphic.html +4789 -0
  18. package/documention/GraphicsLayer.html +5071 -0
  19. package/documention/HeightLimited.html +811 -0
  20. package/documention/KeyboardCameraController.html +1313 -0
  21. package/documention/MeasureAreaTool.html +1215 -0
  22. package/documention/MeasureLengthTool.html +2339 -0
  23. package/documention/MeasureSlopeTool.html +1141 -0
  24. package/documention/ModelEditor.html +356 -0
  25. package/documention/ModelFilterTool.html +1053 -0
  26. package/documention/ModelTransformTool.html +3277 -0
  27. package/documention/PolylineTrailLinkMaterialProperty.html +369 -0
  28. package/documention/PostProcessStageLibrary.html +3 -3
  29. package/documention/Promise.html +980 -0
  30. package/documention/RadarMaterialProperty.html +255 -0
  31. package/documention/ReImg.html +370 -0
  32. package/documention/RiverGeometry.html +2659 -0
  33. package/documention/S3MTileset.html +5 -5
  34. package/documention/SelectTool.html +784 -0
  35. package/documention/ShadowRateAnalysis.html +1827 -0
  36. package/documention/ShadowRateDrawCommand.html +917 -0
  37. package/documention/Style.html +14203 -0
  38. package/documention/TerrainAnalyse.html +2966 -0
  39. package/documention/TerrainProfile.html +1053 -0
  40. package/documention/Tooltip.html +877 -0
  41. package/documention/TriangulationTool.html +1721 -0
  42. package/documention/VisiblityAnalysis.html +1998 -0
  43. package/documention/WaterReflection.html +1 -1
  44. package/package.json +1 -1
@@ -0,0 +1,5071 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">GraphicsLayer</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="GraphicsLayer">
26
+ <a class="href-link" href="#GraphicsLayer">#</a>
27
+
28
+ <span class="code-name" id="GraphicsLayer" style="font-size:30px">
29
+
30
+ new GraphicsLayer<span class="signature">(viewer, 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>options</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"></td>
133
+ </tr>
134
+
135
+
136
+
137
+
138
+ <tr class="deep-level-1">
139
+
140
+ <td class="name"><code>getGraphic</code></td>
141
+
142
+
143
+ <td class="type">
144
+
145
+
146
+ <span class="param-type">
147
+
148
+ function
149
+
150
+ </span>
151
+
152
+
153
+
154
+
155
+ </td>
156
+
157
+
158
+ <td class="default">
159
+
160
+ function
161
+
162
+ </td>
163
+
164
+
165
+ <td class="description last"><p>添加标绘对象成功后的回调函数。</p></td>
166
+ </tr>
167
+
168
+
169
+
170
+
171
+ <tr class="deep-level-1">
172
+
173
+ <td class="name"><code>revokeModel</code></td>
174
+
175
+
176
+ <td class="type">
177
+
178
+
179
+ <span class="param-type">
180
+
181
+ function
182
+
183
+ </span>
184
+
185
+
186
+
187
+
188
+ </td>
189
+
190
+
191
+ <td class="default">
192
+
193
+ function
194
+
195
+ </td>
196
+
197
+
198
+ <td class="description last"><p>撤销添加模型的回调函数。</p></td>
199
+ </tr>
200
+
201
+
202
+
203
+
204
+ <tr class="deep-level-1">
205
+
206
+ <td class="name"><code>revokePoint</code></td>
207
+
208
+
209
+ <td class="type">
210
+
211
+
212
+ <span class="param-type">
213
+
214
+ function
215
+
216
+ </span>
217
+
218
+
219
+
220
+
221
+ </td>
222
+
223
+
224
+ <td class="default">
225
+
226
+ function
227
+
228
+ </td>
229
+
230
+
231
+ <td class="description last"><p>撤销添加点,广告牌,文字框的回调函数。</p></td>
232
+ </tr>
233
+
234
+
235
+
236
+
237
+ <tr class="deep-level-1">
238
+
239
+ <td class="name"><code>clickGraphic</code></td>
240
+
241
+
242
+ <td class="type">
243
+
244
+
245
+ <span class="param-type">
246
+
247
+ function
248
+
249
+ </span>
250
+
251
+
252
+
253
+
254
+ </td>
255
+
256
+
257
+ <td class="default">
258
+
259
+ function
260
+
261
+ </td>
262
+
263
+
264
+ <td class="description last"><p>点击标绘对象的回调函数。</p></td>
265
+ </tr>
266
+
267
+
268
+
269
+
270
+ <tr class="deep-level-1">
271
+
272
+ <td class="name"><code>enableClickGraphic</code></td>
273
+
274
+
275
+ <td class="type">
276
+
277
+
278
+ <span class="param-type">
279
+
280
+ Boolean
281
+
282
+ </span>
283
+
284
+
285
+
286
+
287
+ </td>
288
+
289
+
290
+ <td class="default">
291
+
292
+ true
293
+
294
+ </td>
295
+
296
+
297
+ <td class="description last"><p>是否启用标绘对象的点击事件。</p></td>
298
+ </tr>
299
+
300
+
301
+
302
+
303
+ <tr class="deep-level-1">
304
+
305
+ <td class="name"><code>enableRightRevoke</code></td>
306
+
307
+
308
+ <td class="type">
309
+
310
+
311
+ <span class="param-type">
312
+
313
+ Boolean
314
+
315
+ </span>
316
+
317
+
318
+
319
+
320
+ </td>
321
+
322
+
323
+ <td class="default">
324
+
325
+ true
326
+
327
+ </td>
328
+
329
+
330
+ <td class="description last"><p>是否启用右键撤销绘制。</p></td>
331
+ </tr>
332
+
333
+
334
+
335
+
336
+ <tr class="deep-level-1">
337
+
338
+ <td class="name"><code>mouseMoveShowAt</code></td>
339
+
340
+
341
+ <td class="type">
342
+
343
+
344
+ <span class="param-type">
345
+
346
+ function
347
+
348
+ </span>
349
+
350
+
351
+
352
+
353
+ </td>
354
+
355
+
356
+ <td class="default">
357
+
358
+ function(position, tipDom, tittleDom, arrowDom)
359
+
360
+ </td>
361
+
362
+
363
+ <td class="description last"><p>重写鼠标移动时的提示函数,position:当前鼠标的屏幕像素坐标, tittleDom:提示内容的dom元素对象, arrowDom:提示左箭头的dom元素对象, tipDom:整个提示框的dom元素对象。</p></td>
364
+ </tr>
365
+
366
+
367
+
368
+
369
+ <tr class="deep-level-1">
370
+
371
+ <td class="name"><code>toolTipDom</code></td>
372
+
373
+
374
+ <td class="type">
375
+
376
+
377
+ <span class="param-type">
378
+
379
+ Object
380
+
381
+ </span>
382
+
383
+
384
+
385
+
386
+ </td>
387
+
388
+
389
+ <td class="default">
390
+
391
+ </td>
392
+
393
+
394
+ <td class="description last"><p>重写整个提示框dom对象</p></td>
395
+ </tr>
396
+
397
+
398
+
399
+
400
+ <tr class="deep-level-1">
401
+
402
+ <td class="name"><code>enableToolTip</code></td>
403
+
404
+
405
+ <td class="type">
406
+
407
+
408
+ <span class="param-type">
409
+
410
+ Boolean
411
+
412
+ </span>
413
+
414
+
415
+
416
+
417
+ </td>
418
+
419
+
420
+ <td class="default">
421
+
422
+ true
423
+
424
+ </td>
425
+
426
+
427
+ <td class="description last"><p>是否显示提示框</p></td>
428
+ </tr>
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+ </tbody>
437
+ </table>
438
+ </div>
439
+
440
+
441
+
442
+
443
+
444
+
445
+ <dl class="details">
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+ </dl>
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+ <h5>示例</h5>
502
+
503
+
504
+ <pre class="prettyprint"><code>---------------------------------------------------------------------
505
+ //初始化标绘图层
506
+ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
507
+ //添加标绘对象成功后的回调函数
508
+ getGraphic: function(e) {},
509
+ //撤销添加模型的回调函数
510
+ revokeModel: function(e) {},
511
+ //撤销添加点,广告牌,文字框,div,marker的回调函数
512
+ revokePoint: function(e) {},
513
+ //点击标绘对象的回调函数
514
+ clickGraphic: function(e) {},
515
+ //是否启用标绘对象的点击事件
516
+ enableClickGraphic: true,
517
+ //是否启用右键撤销绘制
518
+ enableRightRevoke: true,
519
+ //重写鼠标移动提示事件
520
+ mouseMoveShowAt: function(position, tipDom, tittleDom, arrowDom){
521
+ tittleDom.innerHTML = "你的提示";
522
+ tipDom.style.left = position.x + 10 + 'px';
523
+ tipDom.style.top = position.y - tipDom.clientHeight / 2 + 'px';
524
+ },
525
+ //是否显示提示框
526
+ enableToolTip: true
527
+ });
528
+ //添加标绘图层到图层管理器中
529
+ viewer.scene.layers.appendGraphicsLayer(graphicsLayer);
530
+ --------------------------------------------------------------------
531
+ //完全重写提示框对象
532
+ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
533
+ //重写鼠标移动提示事件,当toolTipDom存在时,只有两个回调参数
534
+ mouseMoveShowAt: function(position, tipDom){
535
+ //你的提示事件
536
+ },
537
+ toolTipDom: "你的toolTipDom的DOM对象"
538
+ });</code></pre>
539
+
540
+
541
+
542
+
543
+ </div>
544
+ </div>
545
+ </div>
546
+
547
+
548
+ </div>
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+ <div class='vertical-section'>
564
+ <h3 id='member'>成员变量</h3>
565
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
566
+ <div class="table-container">
567
+ <table class="params table">
568
+ <thead>
569
+ <tr>
570
+ <th>名称</th>
571
+ <th>类型</th>
572
+ <th>描述</th>
573
+ </tr>
574
+ </thead>
575
+ <tbody>
576
+
577
+ <tr class="deep-level-0">
578
+ <td class="name"><code><a href="#editTool">editTool</a></code></td>
579
+ <td class="name">
580
+ <code>
581
+
582
+ <span class="param-type">
583
+
584
+ <a link="EditTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="EditTool" EditTool.html>EditTool</a>
585
+
586
+ </span>
587
+
588
+
589
+
590
+ </code>
591
+ </td>
592
+ <td class="name"><code><p>图层编辑工具</p></code></td>
593
+ </tr>
594
+
595
+ <tr class="deep-level-0">
596
+ <td class="name"><code><a href="#graphicList">graphicList</a></code></td>
597
+ <td class="name">
598
+ <code>
599
+
600
+ <span class="param-type">
601
+
602
+ <a link="HashMap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HashMap" HashMap.html>HashMap</a>
603
+
604
+ </span>
605
+
606
+
607
+
608
+ </code>
609
+ </td>
610
+ <td class="name"><code><p>图形集合,包含该图层内所有图形对象的键值对</p></code></td>
611
+ </tr>
612
+
613
+ </tbody>
614
+ </table>
615
+ </div>
616
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
617
+ <div class="members">
618
+
619
+ <div class="member">
620
+
621
+ <span class="method-parameter is-pulled-right">
622
+ <label>类型:</label>
623
+
624
+ <span class="param-type">
625
+
626
+ <a link="EditTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="EditTool" EditTool.html>EditTool</a>
627
+
628
+ </span>
629
+
630
+
631
+
632
+ </span>
633
+
634
+ <h4 class="name" id="editTool">
635
+ <a class="href-link" href="#editTool">#</a>
636
+
637
+
638
+ <span class='tag'>readonly</span>
639
+
640
+
641
+ <span class="code-name">
642
+ editTool
643
+ </span>
644
+
645
+ </h4>
646
+
647
+
648
+
649
+
650
+ <div class="description">
651
+ <p>图层编辑工具</p>
652
+ </div>
653
+
654
+
655
+
656
+
657
+
658
+ <dl class="details">
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+ </dl>
691
+
692
+
693
+
694
+
695
+
696
+ </div>
697
+
698
+ <div class="member">
699
+
700
+ <span class="method-parameter is-pulled-right">
701
+ <label>类型:</label>
702
+
703
+ <span class="param-type">
704
+
705
+ <a link="HashMap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HashMap" HashMap.html>HashMap</a>
706
+
707
+ </span>
708
+
709
+
710
+
711
+ </span>
712
+
713
+ <h4 class="name" id="graphicList">
714
+ <a class="href-link" href="#graphicList">#</a>
715
+
716
+
717
+ <span class='tag'>readonly</span>
718
+
719
+
720
+ <span class="code-name">
721
+ graphicList
722
+ </span>
723
+
724
+ </h4>
725
+
726
+
727
+
728
+
729
+ <div class="description">
730
+ <p>图形集合,包含该图层内所有图形对象的键值对</p>
731
+ </div>
732
+
733
+
734
+
735
+
736
+
737
+ <dl class="details">
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+ </dl>
770
+
771
+
772
+
773
+
774
+
775
+ </div>
776
+
777
+ </div>
778
+ </div>
779
+
780
+
781
+
782
+ <div class='vertical-section'>
783
+ <h3 id='function'>方法</h3>
784
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
785
+ <div class="members">
786
+ <div class="table-container">
787
+ <table class="params table">
788
+ <thead>
789
+ <tr>
790
+ <th>名称</th>
791
+ <th>返回值类型</th>
792
+ <th>描述</th>
793
+ </tr>
794
+ </thead>
795
+ <tbody>
796
+
797
+ <tr class="deep-level-0">
798
+ <td class="name"><code><a href="#addGraphic">addGraphic</a></code></td>
799
+ <td class="name">
800
+ <code>
801
+
802
+
803
+ <span class="param-type">
804
+
805
+ <a link="Graphic.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Graphic" Graphic.html>Graphic</a>
806
+
807
+ </span>
808
+
809
+
810
+
811
+
812
+ </code>
813
+ </td>
814
+ <td class="name"><code><p>添加绘制图形</p></code></td>
815
+ </tr>
816
+
817
+ <tr class="deep-level-0">
818
+ <td class="name"><code><a href="#addModel">addModel</a></code></td>
819
+ <td class="name">
820
+ <code>
821
+
822
+ </code>
823
+ </td>
824
+ <td class="name"><code><p>添加模型</p></code></td>
825
+ </tr>
826
+
827
+ <tr class="deep-level-0">
828
+ <td class="name"><code><a href="#calculateBoundingSphere">calculateBoundingSphere</a></code></td>
829
+ <td class="name">
830
+ <code>
831
+
832
+
833
+ <span class="param-type">
834
+
835
+ Cesium.BoundingSphere
836
+
837
+ </span>
838
+
839
+
840
+
841
+
842
+ </code>
843
+ </td>
844
+ <td class="name"><code><p>计算当前标绘图层的外包围球</p></code></td>
845
+ </tr>
846
+
847
+ <tr class="deep-level-0">
848
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
849
+ <td class="name">
850
+ <code>
851
+
852
+ </code>
853
+ </td>
854
+ <td class="name"><code><p>移除整个图层</p></code></td>
855
+ </tr>
856
+
857
+ <tr class="deep-level-0">
858
+ <td class="name"><code><a href="#exportToJson">exportToJson</a></code></td>
859
+ <td class="name">
860
+ <code>
861
+
862
+
863
+ <span class="param-type">
864
+
865
+ String
866
+
867
+ </span>
868
+
869
+
870
+
871
+
872
+ </code>
873
+ </td>
874
+ <td class="name"><code><p>整个图层导出为json文件</p></code></td>
875
+ </tr>
876
+
877
+ <tr class="deep-level-0">
878
+ <td class="name"><code><a href="#flyTo">flyTo</a></code></td>
879
+ <td class="name">
880
+ <code>
881
+
882
+ </code>
883
+ </td>
884
+ <td class="name"><code><p>跳转到该图层</p></code></td>
885
+ </tr>
886
+
887
+ <tr class="deep-level-0">
888
+ <td class="name"><code><a href="#getAllGraphic">getAllGraphic</a></code></td>
889
+ <td class="name">
890
+ <code>
891
+
892
+
893
+ <span class="param-type">
894
+
895
+ Array.&lt;Object>
896
+
897
+ </span>
898
+
899
+
900
+
901
+
902
+ </code>
903
+ </td>
904
+ <td class="name"><code><p>获取图层所有标绘图形</p></code></td>
905
+ </tr>
906
+
907
+ <tr class="deep-level-0">
908
+ <td class="name"><code><a href="#getGraphicByGroupName">getGraphicByGroupName</a></code></td>
909
+ <td class="name">
910
+ <code>
911
+
912
+
913
+ <span class="param-type">
914
+
915
+ Array.&lt;Object>
916
+
917
+ </span>
918
+ |
919
+
920
+ <span class="param-type">
921
+
922
+ Undefined
923
+
924
+ </span>
925
+
926
+
927
+
928
+
929
+ </code>
930
+ </td>
931
+ <td class="name"><code><p>根据GroupName获取标绘图形对象</p></code></td>
932
+ </tr>
933
+
934
+ <tr class="deep-level-0">
935
+ <td class="name"><code><a href="#getGraphicByID">getGraphicByID</a></code></td>
936
+ <td class="name">
937
+ <code>
938
+
939
+
940
+ <span class="param-type">
941
+
942
+ Object
943
+
944
+ </span>
945
+ |
946
+
947
+ <span class="param-type">
948
+
949
+ Undefined
950
+
951
+ </span>
952
+
953
+
954
+
955
+
956
+ </code>
957
+ </td>
958
+ <td class="name"><code><p>根据ID获取标绘图形对象</p></code></td>
959
+ </tr>
960
+
961
+ <tr class="deep-level-0">
962
+ <td class="name"><code><a href="#getGraphicByIndex">getGraphicByIndex</a></code></td>
963
+ <td class="name">
964
+ <code>
965
+
966
+
967
+ <span class="param-type">
968
+
969
+ Object
970
+
971
+ </span>
972
+
973
+
974
+
975
+
976
+ </code>
977
+ </td>
978
+ <td class="name"><code><p>根据序号获取标绘图形对象</p></code></td>
979
+ </tr>
980
+
981
+ <tr class="deep-level-0">
982
+ <td class="name"><code><a href="#getGraphicByName">getGraphicByName</a></code></td>
983
+ <td class="name">
984
+ <code>
985
+
986
+
987
+ <span class="param-type">
988
+
989
+ Array.&lt;Object>
990
+
991
+ </span>
992
+ |
993
+
994
+ <span class="param-type">
995
+
996
+ Undefined
997
+
998
+ </span>
999
+
1000
+
1001
+
1002
+
1003
+ </code>
1004
+ </td>
1005
+ <td class="name"><code><p>根据name获取标绘图形对象</p></code></td>
1006
+ </tr>
1007
+
1008
+ <tr class="deep-level-0">
1009
+ <td class="name"><code><a href="#getIndexByGraphic">getIndexByGraphic</a></code></td>
1010
+ <td class="name">
1011
+ <code>
1012
+
1013
+
1014
+ <span class="param-type">
1015
+
1016
+ Boolean
1017
+
1018
+ </span>
1019
+
1020
+
1021
+
1022
+
1023
+ </code>
1024
+ </td>
1025
+ <td class="name"><code><p>根据对象获取index</p></code></td>
1026
+ </tr>
1027
+
1028
+ <tr class="deep-level-0">
1029
+ <td class="name"><code><a href="#getTransformEditor">getTransformEditor</a></code></td>
1030
+ <td class="name">
1031
+ <code>
1032
+
1033
+
1034
+
1035
+ </code>
1036
+ </td>
1037
+ <td class="name"><code><p>获取标绘模型编辑器</p></code></td>
1038
+ </tr>
1039
+
1040
+ <tr class="deep-level-0">
1041
+ <td class="name"><code><a href="#loadJson">loadJson</a></code></td>
1042
+ <td class="name">
1043
+ <code>
1044
+
1045
+ </code>
1046
+ </td>
1047
+ <td class="name"><code><p>加载json文件</p></code></td>
1048
+ </tr>
1049
+
1050
+ <tr class="deep-level-0">
1051
+ <td class="name"><code><a href="#removeAllGraphic">removeAllGraphic</a></code></td>
1052
+ <td class="name">
1053
+ <code>
1054
+
1055
+
1056
+ <span class="param-type">
1057
+
1058
+ Boolean
1059
+
1060
+ </span>
1061
+
1062
+
1063
+
1064
+
1065
+ </code>
1066
+ </td>
1067
+ <td class="name"><code><p>移除图层所有标绘图形</p></code></td>
1068
+ </tr>
1069
+
1070
+ <tr class="deep-level-0">
1071
+ <td class="name"><code><a href="#removeGraphicByGroupName">removeGraphicByGroupName</a></code></td>
1072
+ <td class="name">
1073
+ <code>
1074
+
1075
+ </code>
1076
+ </td>
1077
+ <td class="name"><code><p>根据GroupName移除一组标绘图形</p></code></td>
1078
+ </tr>
1079
+
1080
+ <tr class="deep-level-0">
1081
+ <td class="name"><code><a href="#removeGraphicByID">removeGraphicByID</a></code></td>
1082
+ <td class="name">
1083
+ <code>
1084
+
1085
+ </code>
1086
+ </td>
1087
+ <td class="name"><code><p>根据ID移除标绘图形</p></code></td>
1088
+ </tr>
1089
+
1090
+ <tr class="deep-level-0">
1091
+ <td class="name"><code><a href="#removeGraphicByIndex">removeGraphicByIndex</a></code></td>
1092
+ <td class="name">
1093
+ <code>
1094
+
1095
+ </code>
1096
+ </td>
1097
+ <td class="name"><code><p>根据序号移除标绘图形</p></code></td>
1098
+ </tr>
1099
+
1100
+ <tr class="deep-level-0">
1101
+ <td class="name"><code><a href="#removeLastGraphic">removeLastGraphic</a></code></td>
1102
+ <td class="name">
1103
+ <code>
1104
+
1105
+ </code>
1106
+ </td>
1107
+ <td class="name"><code><p>移除最后一个标绘图形</p></code></td>
1108
+ </tr>
1109
+
1110
+ <tr class="deep-level-0">
1111
+ <td class="name"><code><a href="#removePickingGraphic">removePickingGraphic</a></code></td>
1112
+ <td class="name">
1113
+ <code>
1114
+
1115
+ </code>
1116
+ </td>
1117
+ <td class="name"><code><p>移除选中标绘图形</p></code></td>
1118
+ </tr>
1119
+
1120
+ <tr class="deep-level-0">
1121
+ <td class="name"><code><a href="#startDrawing">startDrawing</a></code></td>
1122
+ <td class="name">
1123
+ <code>
1124
+
1125
+ </code>
1126
+ </td>
1127
+ <td class="name"><code><p>开始绘制图形 (注意:内部会开始地形深度检测功能)</p></code></td>
1128
+ </tr>
1129
+
1130
+ <tr class="deep-level-0">
1131
+ <td class="name"><code><a href="#startEdit">startEdit</a></code></td>
1132
+ <td class="name">
1133
+ <code>
1134
+
1135
+ </code>
1136
+ </td>
1137
+ <td class="name"><code><p>开始编辑</p></code></td>
1138
+ </tr>
1139
+
1140
+ <tr class="deep-level-0">
1141
+ <td class="name"><code><a href="#stopDrawing">stopDrawing</a></code></td>
1142
+ <td class="name">
1143
+ <code>
1144
+
1145
+ </code>
1146
+ </td>
1147
+ <td class="name"><code><p>移除所有鼠标事件,停止绘制</p></code></td>
1148
+ </tr>
1149
+
1150
+ <tr class="deep-level-0">
1151
+ <td class="name"><code><a href="#stopEdit">stopEdit</a></code></td>
1152
+ <td class="name">
1153
+ <code>
1154
+
1155
+ </code>
1156
+ </td>
1157
+ <td class="name"><code><p>停止编辑</p></code></td>
1158
+ </tr>
1159
+
1160
+ </tbody>
1161
+ </table>
1162
+ </div>
1163
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1164
+
1165
+ <div class="member">
1166
+
1167
+
1168
+
1169
+ <h4 class="name" id="addGraphic">
1170
+ <a class="href-link" href="#addGraphic">#</a>
1171
+
1172
+ <span class="code-name" id="addGraphic" style="font-size:30px">
1173
+
1174
+ addGraphic<span class="signature">(graphic, options)</span>
1175
+
1176
+ </span>
1177
+ </h4>
1178
+
1179
+
1180
+
1181
+ <div class="description">
1182
+ <p>添加绘制图形</p>
1183
+ </div>
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+ <h4>参数</h4>
1195
+
1196
+ <div class="table-container">
1197
+ <table class="params table">
1198
+ <thead>
1199
+ <tr>
1200
+
1201
+ <th>名称</th>
1202
+
1203
+
1204
+ <th>类型</th>
1205
+
1206
+
1207
+
1208
+ <th class="last">描述</th>
1209
+ </tr>
1210
+ </thead>
1211
+
1212
+ <tbody>
1213
+
1214
+
1215
+
1216
+ <tr class="deep-level-0">
1217
+
1218
+ <td class="name"><code>graphic</code></td>
1219
+
1220
+
1221
+ <td class="type">
1222
+
1223
+
1224
+ <span class="param-type">
1225
+
1226
+ Object
1227
+
1228
+ </span>
1229
+
1230
+
1231
+
1232
+
1233
+ </td>
1234
+
1235
+
1236
+
1237
+ <td class="description last"><p>不同类型实体参考:参见<a class="mapgis-link-name" title="Graphic.graphicType" Graphic.html#.graphicType><code>Graphic.graphicType</code></a></p></td>
1238
+ </tr>
1239
+
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+ <tr class="deep-level-0">
1246
+
1247
+ <td class="name"><code>options</code></td>
1248
+
1249
+
1250
+ <td class="type">
1251
+
1252
+
1253
+ <span class="param-type">
1254
+
1255
+ Object
1256
+
1257
+ </span>
1258
+
1259
+
1260
+
1261
+
1262
+ </td>
1263
+
1264
+
1265
+
1266
+ <td class="description last"><p>额外参数</p></td>
1267
+ </tr>
1268
+
1269
+
1270
+
1271
+
1272
+ </tbody>
1273
+ </table>
1274
+ </div>
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+ <dl class="details">
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+ </dl>
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+ <div class='columns method-parameter'>
1333
+ <div class="column is-2"><label>返回值</label></div>
1334
+ <div class="column is-10">
1335
+
1336
+
1337
+
1338
+ <div class="columns">
1339
+
1340
+ <div class='param-desc column is-7'><p>放回回添加的图形</p></div>
1341
+
1342
+
1343
+ <div class='column is-5 has-text-left'>
1344
+ <label>类型: </label>
1345
+
1346
+ <span class="param-type">
1347
+
1348
+ <a link="Graphic.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Graphic" Graphic.html>Graphic</a>
1349
+
1350
+ </span>
1351
+
1352
+
1353
+
1354
+ </div>
1355
+
1356
+ </div>
1357
+
1358
+
1359
+ </div>
1360
+ </div>
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+ <h5>示例</h5>
1368
+
1369
+
1370
+ <pre class="prettyprint"><code>var graphicsLayer = new Cesium.GraphicsLayer(viewer);
1371
+ var graphic = new Cesium.Graphic(type: 'label',style: {color: viewModel.color,text: 'hezihan',font: '50px Helvetica',pixelSize: 20,
1372
+ pixelOffsetScaleByDistance: false,
1373
+ horizontalOrigin: Cesium.HorizontalOrigin.right,
1374
+ fillColor: '#818518',
1375
+ isScaleByDistance: true, //是否远近缩放
1376
+ distanceDisplayCondition: new Cesium.DistanceDisplayCondition(0, 50000)},
1377
+ name: 'box1',attributes: { key: 'www', map: 4645 },getGraphic: getGraphic);
1378
+ graphicsLayer.addGraphic(graphic);</code></pre>
1379
+
1380
+
1381
+
1382
+ </div>
1383
+
1384
+ <div class="member">
1385
+
1386
+
1387
+
1388
+ <h4 class="name" id="addModel">
1389
+ <a class="href-link" href="#addModel">#</a>
1390
+
1391
+ <span class="code-name" id="addModel" style="font-size:30px">
1392
+
1393
+ addModel<span class="signature">(options)</span>
1394
+
1395
+ </span>
1396
+ </h4>
1397
+
1398
+
1399
+
1400
+ <div class="description">
1401
+ <p>添加模型</p>
1402
+ </div>
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+ <h4>参数</h4>
1414
+
1415
+ <div class="table-container">
1416
+ <table class="params table">
1417
+ <thead>
1418
+ <tr>
1419
+
1420
+ <th>名称</th>
1421
+
1422
+
1423
+ <th>类型</th>
1424
+
1425
+
1426
+
1427
+ <th class="last">描述</th>
1428
+ </tr>
1429
+ </thead>
1430
+
1431
+ <tbody>
1432
+
1433
+
1434
+
1435
+ <tr class="deep-level-0">
1436
+
1437
+ <td class="name"><code>options</code></td>
1438
+
1439
+
1440
+ <td class="type">
1441
+
1442
+
1443
+ <span class="param-type">
1444
+
1445
+ Object
1446
+
1447
+ </span>
1448
+
1449
+
1450
+
1451
+
1452
+ </td>
1453
+
1454
+
1455
+
1456
+ <td class="description last"></td>
1457
+ </tr>
1458
+
1459
+
1460
+
1461
+
1462
+ </tbody>
1463
+ </table>
1464
+ </div>
1465
+
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+ <dl class="details">
1472
+
1473
+
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+
1503
+ </dl>
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+ </div>
1528
+
1529
+ <div class="member">
1530
+
1531
+
1532
+
1533
+ <h4 class="name" id="calculateBoundingSphere">
1534
+ <a class="href-link" href="#calculateBoundingSphere">#</a>
1535
+
1536
+ <span class="code-name" id="calculateBoundingSphere" style="font-size:30px">
1537
+
1538
+ calculateBoundingSphere<span class="signature">()</span>
1539
+
1540
+ </span>
1541
+ </h4>
1542
+
1543
+
1544
+
1545
+ <div class="description">
1546
+ <p>计算当前标绘图层的外包围球</p>
1547
+ </div>
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+ <dl class="details">
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+
1594
+ </dl>
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+ <div class='columns method-parameter'>
1614
+ <div class="column is-2"><label>返回值</label></div>
1615
+ <div class="column is-10">
1616
+
1617
+
1618
+
1619
+ <div class="columns">
1620
+
1621
+ <div class='param-desc column is-7'><p>外包围球。</p></div>
1622
+
1623
+
1624
+ <div class='column is-5 has-text-left'>
1625
+ <label>类型: </label>
1626
+
1627
+ <span class="param-type">
1628
+
1629
+ Cesium.BoundingSphere
1630
+
1631
+ </span>
1632
+
1633
+
1634
+
1635
+ </div>
1636
+
1637
+ </div>
1638
+
1639
+
1640
+ </div>
1641
+ </div>
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ </div>
1649
+
1650
+ <div class="member">
1651
+
1652
+
1653
+
1654
+ <h4 class="name" id="destroy">
1655
+ <a class="href-link" href="#destroy">#</a>
1656
+
1657
+ <span class="code-name" id="destroy" style="font-size:30px">
1658
+
1659
+ destroy<span class="signature">()</span>
1660
+
1661
+ </span>
1662
+ </h4>
1663
+
1664
+
1665
+
1666
+ <div class="description">
1667
+ <p>移除整个图层</p>
1668
+ </div>
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+ <dl class="details">
1684
+
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+ </dl>
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+ </div>
1740
+
1741
+ <div class="member">
1742
+
1743
+
1744
+
1745
+ <h4 class="name" id="exportToJson">
1746
+ <a class="href-link" href="#exportToJson">#</a>
1747
+
1748
+ <span class="code-name" id="exportToJson" style="font-size:30px">
1749
+
1750
+ exportToJson<span class="signature">()</span>
1751
+
1752
+ </span>
1753
+ </h4>
1754
+
1755
+
1756
+
1757
+ <div class="description">
1758
+ <p>整个图层导出为json文件</p>
1759
+ </div>
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+
1774
+ <dl class="details">
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+ </dl>
1807
+
1808
+
1809
+
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+ <div class='columns method-parameter'>
1826
+ <div class="column is-2"><label>返回值</label></div>
1827
+ <div class="column is-10">
1828
+
1829
+
1830
+
1831
+ <div class="columns">
1832
+
1833
+ <div class='param-desc column is-7'><p>json格式的字符串。</p></div>
1834
+
1835
+
1836
+ <div class='column is-5 has-text-left'>
1837
+ <label>类型: </label>
1838
+
1839
+ <span class="param-type">
1840
+
1841
+ String
1842
+
1843
+ </span>
1844
+
1845
+
1846
+
1847
+ </div>
1848
+
1849
+ </div>
1850
+
1851
+
1852
+ </div>
1853
+ </div>
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+ </div>
1861
+
1862
+ <div class="member">
1863
+
1864
+
1865
+
1866
+ <h4 class="name" id="flyTo">
1867
+ <a class="href-link" href="#flyTo">#</a>
1868
+
1869
+ <span class="code-name" id="flyTo" style="font-size:30px">
1870
+
1871
+ flyTo<span class="signature">(options)</span>
1872
+
1873
+ </span>
1874
+ </h4>
1875
+
1876
+
1877
+
1878
+ <div class="description">
1879
+ <p>跳转到该图层</p>
1880
+ </div>
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+ <h4>参数</h4>
1892
+
1893
+ <div class="table-container">
1894
+ <table class="params table">
1895
+ <thead>
1896
+ <tr>
1897
+
1898
+ <th>名称</th>
1899
+
1900
+
1901
+ <th>类型</th>
1902
+
1903
+
1904
+
1905
+ <th class="last">描述</th>
1906
+ </tr>
1907
+ </thead>
1908
+
1909
+ <tbody>
1910
+
1911
+
1912
+
1913
+ <tr class="deep-level-0">
1914
+
1915
+ <td class="name"><code>options</code></td>
1916
+
1917
+
1918
+ <td class="type">
1919
+
1920
+
1921
+ <span class="param-type">
1922
+
1923
+ Object
1924
+
1925
+ </span>
1926
+
1927
+
1928
+
1929
+
1930
+ </td>
1931
+
1932
+
1933
+
1934
+ <td class="description last"><p>跳转参数,参见<code>Camera#flyToBoundingSphere</code></p></td>
1935
+ </tr>
1936
+
1937
+
1938
+
1939
+
1940
+ </tbody>
1941
+ </table>
1942
+ </div>
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+ <dl class="details">
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+ </dl>
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+ </div>
2006
+
2007
+ <div class="member">
2008
+
2009
+
2010
+
2011
+ <h4 class="name" id="getAllGraphic">
2012
+ <a class="href-link" href="#getAllGraphic">#</a>
2013
+
2014
+ <span class="code-name" id="getAllGraphic" style="font-size:30px">
2015
+
2016
+ getAllGraphic<span class="signature">()</span>
2017
+
2018
+ </span>
2019
+ </h4>
2020
+
2021
+
2022
+
2023
+ <div class="description">
2024
+ <p>获取图层所有标绘图形</p>
2025
+ </div>
2026
+
2027
+
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+
2036
+
2037
+
2038
+
2039
+
2040
+ <dl class="details">
2041
+
2042
+
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+ </dl>
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+ <div class='columns method-parameter'>
2092
+ <div class="column is-2"><label>返回值</label></div>
2093
+ <div class="column is-10">
2094
+
2095
+
2096
+
2097
+ <div class="columns">
2098
+
2099
+ <div class='param-desc column is-7'><p>返回所有图形对象</p></div>
2100
+
2101
+
2102
+ <div class='column is-5 has-text-left'>
2103
+ <label>类型: </label>
2104
+
2105
+ <span class="param-type">
2106
+
2107
+ Array.&lt;Object>
2108
+
2109
+ </span>
2110
+
2111
+
2112
+
2113
+ </div>
2114
+
2115
+ </div>
2116
+
2117
+
2118
+ </div>
2119
+ </div>
2120
+
2121
+
2122
+
2123
+
2124
+
2125
+
2126
+ </div>
2127
+
2128
+ <div class="member">
2129
+
2130
+
2131
+
2132
+ <h4 class="name" id="getGraphicByGroupName">
2133
+ <a class="href-link" href="#getGraphicByGroupName">#</a>
2134
+
2135
+ <span class="code-name" id="getGraphicByGroupName" style="font-size:30px">
2136
+
2137
+ getGraphicByGroupName<span class="signature">(name)</span>
2138
+
2139
+ </span>
2140
+ </h4>
2141
+
2142
+
2143
+
2144
+ <div class="description">
2145
+ <p>根据GroupName获取标绘图形对象</p>
2146
+ </div>
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+
2155
+
2156
+
2157
+ <h4>参数</h4>
2158
+
2159
+ <div class="table-container">
2160
+ <table class="params table">
2161
+ <thead>
2162
+ <tr>
2163
+
2164
+ <th>名称</th>
2165
+
2166
+
2167
+ <th>类型</th>
2168
+
2169
+
2170
+
2171
+ <th class="last">描述</th>
2172
+ </tr>
2173
+ </thead>
2174
+
2175
+ <tbody>
2176
+
2177
+
2178
+
2179
+ <tr class="deep-level-0">
2180
+
2181
+ <td class="name"><code>name</code></td>
2182
+
2183
+
2184
+ <td class="type">
2185
+
2186
+
2187
+ <span class="param-type">
2188
+
2189
+ String
2190
+
2191
+ </span>
2192
+
2193
+
2194
+
2195
+
2196
+ </td>
2197
+
2198
+
2199
+
2200
+ <td class="description last"><p>图形ID</p></td>
2201
+ </tr>
2202
+
2203
+
2204
+
2205
+
2206
+ </tbody>
2207
+ </table>
2208
+ </div>
2209
+
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+ <dl class="details">
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+
2222
+
2223
+
2224
+
2225
+
2226
+
2227
+
2228
+
2229
+
2230
+
2231
+
2232
+
2233
+
2234
+
2235
+
2236
+
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+ </dl>
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+ <div class='columns method-parameter'>
2267
+ <div class="column is-2"><label>返回值</label></div>
2268
+ <div class="column is-10">
2269
+
2270
+
2271
+
2272
+ <div class="columns">
2273
+
2274
+ <div class='param-desc column is-7'><p>返回对象组</p></div>
2275
+
2276
+
2277
+ <div class='column is-5 has-text-left'>
2278
+ <label>类型: </label>
2279
+
2280
+ <span class="param-type">
2281
+
2282
+ Array.&lt;Object>
2283
+
2284
+ </span>
2285
+ |
2286
+
2287
+ <span class="param-type">
2288
+
2289
+ Undefined
2290
+
2291
+ </span>
2292
+
2293
+
2294
+
2295
+ </div>
2296
+
2297
+ </div>
2298
+
2299
+
2300
+ </div>
2301
+ </div>
2302
+
2303
+
2304
+
2305
+
2306
+
2307
+
2308
+ </div>
2309
+
2310
+ <div class="member">
2311
+
2312
+
2313
+
2314
+ <h4 class="name" id="getGraphicByID">
2315
+ <a class="href-link" href="#getGraphicByID">#</a>
2316
+
2317
+ <span class="code-name" id="getGraphicByID" style="font-size:30px">
2318
+
2319
+ getGraphicByID<span class="signature">(ID)</span>
2320
+
2321
+ </span>
2322
+ </h4>
2323
+
2324
+
2325
+
2326
+ <div class="description">
2327
+ <p>根据ID获取标绘图形对象</p>
2328
+ </div>
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+ <h4>参数</h4>
2340
+
2341
+ <div class="table-container">
2342
+ <table class="params table">
2343
+ <thead>
2344
+ <tr>
2345
+
2346
+ <th>名称</th>
2347
+
2348
+
2349
+ <th>类型</th>
2350
+
2351
+
2352
+
2353
+ <th class="last">描述</th>
2354
+ </tr>
2355
+ </thead>
2356
+
2357
+ <tbody>
2358
+
2359
+
2360
+
2361
+ <tr class="deep-level-0">
2362
+
2363
+ <td class="name"><code>ID</code></td>
2364
+
2365
+
2366
+ <td class="type">
2367
+
2368
+
2369
+ <span class="param-type">
2370
+
2371
+ String
2372
+
2373
+ </span>
2374
+
2375
+
2376
+
2377
+
2378
+ </td>
2379
+
2380
+
2381
+
2382
+ <td class="description last"><p>图形ID</p></td>
2383
+ </tr>
2384
+
2385
+
2386
+
2387
+
2388
+ </tbody>
2389
+ </table>
2390
+ </div>
2391
+
2392
+
2393
+
2394
+
2395
+
2396
+
2397
+ <dl class="details">
2398
+
2399
+
2400
+
2401
+
2402
+
2403
+
2404
+
2405
+
2406
+
2407
+
2408
+
2409
+
2410
+
2411
+
2412
+
2413
+
2414
+
2415
+
2416
+
2417
+
2418
+
2419
+
2420
+
2421
+
2422
+
2423
+
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+ </dl>
2430
+
2431
+
2432
+
2433
+
2434
+
2435
+
2436
+
2437
+
2438
+
2439
+
2440
+
2441
+
2442
+
2443
+
2444
+
2445
+
2446
+
2447
+
2448
+ <div class='columns method-parameter'>
2449
+ <div class="column is-2"><label>返回值</label></div>
2450
+ <div class="column is-10">
2451
+
2452
+
2453
+
2454
+ <div class="columns">
2455
+
2456
+ <div class='param-desc column is-7'><p>返回图层对象或者返回false查询失败</p></div>
2457
+
2458
+
2459
+ <div class='column is-5 has-text-left'>
2460
+ <label>类型: </label>
2461
+
2462
+ <span class="param-type">
2463
+
2464
+ Object
2465
+
2466
+ </span>
2467
+ |
2468
+
2469
+ <span class="param-type">
2470
+
2471
+ Undefined
2472
+
2473
+ </span>
2474
+
2475
+
2476
+
2477
+ </div>
2478
+
2479
+ </div>
2480
+
2481
+
2482
+ </div>
2483
+ </div>
2484
+
2485
+
2486
+
2487
+
2488
+
2489
+
2490
+ </div>
2491
+
2492
+ <div class="member">
2493
+
2494
+
2495
+
2496
+ <h4 class="name" id="getGraphicByIndex">
2497
+ <a class="href-link" href="#getGraphicByIndex">#</a>
2498
+
2499
+ <span class="code-name" id="getGraphicByIndex" style="font-size:30px">
2500
+
2501
+ getGraphicByIndex<span class="signature">(index)</span>
2502
+
2503
+ </span>
2504
+ </h4>
2505
+
2506
+
2507
+
2508
+ <div class="description">
2509
+ <p>根据序号获取标绘图形对象</p>
2510
+ </div>
2511
+
2512
+
2513
+
2514
+
2515
+
2516
+
2517
+
2518
+
2519
+
2520
+
2521
+ <h4>参数</h4>
2522
+
2523
+ <div class="table-container">
2524
+ <table class="params table">
2525
+ <thead>
2526
+ <tr>
2527
+
2528
+ <th>名称</th>
2529
+
2530
+
2531
+ <th>类型</th>
2532
+
2533
+
2534
+
2535
+ <th class="last">描述</th>
2536
+ </tr>
2537
+ </thead>
2538
+
2539
+ <tbody>
2540
+
2541
+
2542
+
2543
+ <tr class="deep-level-0">
2544
+
2545
+ <td class="name"><code>index</code></td>
2546
+
2547
+
2548
+ <td class="type">
2549
+
2550
+
2551
+ <span class="param-type">
2552
+
2553
+ String
2554
+
2555
+ </span>
2556
+
2557
+
2558
+
2559
+
2560
+ </td>
2561
+
2562
+
2563
+
2564
+ <td class="description last"><p>图形序号</p></td>
2565
+ </tr>
2566
+
2567
+
2568
+
2569
+
2570
+ </tbody>
2571
+ </table>
2572
+ </div>
2573
+
2574
+
2575
+
2576
+
2577
+
2578
+
2579
+ <dl class="details">
2580
+
2581
+
2582
+
2583
+
2584
+
2585
+
2586
+
2587
+
2588
+
2589
+
2590
+
2591
+
2592
+
2593
+
2594
+
2595
+
2596
+
2597
+
2598
+
2599
+
2600
+
2601
+
2602
+
2603
+
2604
+
2605
+
2606
+
2607
+
2608
+
2609
+
2610
+
2611
+ </dl>
2612
+
2613
+
2614
+
2615
+
2616
+
2617
+
2618
+
2619
+
2620
+
2621
+
2622
+
2623
+
2624
+
2625
+
2626
+
2627
+
2628
+
2629
+
2630
+ <div class='columns method-parameter'>
2631
+ <div class="column is-2"><label>返回值</label></div>
2632
+ <div class="column is-10">
2633
+
2634
+
2635
+
2636
+ <div class="columns">
2637
+
2638
+ <div class='param-desc column is-7'><p>返回图形对象</p></div>
2639
+
2640
+
2641
+ <div class='column is-5 has-text-left'>
2642
+ <label>类型: </label>
2643
+
2644
+ <span class="param-type">
2645
+
2646
+ Object
2647
+
2648
+ </span>
2649
+
2650
+
2651
+
2652
+ </div>
2653
+
2654
+ </div>
2655
+
2656
+
2657
+ </div>
2658
+ </div>
2659
+
2660
+
2661
+
2662
+
2663
+
2664
+
2665
+ </div>
2666
+
2667
+ <div class="member">
2668
+
2669
+
2670
+
2671
+ <h4 class="name" id="getGraphicByName">
2672
+ <a class="href-link" href="#getGraphicByName">#</a>
2673
+
2674
+ <span class="code-name" id="getGraphicByName" style="font-size:30px">
2675
+
2676
+ getGraphicByName<span class="signature">(name, type)</span>
2677
+
2678
+ </span>
2679
+ </h4>
2680
+
2681
+
2682
+
2683
+ <div class="description">
2684
+ <p>根据name获取标绘图形对象</p>
2685
+ </div>
2686
+
2687
+
2688
+
2689
+
2690
+
2691
+
2692
+
2693
+
2694
+
2695
+
2696
+ <h4>参数</h4>
2697
+
2698
+ <div class="table-container">
2699
+ <table class="params table">
2700
+ <thead>
2701
+ <tr>
2702
+
2703
+ <th>名称</th>
2704
+
2705
+
2706
+ <th>类型</th>
2707
+
2708
+
2709
+
2710
+ <th class="last">描述</th>
2711
+ </tr>
2712
+ </thead>
2713
+
2714
+ <tbody>
2715
+
2716
+
2717
+
2718
+ <tr class="deep-level-0">
2719
+
2720
+ <td class="name"><code>name</code></td>
2721
+
2722
+
2723
+ <td class="type">
2724
+
2725
+
2726
+ <span class="param-type">
2727
+
2728
+ String
2729
+
2730
+ </span>
2731
+
2732
+
2733
+
2734
+
2735
+ </td>
2736
+
2737
+
2738
+
2739
+ <td class="description last"><p>图形ID</p></td>
2740
+ </tr>
2741
+
2742
+
2743
+
2744
+
2745
+
2746
+
2747
+ <tr class="deep-level-0">
2748
+
2749
+ <td class="name"><code>type</code></td>
2750
+
2751
+
2752
+ <td class="type">
2753
+
2754
+
2755
+ <span class="param-type">
2756
+
2757
+ String
2758
+
2759
+ </span>
2760
+
2761
+
2762
+
2763
+
2764
+ </td>
2765
+
2766
+
2767
+
2768
+ <td class="description last"><p>类型,equal、like</p></td>
2769
+ </tr>
2770
+
2771
+
2772
+
2773
+
2774
+ </tbody>
2775
+ </table>
2776
+ </div>
2777
+
2778
+
2779
+
2780
+
2781
+
2782
+
2783
+ <dl class="details">
2784
+
2785
+
2786
+
2787
+
2788
+
2789
+
2790
+
2791
+
2792
+
2793
+
2794
+
2795
+
2796
+
2797
+
2798
+
2799
+
2800
+
2801
+
2802
+
2803
+
2804
+
2805
+
2806
+
2807
+
2808
+
2809
+
2810
+
2811
+
2812
+
2813
+
2814
+
2815
+ </dl>
2816
+
2817
+
2818
+
2819
+
2820
+
2821
+
2822
+
2823
+
2824
+
2825
+
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+
2832
+
2833
+
2834
+ <div class='columns method-parameter'>
2835
+ <div class="column is-2"><label>返回值</label></div>
2836
+ <div class="column is-10">
2837
+
2838
+
2839
+
2840
+ <div class="columns">
2841
+
2842
+ <div class='param-desc column is-7'><p>返回对象组</p></div>
2843
+
2844
+
2845
+ <div class='column is-5 has-text-left'>
2846
+ <label>类型: </label>
2847
+
2848
+ <span class="param-type">
2849
+
2850
+ Array.&lt;Object>
2851
+
2852
+ </span>
2853
+ |
2854
+
2855
+ <span class="param-type">
2856
+
2857
+ Undefined
2858
+
2859
+ </span>
2860
+
2861
+
2862
+
2863
+ </div>
2864
+
2865
+ </div>
2866
+
2867
+
2868
+ </div>
2869
+ </div>
2870
+
2871
+
2872
+
2873
+
2874
+
2875
+
2876
+ </div>
2877
+
2878
+ <div class="member">
2879
+
2880
+
2881
+
2882
+ <h4 class="name" id="getIndexByGraphic">
2883
+ <a class="href-link" href="#getIndexByGraphic">#</a>
2884
+
2885
+ <span class="code-name" id="getIndexByGraphic" style="font-size:30px">
2886
+
2887
+ getIndexByGraphic<span class="signature">()</span>
2888
+
2889
+ </span>
2890
+ </h4>
2891
+
2892
+
2893
+
2894
+ <div class="description">
2895
+ <p>根据对象获取index</p>
2896
+ </div>
2897
+
2898
+
2899
+
2900
+
2901
+
2902
+
2903
+
2904
+
2905
+
2906
+
2907
+
2908
+
2909
+
2910
+
2911
+ <dl class="details">
2912
+
2913
+
2914
+
2915
+
2916
+
2917
+
2918
+
2919
+
2920
+
2921
+
2922
+
2923
+
2924
+
2925
+
2926
+
2927
+
2928
+
2929
+
2930
+
2931
+
2932
+
2933
+
2934
+
2935
+
2936
+
2937
+
2938
+
2939
+
2940
+
2941
+
2942
+
2943
+ </dl>
2944
+
2945
+
2946
+
2947
+
2948
+
2949
+
2950
+
2951
+
2952
+
2953
+
2954
+
2955
+
2956
+
2957
+
2958
+
2959
+
2960
+
2961
+
2962
+ <div class='columns method-parameter'>
2963
+ <div class="column is-2"><label>返回值</label></div>
2964
+ <div class="column is-10">
2965
+
2966
+
2967
+
2968
+ <div class="columns">
2969
+
2970
+
2971
+ <div class='column is-5 has-text-left'>
2972
+ <label>类型: </label>
2973
+
2974
+ <span class="param-type">
2975
+
2976
+ Boolean
2977
+
2978
+ </span>
2979
+
2980
+
2981
+
2982
+ </div>
2983
+
2984
+ </div>
2985
+
2986
+
2987
+ </div>
2988
+ </div>
2989
+
2990
+
2991
+
2992
+
2993
+
2994
+
2995
+ </div>
2996
+
2997
+ <div class="member">
2998
+
2999
+
3000
+
3001
+ <h4 class="name" id="getTransformEditor">
3002
+ <a class="href-link" href="#getTransformEditor">#</a>
3003
+
3004
+ <span class="code-name" id="getTransformEditor" style="font-size:30px">
3005
+
3006
+ getTransformEditor<span class="signature">(Graphic, getViewModel)</span>
3007
+
3008
+ </span>
3009
+ </h4>
3010
+
3011
+
3012
+
3013
+ <div class="description">
3014
+ <p>获取标绘模型编辑器</p>
3015
+ </div>
3016
+
3017
+
3018
+
3019
+
3020
+
3021
+
3022
+
3023
+
3024
+
3025
+
3026
+ <h4>参数</h4>
3027
+
3028
+ <div class="table-container">
3029
+ <table class="params table">
3030
+ <thead>
3031
+ <tr>
3032
+
3033
+ <th>名称</th>
3034
+
3035
+
3036
+ <th>类型</th>
3037
+
3038
+
3039
+
3040
+ <th class="last">描述</th>
3041
+ </tr>
3042
+ </thead>
3043
+
3044
+ <tbody>
3045
+
3046
+
3047
+
3048
+ <tr class="deep-level-0">
3049
+
3050
+ <td class="name"><code>Graphic</code></td>
3051
+
3052
+
3053
+ <td class="type">
3054
+
3055
+
3056
+ <span class="param-type">
3057
+
3058
+ Object
3059
+
3060
+ </span>
3061
+
3062
+
3063
+
3064
+
3065
+ </td>
3066
+
3067
+
3068
+
3069
+ <td class="description last"><p>模型对象</p></td>
3070
+ </tr>
3071
+
3072
+
3073
+
3074
+
3075
+
3076
+
3077
+ <tr class="deep-level-0">
3078
+
3079
+ <td class="name"><code>getViewModel</code></td>
3080
+
3081
+
3082
+ <td class="type">
3083
+
3084
+
3085
+ <span class="param-type">
3086
+
3087
+ function
3088
+
3089
+ </span>
3090
+
3091
+
3092
+
3093
+
3094
+ </td>
3095
+
3096
+
3097
+
3098
+ <td class="description last"><p>模型编辑器回调函数</p></td>
3099
+ </tr>
3100
+
3101
+
3102
+
3103
+
3104
+ </tbody>
3105
+ </table>
3106
+ </div>
3107
+
3108
+
3109
+
3110
+
3111
+
3112
+
3113
+ <dl class="details">
3114
+
3115
+
3116
+
3117
+
3118
+
3119
+
3120
+
3121
+
3122
+
3123
+
3124
+
3125
+
3126
+
3127
+
3128
+
3129
+
3130
+
3131
+
3132
+
3133
+
3134
+
3135
+
3136
+
3137
+
3138
+
3139
+
3140
+
3141
+
3142
+
3143
+
3144
+
3145
+ </dl>
3146
+
3147
+
3148
+
3149
+
3150
+
3151
+
3152
+
3153
+
3154
+
3155
+
3156
+
3157
+
3158
+
3159
+
3160
+
3161
+
3162
+
3163
+
3164
+ <div class='columns method-parameter'>
3165
+ <div class="column is-2"><label>返回值</label></div>
3166
+ <div class="column is-10">
3167
+
3168
+
3169
+
3170
+ <div class="columns">
3171
+
3172
+ <div class='param-desc column is-7'><p>Object 返回标绘模型编辑器</p></div>
3173
+
3174
+
3175
+ </div>
3176
+
3177
+
3178
+ </div>
3179
+ </div>
3180
+
3181
+
3182
+
3183
+
3184
+
3185
+
3186
+ </div>
3187
+
3188
+ <div class="member">
3189
+
3190
+
3191
+
3192
+ <h4 class="name" id="loadJson">
3193
+ <a class="href-link" href="#loadJson">#</a>
3194
+
3195
+ <span class="code-name" id="loadJson" style="font-size:30px">
3196
+
3197
+ loadJson<span class="signature">(json)</span>
3198
+
3199
+ </span>
3200
+ </h4>
3201
+
3202
+
3203
+
3204
+ <div class="description">
3205
+ <p>加载json文件</p>
3206
+ </div>
3207
+
3208
+
3209
+
3210
+
3211
+
3212
+
3213
+
3214
+
3215
+
3216
+
3217
+ <h4>参数</h4>
3218
+
3219
+ <div class="table-container">
3220
+ <table class="params table">
3221
+ <thead>
3222
+ <tr>
3223
+
3224
+ <th>名称</th>
3225
+
3226
+
3227
+ <th>类型</th>
3228
+
3229
+
3230
+
3231
+ <th class="last">描述</th>
3232
+ </tr>
3233
+ </thead>
3234
+
3235
+ <tbody>
3236
+
3237
+
3238
+
3239
+ <tr class="deep-level-0">
3240
+
3241
+ <td class="name"><code>json</code></td>
3242
+
3243
+
3244
+ <td class="type">
3245
+
3246
+
3247
+ <span class="param-type">
3248
+
3249
+ String
3250
+
3251
+ </span>
3252
+
3253
+
3254
+
3255
+
3256
+ </td>
3257
+
3258
+
3259
+
3260
+ <td class="description last"><p>json格式的字符串。</p></td>
3261
+ </tr>
3262
+
3263
+
3264
+
3265
+
3266
+ </tbody>
3267
+ </table>
3268
+ </div>
3269
+
3270
+
3271
+
3272
+
3273
+
3274
+
3275
+ <dl class="details">
3276
+
3277
+
3278
+
3279
+
3280
+
3281
+
3282
+
3283
+
3284
+
3285
+
3286
+
3287
+
3288
+
3289
+
3290
+
3291
+
3292
+
3293
+
3294
+
3295
+
3296
+
3297
+
3298
+
3299
+
3300
+
3301
+
3302
+
3303
+
3304
+
3305
+
3306
+
3307
+ </dl>
3308
+
3309
+
3310
+
3311
+
3312
+
3313
+
3314
+
3315
+
3316
+
3317
+
3318
+
3319
+
3320
+
3321
+
3322
+
3323
+
3324
+
3325
+
3326
+
3327
+
3328
+
3329
+
3330
+
3331
+ </div>
3332
+
3333
+ <div class="member">
3334
+
3335
+
3336
+
3337
+ <h4 class="name" id="removeAllGraphic">
3338
+ <a class="href-link" href="#removeAllGraphic">#</a>
3339
+
3340
+ <span class="code-name" id="removeAllGraphic" style="font-size:30px">
3341
+
3342
+ removeAllGraphic<span class="signature">()</span>
3343
+
3344
+ </span>
3345
+ </h4>
3346
+
3347
+
3348
+
3349
+ <div class="description">
3350
+ <p>移除图层所有标绘图形</p>
3351
+ </div>
3352
+
3353
+
3354
+
3355
+
3356
+
3357
+
3358
+
3359
+
3360
+
3361
+
3362
+
3363
+
3364
+
3365
+
3366
+ <dl class="details">
3367
+
3368
+
3369
+
3370
+
3371
+
3372
+
3373
+
3374
+
3375
+
3376
+
3377
+
3378
+
3379
+
3380
+
3381
+
3382
+
3383
+
3384
+
3385
+
3386
+
3387
+
3388
+
3389
+
3390
+
3391
+
3392
+
3393
+
3394
+
3395
+
3396
+
3397
+
3398
+ </dl>
3399
+
3400
+
3401
+
3402
+
3403
+
3404
+
3405
+
3406
+
3407
+
3408
+
3409
+
3410
+
3411
+
3412
+
3413
+
3414
+
3415
+
3416
+
3417
+ <div class='columns method-parameter'>
3418
+ <div class="column is-2"><label>返回值</label></div>
3419
+ <div class="column is-10">
3420
+
3421
+
3422
+
3423
+ <div class="columns">
3424
+
3425
+ <div class='param-desc column is-7'><p>移除是否成功</p></div>
3426
+
3427
+
3428
+ <div class='column is-5 has-text-left'>
3429
+ <label>类型: </label>
3430
+
3431
+ <span class="param-type">
3432
+
3433
+ Boolean
3434
+
3435
+ </span>
3436
+
3437
+
3438
+
3439
+ </div>
3440
+
3441
+ </div>
3442
+
3443
+
3444
+ </div>
3445
+ </div>
3446
+
3447
+
3448
+
3449
+
3450
+
3451
+
3452
+ </div>
3453
+
3454
+ <div class="member">
3455
+
3456
+
3457
+
3458
+ <h4 class="name" id="removeGraphicByGroupName">
3459
+ <a class="href-link" href="#removeGraphicByGroupName">#</a>
3460
+
3461
+ <span class="code-name" id="removeGraphicByGroupName" style="font-size:30px">
3462
+
3463
+ removeGraphicByGroupName<span class="signature">(name)</span>
3464
+
3465
+ </span>
3466
+ </h4>
3467
+
3468
+
3469
+
3470
+ <div class="description">
3471
+ <p>根据GroupName移除一组标绘图形</p>
3472
+ </div>
3473
+
3474
+
3475
+
3476
+
3477
+
3478
+
3479
+
3480
+
3481
+
3482
+
3483
+ <h4>参数</h4>
3484
+
3485
+ <div class="table-container">
3486
+ <table class="params table">
3487
+ <thead>
3488
+ <tr>
3489
+
3490
+ <th>名称</th>
3491
+
3492
+
3493
+ <th>类型</th>
3494
+
3495
+
3496
+
3497
+ <th class="last">描述</th>
3498
+ </tr>
3499
+ </thead>
3500
+
3501
+ <tbody>
3502
+
3503
+
3504
+
3505
+ <tr class="deep-level-0">
3506
+
3507
+ <td class="name"><code>name</code></td>
3508
+
3509
+
3510
+ <td class="type">
3511
+
3512
+
3513
+ <span class="param-type">
3514
+
3515
+ String
3516
+
3517
+ </span>
3518
+
3519
+
3520
+
3521
+
3522
+ </td>
3523
+
3524
+
3525
+
3526
+ <td class="description last"><p>组名</p></td>
3527
+ </tr>
3528
+
3529
+
3530
+
3531
+
3532
+ </tbody>
3533
+ </table>
3534
+ </div>
3535
+
3536
+
3537
+
3538
+
3539
+
3540
+
3541
+ <dl class="details">
3542
+
3543
+
3544
+
3545
+
3546
+
3547
+
3548
+
3549
+
3550
+
3551
+
3552
+
3553
+
3554
+
3555
+
3556
+
3557
+
3558
+
3559
+
3560
+
3561
+
3562
+
3563
+
3564
+
3565
+
3566
+
3567
+
3568
+
3569
+
3570
+
3571
+
3572
+
3573
+ </dl>
3574
+
3575
+
3576
+
3577
+
3578
+
3579
+
3580
+
3581
+
3582
+
3583
+
3584
+
3585
+
3586
+
3587
+
3588
+
3589
+
3590
+
3591
+
3592
+
3593
+
3594
+
3595
+
3596
+
3597
+ </div>
3598
+
3599
+ <div class="member">
3600
+
3601
+
3602
+
3603
+ <h4 class="name" id="removeGraphicByID">
3604
+ <a class="href-link" href="#removeGraphicByID">#</a>
3605
+
3606
+ <span class="code-name" id="removeGraphicByID" style="font-size:30px">
3607
+
3608
+ removeGraphicByID<span class="signature">(id, noRemove)</span>
3609
+
3610
+ </span>
3611
+ </h4>
3612
+
3613
+
3614
+
3615
+ <div class="description">
3616
+ <p>根据ID移除标绘图形</p>
3617
+ </div>
3618
+
3619
+
3620
+
3621
+
3622
+
3623
+
3624
+
3625
+
3626
+
3627
+
3628
+ <h4>参数</h4>
3629
+
3630
+ <div class="table-container">
3631
+ <table class="params table">
3632
+ <thead>
3633
+ <tr>
3634
+
3635
+ <th>名称</th>
3636
+
3637
+
3638
+ <th>类型</th>
3639
+
3640
+
3641
+
3642
+ <th class="last">描述</th>
3643
+ </tr>
3644
+ </thead>
3645
+
3646
+ <tbody>
3647
+
3648
+
3649
+
3650
+ <tr class="deep-level-0">
3651
+
3652
+ <td class="name"><code>id</code></td>
3653
+
3654
+
3655
+ <td class="type">
3656
+
3657
+
3658
+ <span class="param-type">
3659
+
3660
+ String
3661
+
3662
+ </span>
3663
+
3664
+
3665
+
3666
+
3667
+ </td>
3668
+
3669
+
3670
+
3671
+ <td class="description last"><p>图形ID</p></td>
3672
+ </tr>
3673
+
3674
+
3675
+
3676
+
3677
+
3678
+
3679
+ <tr class="deep-level-0">
3680
+
3681
+ <td class="name"><code>noRemove</code></td>
3682
+
3683
+
3684
+ <td class="type">
3685
+
3686
+
3687
+ <span class="param-type">
3688
+
3689
+ Boolean
3690
+
3691
+ </span>
3692
+
3693
+
3694
+
3695
+
3696
+ </td>
3697
+
3698
+
3699
+
3700
+ <td class="description last"><p>不使用自带的remove</p></td>
3701
+ </tr>
3702
+
3703
+
3704
+
3705
+
3706
+ </tbody>
3707
+ </table>
3708
+ </div>
3709
+
3710
+
3711
+
3712
+
3713
+
3714
+
3715
+ <dl class="details">
3716
+
3717
+
3718
+
3719
+
3720
+
3721
+
3722
+
3723
+
3724
+
3725
+
3726
+
3727
+
3728
+
3729
+
3730
+
3731
+
3732
+
3733
+
3734
+
3735
+
3736
+
3737
+
3738
+
3739
+
3740
+
3741
+
3742
+
3743
+
3744
+
3745
+
3746
+
3747
+ </dl>
3748
+
3749
+
3750
+
3751
+
3752
+
3753
+
3754
+
3755
+
3756
+
3757
+
3758
+
3759
+
3760
+
3761
+
3762
+
3763
+
3764
+
3765
+
3766
+
3767
+
3768
+
3769
+
3770
+
3771
+ </div>
3772
+
3773
+ <div class="member">
3774
+
3775
+
3776
+
3777
+ <h4 class="name" id="removeGraphicByIndex">
3778
+ <a class="href-link" href="#removeGraphicByIndex">#</a>
3779
+
3780
+ <span class="code-name" id="removeGraphicByIndex" style="font-size:30px">
3781
+
3782
+ removeGraphicByIndex<span class="signature">(index)</span>
3783
+
3784
+ </span>
3785
+ </h4>
3786
+
3787
+
3788
+
3789
+ <div class="description">
3790
+ <p>根据序号移除标绘图形</p>
3791
+ </div>
3792
+
3793
+
3794
+
3795
+
3796
+
3797
+
3798
+
3799
+
3800
+
3801
+
3802
+ <h4>参数</h4>
3803
+
3804
+ <div class="table-container">
3805
+ <table class="params table">
3806
+ <thead>
3807
+ <tr>
3808
+
3809
+ <th>名称</th>
3810
+
3811
+
3812
+ <th>类型</th>
3813
+
3814
+
3815
+
3816
+ <th class="last">描述</th>
3817
+ </tr>
3818
+ </thead>
3819
+
3820
+ <tbody>
3821
+
3822
+
3823
+
3824
+ <tr class="deep-level-0">
3825
+
3826
+ <td class="name"><code>index</code></td>
3827
+
3828
+
3829
+ <td class="type">
3830
+
3831
+
3832
+ <span class="param-type">
3833
+
3834
+ String
3835
+
3836
+ </span>
3837
+
3838
+
3839
+
3840
+
3841
+ </td>
3842
+
3843
+
3844
+
3845
+ <td class="description last"><p>图形序号</p></td>
3846
+ </tr>
3847
+
3848
+
3849
+
3850
+
3851
+ </tbody>
3852
+ </table>
3853
+ </div>
3854
+
3855
+
3856
+
3857
+
3858
+
3859
+
3860
+ <dl class="details">
3861
+
3862
+
3863
+
3864
+
3865
+
3866
+
3867
+
3868
+
3869
+
3870
+
3871
+
3872
+
3873
+
3874
+
3875
+
3876
+
3877
+
3878
+
3879
+
3880
+
3881
+
3882
+
3883
+
3884
+
3885
+
3886
+
3887
+
3888
+
3889
+
3890
+
3891
+
3892
+ </dl>
3893
+
3894
+
3895
+
3896
+
3897
+
3898
+
3899
+
3900
+
3901
+
3902
+
3903
+
3904
+
3905
+
3906
+
3907
+
3908
+
3909
+
3910
+
3911
+
3912
+
3913
+
3914
+
3915
+
3916
+ </div>
3917
+
3918
+ <div class="member">
3919
+
3920
+
3921
+
3922
+ <h4 class="name" id="removeLastGraphic">
3923
+ <a class="href-link" href="#removeLastGraphic">#</a>
3924
+
3925
+ <span class="code-name" id="removeLastGraphic" style="font-size:30px">
3926
+
3927
+ removeLastGraphic<span class="signature">()</span>
3928
+
3929
+ </span>
3930
+ </h4>
3931
+
3932
+
3933
+
3934
+ <div class="description">
3935
+ <p>移除最后一个标绘图形</p>
3936
+ </div>
3937
+
3938
+
3939
+
3940
+
3941
+
3942
+
3943
+
3944
+
3945
+
3946
+
3947
+
3948
+
3949
+
3950
+
3951
+ <dl class="details">
3952
+
3953
+
3954
+
3955
+
3956
+
3957
+
3958
+
3959
+
3960
+
3961
+
3962
+
3963
+
3964
+
3965
+
3966
+
3967
+
3968
+
3969
+
3970
+
3971
+
3972
+
3973
+
3974
+
3975
+
3976
+
3977
+
3978
+
3979
+
3980
+
3981
+
3982
+
3983
+ </dl>
3984
+
3985
+
3986
+
3987
+
3988
+
3989
+
3990
+
3991
+
3992
+
3993
+
3994
+
3995
+
3996
+
3997
+
3998
+
3999
+
4000
+
4001
+
4002
+
4003
+
4004
+
4005
+
4006
+
4007
+ </div>
4008
+
4009
+ <div class="member">
4010
+
4011
+
4012
+
4013
+ <h4 class="name" id="removePickingGraphic">
4014
+ <a class="href-link" href="#removePickingGraphic">#</a>
4015
+
4016
+ <span class="code-name" id="removePickingGraphic" style="font-size:30px">
4017
+
4018
+ removePickingGraphic<span class="signature">()</span>
4019
+
4020
+ </span>
4021
+ </h4>
4022
+
4023
+
4024
+
4025
+ <div class="description">
4026
+ <p>移除选中标绘图形</p>
4027
+ </div>
4028
+
4029
+
4030
+
4031
+
4032
+
4033
+
4034
+
4035
+
4036
+
4037
+
4038
+
4039
+
4040
+
4041
+
4042
+ <dl class="details">
4043
+
4044
+
4045
+
4046
+
4047
+
4048
+
4049
+
4050
+
4051
+
4052
+
4053
+
4054
+
4055
+
4056
+
4057
+
4058
+
4059
+
4060
+
4061
+
4062
+
4063
+
4064
+
4065
+
4066
+
4067
+
4068
+
4069
+
4070
+
4071
+
4072
+
4073
+
4074
+ </dl>
4075
+
4076
+
4077
+
4078
+
4079
+
4080
+
4081
+
4082
+
4083
+
4084
+
4085
+
4086
+
4087
+
4088
+
4089
+
4090
+
4091
+
4092
+
4093
+
4094
+
4095
+
4096
+
4097
+
4098
+ </div>
4099
+
4100
+ <div class="member">
4101
+
4102
+
4103
+
4104
+ <h4 class="name" id="startDrawing">
4105
+ <a class="href-link" href="#startDrawing">#</a>
4106
+
4107
+ <span class="code-name" id="startDrawing" style="font-size:30px">
4108
+
4109
+ startDrawing<span class="signature">(options)</span>
4110
+
4111
+ </span>
4112
+ </h4>
4113
+
4114
+
4115
+
4116
+ <div class="description">
4117
+ <p>开始绘制图形 (注意:内部会开始地形深度检测功能)</p>
4118
+ </div>
4119
+
4120
+
4121
+
4122
+
4123
+
4124
+
4125
+
4126
+
4127
+
4128
+
4129
+ <h4>参数</h4>
4130
+
4131
+ <div class="table-container">
4132
+ <table class="params table">
4133
+ <thead>
4134
+ <tr>
4135
+
4136
+ <th>名称</th>
4137
+
4138
+
4139
+ <th>类型</th>
4140
+
4141
+
4142
+ <th style="min-width: 100px;">默认值</th>
4143
+
4144
+
4145
+ <th class="last">描述</th>
4146
+ </tr>
4147
+ </thead>
4148
+
4149
+ <tbody>
4150
+
4151
+
4152
+
4153
+ <tr class="deep-level-0">
4154
+
4155
+ <td class="name"><code>options</code></td>
4156
+
4157
+
4158
+ <td class="type">
4159
+
4160
+
4161
+ <span class="param-type">
4162
+
4163
+ Object
4164
+
4165
+ </span>
4166
+
4167
+
4168
+
4169
+
4170
+ </td>
4171
+
4172
+
4173
+ <td class="default">
4174
+
4175
+ </td>
4176
+
4177
+
4178
+ <td class="description last"></td>
4179
+ </tr>
4180
+
4181
+
4182
+
4183
+
4184
+ <tr class="deep-level-1">
4185
+
4186
+ <td class="name"><code>type</code></td>
4187
+
4188
+
4189
+ <td class="type">
4190
+
4191
+
4192
+ <span class="param-type">
4193
+
4194
+ String
4195
+
4196
+ </span>
4197
+
4198
+
4199
+
4200
+
4201
+ </td>
4202
+
4203
+
4204
+ <td class="default">
4205
+
4206
+ 'none'
4207
+
4208
+ </td>
4209
+
4210
+
4211
+ <td class="description last"><p>绘制类型:参照<a class="mapgis-link-name" title="Graphic.graphicType" Graphic.html#.graphicType><code>Graphic.graphicType</code></a></p></td>
4212
+ </tr>
4213
+
4214
+
4215
+
4216
+
4217
+ <tr class="deep-level-1">
4218
+
4219
+ <td class="name"><code>isContinued</code></td>
4220
+
4221
+
4222
+ <td class="type">
4223
+
4224
+
4225
+ <span class="param-type">
4226
+
4227
+ Boolean
4228
+
4229
+ </span>
4230
+
4231
+
4232
+
4233
+
4234
+ </td>
4235
+
4236
+
4237
+ <td class="default">
4238
+
4239
+ true
4240
+
4241
+ </td>
4242
+
4243
+
4244
+ <td class="description last"><p>是否连续绘制</p></td>
4245
+ </tr>
4246
+
4247
+
4248
+
4249
+
4250
+ <tr class="deep-level-1">
4251
+
4252
+ <td class="name"><code>drawWithHeight</code></td>
4253
+
4254
+
4255
+ <td class="type">
4256
+
4257
+
4258
+ <span class="param-type">
4259
+
4260
+ Boolean
4261
+
4262
+ </span>
4263
+
4264
+
4265
+
4266
+
4267
+ </td>
4268
+
4269
+
4270
+ <td class="default">
4271
+
4272
+ false
4273
+
4274
+ </td>
4275
+
4276
+
4277
+ <td class="description last"><p>是否绘制高度,当为true时使用鼠标绘制高度,当为false时使用参数设置的统一高度</p></td>
4278
+ </tr>
4279
+
4280
+
4281
+
4282
+
4283
+ <tr class="deep-level-1">
4284
+
4285
+ <td class="name"><code>style</code></td>
4286
+
4287
+
4288
+ <td class="type">
4289
+
4290
+
4291
+ <span class="param-type">
4292
+
4293
+ Object
4294
+
4295
+ </span>
4296
+
4297
+
4298
+
4299
+
4300
+ </td>
4301
+
4302
+
4303
+ <td class="default">
4304
+
4305
+ </td>
4306
+
4307
+
4308
+ <td class="description last"><p>图元样式信息 详情参见<a class="mapgis-link-name" title="Style" Style.html><code>Style</code></a></p></td>
4309
+ </tr>
4310
+
4311
+
4312
+
4313
+
4314
+ <tr class="deep-level-1">
4315
+
4316
+ <td class="name"><code>editPointStyle</code></td>
4317
+
4318
+
4319
+ <td class="type">
4320
+
4321
+
4322
+ <span class="param-type">
4323
+
4324
+ Object
4325
+
4326
+ </span>
4327
+
4328
+
4329
+
4330
+
4331
+ </td>
4332
+
4333
+
4334
+ <td class="default">
4335
+
4336
+ </td>
4337
+
4338
+
4339
+ <td class="description last"><p>编辑点样式信息 详情参见<a class="mapgis-link-name" title="Style.EditPointStyle" Style.html#.EditPointStyle><code>Style.EditPointStyle</code></a></p></td>
4340
+ </tr>
4341
+
4342
+
4343
+
4344
+
4345
+ <tr class="deep-level-1">
4346
+
4347
+ <td class="name"><code>attributes</code></td>
4348
+
4349
+
4350
+ <td class="type">
4351
+
4352
+
4353
+ <span class="param-type">
4354
+
4355
+ Object
4356
+
4357
+ </span>
4358
+
4359
+
4360
+
4361
+
4362
+ </td>
4363
+
4364
+
4365
+ <td class="default">
4366
+
4367
+ </td>
4368
+
4369
+
4370
+ <td class="description last"><p>图元属性</p></td>
4371
+ </tr>
4372
+
4373
+
4374
+
4375
+
4376
+ <tr class="deep-level-1">
4377
+
4378
+ <td class="name"><code>name</code></td>
4379
+
4380
+
4381
+ <td class="type">
4382
+
4383
+
4384
+ <span class="param-type">
4385
+
4386
+ String
4387
+
4388
+ </span>
4389
+
4390
+
4391
+
4392
+
4393
+ </td>
4394
+
4395
+
4396
+ <td class="default">
4397
+
4398
+ </td>
4399
+
4400
+
4401
+ <td class="description last"><p>图元名称</p></td>
4402
+ </tr>
4403
+
4404
+
4405
+
4406
+
4407
+ <tr class="deep-level-1">
4408
+
4409
+ <td class="name"><code>show</code></td>
4410
+
4411
+
4412
+ <td class="type">
4413
+
4414
+
4415
+ <span class="param-type">
4416
+
4417
+ Boolean
4418
+
4419
+ </span>
4420
+
4421
+
4422
+
4423
+
4424
+ </td>
4425
+
4426
+
4427
+ <td class="default">
4428
+
4429
+ true
4430
+
4431
+ </td>
4432
+
4433
+
4434
+ <td class="description last"><p>图元是否显示</p></td>
4435
+ </tr>
4436
+
4437
+
4438
+
4439
+
4440
+ <tr class="deep-level-1">
4441
+
4442
+ <td class="name"><code>asynchronous</code></td>
4443
+
4444
+
4445
+ <td class="type">
4446
+
4447
+
4448
+ <span class="param-type">
4449
+
4450
+ Boolean
4451
+
4452
+ </span>
4453
+
4454
+
4455
+
4456
+
4457
+ </td>
4458
+
4459
+
4460
+ <td class="default">
4461
+
4462
+ false
4463
+
4464
+ </td>
4465
+
4466
+
4467
+ <td class="description last"><p>默认为阻塞式更新,true为异步更新,false为阻塞式更新。</p></td>
4468
+ </tr>
4469
+
4470
+
4471
+
4472
+
4473
+ <tr class="deep-level-1">
4474
+
4475
+ <td class="name"><code>heading</code></td>
4476
+
4477
+
4478
+ <td class="type">
4479
+
4480
+
4481
+ <span class="param-type">
4482
+
4483
+ Number
4484
+
4485
+ </span>
4486
+
4487
+
4488
+
4489
+
4490
+ </td>
4491
+
4492
+
4493
+ <td class="default">
4494
+
4495
+ 0.0
4496
+
4497
+ </td>
4498
+
4499
+
4500
+ <td class="description last"><p>偏航角,弧度。</p></td>
4501
+ </tr>
4502
+
4503
+
4504
+
4505
+
4506
+ <tr class="deep-level-1">
4507
+
4508
+ <td class="name"><code>pitch</code></td>
4509
+
4510
+
4511
+ <td class="type">
4512
+
4513
+
4514
+ <span class="param-type">
4515
+
4516
+ Number
4517
+
4518
+ </span>
4519
+
4520
+
4521
+
4522
+
4523
+ </td>
4524
+
4525
+
4526
+ <td class="default">
4527
+
4528
+ 0.0
4529
+
4530
+ </td>
4531
+
4532
+
4533
+ <td class="description last"><p>俯仰角,弧度。</p></td>
4534
+ </tr>
4535
+
4536
+
4537
+
4538
+
4539
+ <tr class="deep-level-1">
4540
+
4541
+ <td class="name"><code>roll</code></td>
4542
+
4543
+
4544
+ <td class="type">
4545
+
4546
+
4547
+ <span class="param-type">
4548
+
4549
+ Number
4550
+
4551
+ </span>
4552
+
4553
+
4554
+
4555
+
4556
+ </td>
4557
+
4558
+
4559
+ <td class="default">
4560
+
4561
+ 0.0
4562
+
4563
+ </td>
4564
+
4565
+
4566
+ <td class="description last"><p>翻滚角,弧度。</p></td>
4567
+ </tr>
4568
+
4569
+
4570
+
4571
+
4572
+ <tr class="deep-level-1">
4573
+
4574
+ <td class="name"><code>transformX</code></td>
4575
+
4576
+
4577
+ <td class="type">
4578
+
4579
+
4580
+ <span class="param-type">
4581
+
4582
+ Number
4583
+
4584
+ </span>
4585
+
4586
+
4587
+
4588
+
4589
+ </td>
4590
+
4591
+
4592
+ <td class="default">
4593
+
4594
+ 0.0
4595
+
4596
+ </td>
4597
+
4598
+
4599
+ <td class="description last"><p>局部坐标系X方向平移量,单位米,X方向为纬线方向</p></td>
4600
+ </tr>
4601
+
4602
+
4603
+
4604
+
4605
+ <tr class="deep-level-1">
4606
+
4607
+ <td class="name"><code>transformY</code></td>
4608
+
4609
+
4610
+ <td class="type">
4611
+
4612
+
4613
+ <span class="param-type">
4614
+
4615
+ Number
4616
+
4617
+ </span>
4618
+
4619
+
4620
+
4621
+
4622
+ </td>
4623
+
4624
+
4625
+ <td class="default">
4626
+
4627
+ 0.0
4628
+
4629
+ </td>
4630
+
4631
+
4632
+ <td class="description last"><p>局部坐标系Y方向平移量,单位米,Y方向为经线方向</p></td>
4633
+ </tr>
4634
+
4635
+
4636
+
4637
+
4638
+ <tr class="deep-level-1">
4639
+
4640
+ <td class="name"><code>transformZ</code></td>
4641
+
4642
+
4643
+ <td class="type">
4644
+
4645
+
4646
+ <span class="param-type">
4647
+
4648
+ Number
4649
+
4650
+ </span>
4651
+
4652
+
4653
+
4654
+
4655
+ </td>
4656
+
4657
+
4658
+ <td class="default">
4659
+
4660
+ 0.0
4661
+
4662
+ </td>
4663
+
4664
+
4665
+ <td class="description last"><p>局部坐标系Z方向平移量,单位米,Z方向为垂直地表方向</p></td>
4666
+ </tr>
4667
+
4668
+
4669
+
4670
+
4671
+
4672
+
4673
+
4674
+ </tbody>
4675
+ </table>
4676
+ </div>
4677
+
4678
+
4679
+
4680
+
4681
+
4682
+
4683
+ <dl class="details">
4684
+
4685
+
4686
+
4687
+
4688
+
4689
+
4690
+
4691
+
4692
+
4693
+
4694
+
4695
+
4696
+
4697
+
4698
+
4699
+
4700
+
4701
+
4702
+
4703
+
4704
+
4705
+
4706
+
4707
+
4708
+
4709
+
4710
+
4711
+
4712
+
4713
+
4714
+
4715
+ </dl>
4716
+
4717
+
4718
+
4719
+
4720
+
4721
+
4722
+
4723
+
4724
+
4725
+
4726
+
4727
+
4728
+
4729
+
4730
+
4731
+
4732
+
4733
+
4734
+
4735
+
4736
+
4737
+
4738
+
4739
+ <h5>示例</h5>
4740
+
4741
+
4742
+ <pre class="prettyprint"><code>//初始化标绘图层
4743
+ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {});
4744
+ viewer.scene.layers.appendGraphicsLayer(graphicsLayer);
4745
+ //开始绘制Marker
4746
+ graphicsLayer.startDrawing({
4747
+ type: 'marker',
4748
+ style: {
4749
+ //文字相对于图片方位
4750
+ labelPlaceType: 'topCenter',
4751
+ //文字相对于图片间距
4752
+ labelPadding: 20,
4753
+ //字体
4754
+ font: '30px sans-serif',
4755
+ //文字内容
4756
+ text: '这是Marker',
4757
+ //文字颜色
4758
+ fillColor: Cesium.Color.RED,
4759
+ //billboard图片链接
4760
+ image: 'http://webclient.smaryun.com:8200/NoneSpatialData/image/icon.png',
4761
+ //离地高度
4762
+ offsetHeight: 100
4763
+ }
4764
+ });
4765
+ -----------------------------------------------------------------------------------
4766
+ //绘制div
4767
+ graphicsLayer.startDrawing({
4768
+ //类型
4769
+ type: 'div',
4770
+ //样式
4771
+ style: {
4772
+ //html字符串或标签对象
4773
+ html: "你的html",
4774
+ //html相对原始位置的屏幕像素偏移
4775
+ pixelOffset: new Cesium.Cesium.Cartesian2(0, 0),
4776
+ //额外抬升高度
4777
+ offsetHeight: 0
4778
+ },
4779
+ //开启时,当对象在模型内部时,会隐藏,开启此功能会有性能损耗
4780
+ enableVFC: false,
4781
+ //当div对象和主相机的距离超过20000000米时,隐藏div对象
4782
+ disappearByDistance: 20000000
4783
+ });</code></pre>
4784
+
4785
+
4786
+
4787
+ </div>
4788
+
4789
+ <div class="member">
4790
+
4791
+
4792
+
4793
+ <h4 class="name" id="startEdit">
4794
+ <a class="href-link" href="#startEdit">#</a>
4795
+
4796
+ <span class="code-name" id="startEdit" style="font-size:30px">
4797
+
4798
+ startEdit<span class="signature">()</span>
4799
+
4800
+ </span>
4801
+ </h4>
4802
+
4803
+
4804
+
4805
+ <div class="description">
4806
+ <p>开始编辑</p>
4807
+ </div>
4808
+
4809
+
4810
+
4811
+
4812
+
4813
+
4814
+
4815
+
4816
+
4817
+
4818
+
4819
+
4820
+
4821
+
4822
+ <dl class="details">
4823
+
4824
+
4825
+
4826
+
4827
+
4828
+
4829
+
4830
+
4831
+
4832
+
4833
+
4834
+
4835
+
4836
+
4837
+
4838
+
4839
+
4840
+
4841
+
4842
+
4843
+
4844
+
4845
+
4846
+
4847
+
4848
+
4849
+
4850
+
4851
+
4852
+
4853
+
4854
+ </dl>
4855
+
4856
+
4857
+
4858
+
4859
+
4860
+
4861
+
4862
+
4863
+
4864
+
4865
+
4866
+
4867
+
4868
+
4869
+
4870
+
4871
+
4872
+
4873
+
4874
+
4875
+
4876
+
4877
+
4878
+ </div>
4879
+
4880
+ <div class="member">
4881
+
4882
+
4883
+
4884
+ <h4 class="name" id="stopDrawing">
4885
+ <a class="href-link" href="#stopDrawing">#</a>
4886
+
4887
+ <span class="code-name" id="stopDrawing" style="font-size:30px">
4888
+
4889
+ stopDrawing<span class="signature">()</span>
4890
+
4891
+ </span>
4892
+ </h4>
4893
+
4894
+
4895
+
4896
+ <div class="description">
4897
+ <p>移除所有鼠标事件,停止绘制</p>
4898
+ </div>
4899
+
4900
+
4901
+
4902
+
4903
+
4904
+
4905
+
4906
+
4907
+
4908
+
4909
+
4910
+
4911
+
4912
+
4913
+ <dl class="details">
4914
+
4915
+
4916
+
4917
+
4918
+
4919
+
4920
+
4921
+
4922
+
4923
+
4924
+
4925
+
4926
+
4927
+
4928
+
4929
+
4930
+
4931
+
4932
+
4933
+
4934
+
4935
+
4936
+
4937
+
4938
+
4939
+
4940
+
4941
+
4942
+
4943
+
4944
+
4945
+ </dl>
4946
+
4947
+
4948
+
4949
+
4950
+
4951
+
4952
+
4953
+
4954
+
4955
+
4956
+
4957
+
4958
+
4959
+
4960
+
4961
+
4962
+
4963
+
4964
+
4965
+
4966
+
4967
+
4968
+
4969
+ </div>
4970
+
4971
+ <div class="member">
4972
+
4973
+
4974
+
4975
+ <h4 class="name" id="stopEdit">
4976
+ <a class="href-link" href="#stopEdit">#</a>
4977
+
4978
+ <span class="code-name" id="stopEdit" style="font-size:30px">
4979
+
4980
+ stopEdit<span class="signature">()</span>
4981
+
4982
+ </span>
4983
+ </h4>
4984
+
4985
+
4986
+
4987
+ <div class="description">
4988
+ <p>停止编辑</p>
4989
+ </div>
4990
+
4991
+
4992
+
4993
+
4994
+
4995
+
4996
+
4997
+
4998
+
4999
+
5000
+
5001
+
5002
+
5003
+
5004
+ <dl class="details">
5005
+
5006
+
5007
+
5008
+
5009
+
5010
+
5011
+
5012
+
5013
+
5014
+
5015
+
5016
+
5017
+
5018
+
5019
+
5020
+
5021
+
5022
+
5023
+
5024
+
5025
+
5026
+
5027
+
5028
+
5029
+
5030
+
5031
+
5032
+
5033
+
5034
+
5035
+
5036
+ </dl>
5037
+
5038
+
5039
+
5040
+
5041
+
5042
+
5043
+
5044
+
5045
+
5046
+
5047
+
5048
+
5049
+
5050
+
5051
+
5052
+
5053
+
5054
+
5055
+
5056
+
5057
+
5058
+
5059
+
5060
+ </div>
5061
+
5062
+ </div>
5063
+ </div>
5064
+
5065
+
5066
+
5067
+
5068
+
5069
+ </article>
5070
+
5071
+ </section>