Enum Class OceanLoadDeformationCoefficients
java.lang.Object
java.lang.Enum<OceanLoadDeformationCoefficients>
org.orekit.forces.gravity.potential.OceanLoadDeformationCoefficients
- All Implemented Interfaces:
Serializable,Comparable<OceanLoadDeformationCoefficients>,Constable
Supported Ocean load Deformation coefficients (Love numbers k'i).
- Since:
- 6.1
- Author:
- Luc Maisonobe
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionabstract double[]Get the load deformation coefficients for ocean tides.Returns the enum constant of this class with the specified name.static OceanLoadDeformationCoefficients[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IERS_1996
Coefficients from IERS 1996 conventions.Note that coefficients from conventions IERS 1996, 2003 and 2010 are all equal to each other.
-
IERS_2003
Coefficients from IERS 2003 conventions.Note that coefficients from conventions IERS 1996, 2003 and 2010 are all equal to each other.
-
IERS_2010
Coefficients from IERS 2010 conventions.Note that coefficients from conventions IERS 1996, 2003 and 2010 are all equal to each other.
-
GEGOUT
Coefficients computed by Pascal Gégout, CNRS / UMR5563 (GET).These coefficients are available up to degree 250.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getCoefficients
public abstract double[] getCoefficients()Get the load deformation coefficients for ocean tides.- Returns:
- load deformation coefficients for ocean tides
-