public final class SatelliteFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Satellite |
createSatellite(TLE tle)
Creates a
Satellite from a TLE. |
public static Satellite createSatellite(TLE tle) throws IllegalArgumentException
Satellite from a TLE.tle - The 'Three Line Elements'SatelliteIllegalArgumentException - when the given TLE is null or the data is incorrectCopyright © 2014–2019. All rights reserved.