Uses of Class
org.n52.oxf.conversion.unit.NumberWithUOM

Packages that use NumberWithUOM
org.n52.oxf.conversion.unit   
org.n52.oxf.conversion.unit.aixm   
org.n52.oxf.conversion.unit.ucum   
 

Uses of NumberWithUOM in org.n52.oxf.conversion.unit
 

Methods in org.n52.oxf.conversion.unit that return NumberWithUOM
 NumberWithUOM CustomUnitConverter.convert(double doubleValue)
           
 

Uses of NumberWithUOM in org.n52.oxf.conversion.unit.aixm
 

Methods in org.n52.oxf.conversion.unit.aixm that return NumberWithUOM
 NumberWithUOM FlightLevelUnitConverter.convert(double doubleValue)
           
 

Uses of NumberWithUOM in org.n52.oxf.conversion.unit.ucum
 

Methods in org.n52.oxf.conversion.unit.ucum that return NumberWithUOM
static NumberWithUOM UCUMTools.convert(String sourceUnitString, double value)
          Converts the number to its base unit (e.g. kilometers to meters)
static NumberWithUOM UCUMTools.convert(String sourceUnitString, String targetUnitString, double value)
          Converts the number to the target unit.
 



Copyright © 2012-2013 52north.org. All Rights Reserved.