Uses of Class
org.orekit.utils.IERSConventions
-
Packages that use IERSConventions Package Description 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.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm This package contains the base hierarchy for CCSDS ADM, ODM and TDM.org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message.org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message.org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris Message.org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message.org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message.org.orekit.files.ccsds.ndm.odm This package contains class managing CCSDS Orbit Data Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message.org.orekit.files.ccsds.ndm.odm.opm This package contains class managing CCSDS Orbit Parameter Message.org.orekit.files.ccsds.ndm.tdm This package contains class managing CCSDS Tracking Data Message.org.orekit.files.ccsds.utils This package contains utilities shared by many CCSDS messages parsers/writers.org.orekit.files.ccsds.utils.parsing This package contains classes related to the processing of parse tokens using the state design pattern.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.models.earth.displacement This package provides models computing reference points displacements on Earth surface.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 IERSConventions in org.orekit.data
Constructors in org.orekit.data with parameters of type IERSConventions Constructor Description FundamentalNutationArguments(IERSConventions conventions, TimeScale timeScale, InputStream stream, String name)
Build a model of fundamental arguments from an IERS table file.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)
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 IERSConventions in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions with parameters of type IERSConventions Modifier and Type Method Description abstract Frame
CelestialBodyFrame. getFrame(IERSConventions conventions, boolean simpleEOP, DataContext dataContext)
Get the frame corresponding to the CCSDS constant.static FrameFacade
FrameFacade. parse(String name, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, boolean allowCelestial, boolean allowOrbit, boolean allowSpacecraft)
Simple constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return IERSConventions Modifier and Type Method Description IERSConventions
AbstractBuilder. getConventions()
Get the IERS conventions.IERSConventions
NdmConstituent. getConventions()
Get IERS conventions.Methods in org.orekit.files.ccsds.ndm with parameters of type IERSConventions Modifier and Type Method Description protected abstract T
AbstractBuilder. create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter)
Build an instance.protected ParserBuilder
ParserBuilder. create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter)
Build an instance.protected WriterBuilder
WriterBuilder. create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter)
Build an instance.T
AbstractBuilder. withConventions(IERSConventions newConventions)
Set up IERS conventions.Constructors in org.orekit.files.ccsds.ndm with parameters of type IERSConventions Constructor Description AbstractBuilder(IERSConventions conventions, double equatorialRadius, double flattening, DataContext dataContext, AbsoluteDate missionReferenceDate, RangeUnitsConverter rangeUnitsConverter)
Complete constructor.NdmConstituent(H header, List<S> segments, IERSConventions conventions, DataContext dataContext)
Constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.adm
Constructors in org.orekit.files.ccsds.ndm.adm with parameters of type IERSConventions Constructor Description AdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.adm.acm
Constructors in org.orekit.files.ccsds.ndm.adm.acm with parameters of type IERSConventions Constructor Description Acm(AdmHeader header, List<Segment<AcmMetadata,AcmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.AcmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.AcmWriter(IERSConventions conventions, DataContext dataContext)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.adm.aem
Constructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type IERSConventions Constructor Description Aem(AdmHeader header, List<AemSegment> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.AemParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, int defaultInterpolationDegree, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.AemWriter(IERSConventions conventions, DataContext dataContext, AbsoluteDate missionReferenceDate)
Constructor used to create a new AEM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.adm.apm
Constructors in org.orekit.files.ccsds.ndm.adm.apm with parameters of type IERSConventions Constructor Description Apm(AdmHeader header, List<Segment<AdmMetadata,ApmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.ApmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.ApmWriter(IERSConventions conventions, DataContext dataContext, AbsoluteDate missionReferenceDate)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.cdm
Constructors in org.orekit.files.ccsds.ndm.cdm with parameters of type IERSConventions Constructor Description Cdm(CdmHeader header, List<CdmSegment> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.CdmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.CdmWriter(IERSConventions conventions, DataContext dataContext)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.odm
Constructors in org.orekit.files.ccsds.ndm.odm with parameters of type IERSConventions Constructor Description OdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.odm.ocm
Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type IERSConventions Constructor Description Ocm(OdmHeader header, List<Segment<OcmMetadata,OcmData>> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor.OcmParser(IERSConventions conventions, double equatorialRadius, double flattening, boolean simpleEOP, DataContext dataContext, double mu, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.OcmWriter(IERSConventions conventions, double equatorialRadius, double flattening, DataContext dataContext)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.odm.oem
Constructors in org.orekit.files.ccsds.ndm.odm.oem with parameters of type IERSConventions Constructor Description Oem(OdmHeader header, List<OemSegment> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor.OemParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, int defaultInterpolationDegree, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.OemWriter(IERSConventions conventions, DataContext dataContext, AbsoluteDate missionReferenceDate)
Constructor used to create a new OEM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.odm.omm
Constructors in org.orekit.files.ccsds.ndm.odm.omm with parameters of type IERSConventions Constructor Description Omm(OdmHeader header, List<Segment<OmmMetadata,OmmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.OmmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, double defaultMass, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.OmmWriter(IERSConventions conventions, DataContext dataContext, AbsoluteDate missionReferenceDate)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.odm.opm
Constructors in org.orekit.files.ccsds.ndm.odm.opm with parameters of type IERSConventions Constructor Description Opm(OdmHeader header, List<Segment<OdmCommonMetadata,OpmData>> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor.OpmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, double defaultMass, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.OpmWriter(IERSConventions conventions, DataContext dataContext, AbsoluteDate missionReferenceDate)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.ndm.tdm
Constructors in org.orekit.files.ccsds.ndm.tdm with parameters of type IERSConventions Constructor Description Tdm(TdmHeader header, List<Segment<TdmMetadata,ObservationsBlock>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.TdmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, RangeUnitsConverter converter, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.TdmWriter(IERSConventions conventions, DataContext dataContext, RangeUnitsConverter converter)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ccsds.utils
Methods in org.orekit.files.ccsds.utils that return IERSConventions Modifier and Type Method Description IERSConventions
ContextBinding. getConventions()
Get IERS conventions.Constructor parameters in org.orekit.files.ccsds.utils with type arguments of type IERSConventions Constructor Description ContextBinding(Supplier<IERSConventions> conventionsSupplier, BooleanSupplier simpleEOPSupplier, Supplier<DataContext> dataContextSupplier, Supplier<ParsedUnitsBehavior> behaviorSupplier, Supplier<AbsoluteDate> referenceDateSupplier, Supplier<TimeSystem> timeSystemSupplier, DoubleSupplier clockCountSupplier, DoubleSupplier clockRateSupplier)
Create a new context. -
Uses of IERSConventions in org.orekit.files.ccsds.utils.parsing
Methods in org.orekit.files.ccsds.utils.parsing that return IERSConventions Modifier and Type Method Description IERSConventions
AbstractConstituentParser. getConventions()
Get IERS conventions.Constructors in org.orekit.files.ccsds.utils.parsing with parameters of type IERSConventions Constructor Description AbstractConstituentParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor. -
Uses of IERSConventions in org.orekit.files.ilrs
Constructors in org.orekit.files.ilrs with parameters of type IERSConventions Constructor Description CPFParser(double mu, int interpolationSamples, IERSConventions iersConventions, TimeScale utc, Frames frames)
Constructor. -
Uses of IERSConventions in org.orekit.forces.gravity
Constructors in org.orekit.forces.gravity with parameters of type IERSConventions Constructor Description OceanTides(Frame centralBodyFrame, double ae, double mu, boolean poleTide, double step, int nbPoints, int degree, int order, IERSConventions conventions, UT1Scale ut1)
Simple constructor.OceanTides(Frame centralBodyFrame, double ae, double mu, boolean poleTide, double step, int nbPoints, int degree, int order, IERSConventions conventions, UT1Scale ut1, GravityFields gravityFields)
Simple constructor.OceanTides(Frame centralBodyFrame, double ae, double mu, int degree, int order, IERSConventions conventions, UT1Scale ut1)
Simple constructor.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, boolean poleTide, double step, int nbPoints, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies)
Simple constructor.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies)
Simple constructor. -
Uses of IERSConventions in org.orekit.frames
Methods in org.orekit.frames that return IERSConventions Modifier and Type Method Description IERSConventions
EOPHistory. getConventions()
Get the IERS conventions to which these EOP apply.Methods in org.orekit.frames with parameters of type IERSConventions Modifier and Type Method Description static void
FramesFactory. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)
Add a loader for Earth Orientation Parameters history.void
LazyLoadedEop. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)
Add a loader for Earth Orientation Parameters history.void
LazyLoadedFrames. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)
Add a loader for Earth Orientation Parameters history.FactoryManagedFrame
AbstractFrames. getCIRF(IERSConventions conventions, boolean simpleEOP)
FactoryManagedFrame
Frames. getCIRF(IERSConventions conventions, boolean simpleEOP)
Get the CIRF2000 reference frame.static FactoryManagedFrame
FramesFactory. getCIRF(IERSConventions conventions, boolean simpleEOP)
Get the CIRF2000 reference frame.Frame
AbstractFrames. getEcliptic(IERSConventions conventions)
Frame
Frames. getEcliptic(IERSConventions conventions)
Get the ecliptic frame.static Frame
FramesFactory. getEcliptic(IERSConventions conventions)
Get the ecliptic frame.EOPHistory
Frames. getEOPHistory(IERSConventions conventions, boolean simpleEOP)
Get Earth Orientation Parameters history.static EOPHistory
FramesFactory. getEOPHistory(IERSConventions conventions, boolean simpleEOP)
Get Earth Orientation Parameters history.EOPHistory
LazyLoadedEop. getEOPHistory(IERSConventions conventions, boolean simpleEOP, TimeScales timeScales)
Get Earth Orientation Parameters history.EOPHistory
LazyLoadedFrames. getEOPHistory(IERSConventions conventions, boolean simpleEOP)
Get Earth Orientation Parameters history.FactoryManagedFrame
AbstractFrames. getGTOD(IERSConventions conventions, boolean simpleEOP)
FactoryManagedFrame
Frames. getGTOD(IERSConventions conventions, boolean simpleEOP)
Get the GTOD reference frame.static FactoryManagedFrame
FramesFactory. getGTOD(IERSConventions conventions, boolean simpleEOP)
Get the GTOD reference frame.VersionedITRF
AbstractFrames. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)
FactoryManagedFrame
AbstractFrames. getITRF(IERSConventions conventions, boolean simpleEOP)
VersionedITRF
Frames. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)
Get an specific International Terrestrial Reference Frame.FactoryManagedFrame
Frames. getITRF(IERSConventions conventions, boolean simpleEOP)
Get an unspecified International Terrestrial Reference Frame.static VersionedITRF
FramesFactory. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)
Get a specific International Terrestrial Reference Frame.static FactoryManagedFrame
FramesFactory. getITRF(IERSConventions conventions, boolean simpleEOP)
Get an unspecified International Terrestrial Reference Frame.FactoryManagedFrame
AbstractFrames. getITRFEquinox(IERSConventions conventions, boolean simpleEOP)
FactoryManagedFrame
Frames. getITRFEquinox(IERSConventions conventions, boolean simpleEOP)
Get the equinox-based ITRF reference frame.static FactoryManagedFrame
FramesFactory. getITRFEquinox(IERSConventions conventions, boolean simpleEOP)
Get the equinox-based ITRF reference frame.FactoryManagedFrame
AbstractFrames. getMOD(IERSConventions conventions)
FactoryManagedFrame
Frames. getMOD(IERSConventions conventions)
Get the MOD reference frame.static FactoryManagedFrame
FramesFactory. getMOD(IERSConventions conventions)
Get the MOD reference frame.FactoryManagedFrame
AbstractFrames. getPZ9011(IERSConventions convention, boolean simpleEOP)
FactoryManagedFrame
Frames. getPZ9011(IERSConventions convention, boolean simpleEOP)
Get the PZ-90.11 (Parametry Zemly – 1990.11) reference frame.static FactoryManagedFrame
FramesFactory. getPZ9011(IERSConventions convention, boolean simpleEOP)
Get the PZ-90.11 (Parametry Zemly – 1990.11) reference frame.FactoryManagedFrame
AbstractFrames. getTIRF(IERSConventions conventions)
FactoryManagedFrame
AbstractFrames. getTIRF(IERSConventions conventions, boolean simpleEOP)
FactoryManagedFrame
Frames. getTIRF(IERSConventions conventions)
Get the TIRF reference frame, ignoring tidal effects.FactoryManagedFrame
Frames. getTIRF(IERSConventions conventions, boolean simpleEOP)
Get the TIRF reference frame.static FactoryManagedFrame
FramesFactory. getTIRF(IERSConventions conventions)
Get the TIRF reference frame, ignoring tidal effects.static FactoryManagedFrame
FramesFactory. getTIRF(IERSConventions conventions, boolean simpleEOP)
Get the TIRF reference frame.FactoryManagedFrame
AbstractFrames. getTOD(IERSConventions conventions, boolean simpleEOP)
FactoryManagedFrame
Frames. getTOD(IERSConventions conventions, boolean simpleEOP)
Get the TOD reference frame.static FactoryManagedFrame
FramesFactory. getTOD(IERSConventions conventions, boolean simpleEOP)
Get the TOD reference frame.static EopHistoryLoader.Parser
EopHistoryLoader.Parser. newBulletinBParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales)
Create a new parser for EOP data in the Bulletin B format.static EopHistoryLoader.Parser
EopHistoryLoader.Parser. newEopC04Parser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales)
Create a new parser for EOP data in the EOP C04 format.static EopHistoryLoader.Parser
EopHistoryLoader.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.Parser
EopHistoryLoader.Parser. newFinalsXmlParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales)
Create a new parser for EOP data in the rapid and predicted XML format.Constructors in org.orekit.frames with parameters of type IERSConventions Constructor Description EclipticProvider(IERSConventions conventions)
Create a transform provider from MOD to an ecliptically aligned frame.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)
Simple constructor.EOPHistory(IERSConventions conventions, int interpolationDegree, Collection<? extends EOPEntry> data, boolean simpleEOP, TimeScales timeScales)
Simple constructor.GTODProvider(IERSConventions conventions, EOPHistory eopHistory, TimeScales timeScales)
Simple constructor. -
Uses of IERSConventions in org.orekit.models.earth.displacement
Constructors in org.orekit.models.earth.displacement with parameters of type IERSConventions Constructor Description TidalDisplacement(double rEarth, double sunEarthSystemMassRatio, double earthMoonMassRatio, PVCoordinatesProvider sun, PVCoordinatesProvider moon, IERSConventions conventions, boolean removePermanentDeformation)
Simple constructor. -
Uses of IERSConventions in org.orekit.time
Methods in org.orekit.time with parameters of type IERSConventions Modifier and Type Method Description protected abstract EOPHistory
AbstractTimeScales. getEopHistory(IERSConventions conventions, boolean simpleEOP)
Get the EOP history for the given conventions.protected EOPHistory
LazyLoadedTimeScales. getEopHistory(IERSConventions conventions, boolean simpleEOP)
GMSTScale
AbstractTimeScales. getGMST(IERSConventions conventions, boolean simpleEOP)
GMSTScale
LazyLoadedTimeScales. getGMST(IERSConventions conventions, boolean simpleEOP)
GMSTScale
TimeScales. getGMST(IERSConventions conventions, boolean simpleEOP)
Get the Greenwich Mean Sidereal Time scale.static GMSTScale
TimeScalesFactory. getGMST(IERSConventions conventions, boolean simpleEOP)
Get the Greenwich Mean Sidereal Time scale.UT1Scale
AbstractTimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)
UT1Scale
LazyLoadedTimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)
UT1Scale
TimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)
Get the Universal Time 1 scale.static UT1Scale
TimeScalesFactory. getUT1(IERSConventions conventions, boolean simpleEOP)
Get the Universal Time 1 scale.Method parameters in org.orekit.time with type arguments of type IERSConventions Modifier and Type Method Description static TimeScales
TimeScales. 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. -
Uses of IERSConventions in org.orekit.utils
Methods in org.orekit.utils that return IERSConventions Modifier and Type Method Description static IERSConventions
IERSConventions. valueOf(String name)
Returns the enum constant of this type with the specified name.static IERSConventions[]
IERSConventions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-