Uses of Interface
javax.measure.quantity.Velocity

Packages that use Velocity
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 Velocity in com.sentilla.measure.unit
 

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

Uses of Velocity in javax.measure.quantity
 

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

Uses of Velocity in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Velocity
static Unit<Velocity> NonSI.C
          A unit of velocity relative to the speed of light (standard name c).
static Unit<Velocity> NonSI.KNOT
          A unit of velocity equal to one NonSI.NAUTICAL_MILE per NonSI.HOUR (standard name Mach).
static Unit<Velocity> NonSI.MACH
          A unit of velocity to express the speed of an aircraft relative to the speed of sound (standard name Mach).
static Unit<Velocity> SI.METER_PER_SECOND
          The metric unit for velocity quantities (m/s).
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.