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.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. 
 

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 PointCollection.getTimeUnits()
          Get the units of Calendar time.
 DateUnit RadialDatasetSweep.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 RecordDatasetHelper.timeUnit
          Deprecated.  
protected  DateUnit SequenceHelper.timeUnit
           
protected  DateUnit PointObsDatasetImpl.timeUnit
           
 

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

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

Uses of DateUnit in ucar.nc2.dt.radial
 

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

Methods in ucar.nc2.dt.radial that return DateUnit
 DateUnit RadialCoordSys.getTimeUnits()
          Get the units of Calendar time.
 DateUnit Dorade2Dataset.getTimeUnits()
           
 DateUnit RadialDatasetSweepAdapter.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 RecordDatasetHelper.timeUnit
           
protected  DateUnit StationFeatureImpl.timeUnit
           
protected  DateUnit StationProfileFeatureImpl.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(String name, String desc, String wmoId, double lat, double lon, double alt, DateUnit timeUnit, int npts)
           
StationProfileFeatureImpl(Station s, DateUnit timeUnit, int npts)
           
StationProfileFeatureImpl(String name, String desc, String wmoId, double lat, double lon, double alt, DateUnit timeUnit, int npts)
           
 

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

Fields in ucar.nc2.ft.point.standard declared as DateUnit
protected  DateUnit StandardPointFeatureIterator.timeUnit
           
 

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 Date UnidataPointDatasetHelper.getEndDate(NetcdfDataset ds, DateUnit timeUnit)
           
static Date UnidataPointDatasetHelper.getStartDate(NetcdfDataset ds, DateUnit timeUnit)
           
 

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

Methods in ucar.nc2.ft.point.writer with parameters of type DateUnit
 void WriterCFStationCollection.writeHeader(List<Station> stns, List<VariableSimpleIF> vars, DateUnit timeUnit)
           
 void WriterCFPointCollection.writeHeader(List<VariableSimpleIF> vars, DateUnit timeUnit, String altUnits)
           
 

Uses of DateUnit in ucar.nc2.units
 

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



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.