Uses of Class
org.orekit.time.DateComponents
Packages that use DateComponents
Package
Description
This package collects classes representing the individual terms that make up an IIRV vector.
This package provides parsers for laser ranging data stored in CDR and CPF formats.
This package provides classes to read gravity field files and supports several
different formats.
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
This package provides models that simulate the impact of the ionosphere.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
-
Uses of DateComponents in org.orekit.files.iirv.terms
Methods in org.orekit.files.iirv.terms that return DateComponentsModifier and TypeMethodDescriptionDayOfYearTerm.getDateComponents(int year) Returns theDateComponentsinstance that corresponds this term's value. -
Uses of DateComponents in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return DateComponentsModifier and TypeMethodDescriptionILRSHeader.getProductionEpoch()Get the date component of the ephemeris production.Methods in org.orekit.files.ilrs with parameters of type DateComponentsModifier and TypeMethodDescriptionvoidILRSHeader.setProductionEpoch(DateComponents productionEpoch) Set the date component of the ephemeris production. -
Uses of DateComponents in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential with parameters of type DateComponentsModifier and TypeMethodDescriptionprotected AbsoluteDatePotentialCoefficientsReader.toDate(DateComponents components) Create a date from components.protected AbsoluteDatePotentialCoefficientsReader.toDate(DateComponents dc, TimeComponents tc) Create a date from components. -
Uses of DateComponents in org.orekit.models.earth.atmosphere.data
Methods in org.orekit.models.earth.atmosphere.data that return DateComponentsModifier and TypeMethodDescriptionMarshallSolarActivityFutureEstimation.getFileDate(AbsoluteDate date) Get the date of the file from which data at the specified date comes from.MarshallSolarActivityFutureEstimationLoader.LineParameters.getFileDate()Get the file date. -
Uses of DateComponents in org.orekit.models.earth.ionosphere
Methods in org.orekit.models.earth.ionosphere with parameters of type DateComponentsModifier and TypeMethodDescriptionvoidKlobucharIonoCoefficientsLoader.loadKlobucharIonosphericCoefficients(DateComponents dateComponents) Load the data for a given day. -
Uses of DateComponents in org.orekit.time
Fields in org.orekit.time declared as DateComponentsModifier and TypeFieldDescriptionstatic final DateComponentsDateComponents.BEIDOU_EPOCHReference epoch for BeiDou weeks: 2006-01-01.static final DateComponentsDateComponents.CCSDS_EPOCHReference epoch for CCSDS Time Code Format (CCSDS 301.0-B-4): 1958-01-01.static final DateComponentsDateComponents.FIFTIES_EPOCHReference epoch for 1950 dates: 1950-01-01.static final DateComponentsDateComponents.GALILEO_EPOCHReference epoch for Galileo System Time: 1999-08-22.static final DateComponentsDateComponents.GLONASS_EPOCHReference epoch for GLONASS four-year interval number: 1996-01-01.static final DateComponentsDateComponents.GPS_EPOCHReference epoch for GPS weeks: 1980-01-06.static final DateComponentsDateComponents.J2000_EPOCHJ2000.0 Reference epoch: 2000-01-01.static final DateComponentsDateComponents.JAVA_EPOCHJava Reference epoch: 1970-01-01.static final DateComponentsDateComponents.JULIAN_EPOCHReference epoch for julian dates: -4712-01-01.static final DateComponentsDateComponents.MAX_EPOCHMaximum supported date.static final DateComponentsDateComponents.MIN_EPOCHMaximum supported date.static final DateComponentsDateComponents.MODIFIED_JULIAN_EPOCHReference epoch for modified julian dates: 1858-11-17.static final DateComponentsDateComponents.NAVIC_EPOCHReference epoch for NavIC weeks: 1999-08-22.static final DateComponentsDateComponents.QZSS_EPOCHReference epoch for QZSS weeks: 1980-01-06.Methods in org.orekit.time that return DateComponentsModifier and TypeMethodDescriptionstatic DateComponentsDateComponents.createFromWeekComponents(int wYear, int week, int dayOfWeek) Build a date from week components.DateTimeComponents.getDate()Get the date component.static DateComponentsGNSSDate.getRolloverReference()Get the reference date ensuring continuity across GNSS week rollover.OffsetModel.getStart()Get the date of the offset start.static DateComponentsParse a string in ISO-8601 format to build a date.Methods in org.orekit.time with parameters of type DateComponentsModifier and TypeMethodDescriptionintDateComponents.compareTo(DateComponents other) UTCTAIOffset.getOffset(DateComponents date, TimeComponents time) Get the TAI - UTC offset in seconds.ConstantOffsetTimeScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.GLONASSScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.SatelliteClockScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.default TimeOffsetTimeScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.UTCScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.static AbsoluteDateAbsoluteDate.parseCCSDSDaySegmentedTimeCode(byte preambleField, byte[] timeField, DateComponents agencyDefinedEpoch) Build an instance from a CCSDS Day Segmented Time Code (CDS).static AbsoluteDateAbsoluteDate.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<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<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 voidGNSSDate.setRolloverReference(DateComponents reference) Set a reference date for ensuring continuity across GNSS week rollover.Constructors in org.orekit.time with parameters of type DateComponentsModifierConstructorDescriptionAbsoluteDate(DateComponents date, TimeComponents time, TimeScale timeScale) Build an instance from a location in atime scale.AbsoluteDate(DateComponents date, TimeScale timeScale) Build an instance from a location in atime 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 atime scale.FieldAbsoluteDate(Field<T> field, DateComponents date, TimeScale timeScale) Build an instance from a location in atime scale.GNSSDate(int weekNumber, double secondsInWeek, SatelliteSystem system, DateComponents reference, TimeScales timeScales) Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system, DateComponents reference, TimeScales timeScales) Build an instance corresponding to a GNSS date.OffsetModel(DateComponents start, int offset) Constructor for a constant offset model.OffsetModel(DateComponents start, int mjdRef, TimeOffset offset, int slope) Constructor for a linear offset model.