Uses of Class
ucar.nc2.units.DateUnit

Packages that use DateUnit
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.units Utility classes for scientific units and ucar.units package. 
 

Uses of DateUnit in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return DateUnit
 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.
 

Uses of DateUnit in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that return DateUnit
 DateUnit GridCoordSys.getDateUnit()
           
 

Uses of DateUnit in ucar.nc2.dt.point
 

Fields in ucar.nc2.dt.point declared as DateUnit
protected  DateUnit SequenceHelper.timeUnit
           
protected  DateUnit RecordDatasetHelper.timeUnit
           
protected  DateUnit PointObsDatasetImpl.timeUnit
           
 

Methods in ucar.nc2.dt.point that return DateUnit
 DateUnit SequenceHelper.getTimeUnit()
           
 DateUnit RecordDatasetHelper.getTimeUnit()
           
 DateUnit PointObsDatasetImpl.getTimeUnits()
           
 

Methods in ucar.nc2.dt.point with parameters of type DateUnit
 void SequenceHelper.setTimeUnit(DateUnit timeUnit)
           
 void RecordDatasetHelper.setTimeUnit(DateUnit timeUnit)
           
 

Uses of DateUnit in ucar.nc2.dt.radial
 

Fields in ucar.nc2.dt.radial declared as DateUnit
protected  DateUnit RadialDatasetSweepAdapter.dateUnits
           
protected  DateUnit Dorade2Dataset.dateUnits
           
protected  DateUnit StationRadarCollectionImpl.timeUnit
           
 

Methods in ucar.nc2.dt.radial that return DateUnit
 DateUnit RadialDatasetSweepAdapter.getTimeUnits()
           
 DateUnit RadialCoordSys.getTimeUnits()
          Get the units of Calendar time.
 DateUnit Dorade2Dataset.getTimeUnits()
           
 

Methods in ucar.nc2.dt.radial with parameters of type DateUnit
 void Dorade2Dataset.getTimeUnits(DateUnit dateUnits)
           
 

Uses of DateUnit in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return DateUnit
 DateUnit PointFeature.getTimeUnit()
          Get the time unit of the time coordinate.
 

Uses of DateUnit in ucar.nc2.ft.point
 

Fields in ucar.nc2.ft.point declared as DateUnit
protected  DateUnit StationProfileFeatureImpl.timeUnit
           
protected  DateUnit StationFeatureImpl.timeUnit
           
protected  DateUnit RecordDatasetHelper.timeUnit
           
protected  DateUnit PointFeatureImpl.timeUnit
           
 

Methods in ucar.nc2.ft.point that return DateUnit
 DateUnit RecordDatasetHelper.getTimeUnit()
           
 DateUnit PointFeatureImpl.getTimeUnit()
           
 

Methods in ucar.nc2.ft.point with parameters of type DateUnit
 void RecordDatasetHelper.setTimeUnit(DateUnit timeUnit)
           
 

Constructors in ucar.nc2.ft.point with parameters of type DateUnit
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)
           
 

Uses of DateUnit in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard that return DateUnit
 DateUnit NestedTable.getTimeUnit()
           
 

Uses of DateUnit in ucar.nc2.ft.point.standard.plug
 

Methods in ucar.nc2.ft.point.standard.plug with parameters of type DateUnit
static java.util.Date UnidataPointDatasetHelper.getEndDate(NetcdfDataset ds, DateUnit timeUnit)
           
static java.util.Date UnidataPointDatasetHelper.getStartDate(NetcdfDataset ds, DateUnit timeUnit)
           
 

Uses of DateUnit in ucar.nc2.units
 

Subclasses of DateUnit in ucar.nc2.units
 class JavaDateUnit
          A DateUnit that uses the same units as java.util.Date, namely "secs since 1970-01-01T00:00:00Z".
 

Methods in ucar.nc2.units that return DateUnit
static DateUnit DateUnit.getUnixDateUnit()