Interface NormalizedSphericalHarmonicsProvider
- All Superinterfaces:
SphericalHarmonicsProvider,TideSystemProvider
- All Known Implementing Classes:
CachedNormalizedSphericalHarmonicsProvider
Interface used to provide normalized spherical harmonics coefficients.
- Since:
- 6.0
- Author:
- Luc Maisonobe
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe normalized geopotential coefficients at a specific instance in time. -
Method Summary
Modifier and TypeMethodDescriptiondefault doublegetNormalizedC20(AbsoluteDate date) Get the normalized coefficient of degree 2 and order 0 at a specific instance in time.onDate(AbsoluteDate date) Get the normalized spherical harmonic coefficients at a specific instance in time.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 normalized spherical harmonic coefficients at a specific instance in time.- Parameters:
date- of evaluation- Returns:
- normalized coefficients on
date. - Since:
- 6.1
-
getNormalizedC20
Get the normalized coefficient of degree 2 and order 0 at a specific instance in time.- Parameters:
date- of evaluation (may be null if model is not time-dependent)- Returns:
- normalized C20 on
date. - Since:
- 12.1
-