|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LengthUnit | |
| org.jeospace.measure | Contains classes that describe and manipulate quantities of measurement. |
| org.jeospace.text | Contains classes for handling the textual representation of measurement and identity objects |
| Uses of LengthUnit in org.jeospace.measure |
| Fields in org.jeospace.measure declared as LengthUnit | |
protected LengthUnit |
Length.units
The units |
static LengthUnit |
LengthUnit.METER
Constant identifier for units of meters. |
static LengthUnit |
LengthUnit.INCH
Constant identifier for units of inches. |
static LengthUnit |
LengthUnit.FOOT
Constant identifier for units of feet. |
static LengthUnit |
LengthUnit.YARD
Constant identifier for units of yards. |
static LengthUnit |
LengthUnit.MILE
Constant identifier for units of miles. |
static LengthUnit |
LengthUnit.NAUTICAL_MILE
Constant identifier for units of nautical miles. |
static LengthUnit |
LengthUnit.LIGHTSECOND
Constant identifier for units of lightseconds. |
static LengthUnit |
LengthUnit.LIGHTYEAR
Constant identifier for units of lightyears. |
static LengthUnit |
LengthUnit.AU
Constant identifier for astronomical units. |
static LengthUnit |
LengthUnit.PARSEC
Constant identifier for units of parsecs. |
| Methods in org.jeospace.measure that return LengthUnit | |
LengthUnit |
Length.getUnits()
Return the units identifier of this Length object. |
static LengthUnit[] |
LengthUnit.getLengthUnits()
Return an array of the defined LengthUnit objects |
| Methods in org.jeospace.measure with parameters of type LengthUnit | |
void |
Length.set(double magnitude,
LengthUnit units)
Set this Length object to the specified value. |
void |
Length.set(double magnitude,
Mult inMultiplier,
LengthUnit inUnits)
Set this Length object to the specified value. |
double |
Length.getMagnitude(LengthUnit units)
Return the double value of the magnitude of this Length object
in the specified units. |
double |
Length.getMagnitude(Mult inMultiplier,
LengthUnit inUnits)
Return the double value of the magnitude of this Length object
in the specified multiplier and units. |
| Constructors in org.jeospace.measure with parameters of type LengthUnit | |
Length(double magnitude,
LengthUnit units)
Construct a Length object. |
|
Length(double magnitude,
Mult multiplier,
LengthUnit units)
Construct a Length object. |
|
| Uses of LengthUnit in org.jeospace.text |
| Fields in org.jeospace.text declared as LengthUnit | |
protected LengthUnit |
LengthFormat.units
|
protected static LengthUnit[] |
LengthFormat.UNIT
|
| Methods in org.jeospace.text with parameters of type LengthUnit | |
void |
LengthFormat.setFormatOptions(Mult multiplier,
LengthUnit units)
Set the multiplier and units of display for the format method of this LengthFormat object. |
java.lang.String[] |
LengthUnitSymbols.getSymbols(LengthUnit[] lu)
Return an array of localized symbols cooresponding to the passed LengthUnit objects. |
java.lang.String |
LengthUnitSymbols.getSymbol(LengthUnit lu)
Return the localized symbol cooresponding to the passed LengthUnit object. |
java.lang.String[] |
LengthUnitNames.getNames(LengthUnit[] lu)
Return an array of localized names cooresponding to the passed LengthUnit objects. |
java.lang.String |
LengthUnitNames.getName(LengthUnit lu)
Return the localized name cooresponding to the passed LengthUnit object. |
| Constructors in org.jeospace.text with parameters of type LengthUnit | |
LengthFormat(Mult multiplier,
LengthUnit units)
Construct a LengthFormat object initialized to the default locale and
specified multiplier and Length units. |
|
LengthFormat(java.util.Locale locale,
Mult multiplier,
LengthUnit units)
Construct a LengthFormat object initialized to the specified locale,
multiplier and Length units. |
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||