Uses of Enum Class
org.orekit.forces.gravity.potential.OceanLoadDeformationCoefficients
Packages that use OceanLoadDeformationCoefficients
Package
Description
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 OceanLoadDeformationCoefficientsModifier and TypeMethodDescriptionGravityFieldFactory.getOceanLoadDeformationCoefficients()Get the configured ocean load deformation coefficients.LazyLoadedGravityFields.getOceanLoadDeformationCoefficients()Get the configured ocean load deformation coefficients.Returns the enum constant of this class with the specified name.static OceanLoadDeformationCoefficients[]OceanLoadDeformationCoefficients.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.forces.gravity.potential with parameters of type OceanLoadDeformationCoefficientsModifier and TypeMethodDescriptionstatic voidGravityFieldFactory.configureOceanLoadDeformationCoefficients(OceanLoadDeformationCoefficients oldc) Configure ocean load deformation coefficients.voidLazyLoadedGravityFields.configureOceanLoadDeformationCoefficients(OceanLoadDeformationCoefficients oldc) Configure ocean load deformation coefficients.Constructors in org.orekit.forces.gravity.potential with parameters of type OceanLoadDeformationCoefficientsModifierConstructorDescriptionFESCHatEpsilonReader(String supportedNames, double scaleCHat, double scaleEpsilon, OceanLoadDeformationCoefficients oldc, Map<Integer, Double> astronomicalAmplitudes) Simple constructor.