public enum OceanLoadDeformationCoefficients extends Enum<OceanLoadDeformationCoefficients>
GravityFields
Enum Constant and Description |
---|
GEGOUT
Coefficients computed by Pascal Gégout, CNRS / UMR5563 (GET).
|
IERS_1996
Coefficients from IERS 1996 conventions.
|
IERS_2003
Coefficients from IERS 2003 conventions.
|
IERS_2010
Coefficients from IERS 2010 conventions.
|
Modifier and Type | Method and Description |
---|---|
abstract double[] |
getCoefficients()
Get the load deformation coefficients for ocean tides.
|
static OceanLoadDeformationCoefficients |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OceanLoadDeformationCoefficients[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OceanLoadDeformationCoefficients IERS_1996
Note that coefficients from conventions IERS 1996, 2003 and 2010 are all equal to each other.
public static final OceanLoadDeformationCoefficients IERS_2003
Note that coefficients from conventions IERS 1996, 2003 and 2010 are all equal to each other.
public static final OceanLoadDeformationCoefficients IERS_2010
Note that coefficients from conventions IERS 1996, 2003 and 2010 are all equal to each other.
public static final OceanLoadDeformationCoefficients GEGOUT
These coefficients are available up to degree 250.
public static OceanLoadDeformationCoefficients[] values()
for (OceanLoadDeformationCoefficients c : OceanLoadDeformationCoefficients.values()) System.out.println(c);
public static OceanLoadDeformationCoefficients 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 abstract double[] getCoefficients()
Copyright © 2002-2022 CS GROUP. All rights reserved.