AvailableContacts Interface
public interface AvailableContacts
An immutable client-side representation of AvailableContacts.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Float |
endAzimuthDegrees()
Gets the end |
| abstract Float |
endElevationDegrees()
Gets the end |
| abstract String |
groundStationName()
Gets the ground |
|
abstract
Available |
innerModel()
Gets the inner com. |
| abstract Float |
maximumElevationDegrees()
Gets the maximum |
|
abstract
Offset |
rxEndTime()
Gets the rx |
|
abstract
Offset |
rxStartTime()
Gets the rx |
|
abstract
Available |
spacecraft()
Gets the spacecraft property: The reference to the spacecraft resource. |
| abstract Float |
startAzimuthDegrees()
Gets the start |
| abstract Float |
startElevationDegrees()
Gets the start |
|
abstract
Offset |
txEndTime()
Gets the tx |
|
abstract
Offset |
txStartTime()
Gets the tx |
Method Details
endAzimuthDegrees
public abstract Float endAzimuthDegrees()
Gets the endAzimuthDegrees property: Azimuth of the antenna at the end of the contact in decimal degrees.
Returns:
endElevationDegrees
public abstract Float endElevationDegrees()
Gets the endElevationDegrees property: Spacecraft elevation above the horizon at contact end.
Returns:
groundStationName
public abstract String groundStationName()
Gets the groundStationName property: Name of Azure Ground Station.
Returns:
innerModel
public abstract AvailableContactsInner innerModel()
Gets the inner com.azure.resourcemanager.orbital.fluent.models.AvailableContactsInner object.
Returns:
maximumElevationDegrees
public abstract Float maximumElevationDegrees()
Gets the maximumElevationDegrees property: Maximum elevation of the antenna during the contact in decimal degrees.
Returns:
rxEndTime
public abstract OffsetDateTime rxEndTime()
Gets the rxEndTime property: Time to lost receiving a signal (ISO 8601 UTC standard).
Returns:
rxStartTime
public abstract OffsetDateTime rxStartTime()
Gets the rxStartTime property: Earliest time to receive a signal (ISO 8601 UTC standard).
Returns:
spacecraft
public abstract AvailableContactsSpacecraft spacecraft()
Gets the spacecraft property: The reference to the spacecraft resource.
Returns:
startAzimuthDegrees
public abstract Float startAzimuthDegrees()
Gets the startAzimuthDegrees property: Azimuth of the antenna at the start of the contact in decimal degrees.
Returns:
startElevationDegrees
public abstract Float startElevationDegrees()
Gets the startElevationDegrees property: Spacecraft elevation above the horizon at contact start.
Returns:
txEndTime
public abstract OffsetDateTime txEndTime()
Gets the txEndTime property: Time at which antenna transmit will be disabled (ISO 8601 UTC standard).
Returns:
txStartTime
public abstract OffsetDateTime txStartTime()
Gets the txStartTime property: Time at which antenna transmit will be enabled (ISO 8601 UTC standard).
Returns: