Interface RawSphericalHarmonicsProvider
- All Superinterfaces:
SphericalHarmonicsProvider,TideSystemProvider
Interface used to provide raw spherical harmonics coefficients.
This interface is intended to be used only as the workhorse for
either NormalizedSphericalHarmonicsProvider or
SphericalHarmonicsProvider implementations.
- Since:
- 6.0
- Author:
- Luc Maisonobe
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe raw spherical harmonics at a particular instant. -
Method Summary
Modifier and TypeMethodDescriptiononDate(AbsoluteDate date) Get the raw spherical harmonic coefficients on a specific date.Methods inherited from interface org.orekit.forces.gravity.potential.SphericalHarmonicsProvider
getAe, getMaxDegree, getMaxOrder, getMu, getReferenceDateMethods inherited from interface org.orekit.forces.gravity.potential.TideSystemProvider
getTideSystem
-
Method Details
-
onDate
Get the raw spherical harmonic coefficients on a specific date.- Parameters:
date- to evaluate the spherical harmonics- Returns:
- the raw spherical harmonics on
date.
-