| Package | Description |
|---|---|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| ucar.nc2.ft |
Scientific feature types package
|
| ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
| ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
| ucar.nc2.ft.point.standard.plug |
package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets
|
| ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types
|
| ucar.nc2.units |
Utility classes for scientific units and ucar.units package.
|
| Modifier and Type | Method and Description |
|---|---|
DateUnit |
TimeSeriesCollection.getTimeUnits()
Get the units of Calendar time.
|
DateUnit |
RadialDatasetSweep.getTimeUnits()
Get the units of Calendar time.
|
DateUnit |
PointCollection.getTimeUnits()
Get the units of Calendar time.
|
| Modifier and Type | Method and Description |
|---|---|
DateUnit |
GridCoordSys.getDateUnit() |
| Modifier and Type | Field and Description |
|---|---|
protected DateUnit |
SequenceHelper.timeUnit |
protected DateUnit |
RecordDatasetHelper.timeUnit
Deprecated.
|
protected DateUnit |
PointObsDatasetImpl.timeUnit |
| Modifier and Type | Method and Description |
|---|---|
DateUnit |
SequenceHelper.getTimeUnit() |
DateUnit |
RecordDatasetHelper.getTimeUnit()
Deprecated.
|
DateUnit |
PointObsDatasetImpl.getTimeUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
SequenceHelper.setTimeUnit(DateUnit timeUnit) |
void |
RecordDatasetHelper.setTimeUnit(DateUnit timeUnit)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected DateUnit |
RadialDatasetSweepAdapter.dateUnits |
protected DateUnit |
Dorade2Dataset.dateUnits |
protected DateUnit |
StationRadarCollectionImpl.timeUnit |
| Modifier and Type | Method and Description |
|---|---|
DateUnit |
RadialDatasetSweepAdapter.getTimeUnits() |
DateUnit |
RadialCoordSys.getTimeUnits()
Get the units of Calendar time.
|
DateUnit |
Dorade2Dataset.getTimeUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dorade2Dataset.getTimeUnits(DateUnit dateUnits) |
| Modifier and Type | Method and Description |
|---|---|
DateUnit |
PointFeature.getTimeUnit()
Get the time unit of the time coordinate.
|
| Modifier and Type | Field and Description |
|---|---|
protected DateUnit |
StationProfileFeatureImpl.timeUnit |
protected DateUnit |
StationFeatureImpl.timeUnit |
protected DateUnit |
RecordDatasetHelper.timeUnit |
protected DateUnit |
PointFeatureImpl.timeUnit |
| Modifier and Type | Method and Description |
|---|---|
DateUnit |
RecordDatasetHelper.getTimeUnit() |
DateUnit |
PointFeatureImpl.getTimeUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDatasetHelper.setTimeUnit(DateUnit timeUnit) |
| Constructor and Description |
|---|
PointFeatureImpl(DateUnit timeUnit) |
PointFeatureImpl(EarthLocation location,
double obsTime,
double nomTime,
DateUnit timeUnit) |
StationFeatureImpl(Station s,
DateUnit timeUnit,
int npts) |
StationFeatureImpl(java.lang.String name,
java.lang.String desc,
java.lang.String wmoId,
double lat,
double lon,
double alt,
DateUnit timeUnit,
int npts) |
StationProfileFeatureImpl(Station s,
DateUnit timeUnit,
int npts) |
StationProfileFeatureImpl(java.lang.String name,
java.lang.String desc,
java.lang.String wmoId,
double lat,
double lon,
double alt,
DateUnit timeUnit,
int npts) |
| Modifier and Type | Field and Description |
|---|---|
protected DateUnit |
StandardPointFeatureIterator.timeUnit |
| Modifier and Type | Method and Description |
|---|---|
DateUnit |
NestedTable.getTimeUnit() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Date |
UnidataPointDatasetHelper.getEndDate(NetcdfDataset ds,
DateUnit timeUnit) |
static java.util.Date |
UnidataPointDatasetHelper.getStartDate(NetcdfDataset ds,
DateUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterCFStationCollection.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars,
DateUnit timeUnit) |
void |
WriterCFPointCollection.writeHeader(java.util.List<VariableSimpleIF> vars,
DateUnit timeUnit,
java.lang.String altUnits) |
| Modifier and Type | Method and Description |
|---|---|
static DateUnit |
DateUnit.getUnixDateUnit() |