| Modifier and Type | Method and Description |
|---|---|
TLE |
Satellite.getTLE()
Returns the currently assigned TLE for the satellite.
|
TLE |
AbstractSatellite.getTLE() |
| Modifier and Type | Method and Description |
|---|---|
static List<TLE> |
TLE.importSat(InputStream fileIS) |
| Modifier and Type | Method and Description |
|---|---|
static Satellite |
SatelliteFactory.createSatellite(TLE tle)
Creates a
Satellite from a TLE. |
| Constructor and Description |
|---|
AbstractSatellite(TLE tle) |
DeepSpaceSatellite(TLE tle)
DeepSpaceSatellite Constructor.
|
LEOSatellite(TLE tle)
Creates a Low Earth Orbit Satellite.
|
PassPredictor(TLE theTLE,
GroundStationPosition theQTH)
Constructor.
|
TLE(TLE tle)
Copy constructor.
|
Copyright © 2014–2019. All rights reserved.