public static interface NormalizedSphericalHarmonicsProvider.NormalizedSphericalHarmonics extends TimeStamped
Modifier and Type | Method and Description |
---|---|
double |
getNormalizedCnm(int n,
int m)
Get a spherical harmonic cosine coefficient.
|
double |
getNormalizedSnm(int n,
int m)
Get a spherical harmonic sine coefficient.
|
getDate
double getNormalizedCnm(int n, int m) throws OrekitException
n
- degree of the coefficientm
- order of the coefficientOrekitException
- if the requested maximal degree or order exceeds the
available degree or orderdouble getNormalizedSnm(int n, int m) throws OrekitException
n
- degree of the coefficientm
- order of the coefficientOrekitException
- if the requested maximal degree or order exceeds the
available degree or orderCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.