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

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

Uses of LinearVelocityUnits in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return LinearVelocityUnits
 LinearVelocityUnits VelocityConvention.getDefaultUnits()
          Returns the default velocity units used by this convention.
 LinearVelocityUnits PolynomialPosition.getRadialVelocityUnits()
          Returns the units that will be used to interpret the the distance motion polynomial.
 

Methods in edu.nrao.sss.astronomy with parameters of type LinearVelocityUnits
 void PolynomialPosition.setRadialVelocityUnits(LinearVelocityUnits units)
          Sets the units that will be used to interpret the distance motion polynomial.
 

Uses of LinearVelocityUnits in edu.nrao.sss.measure
 

Fields in edu.nrao.sss.measure declared as LinearVelocityUnits
static LinearVelocityUnits LinearVelocityUnits.KILOMETERS_PER_SECOND
          Kilometers per second.
static LinearVelocityUnits LinearVelocityUnits.METERS_PER_SECOND
          Meters per second.
static LinearVelocityUnits LinearVelocityUnits.Z
          A redshift measurement related to velocity.
 

Methods in edu.nrao.sss.measure that return LinearVelocityUnits
static LinearVelocityUnits LinearVelocityUnits.from(DistanceUnits distanceUnits, TimeUnits timeUnits)
          Returns linear velocity units for the given distance and time units.
static LinearVelocityUnits LinearVelocityUnits.fromString(String text)
          Returns the linear velocity units represented by text.
static LinearVelocityUnits LinearVelocityUnits.getDefault()
          Returns a default unit of linear velocity.
 LinearVelocityUnits LinearVelocity.getUnits()
          Returns the units of this linear velocity.
 

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

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

Constructors in edu.nrao.sss.measure with parameters of type LinearVelocityUnits
LinearVelocity(BigDecimal value, LinearVelocityUnits units)
          Creates a new linear velocity with the given magnitude and units.
LinearVelocity(String value, LinearVelocityUnits units)
          Creates a new linear velocity with the given magnitude and units.
 



Copyright © 2009. All Rights Reserved.