Uses of Interface
javax.measure.quantity.Length

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

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

Uses of Length in javax.measure.quantity
 

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

Uses of Length in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Length
static Unit<Length> NonSI.ANGSTROM
          A unit of length equal to 1E-10 m (standard name Å).
static Unit<Length> NonSI.ASTRONOMICAL_UNIT
          A unit of length equal to the average distance from the center of the Earth to the center of the Sun (standard name ua).
static Unit<Length> NonSI.COMPUTER_POINT
          Equivalent NonSI.PIXEL
static Unit<Length> NonSI.FOOT
          A unit of length equal to 0.3048 m (standard name ft).
static Unit<Length> NonSI.FOOT_SURVEY_US
          A unit of length equal to 1200/3937 m (standard name foot_survey_us).
static Unit<Length> NonSI.INCH
          A unit of length equal to 0.0254 m (standard name in).
static Unit<Length> NonSI.LIGHT_YEAR
          A unit of length equal to the distance that light travels in one year through a vacuum (standard name ly).
static BaseUnit<Length> SI.METER
          The base unit for length quantities (m).
static Unit<Length> NonSI.MILE
          A unit of length equal to 1609.344 m (standard name mi).
static Unit<Length> NonSI.NAUTICAL_MILE
          A unit of length equal to 1852.0 m (standard name nmi).
static Unit<Length> NonSI.PARSEC
          A unit of length equal to the distance at which a star would appear to shift its position by one arcsecond over the course the time (about 3 months) in which the Earth moves a distance of NonSI.ASTRONOMICAL_UNIT in the direction perpendicular to the direction to the star (standard name pc).
static Unit<Length> NonSI.PIXEL
          A unit of length equal to 1/72 NonSI.INCH (standard name pixel).
static Unit<Length> NonSI.POINT
          A unit of length equal to 0.013837 NonSI.INCH exactly (standard name pt).
static Unit<Length> NonSI.YARD
          A unit of length equal to 0.9144 m (standard name yd).
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.