Uses of Class
software.amazon.awssdk.services.groundstation.model.TLEEphemeris
-
Packages that use TLEEphemeris Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of TLEEphemeris in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return TLEEphemeris Modifier and Type Method Description TLEEphemerisEphemerisData. tle()Returns the value of the Tle property for this object.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type TLEEphemeris Modifier and Type Method Description static EphemerisDataEphemerisData. fromTle(TLEEphemeris tle)Create an instance of this class withEphemerisData.tle()initialized to the given value.EphemerisData.BuilderEphemerisData.Builder. tle(TLEEphemeris tle)Sets the value of the Tle property for this object.
-