Uses of Interface
org.orekit.time.TimeScales
Packages that use TimeScales
Package
Description
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
This package provides classes related to navigation clock files.
This package provides classes related to RINEX navigation files.
This package provides parsers for the various RINEX navigation messages.
This package provides classes related to RINEX observation files.
This package contains class managing the sections in RINEX files.
This package provides classes related to station data.
This package provides a parser for orbit data stored in SP3 format.
This package provides classes to handle frames and transforms between them.
This package provides classes related to GNSS applications.
This package provides all supported RTCM ephemeris
messages.This package provides streams reading from ntrip casters.
This package provides the top level
MessagesParser class that can extract messages from binary containers like ByteArrayEncodedMessages or {link org.orekit.metric.gnss.ssr.parser.InputStreamEncodedMessages
InputStreamEncodedMessages}.This package provides models that simulate global weather conditions on Earth.
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
This package provides useful objects.
-
Uses of TimeScales in org.orekit.bodies
Constructors in org.orekit.bodies with parameters of type TimeScalesModifierConstructorDescriptionJPLEphemeridesLoader(String supportedNames, JPLEphemeridesLoader.EphemerisType generateType, DataProvidersManager dataProvidersManager, TimeScales timeScales, Frame gcrf, CelestialBodies celestialBodies) Create a loader for JPL ephemerides binary files.LazyLoadedCelestialBodies(DataProvidersManager dataProvidersManager, TimeScales timeScales, Frame gcrf) Create a celestial body factory with the given auxiliary data sources. -
Uses of TimeScales in org.orekit.data
Methods in org.orekit.data that return TimeScalesModifier and TypeMethodDescriptionCompositeDataContext.getTimeScales()DataContext.getTimeScales()Get a factory for constructingTimeScales based on the auxiliary data in this context.Constructors in org.orekit.data with parameters of type TimeScalesModifierConstructorDescriptionCompositeDataContext(TimeScales timeScales, Frames frames, CelestialBodies celestialBodies, GravityFields gravityFields, GeoMagneticFields geoMagneticFields) Simple constructor.FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, InputStream stream, String name, TimeScales timeScales) Build a model of fundamental arguments from an IERS table file.FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, List<double[]> coefficients, TimeScales timeScales) Build a model of fundamental arguments from an IERS table file. -
Uses of TimeScales in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock with parameters of type TimeScalesModifier and TypeMethodDescriptionvoidRinexClockHeader.parseProgramRunByDate(String line, TimeScales timeScales) Parse program, run/by and date.Constructors in org.orekit.files.rinex.clock with parameters of type TimeScalesModifierConstructorDescriptionRinexClockParser(Function<? super String, ? extends Frame> frameBuilder, Function<? super String, ? extends ObservationType> typeBuilder, Function<? super String, ? extends TimeSystem> timeSystemBuilder, TimeScales timeScales) Constructor, build the IGS clock file parser. -
Uses of TimeScales in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation with parameters of type TimeScalesModifier and TypeMethodDescriptionvoidRinexObservationHeader.parseProgramRunByDate(String line, TimeScales timeScales) Parse program, run/by and date.Constructors in org.orekit.files.rinex.observation with parameters of type TimeScalesModifierConstructorDescriptionRinexObservationParser(Function<? super String, ? extends ObservationType> typeBuilder, BiFunction<SatelliteSystem, TimeScales, ? extends TimeScale> timeScaleBuilder, TimeScales timeScales) Create a RINEX loader/parser with the given source of RINEX auxiliary data files.RinexObservationWriter(Appendable output, String outputName, BiFunction<SatelliteSystem, TimeScales, ? extends TimeScale> timeScaleBuilder, TimeScales timeScales) Simple constructor.Constructor parameters in org.orekit.files.rinex.observation with type arguments of type TimeScalesModifierConstructorDescriptionRinexObservationParser(Function<? super String, ? extends ObservationType> typeBuilder, BiFunction<SatelliteSystem, TimeScales, ? extends TimeScale> timeScaleBuilder, TimeScales timeScales) Create a RINEX loader/parser with the given source of RINEX auxiliary data files.RinexObservationWriter(Appendable output, String outputName, BiFunction<SatelliteSystem, TimeScales, ? extends TimeScale> timeScaleBuilder, TimeScales timeScales) Simple constructor. -
Uses of TimeScales in org.orekit.files.rinex.section
Methods in org.orekit.files.rinex.section with parameters of type TimeScalesModifier and TypeMethodDescriptionprotected voidRinexBaseHeader.parseProgramRunByDate(String prgm, String run, String date, TimeScales timeScales) Parse program, run/by and date.abstract voidRinexBaseHeader.parseProgramRunByDate(String line, TimeScales timeScales) Parse program, run/by and date. -
Uses of TimeScales in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return TimeScalesModifier and TypeMethodDescriptionAbstractSinex.getTimeScales()Get the time scales.AbstractSinexParser.getTimeScales()Get the time scales.Constructors in org.orekit.files.sinex with parameters of type TimeScalesModifierConstructorDescriptionAbstractSinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate) Simple constructor.protectedAbstractSinexParser(TimeScales timeScales) Simple constructor.protectedParseInfo(TimeScales timeScales) Simple constructor.Sinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<SatInSystem, Map<GnssSignal, Vector3D>> satellitesPhaseCenters, Map<String, Station> stations, Map<AbsoluteDate, SinexEopEntry> eop) Simple constructor.SinexBias(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, BiasDescription description, Map<String, StationDifferentialSignalBias> stationsDsb, Map<SatInSystem, SatelliteDifferentialSignalBias> satellitesDsb, Map<String, StationObservableSpecificSignalBias> stationsOsb, Map<SatInSystem, SatelliteObservableSpecificSignalBias> satellitesOsb) Simple constructor.SinexBiasParser(TimeScales timeScales) Simple constructor.SinexParser(TimeScales timeScales) Simple constructor. -
Uses of TimeScales in org.orekit.files.sp3
Constructors in org.orekit.files.sp3 with parameters of type TimeScalesModifierConstructorDescriptionSP3Parser(double mu, int interpolationSamples, Function<? super String, ? extends Frame> frameBuilder, TimeScales timeScales) Create an SP3 parser and specify the extra information needed to create aPropagatorfrom the ephemeris data.SP3Writer(Appendable output, String outputName, TimeScales timeScales) Simple constructor. -
Uses of TimeScales in org.orekit.frames
Methods in org.orekit.frames that return TimeScalesModifier and TypeMethodDescriptionprotected TimeScalesAbstractFrames.getTimeScales()Get the time scales.EOPHistory.getTimeScales()Get the time scales used in computing EOP corrections.Methods in org.orekit.frames with parameters of type TimeScalesModifier and TypeMethodDescriptionLazyLoadedEop.getEOPHistory(IERSConventions conventions, boolean simpleEOP, TimeScales timeScales) Get Earth Orientation Parameters history.static EopHistoryLoader.ParserEopHistoryLoader.Parser.newBulletinBParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales) Create a new parser for EOP data in the Bulletin B format.static EopHistoryLoader.ParserEopHistoryLoader.Parser.newEopC04Parser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales) Create a new parser for EOP data in the EOP C04 format.static EopHistoryLoader.ParserEopHistoryLoader.Parser.newFinalsColumnsParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales, boolean isNonRotatingOrigin) Create a new parser for EOP data in the rapid and predicted columnar format.static EopHistoryLoader.ParserEopHistoryLoader.Parser.newFinalsXmlParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales) Create a new parser for EOP data in the rapid and predicted XML format.static FramesFrames.of(TimeScales timeScales, Supplier<Frame> icrfSupplier) Create a set of frames from the given data.static FramesFrames.of(TimeScales timeScales, CelestialBodies celestialBodies) Create a set of frames from the given data.Constructors in org.orekit.frames with parameters of type TimeScalesModifierConstructorDescriptionprotectedAbstractFrames(TimeScales timeScales, Supplier<Frame> icrfSupplier) Simple constructor.EclipticProvider(IERSConventions conventions, TimeScales timeScales) Create a transform provider from MOD to an ecliptically aligned frame.EOPHistory(IERSConventions conventions, int interpolationDegree, Collection<? extends EOPEntry> data, boolean simpleEOP, TimeScales timeScales) Simple constructor.protectedGTODProvider(IERSConventions conventions, EOPHistory eopHistory, TimeScales timeScales) Simple constructor.LazyLoadedFrames(LazyLoadedEop lazyLoadedEop, TimeScales timeScales, CelestialBodies celestialBodies) Create a collection of frames from the given auxiliary data. -
Uses of TimeScales in org.orekit.gnss
Methods in org.orekit.gnss with parameters of type TimeScalesModifier and TypeMethodDescriptionabstract TimeScaleObservationTimeScale.getTimeScale(TimeScales timeScales) Get time scale.PredefinedTimeSystem.getTimeScale(TimeScales timeScales) Get the time scale corresponding to time system.TimeSystem.getTimeScale(TimeScales timeScales) Get the time scale corresponding to time system.Constructors in org.orekit.gnss with parameters of type TimeScalesModifierConstructorDescriptionSEMParser(String supportedNames, DataProvidersManager dataProvidersManager, TimeScales timeScales) Create a SEM loader/parser with the given source of SEM auxiliary data files.YUMAParser(String supportedNames, DataProvidersManager dataProvidersManager, TimeScales timeScales) Create a YUMA loader/parser with the given source for YUMA auxiliary data files. -
Uses of TimeScales in org.orekit.gnss.metric.messages.rtcm.ephemeris
Methods in org.orekit.gnss.metric.messages.rtcm.ephemeris with parameters of type TimeScalesModifier and TypeMethodDescriptionRtcm1042Data.getBeidouNavigationMessage(TimeScales timeScales) Get the Beidou navigation message corresponding to the current RTCM data.Rtcm1046Data.getGalileoNavigationMessage(TimeScales timeScales) Get the Galileo navigation message corresponding to the current RTCM data.Rtcm1020Data.getGlonassNavigationMessage(TimeScales timeScales) Get the Glonass navigation message corresponding to the current RTCM data.Rtcm1019Data.getGpsNavigationMessage(TimeScales timeScales) Get the GPS navigation message corresponding to the current RTCM data.Rtcm1044Data.getQzssNavigationMessage(TimeScales timeScales) Get the QZSS navigation message corresponding to the current RTCM data. -
Uses of TimeScales in org.orekit.gnss.metric.ntrip
Methods in org.orekit.gnss.metric.ntrip that return TimeScalesMethods in org.orekit.gnss.metric.ntrip with parameters of type TimeScalesModifier and TypeMethodDescriptionabstract MessagesParserType.getParser(List<Integer> messages, TimeScales timeScales) Get the message parser associated to the SSR type.Constructors in org.orekit.gnss.metric.ntrip with parameters of type TimeScalesModifierConstructorDescriptionNtripClient(String host, int port, TimeScales timeScales) Build a client for NTRIP. -
Uses of TimeScales in org.orekit.gnss.metric.parser
Methods in org.orekit.gnss.metric.parser with parameters of type TimeScalesModifier and TypeMethodDescriptionMessageType.parse(EncodedMessage encodedMessage, int messageNumber, TimeScales timeScales) Parse an encoded message.Constructors in org.orekit.gnss.metric.parser with parameters of type TimeScalesModifierConstructorDescriptionIgsSsrMessagesParser(List<Integer> messages, TimeScales timeScales) Constructor.protectedMessagesParser(List<Integer> messages, TimeScales timeScales) Constructor.RtcmMessagesParser(List<Integer> messages, TimeScales timeScales) Constructor. -
Uses of TimeScales in org.orekit.models.earth.weather
Constructors in org.orekit.models.earth.weather with parameters of type TimeScalesModifierConstructorDescriptionGlobalPressureTemperature2(DataSource source, TimeScales timeScales) Constructor with source of GPT2 auxiliary data given by user.GlobalPressureTemperature2w(DataSource source, TimeScales timeScales) Constructor with supported names and source of GPT2w auxiliary data given by user. -
Uses of TimeScales in org.orekit.propagation.analytical.gnss.data
Methods in org.orekit.propagation.analytical.gnss.data that return TimeScalesModifier and TypeMethodDescriptionGNSSOrbitalElementsDriversProvider.getTimeScales()Get known time scales.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type TimeScalesModifierConstructorDescriptionprotectedAbstractAlmanac(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system) Constructor.protectedAbstractNavigationMessage(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system, String type) Constructor.BeidouAlmanac(TimeScales timeScales, SatelliteSystem system) Build a new almanac.BeidouCivilianNavigationMessage(RadioWave radioWave, TimeScales timeScales, SatelliteSystem system, String type) Constructor.BeidouLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type) Constructor.protectedCivilianNavigationMessage(boolean cnv2, double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system, String type) Constructor.protectedCommonGnssData(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system) Constructor.protectedFieldGnssOrbitalElements(T mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system) Simple constructor.GalileoAlmanac(TimeScales timeScales, SatelliteSystem system) Build a new almanac.GalileoNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type) Constructor.protectedGNSSOrbitalElements(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system) Constructor.protectedGNSSOrbitalElementsDriversProvider(double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system) Constructor.GPSAlmanac(TimeScales timeScales, SatelliteSystem system) Constructor.GPSCivilianNavigationMessage(boolean cnv2, TimeScales timeScales, SatelliteSystem system, String type) Constructor.GPSLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type) Constructor.protectedLegacyNavigationMessage(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system, String type) Constructor.NavICAlmanac(TimeScales timeScales, SatelliteSystem system) Constructor.NavICL1NvNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type) Constructor.NavICLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type) Constructor.QZSSAlmanac(TimeScales timeScales, SatelliteSystem system) Constructor.QZSSCivilianNavigationMessage(boolean cnv2, TimeScales timeScales, SatelliteSystem system, String type) Constructor.QZSSLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type) Constructor. -
Uses of TimeScales in org.orekit.time
Classes in org.orekit.time that implement TimeScalesModifier and TypeClassDescriptionclassAbstract base class forTimeScalesthat implements some common functionality.classAn implementation ofTimeScalesthat loads auxiliary data, leap seconds and UT1-UTC, when it is first accessed.Methods in org.orekit.time that return TimeScalesModifier and TypeMethodDescriptionstatic TimeScalesTimeScales.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.Methods in org.orekit.time with parameters of type TimeScalesModifier and TypeMethodDescriptionstatic <T extends CalculusFieldElement<T>>
FieldAbsoluteDate<T> FieldAbsoluteDate.createBesselianEpoch(T besselianEpoch, TimeScales timeScales) Build an instance corresponding to a Besselian Epoch (BE).static <T extends CalculusFieldElement<T>>
FieldAbsoluteDate<T> FieldAbsoluteDate.createJulianEpoch(T julianEpoch, TimeScales timeScales) Build an instance corresponding to a Julian Epoch (JE).AbsoluteDate.toInstant(TimeScales timeScales) Convert the instance to a JavaInstant.FieldAbsoluteDate.toInstant(TimeScales timeScales) Convert the instance to a JavaInstant.Method parameters in org.orekit.time with type arguments of type TimeScalesModifier and TypeMethodDescriptionstatic TimeScalesTimeScales.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.Constructors in org.orekit.time with parameters of type TimeScalesModifierConstructorDescriptionGNSSDate(int weekNumber, double secondsInWeek, SatelliteSystem system, DateComponents reference, TimeScales timeScales) Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, double secondsInWeek, SatelliteSystem system, 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.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system, TimeScales timeScales) Build an instance corresponding to a GNSS date.GNSSDate(AbsoluteDate date, SatelliteSystem system, TimeScales timeScales) Build an instance from an absolute date. -
Uses of TimeScales in org.orekit.utils
Methods in org.orekit.utils with parameters of type TimeScalesModifier and TypeMethodDescriptiondoubleIERSConventions.evaluateTC(AbsoluteDate date, TimeScales timeScales) Evaluate the date offset between the current date and thereference date.<T extends CalculusFieldElement<T>>
TIERSConventions.evaluateTC(FieldAbsoluteDate<T> date, TimeScales timeScales) Evaluate the date offset between the current date and thereference date.abstract TimeVectorFunctionIERSConventions.getEOPTidalCorrection(TimeScales timeScales) Get the function computing tidal corrections for Earth Orientation Parameters.abstract TimeScalarFunctionIERSConventions.getGASTFunction(TimeScale ut1, EOPHistory eopHistory, TimeScales timeScales) Get the function computing Greenwich apparent sidereal time, in radians.abstract TimeScalarFunctionIERSConventions.getGMSTFunction(TimeScale ut1, TimeScales timeScales) Get the function computing Greenwich mean sidereal time, in radians.abstract TimeScalarFunctionIERSConventions.getGMSTRateFunction(TimeScale ut1, TimeScales timeScales) Get the function computing Greenwich mean sidereal time rate, in radians per second.abstract TimeScalarFunctionIERSConventions.getMeanObliquityFunction(TimeScales timeScales) Get the function computing mean obliquity of the ecliptic.abstract FundamentalNutationArgumentsIERSConventions.getNutationArguments(TimeScale timeScale, TimeScales timeScales) Get the fundamental nutation arguments.protected FundamentalNutationArgumentsIERSConventions.getNutationArguments(TimeScales timeScales) Get the fundamental nutation arguments.IERSConventions.getNutationCorrectionConverter(TimeScales timeScales) Create a function converting nutation corrections between δX/δY and δΔψ/δΔε.abstract TimeVectorFunctionIERSConventions.getNutationFunction(TimeScales timeScales) Get the function computing the nutation angles.IERSConventions.getNutationReferenceEpoch(TimeScales timeScales) Get the reference epoch for fundamental nutation arguments.abstract TimeVectorFunctionIERSConventions.getPrecessionFunction(TimeScales timeScales) Get the function computing the precession angles.abstract TimeVectorFunctionIERSConventions.getTideFrequencyDependenceFunction(TimeScale ut1, TimeScales timeScales) Get the function computing frequency dependent terms (ΔC₂₀, ΔC₂₁, ΔS₂₁, ΔC₂₂, ΔS₂₂).abstract TimeVectorFunctionIERSConventions.getXYSpXY2Function(TimeScales timeScales) Get the function computing the Celestial Intermediate Pole and Celestial Intermediate Origin components.