共用方式為


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 endAzimuthDegrees property: Azimuth of the antenna at the end of the contact in decimal degrees.

abstract Float endElevationDegrees()

Gets the endElevationDegrees property: Spacecraft elevation above the horizon at contact end.

abstract String groundStationName()

Gets the groundStationName property: Name of Azure Ground Station.

abstract AvailableContactsInner innerModel()

Gets the inner com.azure.resourcemanager.orbital.fluent.models.AvailableContactsInner object.

abstract Float maximumElevationDegrees()

Gets the maximumElevationDegrees property: Maximum elevation of the antenna during the contact in decimal degrees.

abstract OffsetDateTime rxEndTime()

Gets the rxEndTime property: Time to lost receiving a signal (ISO 8601 UTC standard).

abstract OffsetDateTime rxStartTime()

Gets the rxStartTime property: Earliest time to receive a signal (ISO 8601 UTC standard).

abstract AvailableContactsSpacecraft spacecraft()

Gets the spacecraft property: The reference to the spacecraft resource.

abstract Float startAzimuthDegrees()

Gets the startAzimuthDegrees property: Azimuth of the antenna at the start of the contact in decimal degrees.

abstract Float startElevationDegrees()

Gets the startElevationDegrees property: Spacecraft elevation above the horizon at contact start.

abstract OffsetDateTime txEndTime()

Gets the txEndTime property: Time at which antenna transmit will be disabled (ISO 8601 UTC standard).

abstract OffsetDateTime txStartTime()

Gets the txStartTime property: Time at which antenna transmit will be enabled (ISO 8601 UTC standard).

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:

the endAzimuthDegrees value.

endElevationDegrees

public abstract Float endElevationDegrees()

Gets the endElevationDegrees property: Spacecraft elevation above the horizon at contact end.

Returns:

the endElevationDegrees value.

groundStationName

public abstract String groundStationName()

Gets the groundStationName property: Name of Azure Ground Station.

Returns:

the groundStationName value.

innerModel

public abstract AvailableContactsInner innerModel()

Gets the inner com.azure.resourcemanager.orbital.fluent.models.AvailableContactsInner object.

Returns:

the inner object.

maximumElevationDegrees

public abstract Float maximumElevationDegrees()

Gets the maximumElevationDegrees property: Maximum elevation of the antenna during the contact in decimal degrees.

Returns:

the maximumElevationDegrees value.

rxEndTime

public abstract OffsetDateTime rxEndTime()

Gets the rxEndTime property: Time to lost receiving a signal (ISO 8601 UTC standard).

Returns:

the rxEndTime value.

rxStartTime

public abstract OffsetDateTime rxStartTime()

Gets the rxStartTime property: Earliest time to receive a signal (ISO 8601 UTC standard).

Returns:

the rxStartTime value.

spacecraft

public abstract AvailableContactsSpacecraft spacecraft()

Gets the spacecraft property: The reference to the spacecraft resource.

Returns:

the spacecraft value.

startAzimuthDegrees

public abstract Float startAzimuthDegrees()

Gets the startAzimuthDegrees property: Azimuth of the antenna at the start of the contact in decimal degrees.

Returns:

the startAzimuthDegrees value.

startElevationDegrees

public abstract Float startElevationDegrees()

Gets the startElevationDegrees property: Spacecraft elevation above the horizon at contact start.

Returns:

the startElevationDegrees value.

txEndTime

public abstract OffsetDateTime txEndTime()

Gets the txEndTime property: Time at which antenna transmit will be disabled (ISO 8601 UTC standard).

Returns:

the txEndTime value.

txStartTime

public abstract OffsetDateTime txStartTime()

Gets the txStartTime property: Time at which antenna transmit will be enabled (ISO 8601 UTC standard).

Returns:

the txStartTime value.

Applies to