TimeAzEl

class TimeAzEl

Time-tagged azimuth elevation pointing data.

Specifies the antenna pointing direction at a specific time offset from the segment's reference epoch.

Types

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

Properties

Link copied to clipboard
val az: Double

Azimuth angle at the specified time.

Link copied to clipboard
val dt: Double

Time offset in atomic seconds from the segment's reference epoch.

Link copied to clipboard
val el: Double

Elevation angle at the specified time.

Functions

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