|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.units.AUnits
faa.tg.units.AngleUnits
public class AngleUnits
AngleUnits represents the object for defining units to measure angles.See the source: AngleUnits.java
See section 5.6 of the Detailed Design Document for a discussion of design issues.
AUnits,
AMeasure,
Units.radians,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
protected |
AngleUnits(double theValue,
AngleUnits theUnits,
java.lang.String fullName,
java.lang.String shortName)
This constructor specifies units other than the canonical units. |
protected |
AngleUnits(java.lang.String fullName,
java.lang.String shortName)
This constructor specifies the canonical units. |
| Method Summary |
|---|
| Methods inherited from class faa.tg.units.AUnits |
|---|
abbr, convertFromCanonical, convertToCanonical, getCanonicalUnit, getUnitClass, name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
| Constructor Detail |
|---|
protected AngleUnits(java.lang.String fullName,
java.lang.String shortName)
example: MassUnits kg = new MassUnits("kilograms","kg");
fullName - the full name of the units (ex. "kilometers")shortName - the abreviated name of the units (ex. "km")
protected AngleUnits(double theValue,
AngleUnits theUnits,
java.lang.String fullName,
java.lang.String shortName)
example: MassUnits mg = new MassUnits(1000.0, kilograms,"miligrams","mg");
theValue - value of new units in terms of specified unitstheUnits - the specified unitsfullName - the full name of the units (ex. "kilometers")shortName - the abreviated name of the units (ex. "km")
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||