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 interfaceNormalizedSphericalHarmonicsProviderInterface used to provide normalized spherical harmonics coefficients.interfaceRawSphericalHarmonicsProviderInterface used to provide raw spherical harmonics coefficients.interfaceUnnormalizedSphericalHarmonicsProviderInterface used to provide un-normalized spherical harmonics coefficients.Classes in org.orekit.forces.gravity.potential that implement SphericalHarmonicsProvider Modifier and Type Class Description classCachedNormalizedSphericalHarmonicsProviderCaching wrapper forNormalizedSphericalHarmonicsProvider.
-