Uses of Class
net.agmodel.physical.Length

Packages that use Length
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
net.agmodel.weatherData Contains interface classes for MetBroker client applications.
 
 

Uses of Length in net.agmodel.physical
 

Methods in net.agmodel.physical that return Length
 Length Volume.divide(Area x)
          Returns a Length whose value is (this / x).
 Length Speed.multiply(Duration d)
          Returns a Length whose value is (this * d).
 Length Length.add(Length x)
          Returns a Length whose value is (this + x).
 Length Length.substract(Length x)
          Returns a Length whose value is (this - x).
 Length Length.multiply(double coefficient)
          Returns a Length whose value is (this * coefficient).
 Length Length.divide(double coefficient)
          Returns a Length whose value is (this / coefficient).
static Length Length.magnitude(Length x, Length y)
          Converts rectangular coordinates (xy) to polar (rho, theta).
 Length Duration.multiply(Speed s)
          Returns a Length whose value is (this * s).
 Length Area.divide(Length x)
          Returns a Length whose value is (this / x).
 

Methods in net.agmodel.physical with parameters of type Length
 Area Volume.divide(Length x)
          Returns an Area whose value is (this / x).
 Length Length.add(Length x)
          Returns a Length whose value is (this + x).
 Length Length.substract(Length x)
          Returns a Length whose value is (this - x).
 Area Length.multiply(Length x)
          Returns an Area whose value is (this * x).
static Length Length.magnitude(Length x, Length y)
          Converts rectangular coordinates (xy) to polar (rho, theta).
 int Length.compareTo(Length x)
          Compares this Length with the specified Length.
 Volume Area.multiply(Length x)
          Returns a Volume whose value is (this * x).
 Length Area.divide(Length x)
          Returns a Length whose value is (this / x).
static Angle Angle.atan2(Length y, Length x)
          Converts rectangular coordinates (xy) to polar (rho, theta).
 

Constructors in net.agmodel.physical with parameters of type Length
Volume(Length radius, Angle theta)
          Volume constructor from a Length and an Angle (slice of a sphere).
Length(Length radius, Angle theta)
          Length constructor from a Length and an Angle (arc of a circle).
Area(Length radius, Angle theta)
          Area constructor from a Length and an Angle (slice of a circle).
 

Uses of Length in net.agmodel.weatherData
 

Methods in net.agmodel.weatherData that return Length
 Length SoilTemperatureImpl.getDepth(int index)
           
 Length SoilTemperature.getDepth(int index)
          Returns the depth of the probe indicated by the index (ordered from shallowest to deepest)
 

Methods in net.agmodel.weatherData with parameters of type Length
 void SoilTemperatureImpl.setDepth(int index, Length depth)
           
 



Copyright (C) NARC 2001 All Rights Reserved.