Uses of Class
org.orekit.models.earth.displacement.OceanLoadingCoefficients
Packages that use OceanLoadingCoefficients
Package
Description
This package provides models computing reference points
displacements on Earth surface.
-
Uses of OceanLoadingCoefficients in org.orekit.models.earth.displacement
Methods in org.orekit.models.earth.displacement that return OceanLoadingCoefficientsModifier and TypeMethodDescriptionOceanLoadingCoefficientsBLQFactory.getCoefficients(String site) Get the coefficients for a given site.Methods in org.orekit.models.earth.displacement that return types with arguments of type OceanLoadingCoefficientsModifier and TypeMethodDescriptionOceanLoadingCoefficientsBlqParser.parse(DataSource source) Parse a BLQ file.Constructors in org.orekit.models.earth.displacement with parameters of type OceanLoadingCoefficientsModifierConstructorDescriptionOceanLoading(OneAxisEllipsoid earth, OceanLoadingCoefficients coefficients) Simple constructor.