public class Input extends Object
Constructor and Description |
---|
Input()
Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getAlt()
Getter for alt.
|
double |
getAp()
Getter for ap.
|
ApCoef |
getApA()
Getter for apA.
|
int |
getDoy()
Getter for doy.
|
double |
getF107()
Getter for f107.
|
double |
getF107A()
Getter for f107A.
|
double |
getgLat()
Getter for gLat.
|
double |
getgLong()
Getter for gLong.
|
double |
getLst()
Getter for lst.
|
double |
getSec()
Getter for sec.
|
void |
setAlt(double alt)
Setter for alt.
|
void |
setAp(double ap)
Setter for ap.
|
void |
setApA(ApCoef apA)
Setter for apA.
|
void |
setApA(double[] apA)
Setter for apA.
|
void |
setDoy(int doy)
Setter for doy.
|
void |
setF107(double f107)
Setter for f107.
|
void |
setF107A(double f107a)
Setter for f107A.
|
void |
setgLat(double gLat)
Setter for gLat.
|
void |
setgLong(double gLong)
Setter for gLong.
|
void |
setLst(double lst)
Setter for lst.
|
void |
setSec(double sec)
Setter for doy.
|
public double getAlt()
public double getAp()
public ApCoef getApA()
public int getDoy()
public double getF107()
public double getF107A()
public double getgLat()
public double getgLong()
public double getLst()
public double getSec()
public void setAlt(double alt)
alt
- the alt to setpublic void setAp(double ap)
ap
- the ap to setpublic void setApA(ApCoef apA)
apA
- the apA to setpublic void setApA(double[] apA)
apA
- geomagnetic coefficients.public void setDoy(int doy)
doy
- the doy to setpublic void setF107(double f107)
f107
- the f107 to setpublic void setF107A(double f107a)
f107a
- the f107A to setpublic void setgLat(double gLat)
gLat
- the gLat to setpublic void setgLong(double gLong)
gLong
- the gLong to setpublic void setLst(double lst)
lst
- the lst to setpublic void setSec(double sec)
sec
- the sec to setCopyright © 2020 CNES. All rights reserved.