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

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

Uses of FluxDensityUnits in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return FluxDensityUnits
static FluxDensityUnits FluxDensityUnits.fromString(String text)
          Returns the flux density units represented by text.
static FluxDensityUnits FluxDensityUnits.getDefault()
          Returns a default unit of flux density.
static FluxDensityUnits FluxDensityUnits.getForMultipleOfThreePower(int powerOfTen)
          Similar to getForPower(int), but the returned units will have a power that is evenly divisible by three.
static FluxDensityUnits FluxDensityUnits.getForPower(int powerOfTen)
          Returns the units that corresponds to 1.0 * 10powerOfTen Hz.
static FluxDensityUnits FluxDensityUnits.getLargest()
          Returns the element that represents the largest number of Janskies.
static FluxDensityUnits FluxDensityUnits.getSmallest()
          Returns the element that represents the smallest number of Janskies.
 FluxDensityUnits FluxDensity.getUnits()
          Returns the units of this flux density.
static FluxDensityUnits FluxDensityUnits.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FluxDensityUnits[] FluxDensityUnits.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in edu.nrao.sss.measure with parameters of type FluxDensityUnits
FluxDensity(BigDecimal value, FluxDensityUnits units)
          Creates a new flux density with the given magnitude and units.
FluxDensity(String value, FluxDensityUnits units)
          Creates a new flux density with the given magnitude and units.
 



Copyright © 2009. All Rights Reserved.