Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TimeUnit |
CoordinateAxis1DTime.getTimeResolution()
only if isRegular() LOOK REDO
|
Modifier and Type | Method and Description |
---|---|
TimeUnit |
DateUnit.getTimeUnit()
For udunit dates, get the time unit.
|
TimeUnit |
TimeDuration.getTimeUnit()
Get the corresponding time unit
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
TimeDuration(TimeUnit timeUnit)
Construct from a TimeUnit.
|
TimeUnit(TimeUnit src)
Copy Constructor.
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.