org.n52.oxf.conversion.unit
Class UOMTools

java.lang.Object
  extended by org.n52.oxf.conversion.unit.UOMTools

public class UOMTools
extends Object

Unit Conversion helper class.


Field Summary
static String METER_UOM
           
 
Constructor Summary
UOMTools()
           
 
Method Summary
static double convertToTargetUnit(double doubleValue, String sourceUom, String targetUom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METER_UOM

public static final String METER_UOM
See Also:
Constant Field Values
Constructor Detail

UOMTools

public UOMTools()
Method Detail

convertToTargetUnit

public static double convertToTargetUnit(double doubleValue,
                                         String sourceUom,
                                         String targetUom)


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