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 This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.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, List<double[]> coefficients)
Build a model of fundamental arguments from an IERS table file. -
Uses of IERSConventions in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return IERSConventions Modifier and Type Method Description IERSConventions
ODMFile. getConventions()
Get IERS conventions.IERSConventions
ODMParser. getConventions()
Get IERS conventions.IERSConventions
TDMParser. getConventions()
Get IERS conventions.Methods in org.orekit.files.ccsds with parameters of type IERSConventions Modifier and Type Method Description Frame
CCSDSFrame. getFrame(IERSConventions conventions, boolean simpleEOP)
Get the frame corresponding to the CCSDS constant.abstract TimeScale
CcsdsTimeScale. getTimeScale(IERSConventions conventions)
Get the correspondingTimeScale
.AbsoluteDate
CcsdsTimeScale. parseDate(String date, IERSConventions conventions, AbsoluteDate missionReferenceDate)
Parse a date in this time scale.abstract ODMParser
ODMParser. withConventions(IERSConventions newConventions)
Set IERS conventions.OEMParser
OEMParser. withConventions(IERSConventions newConventions)
Set IERS conventions.OMMParser
OMMParser. withConventions(IERSConventions newConventions)
Set IERS conventions.OPMParser
OPMParser. withConventions(IERSConventions newConventions)
Set IERS conventions.TDMParser
TDMParser. withConventions(IERSConventions newConventions)
Set IERS conventions.Constructors in org.orekit.files.ccsds with parameters of type IERSConventions Constructor Description ODMParser(AbsoluteDate missionReferenceDate, double mu, IERSConventions conventions, boolean simpleEOP, int launchYear, int launchNumber, String launchPiece)
Complete 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, 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.static FactoryManagedFrame
FramesFactory. getCIRF(IERSConventions conventions, boolean simpleEOP)
Get the CIRF2000 reference frame.static Frame
FramesFactory. getEcliptic(IERSConventions conventions)
Get the ecliptic frame.static EOPHistory
FramesFactory. getEOPHistory(IERSConventions conventions, boolean simpleEOP)
Get Earth Orientation Parameters history.static FactoryManagedFrame
FramesFactory. getGTOD(IERSConventions conventions, boolean simpleEOP)
Get the GTOD reference frame.static VersionedITRF
FramesFactory. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)
Get an specific International Terrestrial Reference Frame.static FactoryManagedFrame
FramesFactory. getITRF(IERSConventions conventions, boolean simpleEOP)
Get an unspecified International Terrestrial Reference Frame.static FactoryManagedFrame
FramesFactory. getITRFEquinox(IERSConventions conventions, boolean simpleEOP)
Get the equinox-based ITRF reference frame.static FactoryManagedFrame
FramesFactory. getMOD(IERSConventions conventions)
Get the MOD 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.static FactoryManagedFrame
FramesFactory. getTOD(IERSConventions conventions, boolean simpleEOP)
Get the TOD reference frame.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.EOPHistory(IERSConventions conventions, Collection<EOPEntry> data, boolean simpleEOP)
Simple constructor.GTODProvider(IERSConventions conventions, EOPHistory eopHistory)
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 static GMSTScale
TimeScalesFactory. getGMST(IERSConventions conventions, boolean simpleEOP)
Get the Greenwich Mean Sidereal Time scale.static UT1Scale
TimeScalesFactory. getUT1(IERSConventions conventions, boolean simpleEOP)
Get the Universal Time 1 scale. -
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.
-