Uses of Enum Class
org.orekit.utils.IERSConventions
Packages that use IERSConventions
Package
Description
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 contains definitions for CCSDS objects (frames, time systems...).
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Attitude Data Message.
This package contains class managing CCSDS Attitude Comprehensive Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
This package contains class managing CCSDS Attitude Parameter Message.
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains class managing CCSDS Orbit Ephemeris Message.
This package contains class managing CCSDS Orbit Mean-Elements Message.
This package contains class managing CCSDS Orbit Parameter Message.
This package contains class managing CCSDS Tracking Data Message.
This package contains utilities shared by many CCSDS messages parsers/writers.
This package contains classes related to the processing
of parse tokens using the state design pattern.
This package provides parsers for laser ranging data stored in CDR and CPF formats.
This package provides all gravity-related forces.
This package provides classes to handle frames and transforms between them.
This package provides models computing reference points
displacements on Earth surface.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
This package provides useful objects.
-
Uses of IERSConventions in org.orekit.data
Constructors in org.orekit.data with parameters of type IERSConventionsModifierConstructorDescriptionFundamentalNutationArguments(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 IERSConventionsModifier and TypeMethodDescriptionabstract FrameCelestialBodyFrame.getFrame(IERSConventions conventions, boolean simpleEOP, DataContext dataContext) Get the frame corresponding to the CCSDS constant.static FrameFacadeFrameFacade.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 IERSConventionsModifier and TypeMethodDescriptionAbstractBuilder.getConventions()Get the IERS conventions.NdmConstituent.getConventions()Get IERS conventions.Methods in org.orekit.files.ccsds.ndm with parameters of type IERSConventionsModifier and TypeMethodDescriptionprotected abstract TAbstractBuilder.create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter) Build an instance.protected ParserBuilderParserBuilder.create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter) Build an instance.protected WriterBuilderWriterBuilder.create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter) Build an instance.AbstractBuilder.withConventions(IERSConventions newConventions) Set up IERS conventions.Constructors in org.orekit.files.ccsds.ndm with parameters of type IERSConventionsModifierConstructorDescriptionprotectedAbstractBuilder(IERSConventions conventions, double equatorialRadius, double flattening, DataContext dataContext, AbsoluteDate missionReferenceDate, RangeUnitsConverter rangeUnitsConverter) Complete constructor.protectedNdmConstituent(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 IERSConventionsModifierConstructorDescriptionprotectedAdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionAcm(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionAem(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionApm(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionCdm(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionprotectedOdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionOcm(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionOem(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionOmm(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionOpm(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsModifierConstructorDescriptionTdm(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, CcsdsFrameMapper frameMapper) 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 IERSConventionsConstructor parameters in org.orekit.files.ccsds.utils with type arguments of type IERSConventionsModifierConstructorDescriptionContextBinding(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 IERSConventionsModifier and TypeMethodDescriptionAbstractConstituentParser.getConventions()Get IERS conventions.Constructors in org.orekit.files.ccsds.utils.parsing with parameters of type IERSConventionsModifierConstructorDescriptionprotectedAbstractConstituentParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters) Complete constructor.protectedAbstractConstituentParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) Complete constructor. -
Uses of IERSConventions in org.orekit.files.ilrs
Constructors in org.orekit.files.ilrs with parameters of type IERSConventionsModifierConstructorDescriptionCPFParser(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 IERSConventionsModifierConstructorDescriptionOceanTides(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 IERSConventionsModifier and TypeMethodDescriptionEOPHistory.getConventions()Get the IERS conventions to which these EOP apply.Methods in org.orekit.frames with parameters of type IERSConventionsModifier and TypeMethodDescriptionstatic voidFramesFactory.addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader) Add a loader for Earth Orientation Parameters history.voidLazyLoadedEop.addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader) Add a loader for Earth Orientation Parameters history.voidLazyLoadedFrames.addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader) Add a loader for Earth Orientation Parameters history.AbstractFrames.getCIRF(IERSConventions conventions, boolean simpleEOP) Frames.getCIRF(IERSConventions conventions, boolean simpleEOP) Get the CIRF2000 reference frame.static FactoryManagedFrameFramesFactory.getCIRF(IERSConventions conventions, boolean simpleEOP) Get the CIRF2000 reference frame.AbstractFrames.getEcliptic(IERSConventions conventions) Frames.getEcliptic(IERSConventions conventions) Get the ecliptic frame.static FrameFramesFactory.getEcliptic(IERSConventions conventions) Get the ecliptic frame.Frames.getEOPHistory(IERSConventions conventions, boolean simpleEOP) Get Earth Orientation Parameters history.static EOPHistoryFramesFactory.getEOPHistory(IERSConventions conventions, boolean simpleEOP) Get Earth Orientation Parameters history.LazyLoadedEop.getEOPHistory(IERSConventions conventions, boolean simpleEOP, TimeScales timeScales) Get Earth Orientation Parameters history.LazyLoadedFrames.getEOPHistory(IERSConventions conventions, boolean simpleEOP) Get Earth Orientation Parameters history.AbstractFrames.getGTOD(IERSConventions conventions, boolean simpleEOP) Frames.getGTOD(IERSConventions conventions, boolean simpleEOP) Get the GTOD reference frame.static FactoryManagedFrameFramesFactory.getGTOD(IERSConventions conventions, boolean simpleEOP) Get the GTOD reference frame.AbstractFrames.getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP) AbstractFrames.getITRF(IERSConventions conventions, boolean simpleEOP) Frames.getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP) Get an specific International Terrestrial Reference Frame.Frames.getITRF(IERSConventions conventions, boolean simpleEOP) Get an unspecified International Terrestrial Reference Frame.static VersionedITRFFramesFactory.getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP) Get a specific International Terrestrial Reference Frame.static FactoryManagedFrameFramesFactory.getITRF(IERSConventions conventions, boolean simpleEOP) Get an unspecified International Terrestrial Reference Frame.AbstractFrames.getITRFEquinox(IERSConventions conventions, boolean simpleEOP) Frames.getITRFEquinox(IERSConventions conventions, boolean simpleEOP) Get the equinox-based ITRF reference frame.static FactoryManagedFrameFramesFactory.getITRFEquinox(IERSConventions conventions, boolean simpleEOP) Get the equinox-based ITRF reference frame.AbstractFrames.getMOD(IERSConventions conventions) Frames.getMOD(IERSConventions conventions) Get the MOD reference frame.static FactoryManagedFrameFramesFactory.getMOD(IERSConventions conventions) Get the MOD reference frame.AbstractFrames.getPZ9011(IERSConventions convention, boolean simpleEOP) Frames.getPZ9011(IERSConventions convention, boolean simpleEOP) Get the PZ-90.11 (Parametry Zemly – 1990.11) reference frame.static FactoryManagedFrameFramesFactory.getPZ9011(IERSConventions convention, boolean simpleEOP) Get the PZ-90.11 (Parametry Zemly – 1990.11) reference frame.AbstractFrames.getTIRF(IERSConventions conventions) AbstractFrames.getTIRF(IERSConventions conventions, boolean simpleEOP) Frames.getTIRF(IERSConventions conventions) Get the TIRF reference frame, ignoring tidal effects.Frames.getTIRF(IERSConventions conventions, boolean simpleEOP) Get the TIRF reference frame.static FactoryManagedFrameFramesFactory.getTIRF(IERSConventions conventions) Get the TIRF reference frame, ignoring tidal effects.static FactoryManagedFrameFramesFactory.getTIRF(IERSConventions conventions, boolean simpleEOP) Get the TIRF reference frame.AbstractFrames.getTOD(IERSConventions conventions, boolean simpleEOP) Frames.getTOD(IERSConventions conventions, boolean simpleEOP) Get the TOD reference frame.static FactoryManagedFrameFramesFactory.getTOD(IERSConventions conventions, boolean simpleEOP) Get the TOD reference frame.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.Constructors in org.orekit.frames with parameters of type IERSConventionsModifierConstructorDescriptionEclipticProvider(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.protectedEOPHistory(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.protectedGTODProvider(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 IERSConventionsModifierConstructorDescriptionTidalDisplacement(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 IERSConventionsModifier and TypeMethodDescriptionprotected abstract EOPHistoryAbstractTimeScales.getEopHistory(IERSConventions conventions, boolean simpleEOP) Get the EOP history for the given conventions.protected EOPHistoryLazyLoadedTimeScales.getEopHistory(IERSConventions conventions, boolean simpleEOP) AbstractTimeScales.getGMST(IERSConventions conventions, boolean simpleEOP) LazyLoadedTimeScales.getGMST(IERSConventions conventions, boolean simpleEOP) TimeScales.getGMST(IERSConventions conventions, boolean simpleEOP) Get the Greenwich Mean Sidereal Time scale.static GMSTScaleTimeScalesFactory.getGMST(IERSConventions conventions, boolean simpleEOP) Get the Greenwich Mean Sidereal Time scale.AbstractTimeScales.getUT1(IERSConventions conventions, boolean simpleEOP) LazyLoadedTimeScales.getUT1(IERSConventions conventions, boolean simpleEOP) TimeScales.getUT1(IERSConventions conventions, boolean simpleEOP) Get the Universal Time 1 scale.static UT1ScaleTimeScalesFactory.getUT1(IERSConventions conventions, boolean simpleEOP) Get the Universal Time 1 scale.Method parameters in org.orekit.time with type arguments of type IERSConventionsModifier 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. -
Uses of IERSConventions in org.orekit.utils
Methods in org.orekit.utils that return IERSConventionsModifier and TypeMethodDescriptionstatic IERSConventionsReturns the enum constant of this class with the specified name.static IERSConventions[]IERSConventions.values()Returns an array containing the constants of this enum class, in the order they are declared.