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

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

Uses of ArcUnits in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return ArcUnits
static ArcUnits ArcUnits.fromString(String text)
          Returns the arc units represented by text.
 ArcUnits AngularVelocityUnits.getArcUnits()
          Returns the units of arc used by this unit of velocity.
static ArcUnits ArcUnits.getDefault()
          Returns a default unit of arc.
 ArcUnits Angle.getUnits()
          Returns the units of this angle.
 ArcUnits EquatorialArc.getUnits()
          Returns the units of this arc.
static ArcUnits ArcUnits.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArcUnits[] ArcUnits.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 ArcUnits
 A EquatorialArc.add(BigDecimal amount, ArcUnits units)
          Adds amount units to this arc.
 A EquatorialArc.add(String amount, ArcUnits units)
          Adds amount units to this arc.
static BigDecimal ArcUnits.convertDmsTo(ArcUnits otherUnits, int degrees, int minutes, BigDecimal seconds)
          Converts from degrees-minutes-seconds to otherUnits.
static BigDecimal ArcUnits.convertHmsTo(ArcUnits otherUnits, int hours, int minutes, BigDecimal seconds)
          Converts from hours-minutes-seconds to otherUnits.
 Angle Angle.convertTo(ArcUnits newUnits)
          Converts this angle to the new units.
 A EquatorialArc.convertTo(ArcUnits newUnits)
          Converts this arc to the new units.
static AngularVelocityUnits AngularVelocityUnits.from(ArcUnits angleUnits, TimeUnits timeUnits)
          Returns angular velocity units for the given angle and time units.
 void Angle.set(BigDecimal value, ArcUnits units)
          Sets the magnitude and units of this angle.
 void EquatorialArc.set(BigDecimal newValue, ArcUnits newUnits)
          Sets the magnitude and units of this arc.
 void Angle.set(String value, ArcUnits units)
          Sets the magnitude and units of this angle.
 void EquatorialArc.set(String newValue, ArcUnits newUnits)
          Sets the magnitude and units of this arc.
 void Angle.setUnits(ArcUnits newUnits)
          Sets the units of this angle to newUnits.
 A EquatorialArc.subtract(BigDecimal amount, ArcUnits units)
          Subtracts amount units from this arc.
 A EquatorialArc.subtract(String amount, ArcUnits units)
          Subtracts amount units from this arc.
 BigDecimal ArcUnits.toUnits(ArcUnits otherUnits)
          Returns a factor for converting from this unit to otherUnits.
 BigDecimal Angle.toUnits(ArcUnits otherUnits)
          Returns the magnitude of this angle in otherUnits.
 BigDecimal EquatorialArc.toUnits(ArcUnits otherUnits)
          Returns the magnitude of this arc in otherUnits.
 

Constructors in edu.nrao.sss.measure with parameters of type ArcUnits
Angle(BigDecimal magnitude, ArcUnits units)
          Creates a new angle with the given magnitude and units.
Angle(String magnitude, ArcUnits units)
          Creates a new angle with the given magnitude and units.
Latitude(BigDecimal magnitude, ArcUnits units)
          Creates a new latitude with the given magnitude and units.
Latitude(String magnitude, ArcUnits units)
          Creates a new latitude with the given magnitude and units.
Longitude(BigDecimal magnitude, ArcUnits units)
          Creates a new longitude with the given magnitude and units.
Longitude(String magnitude, ArcUnits units)
          Creates a new longitude with the given magnitude and units.
 



Copyright © 2009. All Rights Reserved.