public class TLE extends Object implements Serializable
| Constructor and Description |
|---|
TLE(String[] tle)
Constructor.
|
TLE(TLE tle)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getArgper() |
double |
getBstar() |
int |
getCatnum() |
double |
getDrag() |
double |
getEccn() |
double |
getEo() |
double |
getEpoch() |
double |
getIncl() |
double |
getMeanan() |
double |
getMeanmo() |
String |
getName() |
double |
getNddot6() |
double |
getOmegao() |
int |
getOrbitnum() |
double |
getRaan() |
double |
getRefepoch() |
int |
getSetnum() |
double |
getXincl() |
double |
getXmo() |
double |
getXndt2o() |
double |
getXno() |
double |
getXnodeo() |
int |
getYear() |
static List<TLE> |
importSat(InputStream fileIS) |
boolean |
isDeepspace() |
String |
toString() |
public TLE(TLE tle)
tle - public TLE(String[] tle) throws IllegalArgumentException
tle - the three line elementsIllegalArgumentException - here was something wrong with the TLEpublic int getCatnum()
public String getName()
public int getSetnum()
public int getYear()
public double getRefepoch()
public double getIncl()
public double getRaan()
public double getEccn()
public double getArgper()
public double getMeanan()
public double getMeanmo()
public double getDrag()
public double getNddot6()
public double getBstar()
public int getOrbitnum()
public boolean isDeepspace()
public double getEo()
public double getEpoch()
public double getOmegao()
public double getXincl()
public double getXmo()
public double getXndt2o()
public double getXno()
public double getXnodeo()
public static List<TLE> importSat(InputStream fileIS) throws IOException
IOExceptionCopyright © 2014–2019. All rights reserved.