|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnit | |
---|---|
ucar.nc2.dataset | An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. |
ucar.nc2.units | Utility classes for scientific units and ucar.units package. |
Uses of TimeUnit in ucar.nc2.dataset |
---|
Methods in ucar.nc2.dataset that return TimeUnit | |
---|---|
TimeUnit |
CoordinateAxis1DTime.getTimeResolution()
only if isRegular() LOOK REDO |
Uses of TimeUnit in ucar.nc2.units |
---|
Methods in ucar.nc2.units that return TimeUnit | |
---|---|
TimeUnit |
DateUnit.getTimeUnit()
For udunit dates, get the time unit. |
TimeUnit |
TimeDuration.getTimeUnit()
Get the corresponding time unit |
Methods in ucar.nc2.units with parameters of type TimeUnit | |
---|---|
DateType |
DateType.add(TimeUnit d)
|
double |
TimeUnit.convertTo(double value,
TimeUnit outputUnit)
Convert given value of this unit to the new unit. |
double |
TimeDuration.getValue(TimeUnit want)
Get the time duration in a specified unit of time. |
DateType |
DateType.subtract(TimeUnit d)
|
Constructors in ucar.nc2.units with parameters of type TimeUnit | |
---|---|
TimeDuration(TimeUnit timeUnit)
Construct from a TimeUnit. |
|
TimeUnit(TimeUnit src)
Copy Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |