|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PotentialCoefficientsProvider
Interface used to provide gravity field coefficients.
GravityFieldFactory| Method Summary | |
|---|---|
double |
getAe()
Get the value of the central body reference radius. |
double[][] |
getC(int n,
int m,
boolean normalized)
Get the tesseral-sectorial and zonal coefficients. |
double[] |
getJ(boolean normalized,
int n)
Get the zonal coefficients. |
double |
getMu()
Get the central body attraction coefficient. |
double[][] |
getS(int n,
int m,
boolean normalized)
Get tesseral-sectorial coefficients. |
| Method Detail |
|---|
double[] getJ(boolean normalized,
int n)
throws OrekitException
normalized - (true) or un-normalized (false)n - the maximal degree requested
OrekitException - if the requested maximal degree exceeds the
available degree
double[][] getC(int n,
int m,
boolean normalized)
throws OrekitException
n - the degreem - the ordernormalized - (true) or un-normalized (false)
OrekitException - if the requested maximal degree or order exceeds the
available degree or order
double[][] getS(int n,
int m,
boolean normalized)
throws OrekitException
n - the degreem - the ordernormalized - (true) or un-normalized (false)
OrekitException - if the requested maximal degree or order exceeds the
available degree or orderdouble getMu()
double getAe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||