org.wdssii.core
Class UdUnits

java.lang.Object
  extended by org.wdssii.core.UdUnits

public class UdUnits
extends Object

Provides access to the ucar.units package Looks for, and loads, udunits.dat in w2config

Author:
lakshman

Field Summary
private static ucar.units.StandardUnitFormat suf
           
 
Constructor Summary
UdUnits()
           
 
Method Summary
static ucar.units.UnitFormat getUnitFormat()
           
static ucar.units.Unit parse(String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suf

private static ucar.units.StandardUnitFormat suf
Constructor Detail

UdUnits

public UdUnits()
Method Detail

getUnitFormat

public static ucar.units.UnitFormat getUnitFormat()
                                           throws ConfigurationException
Throws:
ConfigurationException

parse

public static ucar.units.Unit parse(String unit)