Uses of Class
org.orekit.frames.EOPEntry
Packages that use EOPEntry
Package
Description
This package provides classes related to station data.
This package provides classes to handle frames and transforms between them.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
-
Uses of EOPEntry in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return EOPEntryModifier and TypeMethodDescriptionSinexEopEntry.toEopEntry(IERSConventions.NutationCorrectionConverter converter, ITRFVersion version, TimeScale scale) Converts to anEOPEntry. -
Uses of EOPEntry in org.orekit.frames
Methods in org.orekit.frames that return types with arguments of type EOPEntryModifier and TypeMethodDescriptionEOPHistory.getEntries()Get a non-modifiable view of the EOP entries.EOPHistory.getNeighbors(AbsoluteDate central, int n) Get the entries surrounding a central date.EopHistoryLoader.Parser.parse(InputStream input, String name) Parse EOP from the given input stream.Method parameters in org.orekit.frames with type arguments of type EOPEntryModifier and TypeMethodDescriptionvoidEopHistoryLoader.fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history) Load celestial body.SingleParameterFitter.fit(EOPHistory rawHistory, ToDoubleFunction<EOPEntry> extractor) Perform secular and harmonic fitting.Constructor parameters in org.orekit.frames with type arguments of type EOPEntryModifierConstructorDescriptionprotectedEOPHistory(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. -
Uses of EOPEntry in org.orekit.time
Method parameters in org.orekit.time with type arguments of type EOPEntryModifier and TypeMethodDescriptionstatic 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.