org.orekit.forces.gravity.variations.coefficients
Class VariablePotentialCoefficientsSet
java.lang.Object
org.orekit.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet
public class VariablePotentialCoefficientsSet
- extends Object
Represents a variable potential coefficients set for a given degree and order
- Since:
- 1.3
- Version:
- $Id: VariablePotentialCoefficientsSet.java 6953 2012-11-26 13:31:36Z HoudrogeR $
- Author:
- Rami Houdroge
- Concurrency :
- immutable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariablePotentialCoefficientsSet
public VariablePotentialCoefficientsSet(int d,
int o,
double c,
double s,
double[] cc,
double[] sc)
- Create a set for a given order and degree
- Parameters:
d - degree of seto - order of setc - normalized c coefficients - normalized s coefficientcc - c coefficient corrections {DOT, S1A, C1A, S2A, C2A}sc - s coefficient corrections {DOT, S1A, C1A, S2A, C2A}
getDegree
public int getDegree()
- Returns:
- the degree of the set
getOrder
public int getOrder()
- Returns:
- the order of the set
getC
public double getC()
- Returns:
- normalized c coefficient of the set
getS
public double getS()
- Returns:
- normalized s coefficient of the set
getCc
public double[] getCc()
- Returns:
- the c coefficient corrections of the set {DOT, S1A, C1A, S2A, C2A}
getSc
public double[] getSc()
- Returns:
- the s coefficient corrections of the set {DOT, S1A, C1A, S2A, C2A}
Copyright © 2016 CNES. All Rights Reserved.