|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleUnit | |
---|---|
ucar.nc2.units | Utility classes for scientific units and ucar.units package. |
Uses of SimpleUnit in ucar.nc2.units |
---|
Subclasses of SimpleUnit in ucar.nc2.units | |
---|---|
class |
TimeUnit
Handles Units that are time durations, eg in seconds, hours, days, years. |
Fields in ucar.nc2.units declared as SimpleUnit | |
---|---|
static SimpleUnit |
SimpleUnit.kmUnit
|
static SimpleUnit |
SimpleUnit.meterUnit
|
static SimpleUnit |
SimpleUnit.pressureUnit
|
Methods in ucar.nc2.units that return SimpleUnit | |
---|---|
static SimpleUnit |
SimpleUnit.factory(java.lang.String name)
Create a SimpleUnit from the given name, catch Exceptions. |
static SimpleUnit |
SimpleUnit.factoryWithExceptions(java.lang.String name)
Create a SimpleUnit from the given name, allow Exceptions. |
Methods in ucar.nc2.units with parameters of type SimpleUnit | |
---|---|
double |
SimpleUnit.convertTo(double value,
SimpleUnit outputUnit)
Convert given value of this unit to the new unit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |