Package | Description |
---|---|
fr.cnes.sirius.patrius.frames.configuration.eop |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractEOPHistory.DoubleInterpolationFunctionBuilder<T extends EOPEntry>
Cache interpolable function builder used to generate
Double values. |
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.getEOPEntryArray()
Getter for the EOP entries array.
|
protected EOPEntry |
AbstractEOPHistory.getFirst()
Returns first EOP entry.
|
protected EOPEntry |
AbstractEOPHistory.getLast()
Returns last EOP entry.
|
Modifier and Type | Method and Description |
---|---|
void |
EOPHistory.addEntry(EOPEntry entry)
Add an Earth Orientation Parameters entry.
|
void |
AbstractEOPHistory.addEntry(EOPEntry entry)
Add an Earth Orientation Parameters entry.
|
Function<AbsoluteDate,? extends Double> |
AbstractEOPHistory.DoubleInterpolationFunctionBuilder.buildInterpolationFunction(T[] samples,
int indexInf,
int indexSup)
Builds an interpolation function with the provided samples within the provided indexes.
|
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 © 2023 CNES. All rights reserved.