|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.forces.atmospheres.MSIS2000.ApCoef
public class ApCoef
/** Class Ap_coef Array containing the following magnetic values: 0 : daily AP 1 : 3 hr AP index for current time 2 : 3 hr AP index for 3 hrs before current time 3 : 3 hr AP index for 6 hrs before current time 4 : 3 hr AP index for 9 hrs before current time 5 : Average of eight 3 hr AP indicies from 12 to 33 hrs prior to current time 6 : Average of eight 3 hr AP indicies from 36 to 57 hrs prior to current time
| Constructor Summary | |
|---|---|
ApCoef()
Constructor. |
|
ApCoef(double[] inAp)
Constructor. |
|
| Method Summary | |
|---|---|
double[] |
getAp()
Getter for AP. |
void |
setAp(double[] inAp)
Setter for AP. |
void |
setAp(int position,
int value)
Setter for a specific element of the AP array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApCoef()
public ApCoef(double[] inAp)
inAp - magnetic values| Method Detail |
|---|
public double[] getAp()
public void setAp(double[] inAp)
inAp - the ap to set
public void setAp(int position,
int value)
position - position in the array.value - new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||