Uses of Class
edu.nrao.sss.measure.AngularVelocity

Packages that use AngularVelocity
edu.nrao.sss.measure Measurements and their units. 
 

Uses of AngularVelocity in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return AngularVelocity
 AngularVelocity AngularVelocity.add(AngularVelocity other)
          Adds other angular velocity to this one.
 AngularVelocity AngularVelocity.clone()
          Returns a angular velocity that is equal to this one.
 AngularVelocity AngularVelocity.convertTo(AngularVelocityUnits newUnits)
          Converts this measure of angular velocity to the new units.
static AngularVelocity AngularVelocity.parse(String velocityString)
          Returns a new velocity based on velocityString.
 AngularVelocity AngularVelocity.subtract(AngularVelocity other)
          Subtracts other angular velocity from this one.
 

Methods in edu.nrao.sss.measure with parameters of type AngularVelocity
 AngularVelocity AngularVelocity.add(AngularVelocity other)
          Adds other angular velocity to this one.
 int AngularVelocity.compareTo(AngularVelocity otherDist)
          Compares this angular velocity with the otherDist for order.
 AngularVelocity AngularVelocity.subtract(AngularVelocity other)
          Subtracts other angular velocity from this one.
 



Copyright © 2009. All Rights Reserved.