public final class Iau2006XysData extends Object
ReferenceFrame
instances on EarthCentralBody
rather than using this table directly.Modifier and Type | Method and Description |
---|---|
JulianDate |
getDateOfLastSample()
Gets the date of the last sample in the table.
|
static Iau2006XysData |
getInstance()
Gets the instance of the embedded IAU2006 XYS data.
|
int |
getInterpolationOrder()
Gets the order of the Lagrange polynomial to use to interpolate the data in the table.
|
int |
getNumberOfPoints()
Gets the total number of samples in the XYS table.
|
JulianDate |
getReferenceEpoch()
|
double |
getReferenceEpochJulianEphemerisDate()
Gets the Julian Ephemeris Date (JED) of the first sample in the table.
|
double |
getStepSizeDays()
Gets the step between samples in the table, in days.
|
String |
getUpdated()
Gets a string containing the date on which the XYS data in the table was last updated.
|
String |
getVersion()
Gets the version of the XYS data.
|
List<Double> |
getXys()
Gets the XYS table, in the order X0, Y0, S0, X1, Y1, S1, etc.
|
String |
getXysAlgorithm()
Gets the name of the algorithm used to generate the data held in the XYS table.
|
@Nonnull public static Iau2006XysData getInstance()
@Nonnull public final String getUpdated()
public final int getInterpolationOrder()
public final double getReferenceEpochJulianEphemerisDate()
TerrestrialTime
(get
) standard.@Nonnull public final JulianDate getReferenceEpoch()
public final double getStepSizeDays()
public final int getNumberOfPoints()
@Nonnull public final String getXysAlgorithm()
@Nonnull public final List<Double> getXys()
@Nonnull public final JulianDate getDateOfLastSample()