Uses of Class
ucar.nc2.units.DateType

Packages that use DateType
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
ucar.nc2.units Utility classes for scientific units and ucar.units package. 
 

Uses of DateType in thredds.catalog
 

Methods in thredds.catalog that return DateType
 DateType InvCatalog.getExpires()
          Get date catalog expires, or null if none given.
 DateType InvDatasetImpl.getLastModifiedDate()
           
 

Methods in thredds.catalog that return types with arguments of type DateType
 java.util.List<DateType> InvCatalogRef.getDates()
           
 java.util.List<DateType> InvDataset.getDates()
          get any DateType metadata
 java.util.List<DateType> InvDatasetImplProxy.getDates()
           
 java.util.List<DateType> ThreddsMetadata.getDates()
           
 

Methods in thredds.catalog with parameters of type DateType
 void ThreddsMetadata.addDate(DateType d)
          Add a date
 void InvCatalogImpl.setExpires(DateType expiresDate)
          Set the expires date after which the catalog is no longer valid.
 void InvDatasetImpl.setLastModifiedDate(DateType lastModDate)
           
 

Constructors in thredds.catalog with parameters of type DateType
InvCatalogImpl(java.lang.String name, java.lang.String version, DateType expires, java.net.URI baseURI)
          Construct an InvCatalog.
 

Uses of DateType in ucar.nc2.units
 

Methods in ucar.nc2.units that return DateType
 DateType DateType.add(TimeDuration d)
           
 DateType DateType.add(TimeUnit d)
           
 DateType DateRange.getEnd()
          Get the ending Date.
 DateType DateRange.getStart()
          Get the starting Date.
 DateType DateType.subtract(TimeDuration d)
           
 DateType DateType.subtract(TimeUnit d)
           
 

Methods in ucar.nc2.units with parameters of type DateType
 boolean DateType.before(DateType d)
          Is this date before the given date.
 void DateRange.setEnd(DateType end)
          Set the ending Date.
 void DateRange.setStart(DateType start)
          Set the starting Date.
 

Constructors in ucar.nc2.units with parameters of type DateType
DateRange(DateType start, DateType end, TimeDuration duration, TimeDuration resolution)
          Encapsolates a range of dates, using DateType start/end, and/or a TimeDuration.
DateType(DateType src)
          copy constructor