it.geosolutions.imageio.plugins.swan.utility
Class UomConverter

Object
  extended by UomConverter

public abstract class UomConverter
extends Object

This class simply provide to get a proper Unit for an input unit of measure specified as a String

Author:
Daniele Romagnoli, GeoSolutions., Simone Giannecchini, GeoSolutions.

Field Summary
static Unit CUBIC_METERS_PER_SECOND
           
static Unit METERS_PER_SECOND
           
static Unit NEWTON_PER_SQUARE_METERS
           
static Unit SQUARE_METERS_PER_SECOND
           
static Unit WATT_PER_METERS
           
static Unit WATT_PER_SQUARE_METERS
           
 
Constructor Summary
UomConverter()
           
 
Method Summary
static Unit getUnit(String uomString)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METERS_PER_SECOND

public static final Unit METERS_PER_SECOND

SQUARE_METERS_PER_SECOND

public static final Unit SQUARE_METERS_PER_SECOND

CUBIC_METERS_PER_SECOND

public static final Unit CUBIC_METERS_PER_SECOND

NEWTON_PER_SQUARE_METERS

public static final Unit NEWTON_PER_SQUARE_METERS

WATT_PER_METERS

public static final Unit WATT_PER_METERS

WATT_PER_SQUARE_METERS

public static final Unit WATT_PER_SQUARE_METERS
Constructor Detail

UomConverter

public UomConverter()
Method Detail

getUnit

public static Unit getUnit(String uomString)


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.