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

Packages that use AngularVelocityUnits
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.measure Measurements and their units. 
 

Uses of AngularVelocityUnits in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return AngularVelocityUnits
 AngularVelocityUnits PolynomialPosition.getLatitudeVelocityUnits()
          Returns the units that will be used to interpret the the latitude motion polynomial.
 AngularVelocityUnits PolynomialPosition.getLongitudeVelocityUnits()
          Returns the units that will be used to interpret the the longitude motion polynomial.
 

Methods in edu.nrao.sss.astronomy with parameters of type AngularVelocityUnits
 void PolynomialPosition.setLatitudeVelocityUnits(AngularVelocityUnits units)
          Sets the units that will be used to interpret the declination motion polynomial.
 void PolynomialPosition.setLongitudeVelocityUnits(AngularVelocityUnits units)
          Sets the units that will be used to interpret the longitude motion polynomial.
 

Uses of AngularVelocityUnits in edu.nrao.sss.measure
 

Fields in edu.nrao.sss.measure declared as AngularVelocityUnits
static AngularVelocityUnits AngularVelocityUnits.ARC_SECONDS_PER_DAY
          Arcseconds per day.
static AngularVelocityUnits AngularVelocityUnits.MILLI_ARC_SECONDS_PER_YEAR
          Milliarcseconds per year.
 

Methods in edu.nrao.sss.measure that return AngularVelocityUnits
static AngularVelocityUnits AngularVelocityUnits.from(ArcUnits angleUnits, TimeUnits timeUnits)
          Returns angular velocity units for the given angle and time units.
static AngularVelocityUnits AngularVelocityUnits.fromString(String text)
          Returns the angular velocity units represented by text.
static AngularVelocityUnits AngularVelocityUnits.getDefault()
          Returns default units for angular velocity.
 AngularVelocityUnits AngularVelocity.getUnits()
          Returns the units of this angular velocity.
 

Methods in edu.nrao.sss.measure that return types with arguments of type AngularVelocityUnits
static List<AngularVelocityUnits> AngularVelocityUnits.getFrequentlyUsedUnits()
          Returns a list of frequently used velocity units.
 

Methods in edu.nrao.sss.measure with parameters of type AngularVelocityUnits
 AngularVelocity AngularVelocity.convertTo(AngularVelocityUnits newUnits)
          Converts this measure of angular velocity to the new units.
 void AngularVelocity.set(BigDecimal value, AngularVelocityUnits units)
          Sets the magnitude and units of this angular velocity.
 void AngularVelocity.set(String value, AngularVelocityUnits units)
          Sets the magnitude and units of this angular velocity.
 void AngularVelocity.setUnits(AngularVelocityUnits newUnits)
          Sets the units of this angular velocity to newUnits.
 BigDecimal AngularVelocityUnits.toUnits(AngularVelocityUnits otherUnits)
          Returns a factor for converting from this unit to otherUnits.
 BigDecimal AngularVelocity.toUnits(AngularVelocityUnits otherUnits)
          Returns the magnitude of this angular velocity in otherUnits.
 

Constructors in edu.nrao.sss.measure with parameters of type AngularVelocityUnits
AngularVelocity(BigDecimal magnitude, AngularVelocityUnits units)
          Creates a new angular velocity with the given magnitude and units.
AngularVelocity(String magnitude, AngularVelocityUnits units)
          Creates a new angular velocity with the given magnitude and units.
 



Copyright © 2009. All Rights Reserved.