public class RaimOutages extends Object
| Constructor and Description |
|---|
RaimOutages()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
TimeIntervalCollection |
getEnRoute()
Gets the intervals of RAIM outage for the
RaimFlightPhase.EN_ROUTE phase. |
TimeIntervalCollection |
getNonPrecisionApproach()
Gets the intervals of RAIM outage for the
RaimFlightPhase.NON_PRECISION_APPROACH phase. |
TimeIntervalCollection |
getTerminal()
Gets the intervals of RAIM outage for the
RaimFlightPhase.TERMINAL phase. |
void |
setEnRoute(TimeIntervalCollection value)
Sets the intervals of RAIM outage for the
RaimFlightPhase.EN_ROUTE phase. |
void |
setNonPrecisionApproach(TimeIntervalCollection value)
Sets the intervals of RAIM outage for the
RaimFlightPhase.NON_PRECISION_APPROACH phase. |
void |
setTerminal(TimeIntervalCollection value)
Sets the intervals of RAIM outage for the
RaimFlightPhase.TERMINAL phase. |
public final TimeIntervalCollection getEnRoute()
RaimFlightPhase.EN_ROUTE phase.public final void setEnRoute(TimeIntervalCollection value)
RaimFlightPhase.EN_ROUTE phase.public final TimeIntervalCollection getTerminal()
RaimFlightPhase.TERMINAL phase.public final void setTerminal(TimeIntervalCollection value)
RaimFlightPhase.TERMINAL phase.public final TimeIntervalCollection getNonPrecisionApproach()
RaimFlightPhase.NON_PRECISION_APPROACH phase.public final void setNonPrecisionApproach(TimeIntervalCollection value)
RaimFlightPhase.NON_PRECISION_APPROACH phase.