org.deegree.commons.uom
Class Angle

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

public class Angle
extends Measure


Constructor Summary
Angle(BigDecimal value, String uomURI)
           
Angle(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

Angle

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

Angle

public Angle(BigDecimal value,
             String uomURI)


Copyright © 2011. All Rights Reserved.