AzEl
Azimuth elevation ephemeris data.
Use this ephemeris type to provide pointing angles directly, rather than satellite orbital elements. Use this when you need precise antenna pointing but have imprecise or unknown satellite trajectory information.
The azimuth elevation data specifies the antenna pointing direction at specific times relative to a ground station location. AWS Ground Station uses 4th order Lagrange interpolation to compute pointing angles between the provided data points.
AWS Ground Station automatically filters interpolated pointing angles, including only those that are above the site mask elevation of the specified ground station.
For more detail about providing azimuth elevation ephemerides to AWS Ground Station, see the azimuth elevation ephemeris section of the AWS Ground Station User Guide.
Inherited functions
Casts this EphemerisData as a AzEl and retrieves its aws.sdk.kotlin.services.groundstation.model.AzElEphemeris value. Throws an exception if the EphemerisData is not a AzEl.
Casts this EphemerisData as a AzEl and retrieves its aws.sdk.kotlin.services.groundstation.model.AzElEphemeris value. Returns null if the EphemerisData is not a AzEl.
Casts this EphemerisData as a Oem and retrieves its aws.sdk.kotlin.services.groundstation.model.OemEphemeris value. Throws an exception if the EphemerisData is not a Oem.
Casts this EphemerisData as a Oem and retrieves its aws.sdk.kotlin.services.groundstation.model.OemEphemeris value. Returns null if the EphemerisData is not a Oem.
Casts this EphemerisData as a Tle and retrieves its aws.sdk.kotlin.services.groundstation.model.TleEphemeris value. Throws an exception if the EphemerisData is not a Tle.
Casts this EphemerisData as a Tle and retrieves its aws.sdk.kotlin.services.groundstation.model.TleEphemeris value. Returns null if the EphemerisData is not a Tle.