Uses of Class
org.orekit.frames.EOPEntry
-
Packages that use EOPEntry 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.time 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 EOPEntry Modifier and Type Method Description EOPEntry
SinexEopEntry. toEopEntry(IERSConventions.NutationCorrectionConverter converter, ITRFVersion version, TimeScale scale)
Converts to anEOPEntry
.Method parameters in org.orekit.files.sinex with type arguments of type EOPEntry Modifier and Type Method Description void
SinexLoader. fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body. -
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 List<EOPEntry>
EOPHistory. getEntries()
Get a non-modifiable view of the EOP entries.protected Stream<EOPEntry>
EOPHistory. getNeighbors(AbsoluteDate central, int n)
Get the entries surrounding a central date.Collection<EOPEntry>
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 EOPEntry Modifier and Type Method Description void
EopHistoryLoader. fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body.SecularAndHarmonic
SingleParameterFitter. fit(EOPHistory rawHistory, ToDoubleFunction<EOPEntry> extractor)
Perform secular and harmonic fitting.Constructor parameters in org.orekit.frames with type arguments of type EOPEntry Constructor Description EOPHistory(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 EOPEntry Modifier and Type Method Description static TimeScales
TimeScales. 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.
-