public class EPHEM2Object extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
EPHEM2Object() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAODO() |
double |
getCrs() |
double |
getCuc() |
double |
getCus() |
double |
getDeltan() |
double |
getE() |
int |
getFIT() |
int |
getIODE() |
double |
getM0() |
double |
getSqrtA() |
int |
getToe() |
int |
hashCode() |
void |
setAODO(int aODO) |
void |
setCrs(double crs) |
void |
setCuc(double cuc) |
void |
setCus(double cus) |
void |
setDeltan(double deltan) |
void |
setE(double e) |
void |
setFIT(int fIT) |
void |
setIODE(int iODE) |
void |
setM0(double m0) |
void |
setSqrtA(double sqrtA) |
void |
setToe(int toe) |
String |
toString() |
public static final String NAME
public int getIODE()
public void setIODE(int iODE)
iODE - the iODE to setpublic double getCrs()
public void setCrs(double crs)
crs - the crs to setpublic double getDeltan()
public void setDeltan(double deltan)
deltan - the deltan to setpublic double getM0()
public void setM0(double m0)
m0 - the m0 to setpublic double getCuc()
public void setCuc(double cuc)
cuc - the cuc to setpublic double getE()
public void setE(double e)
e - the e to setpublic double getCus()
public void setCus(double cus)
cus - the cus to setpublic double getSqrtA()
public void setSqrtA(double sqrtA)
sqrtA - the sqrtA to setpublic int getToe()
public void setToe(int toe)
toe - the toe to setpublic int getFIT()
public void setFIT(int fIT)
fIT - the fIT to setpublic int getAODO()
public void setAODO(int aODO)
aODO - the aODO to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.