public class IONOObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
IONOObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getA0() |
double |
getA1() |
double |
getAlpha0() |
double |
getAlpha1() |
double |
getAlpha2() |
double |
getAlpha3() |
double |
getBeta0() |
double |
getBeta1() |
double |
getBeta2() |
double |
getBeta3() |
int |
getDN() |
int |
getLeap() |
int |
getLsf() |
double |
getTot() |
int |
getWNlsf() |
int |
getWNt() |
int |
hashCode() |
void |
setA0(double a0) |
void |
setA1(double a1) |
void |
setAlpha0(double alpha0) |
void |
setAlpha1(double alpha1) |
void |
setAlpha2(double alpha2) |
void |
setAlpha3(double alpha3) |
void |
setBeta0(double beta0) |
void |
setBeta1(double beta1) |
void |
setBeta2(double beta2) |
void |
setBeta3(double beta3) |
void |
setDN(int dN) |
void |
setLeap(int leap) |
void |
setLsf(int lsf) |
void |
setTot(double tot) |
void |
setWNlsf(int wNlsf) |
void |
setWNt(int wNt) |
String |
toString() |
public static final String NAME
public double getAlpha0()
public void setAlpha0(double alpha0)
alpha0 - the alpha0 to setpublic double getAlpha1()
public void setAlpha1(double alpha1)
alpha1 - the alpha1 to setpublic double getAlpha2()
public void setAlpha2(double alpha2)
alpha2 - the alpha2 to setpublic double getAlpha3()
public void setAlpha3(double alpha3)
alpha3 - the alpha3 to setpublic double getBeta0()
public void setBeta0(double beta0)
beta0 - the beta0 to setpublic double getBeta1()
public void setBeta1(double beta1)
beta1 - the beta1 to setpublic double getBeta2()
public void setBeta2(double beta2)
beta2 - the beta2 to setpublic double getBeta3()
public void setBeta3(double beta3)
beta3 - the beta3 to setpublic double getA0()
public void setA0(double a0)
a0 - the a0 to setpublic double getA1()
public void setA1(double a1)
a1 - the a1 to setpublic double getTot()
public void setTot(double tot)
tot - the tot to setpublic int getWNt()
public void setWNt(int wNt)
wNt - the wNt to setpublic int getLeap()
public void setLeap(int leap)
leap - the leap to setpublic int getWNlsf()
public void setWNlsf(int wNlsf)
wNlsf - the wNlsf to setpublic int getDN()
public void setDN(int dN)
dN - the dN to setpublic int getLsf()
public void setLsf(int lsf)
lsf - the lsf to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.