Uses of Class
org.orekit.frames.EOPEntry
-
Packages that use EOPEntry Package Description org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of EOPEntry in org.orekit.frames
Methods in org.orekit.frames that return types with arguments of type EOPEntry Modifier and Type Method Description protected Stream<EOPEntry>
EOPHistory. getNeighbors(AbsoluteDate central)
Get the entries surrounding a central date.Method parameters in org.orekit.frames with type arguments of type EOPEntry Modifier and Type Method Description void
EOPHistoryLoader. fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body.Constructor parameters in org.orekit.frames with type arguments of type EOPEntry Constructor Description EOPHistory(IERSConventions conventions, Collection<EOPEntry> data, boolean simpleEOP)
Simple constructor.
-