Package | Description |
---|---|
fr.cnes.sirius.patrius.frames.configuration.eop |
Modifier and Type | Class and Description |
---|---|
class |
EOP1980Entry
This class holds an Earth Orientation Parameters entry (IAU1980).
|
class |
EOP2000Entry
This class holds an Earth Orientation Parameters entry (IAU2000).
|
Modifier and Type | Method and Description |
---|---|
protected EOPEntry |
AbstractEOPHistory.getFirst()
Returns first EOP entry.
|
protected EOPEntry |
AbstractEOPHistory.getLast()
Returns last EOP entry.
|
protected EOPEntry[] |
AbstractEOPHistory.getNeighbors(AbsoluteDate central)
Get the entries surrounding a central date.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEOPHistory.addEntry(EOPEntry entry)
Add an Earth Orientation Parameters entry.
|
void |
EOPHistory.addEntry(EOPEntry entry)
Add an Earth Orientation Parameters entry.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractEOPHistory.fillHistory(Collection<? extends EOPEntry> entries,
EOPHistory history)
Populates a
EOPHistory instance from a collection of EOPEntry . |
Copyright © 2021 CNES. All rights reserved.