public class ALMANACObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
ALMANACObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getAf0() |
double |
getAf1() |
double |
getDeltai() |
double |
getE() |
int |
getHealth() |
int |
getID() |
double |
getM0() |
double |
getOmega() |
double |
getOmega0() |
double |
getOmegad() |
double |
getSqrtA() |
int |
getToa() |
int |
hashCode() |
void |
setAf0(double af0) |
void |
setAf1(double af1) |
void |
setDeltai(double deltai) |
void |
setE(double e) |
void |
setHealth(int health) |
void |
setID(int iD) |
void |
setM0(double m0) |
void |
setOmega(double omega) |
void |
setOmega0(double omega0) |
void |
setOmegad(double omegad) |
void |
setSqrtA(double sqrtA) |
void |
setToa(int toa) |
String |
toString() |
public static final String NAME
public int getID()
public void setID(int iD)
iD - the iD to setpublic int getHealth()
public void setHealth(int health)
health - the health to setpublic double getE()
public void setE(double e)
e - the e to setpublic int getToa()
public void setToa(int toa)
toa - the toa to setpublic double getDeltai()
public void setDeltai(double deltai)
deltai - the deltai to setpublic double getOmegad()
public void setOmegad(double omegad)
omegad - the omegad to setpublic double getSqrtA()
public void setSqrtA(double sqrtA)
sqrtA - the sqrtA to setpublic double getOmega0()
public void setOmega0(double omega0)
omega0 - the omega0 to setpublic double getOmega()
public void setOmega(double omega)
omega - the omega to setpublic double getM0()
public void setM0(double m0)
m0 - the m0 to setpublic double getAf0()
public void setAf0(double af0)
af0 - the af0 to setpublic double getAf1()
public void setAf1(double af1)
af1 - the af1 to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.