org.orekit.forces.atmospheres.MSIS2000
Class ApCoef

java.lang.Object
  extended by org.orekit.forces.atmospheres.MSIS2000.ApCoef

public class ApCoef
extends Object

/** 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

Since:
1.2
Version:
$Id: ApCoef.java 17582 2017-05-10 12:58:16Z bignon $
Author:
Rami Houdroge
Concurrency :
immutable

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

ApCoef

public ApCoef()
Constructor.


ApCoef

public ApCoef(double[] inAp)
Constructor.

Parameters:
inAp - magnetic values
Method Detail

getAp

public double[] getAp()
Getter for AP.

Returns:
the ap

setAp

public void setAp(double[] inAp)
Setter for AP.

Parameters:
inAp - the ap to set

setAp

public void setAp(int position,
                  int value)
Setter for a specific element of the AP array.

Parameters:
position - position in the array.
value - new value.


Copyright © 2017 CNES. All Rights Reserved.