org.orekit.forces.gravity.potential
public class ProviderConverter extends Object implements PotentialCoefficientsProvider
PotentialCoefficientsProvider interface.
This converter is a temporary one, used to convert the new UnnormalizedSphericalHarmonicsProvider
interface to the old PotentialCoefficientsProvider interface for people who still
need it.
| Constructor and Description |
|---|
ProviderConverter(UnnormalizedSphericalHarmonicsProvider provider)
Deprecated.
Simple constructor.
|
public ProviderConverter(UnnormalizedSphericalHarmonicsProvider provider) throws OrekitException
provider - provider to convertOrekitException - if provider cannot be converted@Deprecated public double[] getJ(boolean normalized, int n) throws OrekitException
getJ in interface PotentialCoefficientsProvidernormalized - (true) or un-normalized (false)n - the maximal degree requestedOrekitException - if the requested maximal degree exceeds the
available degree@Deprecated public double[][] getC(int n, int m, boolean normalized) throws OrekitException
getC in interface PotentialCoefficientsProvidern - the degreem - the ordernormalized - (true) or un-normalized (false)OrekitException - if the requested maximal degree or order exceeds the
available degree or order@Deprecated public double[][] getS(int n, int m, boolean normalized) throws OrekitException
getS in interface PotentialCoefficientsProvidern - the degreem - the ordernormalized - (true) or un-normalized (false)OrekitException - if the requested maximal degree or order exceeds the
available degree or order@Deprecated public double getMu()
getMu in interface PotentialCoefficientsProvider@Deprecated public double getAe()
getAe in interface PotentialCoefficientsProviderCopyright © 2002–2015 CS Syst?mes d'Information. All rights reserved.