|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.nas.airport.runway.ils.LandingVelocityProfile
public class LandingVelocityProfile
A landing velocity profile for speeds and associated altitude ranges.
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private double |
fifthAltStage
Landing stage altitude in feet AGL (above ground level). |
private double |
firstAltStage
Landing (lowest) altitude stage in feet AGL (above ground level). |
private double |
fourthAltStage
Landing stage altitude in feet AGL (above ground level). |
private double |
landingIasKts
Desired speed in knots IAS at the highest landing stage. |
private double |
secondAltStage
Landing stage altitude in feet AGL (above ground level). |
private double |
sixthAltStage
Sixth (highest) altitude stage in feet AGL (above ground level). |
private double |
slopeToFifth
Multiplier to calculate the desired speed (knots IAS) based on the current altitude: provides a smooth desired speed transition. |
private double |
slopeToFirst
Multiplier to calculate the desired speed (knots IAS) based on the current altitude: provides a smooth desired speed transition. |
private double |
slopeToFourth
Multiplier to calculate the desired speed (knots IAS) based on the current altitude: provides a smooth desired speed transition. |
private double |
slopeToSecond
Multiplier to calculate the desired speed (knots IAS) based on the current altitude: provides a smooth desired speed transition. |
private double |
slopeToSixth
Multiplier to calculate the desired speed (knots IAS) based on the current altitude: provides a smooth desired speed transition. |
private double |
slopeToThird
Multiplier to calculate the desired speed (knots IAS) based on the current altitude: provides a smooth desired speed transition. |
private double |
stage2SpdKts
Desired speed in knots IAS at the highest landing stage. |
private double |
stage3SpdKts
Desired speed in knots IAS at the highest landing stage. |
private double |
stage4SpdKts
Desired speed in knots IAS at the highest landing stage. |
private double |
stage5SpdKts
Desired speed in knots IAS at the highest landing stage. |
private double |
stage6SpdKts
Desired speed in knots IAS at the highest landing stage. |
private double |
stage7SpdKts
Desired speed in knots IAS (indicated airspeed) at the specified landing stage altitude. |
private double |
thirdAltStage
Landing stage altitude in feet AGL (above ground level). |
| Constructor Summary | |
|---|---|
LandingVelocityProfile(LandingSpeedSchedule spdSchedule,
Engine engine)
This defines the speeds desired all the way through a landing profile. |
|
| Method Summary | |
|---|---|
double |
getLandingSpeedIasAsKnots()
Returns the landing speed in knots IAS. |
IndicatedAirspeed |
getSpeed(Altitude altitude)
This provides the desired speeds for the whole maneuver. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private double landingIasKts
private double stage2SpdKts
private double stage3SpdKts
private double stage4SpdKts
private double stage5SpdKts
private double stage6SpdKts
private double stage7SpdKts
private double slopeToFirst
private double slopeToSecond
private double slopeToThird
private double slopeToFourth
private double slopeToFifth
private double slopeToSixth
private double firstAltStage
private double secondAltStage
private double thirdAltStage
private double fourthAltStage
private double fifthAltStage
private double sixthAltStage
| Constructor Detail |
|---|
public LandingVelocityProfile(LandingSpeedSchedule spdSchedule,
Engine engine)
Note: This was changed to provide the desired speeds for the whole
maneuver. If you are below this speed, then you should keep
your current speed.
| Method Detail |
|---|
public double getLandingSpeedIasAsKnots()
public IndicatedAirspeed getSpeed(Altitude altitude)
altitude - The altitude of the aircraft AGL (above ground level).public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||