|
||||||||||
| 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.AccelerationUnits
public class AccelerationUnits
AccelerationUnits represents the object for defining units of acceleration.See the source: AccelerationUnits.java
See section 5.6 of the Detailed Design Document for a discussion of design issues.
AUnits,
AMeasure,
Units.ftPerSecPerSec,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
protected |
AccelerationUnits(double theValue,
AccelerationUnits theUnits,
java.lang.String fullName,
java.lang.String shortName)
This constructor specifies units other than the canonical units. |
protected |
AccelerationUnits(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 AccelerationUnits(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 AccelerationUnits(double theValue,
AccelerationUnits 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 | |||||||||