@mapgis/webclient-common 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.
@@ -0,0 +1,1486 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">FeatureFilter</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="FeatureFilter">
26
+ <a class="href-link" href="#FeatureFilter">#</a>
27
+
28
+ <span class="code-name" id="FeatureFilter" style="font-size:30px">
29
+
30
+ new FeatureFilter<span class="signature">(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>options</code></td>
77
+
78
+
79
+ <td class="type">
80
+
81
+
82
+ <span class="param-type">
83
+
84
+ Object
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"><p>构造参数</p></td>
100
+ </tr>
101
+
102
+
103
+
104
+
105
+ <tr class="deep-level-1">
106
+
107
+ <td class="name"><code>distance</code></td>
108
+
109
+
110
+ <td class="type">
111
+
112
+
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
118
+
119
+
120
+
121
+
122
+ </td>
123
+
124
+
125
+ <td class="default">
126
+
127
+ 0.1
128
+
129
+ </td>
130
+
131
+
132
+ <td class="description last"><p>几何缓冲的距离,默认为0.1。</p></td>
133
+ </tr>
134
+
135
+
136
+
137
+
138
+ <tr class="deep-level-1">
139
+
140
+ <td class="name"><code>units</code></td>
141
+
142
+
143
+ <td class="type">
144
+
145
+
146
+ <span class="param-type">
147
+
148
+ <a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a>
149
+
150
+ </span>
151
+
152
+
153
+
154
+
155
+ </td>
156
+
157
+
158
+ <td class="default">
159
+
160
+ LengthUnit.meter
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>geometry</code></td>
174
+
175
+
176
+ <td class="type">
177
+
178
+
179
+ <span class="param-type">
180
+
181
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
182
+
183
+ </span>
184
+ |
185
+
186
+ <span class="param-type">
187
+
188
+ null
189
+
190
+ </span>
191
+
192
+
193
+
194
+
195
+ </td>
196
+
197
+
198
+ <td class="default">
199
+
200
+ </td>
201
+
202
+
203
+ <td class="description last"><p>几何对象,用于几何过滤。</p></td>
204
+ </tr>
205
+
206
+
207
+
208
+
209
+ <tr class="deep-level-1">
210
+
211
+ <td class="name"><code>spatialRelation</code></td>
212
+
213
+
214
+ <td class="type">
215
+
216
+
217
+ <span class="param-type">
218
+
219
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
220
+
221
+ </span>
222
+
223
+
224
+
225
+
226
+ </td>
227
+
228
+
229
+ <td class="default">
230
+
231
+ </td>
232
+
233
+
234
+ <td class="description last"><p>几何条件的空间判定规则。</p></td>
235
+ </tr>
236
+
237
+
238
+
239
+
240
+ <tr class="deep-level-1">
241
+
242
+ <td class="name"><code>objectIds</code></td>
243
+
244
+
245
+ <td class="type">
246
+
247
+
248
+ <span class="param-type">
249
+
250
+ Array.&lt;Number>
251
+
252
+ </span>
253
+
254
+
255
+
256
+
257
+ </td>
258
+
259
+
260
+ <td class="default">
261
+
262
+ </td>
263
+
264
+
265
+ <td class="description last"><p>过滤id数组。默认为null,表示不进行Id过滤。</p></td>
266
+ </tr>
267
+
268
+
269
+
270
+
271
+ <tr class="deep-level-1">
272
+
273
+ <td class="name"><code>where</code></td>
274
+
275
+
276
+ <td class="type">
277
+
278
+
279
+ <span class="param-type">
280
+
281
+ String
282
+
283
+ </span>
284
+
285
+
286
+
287
+
288
+ </td>
289
+
290
+
291
+ <td class="default">
292
+
293
+ ''
294
+
295
+ </td>
296
+
297
+
298
+ <td class="description last"><p>属性过滤参数,默认为''。使用sql语句查询,例如<code>name ='wuhan'</code>。</p></td>
299
+ </tr>
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+ </tbody>
308
+ </table>
309
+ </div>
310
+
311
+
312
+
313
+
314
+
315
+
316
+ <dl class="details">
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+ </dl>
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+ </div>
374
+ </div>
375
+ </div>
376
+
377
+
378
+ </div>
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+ <div class='vertical-section'>
394
+ <h3 id='member'>成员变量</h3>
395
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
396
+ <div class="table-container">
397
+ <table class="params table">
398
+ <thead>
399
+ <tr>
400
+ <th>名称</th>
401
+ <th>类型</th>
402
+ <th>描述</th>
403
+ </tr>
404
+ </thead>
405
+ <tbody>
406
+
407
+ <tr class="deep-level-0">
408
+ <td class="name"><code><a href="#distance">distance</a></code></td>
409
+ <td class="name">
410
+ <code>
411
+
412
+ <span class="param-type">
413
+
414
+ Number
415
+
416
+ </span>
417
+
418
+
419
+
420
+ </code>
421
+ </td>
422
+ <td class="name"><code><p>几何缓冲的距离,默认为0.1。</p></code></td>
423
+ </tr>
424
+
425
+ <tr class="deep-level-0">
426
+ <td class="name"><code><a href="#geometry">geometry</a></code></td>
427
+ <td class="name">
428
+ <code>
429
+
430
+ <span class="param-type">
431
+
432
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
433
+
434
+ </span>
435
+
436
+
437
+
438
+ </code>
439
+ </td>
440
+ <td class="name"><code><p>几何对象,用于几何过滤。当前仅支持EPSG:4326坐标系数据的传入。</p></code></td>
441
+ </tr>
442
+
443
+ <tr class="deep-level-0">
444
+ <td class="name"><code><a href="#objectIds">objectIds</a></code></td>
445
+ <td class="name">
446
+ <code>
447
+
448
+ <span class="param-type">
449
+
450
+ Array.&lt;Number>
451
+
452
+ </span>
453
+
454
+
455
+
456
+ </code>
457
+ </td>
458
+ <td class="name"><code><p>过滤id数组。默认为null,表示不进行Id过滤。</p></code></td>
459
+ </tr>
460
+
461
+ <tr class="deep-level-0">
462
+ <td class="name"><code><a href="#spatialRelation">spatialRelation</a></code></td>
463
+ <td class="name">
464
+ <code>
465
+
466
+ <span class="param-type">
467
+
468
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
469
+
470
+ </span>
471
+
472
+
473
+
474
+ </code>
475
+ </td>
476
+ <td class="name"><code><p>几何条件的空间判定规则。</p></code></td>
477
+ </tr>
478
+
479
+ <tr class="deep-level-0">
480
+ <td class="name"><code><a href="#units">units</a></code></td>
481
+ <td class="name">
482
+ <code>
483
+
484
+ <span class="param-type">
485
+
486
+ <a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a>
487
+
488
+ </span>
489
+
490
+
491
+
492
+ </code>
493
+ </td>
494
+ <td class="name"><code><p>几何缓冲的距离的单位,默认为米。</p></code></td>
495
+ </tr>
496
+
497
+ <tr class="deep-level-0">
498
+ <td class="name"><code><a href="#where">where</a></code></td>
499
+ <td class="name">
500
+ <code>
501
+
502
+ <span class="param-type">
503
+
504
+ String
505
+
506
+ </span>
507
+
508
+
509
+
510
+ </code>
511
+ </td>
512
+ <td class="name"><code><p>属性过滤参数,使用sql语句查询,例如<code>name ='wuhan'</code>。</p></code></td>
513
+ </tr>
514
+
515
+ </tbody>
516
+ </table>
517
+ </div>
518
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
519
+ <div class="members">
520
+
521
+ <div class="member">
522
+
523
+ <span class="method-parameter is-pulled-right">
524
+ <label>类型:</label>
525
+
526
+ <span class="param-type">
527
+
528
+ Number
529
+
530
+ </span>
531
+
532
+
533
+
534
+ </span>
535
+
536
+ <h4 class="name" id="distance">
537
+ <a class="href-link" href="#distance">#</a>
538
+
539
+ <span class="code-name">
540
+ distance
541
+ </span>
542
+
543
+ </h4>
544
+
545
+
546
+
547
+
548
+ <div class="description">
549
+ <p>几何缓冲的距离,默认为0.1。</p>
550
+ </div>
551
+
552
+
553
+
554
+
555
+
556
+ <dl class="details">
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+ </dl>
589
+
590
+
591
+
592
+
593
+
594
+ </div>
595
+
596
+ <div class="member">
597
+
598
+ <span class="method-parameter is-pulled-right">
599
+ <label>类型:</label>
600
+
601
+ <span class="param-type">
602
+
603
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
604
+
605
+ </span>
606
+
607
+
608
+
609
+ </span>
610
+
611
+ <h4 class="name" id="geometry">
612
+ <a class="href-link" href="#geometry">#</a>
613
+
614
+ <span class="code-name">
615
+ geometry
616
+ </span>
617
+
618
+ </h4>
619
+
620
+
621
+
622
+
623
+ <div class="description">
624
+ <p>几何对象,用于几何过滤。当前仅支持EPSG:4326坐标系数据的传入。</p>
625
+ </div>
626
+
627
+
628
+
629
+
630
+
631
+ <dl class="details">
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
+
659
+
660
+
661
+
662
+
663
+ </dl>
664
+
665
+
666
+
667
+
668
+
669
+ </div>
670
+
671
+ <div class="member">
672
+
673
+ <span class="method-parameter is-pulled-right">
674
+ <label>类型:</label>
675
+
676
+ <span class="param-type">
677
+
678
+ Array.&lt;Number>
679
+
680
+ </span>
681
+
682
+
683
+
684
+ </span>
685
+
686
+ <h4 class="name" id="objectIds">
687
+ <a class="href-link" href="#objectIds">#</a>
688
+
689
+ <span class="code-name">
690
+ objectIds
691
+ </span>
692
+
693
+ </h4>
694
+
695
+
696
+
697
+
698
+ <div class="description">
699
+ <p>过滤id数组。默认为null,表示不进行Id过滤。</p>
700
+ </div>
701
+
702
+
703
+
704
+
705
+
706
+ <dl class="details">
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+ </dl>
739
+
740
+
741
+
742
+
743
+
744
+ </div>
745
+
746
+ <div class="member">
747
+
748
+ <span class="method-parameter is-pulled-right">
749
+ <label>类型:</label>
750
+
751
+ <span class="param-type">
752
+
753
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
754
+
755
+ </span>
756
+
757
+
758
+
759
+ </span>
760
+
761
+ <h4 class="name" id="spatialRelation">
762
+ <a class="href-link" href="#spatialRelation">#</a>
763
+
764
+ <span class="code-name">
765
+ spatialRelation
766
+ </span>
767
+
768
+ </h4>
769
+
770
+
771
+
772
+
773
+ <div class="description">
774
+ <p>几何条件的空间判定规则。</p>
775
+ </div>
776
+
777
+
778
+
779
+
780
+
781
+ <dl class="details">
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+
813
+ </dl>
814
+
815
+
816
+
817
+
818
+
819
+ </div>
820
+
821
+ <div class="member">
822
+
823
+ <span class="method-parameter is-pulled-right">
824
+ <label>类型:</label>
825
+
826
+ <span class="param-type">
827
+
828
+ <a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a>
829
+
830
+ </span>
831
+
832
+
833
+
834
+ </span>
835
+
836
+ <h4 class="name" id="units">
837
+ <a class="href-link" href="#units">#</a>
838
+
839
+ <span class="code-name">
840
+ units
841
+ </span>
842
+
843
+ </h4>
844
+
845
+
846
+
847
+
848
+ <div class="description">
849
+ <p>几何缓冲的距离的单位,默认为米。</p>
850
+ </div>
851
+
852
+
853
+
854
+
855
+
856
+ <dl class="details">
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+ </dl>
889
+
890
+
891
+
892
+
893
+
894
+ </div>
895
+
896
+ <div class="member">
897
+
898
+ <span class="method-parameter is-pulled-right">
899
+ <label>类型:</label>
900
+
901
+ <span class="param-type">
902
+
903
+ String
904
+
905
+ </span>
906
+
907
+
908
+
909
+ </span>
910
+
911
+ <h4 class="name" id="where">
912
+ <a class="href-link" href="#where">#</a>
913
+
914
+ <span class="code-name">
915
+ where
916
+ </span>
917
+
918
+ </h4>
919
+
920
+
921
+
922
+
923
+ <div class="description">
924
+ <p>属性过滤参数,使用sql语句查询,例如<code>name ='wuhan'</code>。</p>
925
+ </div>
926
+
927
+
928
+
929
+
930
+
931
+ <dl class="details">
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+ </dl>
964
+
965
+
966
+
967
+
968
+
969
+ </div>
970
+
971
+ </div>
972
+ </div>
973
+
974
+
975
+
976
+ <div class='vertical-section'>
977
+ <h3 id='function'>方法</h3>
978
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
979
+ <div class="members">
980
+ <div class="table-container">
981
+ <table class="params table">
982
+ <thead>
983
+ <tr>
984
+ <th>名称</th>
985
+ <th>返回值类型</th>
986
+ <th>描述</th>
987
+ </tr>
988
+ </thead>
989
+ <tbody>
990
+
991
+ <tr class="deep-level-0">
992
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
993
+ <td class="name">
994
+ <code>
995
+
996
+
997
+ <span class="param-type">
998
+
999
+ <a link="FeatureFilter.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureFilter" FeatureFilter.html>FeatureFilter</a>
1000
+
1001
+ </span>
1002
+
1003
+
1004
+
1005
+
1006
+ </code>
1007
+ </td>
1008
+ <td class="name"><code><p>通过json构造FeatureFilter对象</p></code></td>
1009
+ </tr>
1010
+
1011
+ <tr class="deep-level-0">
1012
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1013
+ <td class="name">
1014
+ <code>
1015
+
1016
+
1017
+ <span class="param-type">
1018
+
1019
+ <a link="FeatureFilter.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureFilter" FeatureFilter.html>FeatureFilter</a>
1020
+
1021
+ </span>
1022
+
1023
+
1024
+
1025
+
1026
+ </code>
1027
+ </td>
1028
+ <td class="name"><code><p>克隆FeatureFilter对象</p></code></td>
1029
+ </tr>
1030
+
1031
+ <tr class="deep-level-0">
1032
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1033
+ <td class="name">
1034
+ <code>
1035
+
1036
+
1037
+ <span class="param-type">
1038
+
1039
+ Object
1040
+
1041
+ </span>
1042
+
1043
+
1044
+
1045
+
1046
+ </code>
1047
+ </td>
1048
+ <td class="name"><code><p>导出json对象</p></code></td>
1049
+ </tr>
1050
+
1051
+ </tbody>
1052
+ </table>
1053
+ </div>
1054
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1055
+
1056
+ <div class="member">
1057
+
1058
+
1059
+
1060
+ <h4 class="name" id=".fromJSON">
1061
+ <a class="href-link" href="#.fromJSON">#</a>
1062
+
1063
+
1064
+ <span class='tag'>static</span>
1065
+
1066
+
1067
+ <span class="code-name" id="fromJSON" style="font-size:30px">
1068
+
1069
+ fromJSON<span class="signature">(json)</span>
1070
+
1071
+ </span>
1072
+ </h4>
1073
+
1074
+
1075
+
1076
+ <div class="description">
1077
+ <p>通过json构造FeatureFilter对象</p>
1078
+ </div>
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+ <h4>参数</h4>
1090
+
1091
+ <div class="table-container">
1092
+ <table class="params table">
1093
+ <thead>
1094
+ <tr>
1095
+
1096
+ <th>名称</th>
1097
+
1098
+
1099
+ <th>类型</th>
1100
+
1101
+
1102
+
1103
+ <th class="last">描述</th>
1104
+ </tr>
1105
+ </thead>
1106
+
1107
+ <tbody>
1108
+
1109
+
1110
+
1111
+ <tr class="deep-level-0">
1112
+
1113
+ <td class="name"><code>json</code></td>
1114
+
1115
+
1116
+ <td class="type">
1117
+
1118
+
1119
+ <span class="param-type">
1120
+
1121
+ Object
1122
+
1123
+ </span>
1124
+
1125
+
1126
+
1127
+
1128
+ </td>
1129
+
1130
+
1131
+
1132
+ <td class="description last"><p>json对象</p></td>
1133
+ </tr>
1134
+
1135
+
1136
+
1137
+
1138
+ </tbody>
1139
+ </table>
1140
+ </div>
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+ <dl class="details">
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ </dl>
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+ <div class='columns method-parameter'>
1199
+ <div class="column is-2"><label>返回值</label></div>
1200
+ <div class="column is-10">
1201
+
1202
+
1203
+
1204
+ <div class="columns">
1205
+
1206
+ <div class='param-desc column is-7'><p>FeatureFilter实例</p></div>
1207
+
1208
+
1209
+ <div class='column is-5 has-text-left'>
1210
+ <label>类型: </label>
1211
+
1212
+ <span class="param-type">
1213
+
1214
+ <a link="FeatureFilter.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureFilter" FeatureFilter.html>FeatureFilter</a>
1215
+
1216
+ </span>
1217
+
1218
+
1219
+
1220
+ </div>
1221
+
1222
+ </div>
1223
+
1224
+
1225
+ </div>
1226
+ </div>
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+ </div>
1234
+
1235
+ <div class="member">
1236
+
1237
+
1238
+
1239
+ <h4 class="name" id="clone">
1240
+ <a class="href-link" href="#clone">#</a>
1241
+
1242
+ <span class="code-name" id="clone" style="font-size:30px">
1243
+
1244
+ clone<span class="signature">()</span>
1245
+
1246
+ </span>
1247
+ </h4>
1248
+
1249
+
1250
+
1251
+ <div class="description">
1252
+ <p>克隆FeatureFilter对象</p>
1253
+ </div>
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+ <dl class="details">
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+ </dl>
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+ <div class='columns method-parameter'>
1320
+ <div class="column is-2"><label>返回值</label></div>
1321
+ <div class="column is-10">
1322
+
1323
+
1324
+
1325
+ <div class="columns">
1326
+
1327
+ <div class='param-desc column is-7'><p>克隆后的FeatureFilter实例</p></div>
1328
+
1329
+
1330
+ <div class='column is-5 has-text-left'>
1331
+ <label>类型: </label>
1332
+
1333
+ <span class="param-type">
1334
+
1335
+ <a link="FeatureFilter.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureFilter" FeatureFilter.html>FeatureFilter</a>
1336
+
1337
+ </span>
1338
+
1339
+
1340
+
1341
+ </div>
1342
+
1343
+ </div>
1344
+
1345
+
1346
+ </div>
1347
+ </div>
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+ </div>
1355
+
1356
+ <div class="member">
1357
+
1358
+
1359
+
1360
+ <h4 class="name" id="toJSON">
1361
+ <a class="href-link" href="#toJSON">#</a>
1362
+
1363
+ <span class="code-name" id="toJSON" style="font-size:30px">
1364
+
1365
+ toJSON<span class="signature">()</span>
1366
+
1367
+ </span>
1368
+ </h4>
1369
+
1370
+
1371
+
1372
+ <div class="description">
1373
+ <p>导出json对象</p>
1374
+ </div>
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+ <dl class="details">
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+ </dl>
1422
+
1423
+
1424
+
1425
+
1426
+
1427
+
1428
+
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+ <div class='columns method-parameter'>
1441
+ <div class="column is-2"><label>返回值</label></div>
1442
+ <div class="column is-10">
1443
+
1444
+
1445
+
1446
+ <div class="columns">
1447
+
1448
+ <div class='param-desc column is-7'><p>json对象</p></div>
1449
+
1450
+
1451
+ <div class='column is-5 has-text-left'>
1452
+ <label>类型: </label>
1453
+
1454
+ <span class="param-type">
1455
+
1456
+ Object
1457
+
1458
+ </span>
1459
+
1460
+
1461
+
1462
+ </div>
1463
+
1464
+ </div>
1465
+
1466
+
1467
+ </div>
1468
+ </div>
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+ </div>
1476
+
1477
+ </div>
1478
+ </div>
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+ </article>
1485
+
1486
+ </section>