Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
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) |
Get the entries surrounding a central date.
|
Modifier and Type | Method | Description |
---|---|---|
void |
EOPHistoryLoader.fillHistory(IERSConventions.NutationCorrectionConverter converter,
SortedSet<EOPEntry> history) |
Load celestial body.
|
Constructor | Description |
---|---|
EOPHistory(IERSConventions conventions,
Collection<EOPEntry> data,
boolean simpleEOP) |
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.