@mapgis/webclient-common 17.2.4 → 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.
@@ -0,0 +1,1485 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">TimeInfo</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="TimeInfo">
26
+ <a class="href-link" href="#TimeInfo">#</a>
27
+
28
+ <span class="code-name" id="TimeInfo" style="font-size:30px">
29
+
30
+ new TimeInfo<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>endField</code></td>
108
+
109
+
110
+ <td class="type">
111
+
112
+
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
119
+
120
+
121
+
122
+ </td>
123
+
124
+
125
+ <td class="default">
126
+
127
+ ''
128
+
129
+ </td>
130
+
131
+
132
+ <td class="description last"><p>包含结束时间信息的字段。</p></td>
133
+ </tr>
134
+
135
+
136
+
137
+
138
+ <tr class="deep-level-1">
139
+
140
+ <td class="name"><code>fullTimeExtent</code></td>
141
+
142
+
143
+ <td class="type">
144
+
145
+
146
+ <span class="param-type">
147
+
148
+ <a link="TimeExtent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeExtent" TimeExtent.html>TimeExtent</a>
149
+
150
+ </span>
151
+
152
+
153
+
154
+
155
+ </td>
156
+
157
+
158
+ <td class="default">
159
+
160
+ null
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>interval</code></td>
174
+
175
+
176
+ <td class="type">
177
+
178
+
179
+ <span class="param-type">
180
+
181
+ <a link="TimeInterval.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeInterval" TimeInterval.html>TimeInterval</a>
182
+
183
+ </span>
184
+
185
+
186
+
187
+
188
+ </td>
189
+
190
+
191
+ <td class="default">
192
+
193
+ null
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>startField</code></td>
207
+
208
+
209
+ <td class="type">
210
+
211
+
212
+ <span class="param-type">
213
+
214
+ String
215
+
216
+ </span>
217
+
218
+
219
+
220
+
221
+ </td>
222
+
223
+
224
+ <td class="default">
225
+
226
+ ''
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>stops</code></td>
240
+
241
+
242
+ <td class="type">
243
+
244
+
245
+ <span class="param-type">
246
+
247
+ Array.&lt;Date>
248
+
249
+ </span>
250
+
251
+
252
+
253
+
254
+ </td>
255
+
256
+
257
+ <td class="default">
258
+
259
+ null
260
+
261
+ </td>
262
+
263
+
264
+ <td class="description last"><p>时间的分段信息,用于代替interval参数。</p></td>
265
+ </tr>
266
+
267
+
268
+
269
+
270
+ <tr class="deep-level-1">
271
+
272
+ <td class="name"><code>timeZone</code></td>
273
+
274
+
275
+ <td class="type">
276
+
277
+
278
+ <span class="param-type">
279
+
280
+ String
281
+
282
+ </span>
283
+
284
+
285
+
286
+
287
+ </td>
288
+
289
+
290
+ <td class="default">
291
+
292
+ null
293
+
294
+ </td>
295
+
296
+
297
+ <td class="description last"><p>开始时间和结束时间的时区信息, 默认为空。 参考https://www.iana.org/time-zones。</p></td>
298
+ </tr>
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+ </tbody>
307
+ </table>
308
+ </div>
309
+
310
+
311
+
312
+
313
+
314
+
315
+ <dl class="details">
316
+
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
+ </dl>
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+ </div>
373
+ </div>
374
+ </div>
375
+
376
+
377
+ </div>
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+ <div class='vertical-section'>
393
+ <h3 id='member'>成员变量</h3>
394
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
395
+ <div class="table-container">
396
+ <table class="params table">
397
+ <thead>
398
+ <tr>
399
+ <th>名称</th>
400
+ <th>类型</th>
401
+ <th>描述</th>
402
+ </tr>
403
+ </thead>
404
+ <tbody>
405
+
406
+ <tr class="deep-level-0">
407
+ <td class="name"><code><a href="#endField">endField</a></code></td>
408
+ <td class="name">
409
+ <code>
410
+
411
+ <span class="param-type">
412
+
413
+ String
414
+
415
+ </span>
416
+
417
+
418
+
419
+ </code>
420
+ </td>
421
+ <td class="name"><code><p>包含结束时间信息的字段。</p></code></td>
422
+ </tr>
423
+
424
+ <tr class="deep-level-0">
425
+ <td class="name"><code><a href="#fullTimeExtent">fullTimeExtent</a></code></td>
426
+ <td class="name">
427
+ <code>
428
+
429
+ <span class="param-type">
430
+
431
+ String
432
+
433
+ </span>
434
+
435
+
436
+
437
+ </code>
438
+ </td>
439
+ <td class="name"><code><p>数据中所有图层的开始时间和结束时间</p></code></td>
440
+ </tr>
441
+
442
+ <tr class="deep-level-0">
443
+ <td class="name"><code><a href="#interval">interval</a></code></td>
444
+ <td class="name">
445
+ <code>
446
+
447
+ <span class="param-type">
448
+
449
+ <a link="TimeInterval.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeInterval" TimeInterval.html>TimeInterval</a>
450
+
451
+ </span>
452
+
453
+
454
+
455
+ </code>
456
+ </td>
457
+ <td class="name"><code><p>时空数据的粒度,例如一小时、一天、一年等。</p></code></td>
458
+ </tr>
459
+
460
+ <tr class="deep-level-0">
461
+ <td class="name"><code><a href="#startField">startField</a></code></td>
462
+ <td class="name">
463
+ <code>
464
+
465
+ <span class="param-type">
466
+
467
+ String
468
+
469
+ </span>
470
+
471
+
472
+
473
+ </code>
474
+ </td>
475
+ <td class="name"><code><p>包含开始时间信息的字段。</p></code></td>
476
+ </tr>
477
+
478
+ <tr class="deep-level-0">
479
+ <td class="name"><code><a href="#stops">stops</a></code></td>
480
+ <td class="name">
481
+ <code>
482
+
483
+ <span class="param-type">
484
+
485
+ Array.&lt;Date>
486
+
487
+ </span>
488
+
489
+
490
+
491
+ </code>
492
+ </td>
493
+ <td class="name"><code><p>时间的分段信息,用于代替interval参数。</p></code></td>
494
+ </tr>
495
+
496
+ <tr class="deep-level-0">
497
+ <td class="name"><code><a href="#timeZone">timeZone</a></code></td>
498
+ <td class="name">
499
+ <code>
500
+
501
+ <span class="param-type">
502
+
503
+ String
504
+
505
+ </span>
506
+
507
+
508
+
509
+ </code>
510
+ </td>
511
+ <td class="name"><code><p>开始时间和结束时间的时区信息,默认为空。 参考https://www.iana.org/time-zones。</p></code></td>
512
+ </tr>
513
+
514
+ </tbody>
515
+ </table>
516
+ </div>
517
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
518
+ <div class="members">
519
+
520
+ <div class="member">
521
+
522
+ <span class="method-parameter is-pulled-right">
523
+ <label>类型:</label>
524
+
525
+ <span class="param-type">
526
+
527
+ String
528
+
529
+ </span>
530
+
531
+
532
+
533
+ </span>
534
+
535
+ <h4 class="name" id="endField">
536
+ <a class="href-link" href="#endField">#</a>
537
+
538
+ <span class="code-name">
539
+ endField
540
+ </span>
541
+
542
+ </h4>
543
+
544
+
545
+
546
+
547
+ <div class="description">
548
+ <p>包含结束时间信息的字段。</p>
549
+ </div>
550
+
551
+
552
+
553
+
554
+
555
+ <dl class="details">
556
+
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
+ </dl>
588
+
589
+
590
+
591
+
592
+
593
+ </div>
594
+
595
+ <div class="member">
596
+
597
+ <span class="method-parameter is-pulled-right">
598
+ <label>类型:</label>
599
+
600
+ <span class="param-type">
601
+
602
+ String
603
+
604
+ </span>
605
+
606
+
607
+
608
+ </span>
609
+
610
+ <h4 class="name" id="fullTimeExtent">
611
+ <a class="href-link" href="#fullTimeExtent">#</a>
612
+
613
+ <span class="code-name">
614
+ fullTimeExtent
615
+ </span>
616
+
617
+ </h4>
618
+
619
+
620
+
621
+
622
+ <div class="description">
623
+ <p>数据中所有图层的开始时间和结束时间</p>
624
+ </div>
625
+
626
+
627
+
628
+
629
+
630
+ <dl class="details">
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+ </dl>
663
+
664
+
665
+
666
+
667
+
668
+ </div>
669
+
670
+ <div class="member">
671
+
672
+ <span class="method-parameter is-pulled-right">
673
+ <label>类型:</label>
674
+
675
+ <span class="param-type">
676
+
677
+ <a link="TimeInterval.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeInterval" TimeInterval.html>TimeInterval</a>
678
+
679
+ </span>
680
+
681
+
682
+
683
+ </span>
684
+
685
+ <h4 class="name" id="interval">
686
+ <a class="href-link" href="#interval">#</a>
687
+
688
+ <span class="code-name">
689
+ interval
690
+ </span>
691
+
692
+ </h4>
693
+
694
+
695
+
696
+
697
+ <div class="description">
698
+ <p>时空数据的粒度,例如一小时、一天、一年等。</p>
699
+ </div>
700
+
701
+
702
+
703
+
704
+
705
+ <dl class="details">
706
+
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
+ </dl>
738
+
739
+
740
+
741
+
742
+
743
+ </div>
744
+
745
+ <div class="member">
746
+
747
+ <span class="method-parameter is-pulled-right">
748
+ <label>类型:</label>
749
+
750
+ <span class="param-type">
751
+
752
+ String
753
+
754
+ </span>
755
+
756
+
757
+
758
+ </span>
759
+
760
+ <h4 class="name" id="startField">
761
+ <a class="href-link" href="#startField">#</a>
762
+
763
+ <span class="code-name">
764
+ startField
765
+ </span>
766
+
767
+ </h4>
768
+
769
+
770
+
771
+
772
+ <div class="description">
773
+ <p>包含开始时间信息的字段。</p>
774
+ </div>
775
+
776
+
777
+
778
+
779
+
780
+ <dl class="details">
781
+
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
+ </dl>
813
+
814
+
815
+
816
+
817
+
818
+ </div>
819
+
820
+ <div class="member">
821
+
822
+ <span class="method-parameter is-pulled-right">
823
+ <label>类型:</label>
824
+
825
+ <span class="param-type">
826
+
827
+ Array.&lt;Date>
828
+
829
+ </span>
830
+
831
+
832
+
833
+ </span>
834
+
835
+ <h4 class="name" id="stops">
836
+ <a class="href-link" href="#stops">#</a>
837
+
838
+ <span class="code-name">
839
+ stops
840
+ </span>
841
+
842
+ </h4>
843
+
844
+
845
+
846
+
847
+ <div class="description">
848
+ <p>时间的分段信息,用于代替interval参数。</p>
849
+ </div>
850
+
851
+
852
+
853
+
854
+
855
+ <dl class="details">
856
+
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
+ </dl>
888
+
889
+
890
+
891
+
892
+
893
+ </div>
894
+
895
+ <div class="member">
896
+
897
+ <span class="method-parameter is-pulled-right">
898
+ <label>类型:</label>
899
+
900
+ <span class="param-type">
901
+
902
+ String
903
+
904
+ </span>
905
+
906
+
907
+
908
+ </span>
909
+
910
+ <h4 class="name" id="timeZone">
911
+ <a class="href-link" href="#timeZone">#</a>
912
+
913
+ <span class="code-name">
914
+ timeZone
915
+ </span>
916
+
917
+ </h4>
918
+
919
+
920
+
921
+
922
+ <div class="description">
923
+ <p>开始时间和结束时间的时区信息,默认为空。 参考https://www.iana.org/time-zones。</p>
924
+ </div>
925
+
926
+
927
+
928
+
929
+
930
+ <dl class="details">
931
+
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
+ </dl>
963
+
964
+
965
+
966
+
967
+
968
+ </div>
969
+
970
+ </div>
971
+ </div>
972
+
973
+
974
+
975
+ <div class='vertical-section'>
976
+ <h3 id='function'>方法</h3>
977
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
978
+ <div class="members">
979
+ <div class="table-container">
980
+ <table class="params table">
981
+ <thead>
982
+ <tr>
983
+ <th>名称</th>
984
+ <th>返回值类型</th>
985
+ <th>描述</th>
986
+ </tr>
987
+ </thead>
988
+ <tbody>
989
+
990
+ <tr class="deep-level-0">
991
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
992
+ <td class="name">
993
+ <code>
994
+
995
+
996
+ <span class="param-type">
997
+
998
+ <a link="TimeInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeInfo" TimeInfo.html>TimeInfo</a>
999
+
1000
+ </span>
1001
+
1002
+
1003
+
1004
+
1005
+ </code>
1006
+ </td>
1007
+ <td class="name"><code><p>通过json构造TimeInfo对象</p></code></td>
1008
+ </tr>
1009
+
1010
+ <tr class="deep-level-0">
1011
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1012
+ <td class="name">
1013
+ <code>
1014
+
1015
+
1016
+ <span class="param-type">
1017
+
1018
+ <a link="TimeInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeInfo" TimeInfo.html>TimeInfo</a>
1019
+
1020
+ </span>
1021
+
1022
+
1023
+
1024
+
1025
+ </code>
1026
+ </td>
1027
+ <td class="name"><code><p>克隆TimeInfo对象</p></code></td>
1028
+ </tr>
1029
+
1030
+ <tr class="deep-level-0">
1031
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1032
+ <td class="name">
1033
+ <code>
1034
+
1035
+
1036
+ <span class="param-type">
1037
+
1038
+ Object
1039
+
1040
+ </span>
1041
+
1042
+
1043
+
1044
+
1045
+ </code>
1046
+ </td>
1047
+ <td class="name"><code><p>导出json对象</p></code></td>
1048
+ </tr>
1049
+
1050
+ </tbody>
1051
+ </table>
1052
+ </div>
1053
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1054
+
1055
+ <div class="member">
1056
+
1057
+
1058
+
1059
+ <h4 class="name" id=".fromJSON">
1060
+ <a class="href-link" href="#.fromJSON">#</a>
1061
+
1062
+
1063
+ <span class='tag'>static</span>
1064
+
1065
+
1066
+ <span class="code-name" id="fromJSON" style="font-size:30px">
1067
+
1068
+ fromJSON<span class="signature">(json)</span>
1069
+
1070
+ </span>
1071
+ </h4>
1072
+
1073
+
1074
+
1075
+ <div class="description">
1076
+ <p>通过json构造TimeInfo对象</p>
1077
+ </div>
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+ <h4>参数</h4>
1089
+
1090
+ <div class="table-container">
1091
+ <table class="params table">
1092
+ <thead>
1093
+ <tr>
1094
+
1095
+ <th>名称</th>
1096
+
1097
+
1098
+ <th>类型</th>
1099
+
1100
+
1101
+
1102
+ <th class="last">描述</th>
1103
+ </tr>
1104
+ </thead>
1105
+
1106
+ <tbody>
1107
+
1108
+
1109
+
1110
+ <tr class="deep-level-0">
1111
+
1112
+ <td class="name"><code>json</code></td>
1113
+
1114
+
1115
+ <td class="type">
1116
+
1117
+
1118
+ <span class="param-type">
1119
+
1120
+ Object
1121
+
1122
+ </span>
1123
+
1124
+
1125
+
1126
+
1127
+ </td>
1128
+
1129
+
1130
+
1131
+ <td class="description last"><p>json对象</p></td>
1132
+ </tr>
1133
+
1134
+
1135
+
1136
+
1137
+ </tbody>
1138
+ </table>
1139
+ </div>
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+ <dl class="details">
1147
+
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
+ </dl>
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+ <div class='columns method-parameter'>
1198
+ <div class="column is-2"><label>返回值</label></div>
1199
+ <div class="column is-10">
1200
+
1201
+
1202
+
1203
+ <div class="columns">
1204
+
1205
+ <div class='param-desc column is-7'><p>TimeInfo实例</p></div>
1206
+
1207
+
1208
+ <div class='column is-5 has-text-left'>
1209
+ <label>类型: </label>
1210
+
1211
+ <span class="param-type">
1212
+
1213
+ <a link="TimeInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeInfo" TimeInfo.html>TimeInfo</a>
1214
+
1215
+ </span>
1216
+
1217
+
1218
+
1219
+ </div>
1220
+
1221
+ </div>
1222
+
1223
+
1224
+ </div>
1225
+ </div>
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+ </div>
1233
+
1234
+ <div class="member">
1235
+
1236
+
1237
+
1238
+ <h4 class="name" id="clone">
1239
+ <a class="href-link" href="#clone">#</a>
1240
+
1241
+ <span class="code-name" id="clone" style="font-size:30px">
1242
+
1243
+ clone<span class="signature">()</span>
1244
+
1245
+ </span>
1246
+ </h4>
1247
+
1248
+
1249
+
1250
+ <div class="description">
1251
+ <p>克隆TimeInfo对象</p>
1252
+ </div>
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+ <dl class="details">
1268
+
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
+ </dl>
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+ <div class='columns method-parameter'>
1319
+ <div class="column is-2"><label>返回值</label></div>
1320
+ <div class="column is-10">
1321
+
1322
+
1323
+
1324
+ <div class="columns">
1325
+
1326
+ <div class='param-desc column is-7'><p>克隆后的TimeInfo实例</p></div>
1327
+
1328
+
1329
+ <div class='column is-5 has-text-left'>
1330
+ <label>类型: </label>
1331
+
1332
+ <span class="param-type">
1333
+
1334
+ <a link="TimeInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeInfo" TimeInfo.html>TimeInfo</a>
1335
+
1336
+ </span>
1337
+
1338
+
1339
+
1340
+ </div>
1341
+
1342
+ </div>
1343
+
1344
+
1345
+ </div>
1346
+ </div>
1347
+
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+ </div>
1354
+
1355
+ <div class="member">
1356
+
1357
+
1358
+
1359
+ <h4 class="name" id="toJSON">
1360
+ <a class="href-link" href="#toJSON">#</a>
1361
+
1362
+ <span class="code-name" id="toJSON" style="font-size:30px">
1363
+
1364
+ toJSON<span class="signature">()</span>
1365
+
1366
+ </span>
1367
+ </h4>
1368
+
1369
+
1370
+
1371
+ <div class="description">
1372
+ <p>导出json对象</p>
1373
+ </div>
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+ <dl class="details">
1389
+
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
+ </dl>
1421
+
1422
+
1423
+
1424
+
1425
+
1426
+
1427
+
1428
+
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+ <div class='columns method-parameter'>
1440
+ <div class="column is-2"><label>返回值</label></div>
1441
+ <div class="column is-10">
1442
+
1443
+
1444
+
1445
+ <div class="columns">
1446
+
1447
+ <div class='param-desc column is-7'><p>json对象</p></div>
1448
+
1449
+
1450
+ <div class='column is-5 has-text-left'>
1451
+ <label>类型: </label>
1452
+
1453
+ <span class="param-type">
1454
+
1455
+ Object
1456
+
1457
+ </span>
1458
+
1459
+
1460
+
1461
+ </div>
1462
+
1463
+ </div>
1464
+
1465
+
1466
+ </div>
1467
+ </div>
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+ </div>
1475
+
1476
+ </div>
1477
+ </div>
1478
+
1479
+
1480
+
1481
+
1482
+
1483
+ </article>
1484
+
1485
+ </section>