Uses of Class
org.orekit.models.earth.displacement.OceanLoadingCoefficients
-
Packages that use OceanLoadingCoefficients Package Description org.orekit.models.earth.displacement 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 OceanLoadingCoefficients Modifier and Type Method Description OceanLoadingCoefficients
OceanLoadingCoefficientsBLQFactory. getCoefficients(String site)
Get the coefficients for a given site.Methods in org.orekit.models.earth.displacement that return types with arguments of type OceanLoadingCoefficients Modifier and Type Method Description List<OceanLoadingCoefficients>
OceanLoadingCoefficientsBlqParser. parse(DataSource source)
Parse a BLQ file.Constructors in org.orekit.models.earth.displacement with parameters of type OceanLoadingCoefficients Constructor Description OceanLoading(OneAxisEllipsoid earth, OceanLoadingCoefficients coefficients)
Simple constructor.
-