public enum IAUMODPrecessionConvention extends Enum<IAUMODPrecessionConvention>
Values from "Expressions for IAU 2000 precession quantities, N. Capitaine, P.T. Wallace, and J. Chapront, 2003".
Enum Constant and Description |
---|
IAU1976
IAU 1976 convention.
|
IAU2000
IAU 2000 convention.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getObliquityCoefs()
Returns the obliquity coefficients.
|
double[] |
getPrecessionThetaCoefs()
Returns the precession coefficients (theta).
|
double[] |
getPrecessionZCoefs()
Returns the precession coefficients (Z).
|
double[] |
getPrecessionZetaCoefs()
Returns the precession coefficients (zeta).
|
static IAUMODPrecessionConvention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAUMODPrecessionConvention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAUMODPrecessionConvention IAU1976
public static final IAUMODPrecessionConvention IAU2000
public static IAUMODPrecessionConvention[] values()
for (IAUMODPrecessionConvention c : IAUMODPrecessionConvention.values()) System.out.println(c);
public static IAUMODPrecessionConvention valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic double[] getObliquityCoefs()
public double[] getPrecessionZetaCoefs()
public double[] getPrecessionThetaCoefs()
public double[] getPrecessionZCoefs()
Copyright © 2023 CNES. All rights reserved.