Uses of Interface
javax.measure.quantity.Angle

Packages that use Angle
com.sentilla.measure.unit Sentilla measurable units libraries for use with sensing and actuation. 
javax.measure.quantity Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation. 
javax.measure.unit Provides support for programatic unit handling. 
 

Uses of Angle in com.sentilla.measure.unit
 

Methods in com.sentilla.measure.unit that return types with arguments of type Angle
 Unit<Angle> FloatRadian.getUnit()
           
 

Uses of Angle in javax.measure.quantity
 

Fields in javax.measure.quantity with type parameters of type Angle
static Unit<Angle> Angle.UNIT
          Holds the SI unit (Système International d'Unités) for this quantity.
 

Uses of Angle in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Angle
static Unit<Angle> NonSI.CENTIRADIAN
          A unit of angle equal to 0.01 SI.RADIAN (standard name centiradian).
static Unit<Angle> NonSI.DEGREE_ANGLE
          A unit of angle equal to 1/360 NonSI.REVOLUTION (standard name °).
static Unit<Angle> NonSI.GRADE
          A unit of angle measure equal to 1/400 NonSI.REVOLUTION (standard name grade).
static Unit<Angle> NonSI.MINUTE_ANGLE
          A unit of angle equal to 1/60 NonSI.DEGREE_ANGLE (standard name ).
static AlternateUnit<Angle> SI.RADIAN
          The unit for plane angle quantities (rad).
static Unit<Angle> NonSI.REVOLUTION
          A unit of angle equal to a full circle or 2π SI.RADIAN (standard name rev).
static Unit<Angle> NonSI.SECOND_ANGLE
          A unit of angle equal to 1/60 NonSI.MINUTE_ANGLE (standard name ").
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.