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 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 IERSConventions Modifier and Type Method Description IERSConventionsAbstractBuilder. getConventions()Get the IERS conventions.IERSConventionsNdmConstituent. getConventions()Get IERS conventions.Methods in org.orekit.files.ccsds.ndm with parameters of type IERSConventions Modifier and Type Method Description protected 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.TAbstractBuilder. 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 IERSConventionsContextBinding. 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 IERSConventionsAbstractConstituentParser. 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 IERSConventionsEOPHistory. 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 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.FactoryManagedFrameAbstractFrames. getCIRF(IERSConventions conventions, boolean simpleEOP)FactoryManagedFrameFrames. getCIRF(IERSConventions conventions, boolean simpleEOP)Get the CIRF2000 reference frame.static FactoryManagedFrameFramesFactory. getCIRF(IERSConventions conventions, boolean simpleEOP)Get the CIRF2000 reference frame.FrameAbstractFrames. getEcliptic(IERSConventions conventions)FrameFrames. getEcliptic(IERSConventions conventions)Get the ecliptic frame.static FrameFramesFactory. getEcliptic(IERSConventions conventions)Get the ecliptic frame.EOPHistoryFrames. getEOPHistory(IERSConventions conventions, boolean simpleEOP)Get Earth Orientation Parameters history.static EOPHistoryFramesFactory. getEOPHistory(IERSConventions conventions, boolean simpleEOP)Get Earth Orientation Parameters history.EOPHistoryLazyLoadedEop. getEOPHistory(IERSConventions conventions, boolean simpleEOP, TimeScales timeScales)Get Earth Orientation Parameters history.EOPHistoryLazyLoadedFrames. getEOPHistory(IERSConventions conventions, boolean simpleEOP)Get Earth Orientation Parameters history.FactoryManagedFrameAbstractFrames. getGTOD(IERSConventions conventions, boolean simpleEOP)FactoryManagedFrameFrames. getGTOD(IERSConventions conventions, boolean simpleEOP)Get the GTOD reference frame.static FactoryManagedFrameFramesFactory. getGTOD(IERSConventions conventions, boolean simpleEOP)Get the GTOD reference frame.VersionedITRFAbstractFrames. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)FactoryManagedFrameAbstractFrames. getITRF(IERSConventions conventions, boolean simpleEOP)VersionedITRFFrames. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)Get an specific International Terrestrial Reference Frame.FactoryManagedFrameFrames. 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.FactoryManagedFrameAbstractFrames. getITRFEquinox(IERSConventions conventions, boolean simpleEOP)FactoryManagedFrameFrames. 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.FactoryManagedFrameAbstractFrames. getMOD(IERSConventions conventions)FactoryManagedFrameFrames. getMOD(IERSConventions conventions)Get the MOD reference frame.static FactoryManagedFrameFramesFactory. getMOD(IERSConventions conventions)Get the MOD reference frame.FactoryManagedFrameAbstractFrames. getPZ9011(IERSConventions convention, boolean simpleEOP)FactoryManagedFrameFrames. 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.FactoryManagedFrameAbstractFrames. getTIRF(IERSConventions conventions)FactoryManagedFrameAbstractFrames. getTIRF(IERSConventions conventions, boolean simpleEOP)FactoryManagedFrameFrames. getTIRF(IERSConventions conventions)Get the TIRF reference frame, ignoring tidal effects.FactoryManagedFrameFrames. 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.FactoryManagedFrameAbstractFrames. getTOD(IERSConventions conventions, boolean simpleEOP)FactoryManagedFrameFrames. 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 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 EOPHistoryAbstractTimeScales. getEopHistory(IERSConventions conventions, boolean simpleEOP)Get the EOP history for the given conventions.protected EOPHistoryLazyLoadedTimeScales. getEopHistory(IERSConventions conventions, boolean simpleEOP)GMSTScaleAbstractTimeScales. getGMST(IERSConventions conventions, boolean simpleEOP)GMSTScaleLazyLoadedTimeScales. getGMST(IERSConventions conventions, boolean simpleEOP)GMSTScaleTimeScales. 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.UT1ScaleAbstractTimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)UT1ScaleLazyLoadedTimeScales. getUT1(IERSConventions conventions, boolean simpleEOP)UT1ScaleTimeScales. 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 IERSConventions 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. -
Uses of IERSConventions in org.orekit.utils
Methods in org.orekit.utils that return IERSConventions Modifier and Type Method Description static IERSConventionsIERSConventions. 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.
-