Package | Description |
---|---|
org.orekit.files.ilrs |
This package provides parsers for laser ranging data stored in CDR and CPF formats.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.gnss.clock |
This package provides classes related to navigation clock files.
|
org.orekit.models.earth.atmosphere.data |
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
|
org.orekit.models.earth.ionosphere |
This package provides models that simulate the impact of the ionosphere.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and Description |
---|---|
DateComponents |
ILRSHeader.getProductionEpoch()
Get the date component of the ephemeris production.
|
Modifier and Type | Method and Description |
---|---|
void |
ILRSHeader.setProductionEpoch(DateComponents productionEpoch)
Set the date component of the ephemeris production.
|
Modifier and Type | Method and Description |
---|---|
protected AbsoluteDate |
PotentialCoefficientsReader.toDate(DateComponents components)
Create a date from components.
|
protected AbsoluteDate |
PotentialCoefficientsReader.toDate(DateComponents dc,
TimeComponents tc)
Create a date from components.
|
Constructor and Description |
---|
ClockDataLine(RinexClock.ClockDataType type,
String name,
DateComponents dateComponents,
TimeComponents timeComponents,
int numberOfValues,
double clockBias,
double clockBiasSigma,
double clockRate,
double clockRateSigma,
double clockAcceleration,
double clockAccelerationSigma)
Constructor.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
KlobucharIonoCoefficientsLoader.loadKlobucharIonosphericCoefficients(DateComponents dateComponents)
Load the data for a given day.
|
Modifier and Type | Field and Description |
---|---|
static DateComponents |
DateComponents.BEIDOU_EPOCH
Reference epoch for BeiDou weeks: 2006-01-01.
|
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.GLONASS_EPOCH
Reference epoch for GLONASS four-year interval number: 1996-01-01.
|
static DateComponents |
DateComponents.GPS_EPOCH
Reference epoch for GPS weeks: 1980-01-06.
|
static DateComponents |
DateComponents.IRNSS_EPOCH
Reference epoch for IRNSS weeks: 1999-08-22.
|
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.MAX_EPOCH
Maximum supported date.
|
static DateComponents |
DateComponents.MIN_EPOCH
Maximum supported date.
|
static DateComponents |
DateComponents.MODIFIED_JULIAN_EPOCH
Reference epoch for modified julian dates: 1858-11-17.
|
static DateComponents |
DateComponents.QZSS_EPOCH
Reference epoch for QZSS weeks: 1980-01-06.
|
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 |
GNSSDate.getRolloverReference()
Get the reference date ensuring continuity across GNSS week rollover.
|
DateComponents |
OffsetModel.getStart()
Get the date of the offset start.
|
static DateComponents |
DateComponents.parseDate(String string)
Parse a string in ISO-8601 format to build a date.
|
Modifier and Type | Method and Description |
---|---|
int |
DateComponents.compareTo(DateComponents other) |
double |
UTCTAIOffset.getOffset(DateComponents date,
TimeComponents time)
Get the TAI - UTC offset in seconds.
|
double |
GLONASSScale.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 . |
default double |
TimeScale.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 |
QZSSScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
IRNSSScale.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 |
SatelliteClockScale.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 |
BDTScale.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 . |
static AbsoluteDate |
AbsoluteDate.parseCCSDSDaySegmentedTimeCode(byte preambleField,
byte[] timeField,
DateComponents agencyDefinedEpoch)
Build an instance from a CCSDS Day Segmented Time Code (CDS).
|
static AbsoluteDate |
AbsoluteDate.parseCCSDSDaySegmentedTimeCode(byte preambleField,
byte[] timeField,
DateComponents agencyDefinedEpoch,
TimeScale utc)
Build an instance from a CCSDS Day Segmented Time Code (CDS).
|
static <T extends CalculusFieldElement<T>> |
FieldAbsoluteDate.parseCCSDSDaySegmentedTimeCode(Field<T> field,
byte preambleField,
byte[] timeField,
DateComponents agencyDefinedEpoch)
Build an instance from a CCSDS Day Segmented Time Code (CDS).
|
static <T extends CalculusFieldElement<T>> |
FieldAbsoluteDate.parseCCSDSDaySegmentedTimeCode(Field<T> field,
byte preambleField,
byte[] timeField,
DateComponents agencyDefinedEpoch,
TimeScale utc)
Build an instance from a CCSDS Day Segmented Time Code (CDS).
|
static void |
GNSSDate.setRolloverReference(DateComponents reference)
Set a reference date for ensuring continuity across GNSS week rollover.
|
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 date,
TimeComponents time)
Build a new instance from its components.
|
FieldAbsoluteDate(Field<T> field,
DateComponents date,
TimeComponents time,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
FieldAbsoluteDate(Field<T> field,
DateComponents date,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
OffsetModel(DateComponents start,
int offset)
Constructor for a constant offset model.
|
OffsetModel(DateComponents start,
int mjdRef,
double offset,
double slope)
Constructor for a linear offset model.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.