Uses of Interface
javax.measure.quantity.Volume

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

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

Uses of Volume in javax.measure.quantity
 

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

Uses of Volume in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Volume
static Unit<Volume> NonSI.CUBIC_INCH
          A unit of volume equal to one cubic inch (in³).
static Unit<Volume> SI.CUBIC_METER
          The metric unit for volume quantities ().
static Unit<Volume> NonSI.GALLON_DRY_US
          A unit of volume equal to one US dry gallon.
static Unit<Volume> NonSI.GALLON_LIQUID_US
          A unit of volume equal to one US gallon, Liquid Unit.
static Unit<Volume> NonSI.GALLON_UK
          A unit of volume equal to 4.546 09 NonSI.LITER (standard name gal_uk).
static Unit<Volume> NonSI.LITER
          A unit of volume equal to one cubic decimeter (default label L, also recognized µL, mL, cL, dL).
static Unit<Volume> NonSI.OUNCE_LIQUID_UK
          A unit of volume equal to 1 / 160 NonSI.GALLON_UK (standard name oz_fl_uk).
static Unit<Volume> NonSI.OUNCE_LIQUID_US
          A unit of volume equal to 1 / 128 NonSI.GALLON_LIQUID_US (standard name oz_fl).
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.