AzElSegment

A time segment containing azimuth elevation pointing data.

Each segment defines a continuous time period with pointing angle data points. AWS Ground Station uses 4th order Lagrange interpolation between the provided points, so each segment must contain at least five data points.

Types

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

Properties

Link copied to clipboard

List of time-tagged azimuth elevation data points.

Link copied to clipboard

The reference time for this segment in ISO 8601 format in Coordinated Universal Time (UTC).

Link copied to clipboard

The valid time range for this segment.

Functions

Link copied to clipboard
inline fun copy(block: AzElSegment.Builder.() -> Unit = {}): AzElSegment
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