EphemerisItem

Ephemeris item.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the ephemeris was uploaded in UTC.

Link copied to clipboard

Whether or not the ephemeris is enabled.

Link copied to clipboard

The AWS Ground Station ephemeris ID.

Link copied to clipboard
val name: String?

A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

Link copied to clipboard

Customer-provided priority score to establish the order in which overlapping ephemerides should be used.

Link copied to clipboard

Source S3 object used for the ephemeris.

Link copied to clipboard

The status of the ephemeris.

Functions

Link copied to clipboard
inline fun copy(block: EphemerisItem.Builder.() -> Unit = {}): EphemerisItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String