|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateComponents | |
---|---|
fr.cnes.sirius.validate.mocks.ephemeris | |
org.orekit.forces.atmospheres.solarActivity.specialized | |
org.orekit.frames.configuration.eop | |
org.orekit.time | This independent package provides classes to handle epochs, time scales, and to compare instants together. |
Uses of DateComponents in fr.cnes.sirius.validate.mocks.ephemeris |
---|
Constructors in fr.cnes.sirius.validate.mocks.ephemeris with parameters of type DateComponents | |
---|---|
UserEphemeris(String ephemerisFile,
DateComponents referenceEpoch,
TimeScale timeScale,
Frame frame)
Constructor. |
Uses of DateComponents in org.orekit.forces.atmospheres.solarActivity.specialized |
---|
Methods in org.orekit.forces.atmospheres.solarActivity.specialized that return DateComponents | |
---|---|
DateComponents |
MarshallSolarActivityFutureEstimation.getFileDate(AbsoluteDate date)
Get the date of the file from which data at the specified date comes from. |
Uses of DateComponents in org.orekit.frames.configuration.eop |
---|
Constructors in org.orekit.frames.configuration.eop with parameters of type DateComponents | |
---|---|
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 dt,
double lod,
double x,
double y,
double dx,
double dy)
Constructor with DateComponents parameter. |
|
EOPEntry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Constructor with DateComponents parameter. |
Uses of DateComponents in org.orekit.time |
---|
Fields in org.orekit.time declared as DateComponents | |
---|---|
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. |
Methods in org.orekit.time that return DateComponents | |
---|---|
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. |
Methods in org.orekit.time that return types with arguments of type DateComponents | |
---|---|
SortedMap<DateComponents,Integer> |
UTCTAILoader.loadTimeSteps()
Load UTC-TAI offsets entries. |
Methods in org.orekit.time with parameters of type DateComponents | |
---|---|
int |
DateComponents.compareTo(DateComponents other)
|
double |
UTCScale.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 . |
double |
UT1Scale.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 |
TCBScale.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 |
TCGScale.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 |
TimeScale.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 |
GPSScale.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). |
Constructors in org.orekit.time with parameters of type DateComponents | |
---|---|
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 date,
TimeComponents time)
Build a new instance from its components. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |