org.orekit.forces.gravity.potential
UnnormalizedSphericalHarmonicsProvider@Deprecated public interface PotentialCoefficientsProvider
GravityFieldFactory| Modifier and Type | Method and Description |
|---|---|
double |
getAe()
Deprecated.
Get the value of the central body reference radius.
|
double[][] |
getC(int n,
int m,
boolean normalized)
Deprecated.
Get the tesseral-sectorial and zonal coefficients.
|
double[] |
getJ(boolean normalized,
int n)
Deprecated.
Get the zonal coefficients.
|
double |
getMu()
Deprecated.
Get the central body attraction coefficient.
|
double[][] |
getS(int n,
int m,
boolean normalized)
Deprecated.
Get tesseral-sectorial coefficients.
|
double[] getJ(boolean normalized,
int n)
throws OrekitException
normalized - (true) or un-normalized (false)n - the maximal degree requestedOrekitException - if the requested maximal degree exceeds the
available degreedouble[][] 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 orderdouble[][] 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()
Copyright © 2002–2015 CS Syst?mes d'Information. All rights reserved.