Uses of Class
net.agmodel.physical.LengthUnit

Packages that use LengthUnit
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
 

Uses of LengthUnit in net.agmodel.physical
 

Fields in net.agmodel.physical declared as LengthUnit
static LengthUnit LengthUnit.METER
          Used to specify meter unit.  One meter was redefined in 1983 as the distance traveled by light in a vacuum in 1/299,792,458 of a second.
static LengthUnit LengthUnit.MILLIMETER
          Used to specify millimeter unit.
static LengthUnit LengthUnit.CENTIMETER
          Used to specify centimeter unit.
static LengthUnit LengthUnit.KILOMETER
          Used to specify kilometer unit.
static LengthUnit LengthUnit.INCH
          Used to specify inch unit (1959 Standard).
static LengthUnit LengthUnit.FOOT
          Used to specify foot unit (1959 Standard).
static LengthUnit LengthUnit.YARD
          Used to specify yard unit (1959 Standard).
static LengthUnit LengthUnit.MILE
          Used to specify mile unit.
static LengthUnit LengthUnit.MILE_NAUTICAL
          Used to specify nautical mile unit.
 

Methods in net.agmodel.physical with parameters of type LengthUnit
 boolean LengthUnit.equals(LengthUnit obj)
           
 double Length.getValue(LengthUnit unit)
          Gets the length in the specified unit.
 void Length.setValue(double value, LengthUnit unit)
          Sets this Length using the specified unit.
 

Constructors in net.agmodel.physical with parameters of type LengthUnit
Length(double value, LengthUnit unit)
          Length constructor.
 



Copyright (C) NARC 2001 All Rights Reserved.