public interface PotentialCoefficientsProvider
GravityFieldFactory
Modifier and Type | Method and Description |
---|---|
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.
|
double[] getJ(boolean normalized, int n) throws PatriusException
normalized
- (true) or un-normalized (false)n
- the maximal degree requestedPatriusException
- if the requested maximal degree exceeds the
available degreedouble[][] getC(int n, int m, boolean normalized) throws PatriusException
n
- the degreem
- the ordernormalized
- (true) or un-normalized (false)PatriusException
- if the requested maximal degree or order exceeds the
available degree or orderdouble[][] getS(int n, int m, boolean normalized) throws PatriusException
n
- the degreem
- the ordernormalized
- (true) or un-normalized (false)PatriusException
- if the requested maximal degree or order exceeds the
available degree or orderdouble getMu()
double getAe()
Copyright © 2018 CNES. All Rights Reserved.