org.deegree.commons.uom
Class Length

java.lang.Object
  extended by org.deegree.commons.uom.Measure
      extended by org.deegree.commons.uom.Length
All Implemented Interfaces:
TypedObjectNode

public class Length
extends Measure


Constructor Summary
Length(BigDecimal value, String uomURI)
           
Length(String value, String uomURI)
           
 
Method Summary
 
Methods inherited from class org.deegree.commons.uom.Measure
equals, getUomUri, getValue, getValueAsDouble, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Length

public Length(String value,
              String uomURI)
       throws NumberFormatException
Throws:
NumberFormatException

Length

public Length(BigDecimal value,
              String uomURI)


Copyright © 2011. All Rights Reserved.