|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.units.AMeasure
faa.tg.units.Angle
faa.tg.units.RollAngle
public class RollAngle
The RollAngle class defines the objects used to quantify the bank angle of an aircraft, where the right wing down is a positive roll, and the left wing down is a negative roll. (The angle vertex is on the aircraft centerline from nose to tail.)See section 5.6 of the Detailed Design Document for a discussion of design issues.
See the source: RollAngle.java
AUnits,
AMeasure,
Units.rad,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) static long |
serialVersionUID
|
static RollAngle |
ZERO
|
| Fields inherited from class faa.tg.units.Angle |
|---|
D180_DIV_PI, DEG_1, DEG_180, DEG_270, DEG_30, DEG_330, DEG_5, DEG_60, DEG_90, DEG_NEG180, DEG_NEG270, DEG_NEG30, DEG_NEG5, DEG_NEG90, DEG_PER_RAD, NEG_NINETY_DEG, NEG_ONEEIGHTY_DEG, NINETY_DEG, ONEEIGHTY_DEG, PI, PI_DIV_180, PI_DIV_2, PI_DIV_4, PI_MUL_2, PI_MUL_4, RAD_PER_DEG, THIRTY_DEG, THREETHIRTY_DEG, TWOSEVENTY_DEG |
| Fields inherited from class faa.tg.units.AMeasure |
|---|
DEC0, DEC0_, DEC00, DEC000, DEC1, DEC1_, DEC12, DEC12_, DEC1L, DEC1L_, DEC2, DEC2_, DEC3, DEC3_, DEC4, DEC4_, DEC5, DEC5_, DEC6, DEC6_, DEC7, DEC7_, DEC9, DEC9_, itsValue, TIME_FRACTION |
| Constructor Summary | |
|---|---|
RollAngle(double theValue,
AngleUnits theUnits)
Constructor for the RollAngle class |
|
| Method Summary | |
|---|---|
RollAngle |
add(RollAngle theMeasure)
This summation method adds a value with like units. |
boolean |
eq(RollAngle theMeasure)
This method provides a test for equality. |
boolean |
ge(RollAngle theMeasure)
This method provides a test for less than / equal to. |
boolean |
gt(RollAngle theMeasure)
This method provides a test for greater than. |
boolean |
le(RollAngle theMeasure)
This method provides a test for greater than / equal to. |
boolean |
lt(RollAngle theMeasure)
This method provides a test for less than. |
double |
ratio(RollAngle val)
This division method produces a dimensionless ratio of like measures. |
RollAngle |
sub(RollAngle theMeasure)
This subtraction method subtracts a value with like units. |
java.lang.String |
toString()
returns the String representation of this object in its original form. |
| Methods inherited from class faa.tg.units.Angle |
|---|
abs, add, aeq, as, average, cos, diff, eq, ge, gt, isBetween, le, lt, main, parseDmsString, ratio, reciprocalAngle, removeDelimiters, sin, sub, tan, toDmsString, toRadialString, toText |
| Methods inherited from class faa.tg.units.AMeasure |
|---|
absoluteValue, add, as, as, clone, compareTo, debug, div, eq, equals, ge, getAUnit, getCanonicalUnit, getCanonicalValue, getInitialUnit, getUnitClass, gt, hashCode, isBetween, le, lt, mul, ratio, sub, toAMeasure, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
public static final RollAngle ZERO
| Constructor Detail |
|---|
public RollAngle(double theValue,
AngleUnits theUnits)
theValue - the magnitude of RollAngle as a doubletheUnits - the units of the value that will be stored (ex: km)| Method Detail |
|---|
public RollAngle add(RollAngle theMeasure)
theMeasure - the unit of measure you wish to add to this measure.
public RollAngle sub(RollAngle theMeasure)
theMeasure - the unit of measure you wish to sub from this measure.
public double ratio(RollAngle val)
public boolean eq(RollAngle theMeasure)
public boolean lt(RollAngle theMeasure)
public boolean gt(RollAngle theMeasure)
public boolean ge(RollAngle theMeasure)
public boolean le(RollAngle theMeasure)
public java.lang.String toString()
toString in class AngleUnits
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||