Oem

data class Oem(val value: OemEphemeris) : EphemerisData

Ephemeris data in Orbit Ephemeris Message (OEM) format.

AWS Ground Station processes OEM Customer Provided Ephemerides according to the CCSDS standard with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see OEM ephemeris format in the AWS Ground Station user guide.

Constructors

Link copied to clipboard
constructor(value: OemEphemeris)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.