Interface UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics
- All Superinterfaces:
TimeStamped
- Enclosing interface:
UnnormalizedSphericalHarmonicsProvider
public static interface UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics
extends TimeStamped
Un-normalized spherical harmonics coefficients evaluated at a specific instant.
- Since:
- 6.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetUnnormalizedCnm(int n, int m) Get a spherical harmonic cosine coefficient.doublegetUnnormalizedSnm(int n, int m) Get a spherical harmonic sine coefficient.Methods inherited from interface org.orekit.time.TimeStamped
durationFrom, getDate
-
Method Details
-
getUnnormalizedCnm
double getUnnormalizedCnm(int n, int m) Get a spherical harmonic cosine coefficient.- Parameters:
n- degree of the coefficientm- order of the coefficient- Returns:
- un-normalized coefficient Cnm
-
getUnnormalizedSnm
double getUnnormalizedSnm(int n, int m) Get a spherical harmonic sine coefficient.- Parameters:
n- degree of the coefficientm- order of the coefficient- Returns:
- un-normalized coefficient Snm
-