Uses of Interface
org.orekit.utils.IERSConventions.NutationCorrectionConverter
-
Packages that use IERSConventions.NutationCorrectionConverter Package Description org.orekit.files.sinex This package provides classes related to station data.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.utils This package provides useful objects. -
-
Uses of IERSConventions.NutationCorrectionConverter in org.orekit.files.sinex
Methods in org.orekit.files.sinex with parameters of type IERSConventions.NutationCorrectionConverter Modifier and Type Method Description void
SinexLoader. fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body.EOPEntry
SinexEopEntry. toEopEntry(IERSConventions.NutationCorrectionConverter converter, ITRFVersion version, TimeScale scale)
Converts to anEOPEntry
. -
Uses of IERSConventions.NutationCorrectionConverter in org.orekit.frames
Methods in org.orekit.frames with parameters of type IERSConventions.NutationCorrectionConverter Modifier and Type Method Description void
EopHistoryLoader. fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body. -
Uses of IERSConventions.NutationCorrectionConverter in org.orekit.utils
Methods in org.orekit.utils that return IERSConventions.NutationCorrectionConverter Modifier and Type Method Description IERSConventions.NutationCorrectionConverter
IERSConventions. getNutationCorrectionConverter()
Create a function converting nutation corrections between δX/δY and δΔψ/δΔε.IERSConventions.NutationCorrectionConverter
IERSConventions. getNutationCorrectionConverter(TimeScales timeScales)
Create a function converting nutation corrections between δX/δY and δΔψ/δΔε.
-