@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,963 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">TimeExtent</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="TimeExtent">
26
+ <a class="href-link" href="#TimeExtent">#</a>
27
+
28
+ <span class="code-name" id="TimeExtent" style="font-size:30px">
29
+
30
+ new TimeExtent<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
+
64
+ <th class="last">描述</th>
65
+ </tr>
66
+ </thead>
67
+
68
+ <tbody>
69
+
70
+
71
+
72
+ <tr class="deep-level-0">
73
+
74
+ <td class="name"><code>options</code></td>
75
+
76
+
77
+ <td class="type">
78
+
79
+
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
86
+
87
+
88
+
89
+ </td>
90
+
91
+
92
+
93
+ <td class="description last"><p>构造参数</p></td>
94
+ </tr>
95
+
96
+
97
+
98
+
99
+ <tr class="deep-level-1">
100
+
101
+ <td class="name"><code>start</code></td>
102
+
103
+
104
+ <td class="type">
105
+
106
+
107
+ <span class="param-type">
108
+
109
+ Date
110
+
111
+ </span>
112
+
113
+
114
+
115
+
116
+ </td>
117
+
118
+
119
+
120
+ <td class="description last"><p>开始时间,参考https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date。</p></td>
121
+ </tr>
122
+
123
+
124
+
125
+
126
+ <tr class="deep-level-1">
127
+
128
+ <td class="name"><code>end</code></td>
129
+
130
+
131
+ <td class="type">
132
+
133
+
134
+ <span class="param-type">
135
+
136
+ Date
137
+
138
+ </span>
139
+
140
+
141
+
142
+
143
+ </td>
144
+
145
+
146
+
147
+ <td class="description last"><p>结束时间,参考https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date。</p></td>
148
+ </tr>
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+ </tbody>
157
+ </table>
158
+ </div>
159
+
160
+
161
+
162
+
163
+
164
+
165
+ <dl class="details">
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+ </dl>
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+
227
+ </div>
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+ <div class='vertical-section'>
243
+ <h3 id='member'>成员变量</h3>
244
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
245
+ <div class="table-container">
246
+ <table class="params table">
247
+ <thead>
248
+ <tr>
249
+ <th>名称</th>
250
+ <th>类型</th>
251
+ <th>描述</th>
252
+ </tr>
253
+ </thead>
254
+ <tbody>
255
+
256
+ <tr class="deep-level-0">
257
+ <td class="name"><code><a href="#end">end</a></code></td>
258
+ <td class="name">
259
+ <code>
260
+
261
+ <span class="param-type">
262
+
263
+ Date
264
+
265
+ </span>
266
+
267
+
268
+
269
+ </code>
270
+ </td>
271
+ <td class="name"><code><p>结束时间,参考https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date。</p></code></td>
272
+ </tr>
273
+
274
+ <tr class="deep-level-0">
275
+ <td class="name"><code><a href="#start">start</a></code></td>
276
+ <td class="name">
277
+ <code>
278
+
279
+ <span class="param-type">
280
+
281
+ Date
282
+
283
+ </span>
284
+
285
+
286
+
287
+ </code>
288
+ </td>
289
+ <td class="name"><code><p>开始时间,参考https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date。</p></code></td>
290
+ </tr>
291
+
292
+ </tbody>
293
+ </table>
294
+ </div>
295
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
296
+ <div class="members">
297
+
298
+ <div class="member">
299
+
300
+ <span class="method-parameter is-pulled-right">
301
+ <label>类型:</label>
302
+
303
+ <span class="param-type">
304
+
305
+ Date
306
+
307
+ </span>
308
+
309
+
310
+
311
+ </span>
312
+
313
+ <h4 class="name" id="end">
314
+ <a class="href-link" href="#end">#</a>
315
+
316
+ <span class="code-name">
317
+ end
318
+ </span>
319
+
320
+ </h4>
321
+
322
+
323
+
324
+
325
+ <div class="description">
326
+ <p>结束时间,参考https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date。</p>
327
+ </div>
328
+
329
+
330
+
331
+
332
+
333
+ <dl class="details">
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+ </dl>
366
+
367
+
368
+
369
+
370
+
371
+ </div>
372
+
373
+ <div class="member">
374
+
375
+ <span class="method-parameter is-pulled-right">
376
+ <label>类型:</label>
377
+
378
+ <span class="param-type">
379
+
380
+ Date
381
+
382
+ </span>
383
+
384
+
385
+
386
+ </span>
387
+
388
+ <h4 class="name" id="start">
389
+ <a class="href-link" href="#start">#</a>
390
+
391
+ <span class="code-name">
392
+ start
393
+ </span>
394
+
395
+ </h4>
396
+
397
+
398
+
399
+
400
+ <div class="description">
401
+ <p>开始时间,参考https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date。</p>
402
+ </div>
403
+
404
+
405
+
406
+
407
+
408
+ <dl class="details">
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+ </dl>
441
+
442
+
443
+
444
+
445
+
446
+ </div>
447
+
448
+ </div>
449
+ </div>
450
+
451
+
452
+
453
+ <div class='vertical-section'>
454
+ <h3 id='function'>方法</h3>
455
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
456
+ <div class="members">
457
+ <div class="table-container">
458
+ <table class="params table">
459
+ <thead>
460
+ <tr>
461
+ <th>名称</th>
462
+ <th>返回值类型</th>
463
+ <th>描述</th>
464
+ </tr>
465
+ </thead>
466
+ <tbody>
467
+
468
+ <tr class="deep-level-0">
469
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
470
+ <td class="name">
471
+ <code>
472
+
473
+
474
+ <span class="param-type">
475
+
476
+ <a link="TimeExtent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeExtent" TimeExtent.html>TimeExtent</a>
477
+
478
+ </span>
479
+
480
+
481
+
482
+
483
+ </code>
484
+ </td>
485
+ <td class="name"><code><p>通过json构造TimeExtent对象</p></code></td>
486
+ </tr>
487
+
488
+ <tr class="deep-level-0">
489
+ <td class="name"><code><a href="#clone">clone</a></code></td>
490
+ <td class="name">
491
+ <code>
492
+
493
+
494
+ <span class="param-type">
495
+
496
+ <a link="TimeExtent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeExtent" TimeExtent.html>TimeExtent</a>
497
+
498
+ </span>
499
+
500
+
501
+
502
+
503
+ </code>
504
+ </td>
505
+ <td class="name"><code><p>克隆TimeExtent对象</p></code></td>
506
+ </tr>
507
+
508
+ <tr class="deep-level-0">
509
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
510
+ <td class="name">
511
+ <code>
512
+
513
+
514
+ <span class="param-type">
515
+
516
+ Object
517
+
518
+ </span>
519
+
520
+
521
+
522
+
523
+ </code>
524
+ </td>
525
+ <td class="name"><code><p>导出json对象</p></code></td>
526
+ </tr>
527
+
528
+ </tbody>
529
+ </table>
530
+ </div>
531
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
532
+
533
+ <div class="member">
534
+
535
+
536
+
537
+ <h4 class="name" id=".fromJSON">
538
+ <a class="href-link" href="#.fromJSON">#</a>
539
+
540
+
541
+ <span class='tag'>static</span>
542
+
543
+
544
+ <span class="code-name" id="fromJSON" style="font-size:30px">
545
+
546
+ fromJSON<span class="signature">(json)</span>
547
+
548
+ </span>
549
+ </h4>
550
+
551
+
552
+
553
+ <div class="description">
554
+ <p>通过json构造TimeExtent对象</p>
555
+ </div>
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+ <h4>参数</h4>
567
+
568
+ <div class="table-container">
569
+ <table class="params table">
570
+ <thead>
571
+ <tr>
572
+
573
+ <th>名称</th>
574
+
575
+
576
+ <th>类型</th>
577
+
578
+
579
+
580
+ <th class="last">描述</th>
581
+ </tr>
582
+ </thead>
583
+
584
+ <tbody>
585
+
586
+
587
+
588
+ <tr class="deep-level-0">
589
+
590
+ <td class="name"><code>json</code></td>
591
+
592
+
593
+ <td class="type">
594
+
595
+
596
+ <span class="param-type">
597
+
598
+ Object
599
+
600
+ </span>
601
+
602
+
603
+
604
+
605
+ </td>
606
+
607
+
608
+
609
+ <td class="description last"><p>json对象</p></td>
610
+ </tr>
611
+
612
+
613
+
614
+
615
+ </tbody>
616
+ </table>
617
+ </div>
618
+
619
+
620
+
621
+
622
+
623
+
624
+ <dl class="details">
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+ </dl>
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+ <div class='columns method-parameter'>
676
+ <div class="column is-2"><label>返回值</label></div>
677
+ <div class="column is-10">
678
+
679
+
680
+
681
+ <div class="columns">
682
+
683
+ <div class='param-desc column is-7'><p>TimeExtent实例</p></div>
684
+
685
+
686
+ <div class='column is-5 has-text-left'>
687
+ <label>类型: </label>
688
+
689
+ <span class="param-type">
690
+
691
+ <a link="TimeExtent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeExtent" TimeExtent.html>TimeExtent</a>
692
+
693
+ </span>
694
+
695
+
696
+
697
+ </div>
698
+
699
+ </div>
700
+
701
+
702
+ </div>
703
+ </div>
704
+
705
+
706
+
707
+
708
+
709
+
710
+ </div>
711
+
712
+ <div class="member">
713
+
714
+
715
+
716
+ <h4 class="name" id="clone">
717
+ <a class="href-link" href="#clone">#</a>
718
+
719
+ <span class="code-name" id="clone" style="font-size:30px">
720
+
721
+ clone<span class="signature">()</span>
722
+
723
+ </span>
724
+ </h4>
725
+
726
+
727
+
728
+ <div class="description">
729
+ <p>克隆TimeExtent对象</p>
730
+ </div>
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+ <dl class="details">
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+ </dl>
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+ <div class='columns method-parameter'>
797
+ <div class="column is-2"><label>返回值</label></div>
798
+ <div class="column is-10">
799
+
800
+
801
+
802
+ <div class="columns">
803
+
804
+ <div class='param-desc column is-7'><p>克隆后的TimeExtent实例</p></div>
805
+
806
+
807
+ <div class='column is-5 has-text-left'>
808
+ <label>类型: </label>
809
+
810
+ <span class="param-type">
811
+
812
+ <a link="TimeExtent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TimeExtent" TimeExtent.html>TimeExtent</a>
813
+
814
+ </span>
815
+
816
+
817
+
818
+ </div>
819
+
820
+ </div>
821
+
822
+
823
+ </div>
824
+ </div>
825
+
826
+
827
+
828
+
829
+
830
+
831
+ </div>
832
+
833
+ <div class="member">
834
+
835
+
836
+
837
+ <h4 class="name" id="toJSON">
838
+ <a class="href-link" href="#toJSON">#</a>
839
+
840
+ <span class="code-name" id="toJSON" style="font-size:30px">
841
+
842
+ toJSON<span class="signature">()</span>
843
+
844
+ </span>
845
+ </h4>
846
+
847
+
848
+
849
+ <div class="description">
850
+ <p>导出json对象</p>
851
+ </div>
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+ <dl class="details">
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+ </dl>
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+ <div class='columns method-parameter'>
918
+ <div class="column is-2"><label>返回值</label></div>
919
+ <div class="column is-10">
920
+
921
+
922
+
923
+ <div class="columns">
924
+
925
+ <div class='param-desc column is-7'><p>json对象</p></div>
926
+
927
+
928
+ <div class='column is-5 has-text-left'>
929
+ <label>类型: </label>
930
+
931
+ <span class="param-type">
932
+
933
+ Object
934
+
935
+ </span>
936
+
937
+
938
+
939
+ </div>
940
+
941
+ </div>
942
+
943
+
944
+ </div>
945
+ </div>
946
+
947
+
948
+
949
+
950
+
951
+
952
+ </div>
953
+
954
+ </div>
955
+ </div>
956
+
957
+
958
+
959
+
960
+
961
+ </article>
962
+
963
+ </section>