Interface RawSphericalHarmonicsProvider.RawSphericalHarmonics
- All Superinterfaces:
TimeStamped
- Enclosing interface:
RawSphericalHarmonicsProvider
The raw spherical harmonics at a particular instant.
- See Also:
-
Method Summary
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom, getDate
-
Method Details
-
getRawCnm
double getRawCnm(int n, int m) Get a spherical harmonic cosine coefficient.- Parameters:
n- degree of the coefficientm- order of the coefficient- Returns:
- raw coefficient Cnm
-
getRawSnm
double getRawSnm(int n, int m) Get a spherical harmonic sine coefficient.- Parameters:
n- degree of the coefficientm- order of the coefficient- Returns:
- raw coefficient Snm
-