Uses of Interface
org.orekit.forces.gravity.potential.SphericalHarmonicsProvider
-
Packages that use SphericalHarmonicsProvider Package Description org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. -
-
Uses of SphericalHarmonicsProvider in org.orekit.forces.gravity.potential
Subinterfaces of SphericalHarmonicsProvider 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
UnnormalizedSphericalHarmonicsProvider
Interface used to provide un-normalized spherical harmonics coefficients.Classes in org.orekit.forces.gravity.potential that implement SphericalHarmonicsProvider Modifier and Type Class Description class
CachedNormalizedSphericalHarmonicsProvider
Caching wrapper forNormalizedSphericalHarmonicsProvider
.
-