Uses of Interface
javax.measure.quantity.Velocity

Packages that use Velocity
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 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.KILOMETERS_PER_HOUR
          Equivalent to NonSI.KILOMETRES_PER_HOUR.
static Unit<Velocity> NonSI.KILOMETRES_PER_HOUR
          A unit of velocity expressing the number of SI.KILOMETRE per hour.
static Unit<Velocity> NonSI.KNOT
          A unit of velocity expressing the number of nautical miles per hour (abbreviation kn).
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.METERS_PER_SECOND
          Equivalent to SI.METRES_PER_SECOND.
static Unit<Velocity> SI.METRE_PER_SECOND
          Deprecated. replaced by SI.METRES_PER_SECOND.
static Unit<Velocity> SI.METRES_PER_SECOND
          The metric unit for velocity quantities (m/s).
static Unit<Velocity> NonSI.MILES_PER_HOUR
          A unit of velocity expressing the number of international miles per hour (abbreviation mph).
 



Copyright © 2010. All Rights Reserved.