Uses of Interface
org.orekit.time.TimeScales
-
Packages that use TimeScales Package Description org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files.org.orekit.files.rinex.navigation.parsers This package provides parsers for the various RINEX navigation messages.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files.org.orekit.files.rinex.section This package contains class managing the sections in RINEX files.org.orekit.files.sinex This package provides classes related to station data.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.metric.messages.rtcm.ephemeris This package provides all supported RTCM ephemerismessages.org.orekit.gnss.metric.ntrip This package provides streams reading from ntrip casters.org.orekit.gnss.metric.parser This package provides the top levelMessagesParserclass that can extractmessagesfrom binary containers likeByteArrayEncodedMessagesor {link org.orekit.metric.gnss.ssr.parser.InputStreamEncodedMessages InputStreamEncodedMessages}.org.orekit.models.earth.weather This package provides models that simulate global weather conditions on Earth.org.orekit.propagation.analytical.gnss.data This package provides classes related to navigation data containing in GNSS almanacs and navigation messages.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of TimeScales in org.orekit.bodies
Constructors in org.orekit.bodies with parameters of type TimeScales Constructor Description JPLEphemeridesLoader(String supportedNames, JPLEphemeridesLoader.EphemerisType generateType, DataProvidersManager dataProvidersManager, TimeScales timeScales, Frame gcrf)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 TimeScales Modifier and Type Method Description TimeScalesCompositeDataContext. getTimeScales()TimeScalesDataContext. getTimeScales()Get a factory for constructingTimeScales based on the auxiliary data in this context.Constructors in org.orekit.data with parameters of type TimeScales Constructor Description CompositeDataContext(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 TimeScales Modifier and Type Method Description voidRinexClockHeader. parseProgramRunByDate(String line, TimeScales timeScales)Parse program, run/by and date.Constructors in org.orekit.files.rinex.clock with parameters of type TimeScales Constructor Description RinexClockParser(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.navigation
Methods in org.orekit.files.rinex.navigation that return TimeScales Modifier and Type Method Description TimeScalesRinexNavigationWriter. getTimeScales()Get the known time scales.Methods in org.orekit.files.rinex.navigation with parameters of type TimeScales Modifier and Type Method Description voidRinexNavigationHeader. parseProgramRunByDate(String line, TimeScales timeScales)Parse program, run/by and date.Constructors in org.orekit.files.rinex.navigation with parameters of type TimeScales Constructor Description RinexNavigationParser(TimeScales timeScales)Constructor.RinexNavigationWriter(Appendable output, String outputName, BiFunction<SatelliteSystem,TimeScales,? extends TimeScale> timeScaleBuilder, TimeScales timeScales)Simple constructor.Constructor parameters in org.orekit.files.rinex.navigation with type arguments of type TimeScales Constructor Description RinexNavigationWriter(Appendable output, String outputName, BiFunction<SatelliteSystem,TimeScales,? extends TimeScale> timeScaleBuilder, TimeScales timeScales)Simple constructor. -
Uses of TimeScales in org.orekit.files.rinex.navigation.parsers
Methods in org.orekit.files.rinex.navigation.parsers that return TimeScales Modifier and Type Method Description TimeScalesParseInfo. getTimeScales()Get the time scales.Constructors in org.orekit.files.rinex.navigation.parsers with parameters of type TimeScales Constructor Description ParseInfo(String name, TimeScales timeScales)Constructor, build the ParseInfo object. -
Uses of TimeScales in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation with parameters of type TimeScales Modifier and Type Method Description voidRinexObservationHeader. parseProgramRunByDate(String line, TimeScales timeScales)Parse program, run/by and date.Constructors in org.orekit.files.rinex.observation with parameters of type TimeScales Constructor Description RinexObservationParser(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 TimeScales Constructor Description RinexObservationParser(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 TimeScales Modifier and Type Method Description protected 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 TimeScales Modifier and Type Method Description TimeScalesAbstractSinex. getTimeScales()Get the time scales.TimeScalesAbstractSinexParser. getTimeScales()Get the time scales.Constructors in org.orekit.files.sinex with parameters of type TimeScales Constructor Description AbstractSinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate)Simple constructor.AbstractSinexParser(TimeScales timeScales)Simple constructor.ParseInfo(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 TimeScales Constructor Description SP3Parser(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 TimeScales Modifier and Type Method Description protected TimeScalesAbstractFrames. getTimeScales()Get the time scales.TimeScalesEOPHistory. getTimeScales()Get the time scales used in computing EOP corrections.Methods in org.orekit.frames with parameters of type TimeScales Modifier and Type Method Description EOPHistoryLazyLoadedEop. 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 TimeScales Constructor Description AbstractFrames(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.GTODProvider(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 TimeScales Modifier and Type Method Description abstract TimeScaleObservationTimeScale. getTimeScale(TimeScales timeScales)Get time scale.TimeScalePredefinedTimeSystem. getTimeScale(TimeScales timeScales)Get the time scale corresponding to time system.TimeScaleTimeSystem. getTimeScale(TimeScales timeScales)Get the time scale corresponding to time system.Constructors in org.orekit.gnss with parameters of type TimeScales Constructor Description SEMParser(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 TimeScales Modifier and Type Method Description BeidouLegacyNavigationMessageRtcm1042Data. getBeidouNavigationMessage(TimeScales timeScales)Get the Beidou navigation message corresponding to the current RTCM data.GalileoNavigationMessageRtcm1045Data. getGalileoNavigationMessage(TimeScales timeScales)Get the Galileo navigation message corresponding to the current RTCM data.GLONASSFdmaNavigationMessageRtcm1020Data. getGlonassNavigationMessage(TimeScales timeScales)Get the Glonass navigation message corresponding to the current RTCM data.GPSLegacyNavigationMessageRtcm1019Data. getGpsNavigationMessage(TimeScales timeScales)Get the GPS navigation message corresponding to the current RTCM data.QZSSLegacyNavigationMessageRtcm1044Data. 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 TimeScales Modifier and Type Method Description TimeScalesNtripClient. getTimeScales()Get the known time scales.Methods in org.orekit.gnss.metric.ntrip with parameters of type TimeScales Modifier and Type Method Description abstract 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 TimeScales Constructor Description NtripClient(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 TimeScales Modifier and Type Method Description ParsedMessageMessageType. parse(EncodedMessage encodedMessage, int messageNumber, TimeScales timeScales)Parse an encoded message.Constructors in org.orekit.gnss.metric.parser with parameters of type TimeScales Constructor Description IgsSsrMessagesParser(List<Integer> messages, TimeScales timeScales)Constructor.MessagesParser(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 TimeScales Constructor Description GlobalPressureTemperature2(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 TimeScales Modifier and Type Method Description TimeScalesGNSSOrbitalElementsDriversProvider. getTimeScales()Get known time scales.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type TimeScales Constructor Description AbstractAlmanac(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Constructor.AbstractNavigationMessage(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.CivilianNavigationMessage(boolean cnv2, double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system, String type)Constructor.CommonGnssData(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Constructor.FieldGnssOrbitalElements(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.GNSSOrbitalElements(double mu, double angularVelocity, int weeksInCycle, TimeScales timeScales, SatelliteSystem system)Constructor.GNSSOrbitalElementsDriversProvider(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.LegacyNavigationMessage(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 TimeScales Modifier and Type Class Description classAbstractTimeScalesAbstract base class forTimeScalesthat implements some common functionality.classLazyLoadedTimeScalesAn implementation ofTimeScalesthat loads auxiliary data, leap seconds and UT1-UTC, when it is first accessed.Methods in org.orekit.time that return TimeScales Modifier and Type Method Description static 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 TimeScales Modifier and Type Method Description static <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).InstantAbsoluteDate. toInstant(TimeScales timeScales)Convert the instance to a JavaInstant.InstantFieldAbsoluteDate. toInstant(TimeScales timeScales)Convert the instance to a JavaInstant.Method parameters in org.orekit.time with type arguments of type TimeScales Modifier and Type Method Description static 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 TimeScales Constructor Description GNSSDate(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 TimeScales Modifier and Type Method Description doubleIERSConventions. 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.NutationCorrectionConverterIERSConventions. 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.AbsoluteDateIERSConventions. 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.
-