Package | Description |
---|---|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and Description |
---|---|
List<OffsetModel> |
AGILeapSecondFilesLoader.loadOffsets()
Load UTC-TAI offsets entries.
|
List<OffsetModel> |
UTCTAIHistoryFilesLoader.loadOffsets()
Load UTC-TAI offsets entries.
|
List<OffsetModel> |
UTCTAIBulletinAFilesLoader.loadOffsets()
Load UTC-TAI offsets entries.
|
List<OffsetModel> |
UTCTAIOffsetsLoader.loadOffsets()
Load UTC-TAI offsets entries.
|
List<OffsetModel> |
TAIUTCDatFilesLoader.loadOffsets()
Load UTC-TAI offsets entries.
|
List<OffsetModel> |
AGILeapSecondFilesLoader.Parser.parse(InputStream input,
String name)
Load UTC-TAI offsets entries read from some file.
|
List<OffsetModel> |
UTCTAIHistoryFilesLoader.Parser.parse(InputStream input,
String name)
Load UTC-TAI offsets entries read from some file.
|
List<OffsetModel> |
UTCTAIOffsetsLoader.Parser.parse(InputStream input,
String name)
Parse leap seconds from the input stream.
|
List<OffsetModel> |
TAIUTCDatFilesLoader.Parser.parse(InputStream input,
String name)
Load UTC-TAI offsets entries read from some file.
|
Modifier and Type | Method and Description |
---|---|
static TimeScales |
TimeScales.of(Collection<? extends OffsetModel> utcMinusTai,
BiFunction<? super IERSConventions,? super TimeScales,? extends Collection<? extends EOPEntry>> eopSupplier)
Create a set of time scales where all the data is loaded from the given functions.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.