Uses of Interface
org.orekit.utils.IERSConventions.NutationCorrectionConverter
-
Packages that use IERSConventions.NutationCorrectionConverter Package Description 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.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 δΔψ/δΔε.
-