Package | Description |
---|---|
fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized | |
fr.cnes.sirius.patrius.frames.configuration.eop | |
fr.cnes.sirius.patrius.time |
Modifier and Type | Method and Description |
---|---|
DateComponents |
MarshallSolarActivityFutureEstimation.getFileDate(AbsoluteDate date)
Get the date of the file from which data at the specified date comes from.
|
Constructor and Description |
---|
EOP1980Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps)
Constructor with DateComponents parameter.
|
EOP1980Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps,
EOPEntry.DtType type)
Constructor with DateComponents parameter.
|
EOP2000Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
Constructor with DateComponents parameter.
|
EOP2000Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Constructor with DateComponents parameter.
|
EOPEntry(DateComponents datec,
double dtIn,
double lodIn,
double xIn,
double yIn,
double dxIn,
double dyIn)
Constructor with DateComponents parameter.
|
EOPEntry(DateComponents datec,
double dtIn,
double lodIn,
double xIn,
double yIn,
double dxIn,
double dyIn,
EOPEntry.DtType type)
Constructor with DateComponents parameter.
|
Modifier and Type | Field and Description |
---|---|
static DateComponents |
DateComponents.CCSDS_EPOCH
Reference epoch for CCSDS Time Code Format (CCSDS 301.0-B-4): 1958-01-01.
|
static DateComponents |
DateComponents.FIFTIES_EPOCH
Reference epoch for 1950 dates: 1950-01-01.
|
static DateComponents |
DateComponents.GALILEO_EPOCH
Reference epoch for Galileo System Time: 1999-08-22.
|
static DateComponents |
DateComponents.GPS_EPOCH
Reference epoch for GPS weeks: 1980-01-06.
|
static DateComponents |
DateComponents.J2000_EPOCH
J2000.0 Reference epoch: 2000-01-01.
|
static DateComponents |
DateComponents.JAVA_EPOCH
Java Reference epoch: 1970-01-01.
|
static DateComponents |
DateComponents.JULIAN_EPOCH
Reference epoch for julian dates: -4712-01-01.
|
static DateComponents |
DateComponents.MODIFIED_JULIAN_EPOCH
Reference epoch for modified julian dates: 1858-11-17.
|
Modifier and Type | Method and Description |
---|---|
static DateComponents |
DateComponents.createFromWeekComponents(int wYear,
int week,
int dayOfWeek)
Build a date from week components.
|
DateComponents |
DateTimeComponents.getDate()
Get the date component.
|
static DateComponents |
DateComponents.parseDate(String string)
Parse a string in ISO-8601 format to build a date.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<DateComponents,Integer> |
UTCTAILoader.loadTimeSteps()
Load UTC-TAI offsets entries.
|
SortedMap<DateComponents,Integer> |
UTCTAIHistoryFilesLoader.loadTimeSteps()
Load stored UTC-TAI offsets entries.
|
Modifier and Type | Method and Description |
---|---|
int |
DateComponents.compareTo(DateComponents other) |
double |
UT1Scale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TCGScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TDBScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TAIScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
UTCScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TCBScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
GMSTScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
GalileoScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
GPSScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TimeScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TTScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
static AbsoluteDate |
AbsoluteDate.parseCCSDSDaySegmentedTimeCode(byte preambleField,
byte[] timeField,
DateComponents agencyDefinedEpoch)
Build an instance from a CCSDS Day Segmented Time Code (CDS).
|
Constructor and Description |
---|
AbsoluteDate(DateComponents date,
TimeComponents time,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
AbsoluteDate(DateComponents date,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
DateComponents(DateComponents epoch,
int offset)
Build a date from its offset with respect to a reference epoch.
|
DateTimeComponents(DateComponents dateIn,
TimeComponents timeIn)
Build a new instance from its components.
|
Copyright © 2021 CNES. All rights reserved.