Uses of Interface
org.orekit.forces.gravity.potential.TideSystemProvider
-
Packages that use TideSystemProvider Package Description org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. -
-
Uses of TideSystemProvider in org.orekit.forces.gravity
Classes in org.orekit.forces.gravity that implement TideSystemProvider Modifier and Type Class Description classHolmesFeatherstoneAttractionModelThis class represents the gravitational field of a celestial body. -
Uses of TideSystemProvider in org.orekit.forces.gravity.potential
Subinterfaces of TideSystemProvider in org.orekit.forces.gravity.potential Modifier and Type Interface Description interfaceNormalizedSphericalHarmonicsProviderInterface used to provide normalized spherical harmonics coefficients.interfaceRawSphericalHarmonicsProviderInterface used to provide raw spherical harmonics coefficients.interfaceSphericalHarmonicsProviderInterface used to provide spherical harmonics coefficients.interfaceUnnormalizedSphericalHarmonicsProviderInterface used to provide un-normalized spherical harmonics coefficients.Classes in org.orekit.forces.gravity.potential that implement TideSystemProvider Modifier and Type Class Description classCachedNormalizedSphericalHarmonicsProviderCaching wrapper forNormalizedSphericalHarmonicsProvider.
-