Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<EOPEntry> |
EOPHistory.getEntries()
Get a non-modifiable view of the EOP entries.
|
protected Stream<EOPEntry> |
EOPHistory.getNeighbors(AbsoluteDate central)
Get the entries surrounding a central date.
|
Collection<EOPEntry> |
EOPHistoryLoader.Parser.parse(InputStream input,
String name)
Parse EOP from the given input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
EOPHistoryLoader.fillHistory(IERSConventions.NutationCorrectionConverter converter,
SortedSet<EOPEntry> history)
Load celestial body.
|
Constructor and Description |
---|
EOPHistory(IERSConventions conventions,
Collection<? extends EOPEntry> data,
boolean simpleEOP)
Simple constructor.
|
EOPHistory(IERSConventions conventions,
Collection<? extends EOPEntry> data,
boolean simpleEOP,
TimeScales timeScales)
Simple constructor.
|
Modifier and Type | Method and 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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.