|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.nas.route.GenericSpeedRestriction
faa.tg.nas.route.IndicatedAirspeedRestriction
public class IndicatedAirspeedRestriction
Class used to place an Indicated Airspeed Restriction on a RouteNode See the source IndicatedAirspeedRestriction.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private IndicatedAirspeed |
iasRestriction
The indicated airspeed Restriction |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
IndicatedAirspeedRestriction(IndicatedAirspeed ias)
Deprecated. Use GenericSpeedRestriction insteade Need in order for drat to be backwards compatiable |
| Method Summary | |
|---|---|
IndicatedAirspeedRestriction |
clone()
return a true copy of this object |
IndicatedAirspeed |
getIndicatedAirspeed()
Returns the indicated airspeed Restriction |
| Methods inherited from class faa.tg.nas.route.GenericSpeedRestriction |
|---|
getGenericSpeed, toString, toStringSpeed |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private IndicatedAirspeed iasRestriction
| Constructor Detail |
|---|
private IndicatedAirspeedRestriction(IndicatedAirspeed ias)
ias - the indicated airspeed representing this Restriction| Method Detail |
|---|
public IndicatedAirspeed getIndicatedAirspeed()
public IndicatedAirspeedRestriction clone()
clone in class GenericSpeedRestriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||