Uses of Class
org.orekit.forces.gravity.potential.OceanLoadDeformationCoefficients
-
Packages that use OceanLoadDeformationCoefficients Package Description org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. -
-
Uses of OceanLoadDeformationCoefficients in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that return OceanLoadDeformationCoefficients Modifier and Type Method Description static OceanLoadDeformationCoefficients
GravityFieldFactory. getOceanLoadDeformationCoefficients()
Get the configured ocean load deformation coefficients.OceanLoadDeformationCoefficients
LazyLoadedGravityFields. getOceanLoadDeformationCoefficients()
Get the configured ocean load deformation coefficients.static OceanLoadDeformationCoefficients
OceanLoadDeformationCoefficients. valueOf(String name)
Returns the enum constant of this type with the specified name.static OceanLoadDeformationCoefficients[]
OceanLoadDeformationCoefficients. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.forces.gravity.potential with parameters of type OceanLoadDeformationCoefficients Modifier and Type Method Description static void
GravityFieldFactory. configureOceanLoadDeformationCoefficients(OceanLoadDeformationCoefficients oldc)
Configure ocean load deformation coefficients.void
LazyLoadedGravityFields. configureOceanLoadDeformationCoefficients(OceanLoadDeformationCoefficients oldc)
Configure ocean load deformation coefficients.Constructors in org.orekit.forces.gravity.potential with parameters of type OceanLoadDeformationCoefficients Constructor Description FESCHatEpsilonReader(String supportedNames, double scaleCHat, double scaleEpsilon, OceanLoadDeformationCoefficients oldc, Map<Integer,Double> astronomicalAmplitudes)
Simple constructor.
-