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 class
HolmesFeatherstoneAttractionModel
This 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 interface
NormalizedSphericalHarmonicsProvider
Interface used to provide normalized spherical harmonics coefficients.interface
RawSphericalHarmonicsProvider
Interface used to provide raw spherical harmonics coefficients.interface
SphericalHarmonicsProvider
Interface used to provide spherical harmonics coefficients.interface
UnnormalizedSphericalHarmonicsProvider
Interface used to provide un-normalized spherical harmonics coefficients.Classes in org.orekit.forces.gravity.potential that implement TideSystemProvider Modifier and Type Class Description class
CachedNormalizedSphericalHarmonicsProvider
Caching wrapper forNormalizedSphericalHarmonicsProvider
.
-