public class EPHEM3Object extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
EPHEM3Object() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getCic() |
double |
getCis() |
double |
getCrc() |
double |
getI0() |
double |
getIDOT() |
int |
getIODE() |
double |
getOmega() |
double |
getOmega0() |
double |
getOmegad() |
int |
hashCode() |
void |
setCic(double cic) |
void |
setCis(double cis) |
void |
setCrc(double crc) |
void |
setI0(double i0) |
void |
setIDOT(double iDOT) |
void |
setIODE(int iODE) |
void |
setOmega(double omega) |
void |
setOmega0(double omega0) |
void |
setOmegad(double omegad) |
String |
toString() |
public static final String NAME
public int getIODE()
public void setIODE(int iODE)
iODE - the iODE to setpublic double getIDOT()
public void setIDOT(double iDOT)
iDOT - the iDOT to setpublic double getCic()
public void setCic(double cic)
cic - the cic to setpublic double getOmega0()
public void setOmega0(double omega0)
omega0 - the omega0 to setpublic double getCis()
public void setCis(double cis)
cis - the cis to setpublic double getI0()
public void setI0(double i0)
i0 - the i0 to setpublic double getCrc()
public void setCrc(double crc)
crc - the crc to setpublic double getOmega()
public void setOmega(double omega)
omega - the omega to setpublic double getOmegad()
public void setOmegad(double omegad)
omegad - the omegad to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.