Uses of Class
ucar.nc2.units.DateType

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

Uses of DateType in thredds.catalog
 

Fields in thredds.catalog declared as DateType
protected  DateType InvCatalog.expires
           
 

Fields in thredds.catalog with type parameters of type DateType
protected  java.util.List<DateType> ThreddsMetadata.dates
           
protected  java.util.List<DateType> InvDataset.dates
           
 

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> ThreddsMetadata.getDates()
           
 java.util.List<DateType> InvDatasetImplProxy.getDates()
           
 java.util.List<DateType> InvDataset.getDates()
          get any DateType metadata
 java.util.List<DateType> InvCatalogRef.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 thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return DateType
protected  DateType InvCatalogFactory10.makeDateType(java.lang.String text, java.lang.String format, java.lang.String type)
           
protected  DateType InvCatalogFactory10.readDate(org.jdom.Element elem)
           
 

Methods in thredds.catalog.parser.jdom with parameters of type DateType
protected  org.jdom.Element InvCatalogFactory10.writeDate(java.lang.String name, DateType date)
           
 

Uses of DateType in thredds.catalog2
 

Methods in thredds.catalog2 that return DateType
 DateType ThreddsMetadata.getDateCreated()
           
 DateType ThreddsMetadata.getDateIssued()
           
 DateType ThreddsMetadata.getDateMetadataCreated()
           
 DateType ThreddsMetadata.getDateMetadataModified()
           
 DateType ThreddsMetadata.getDateModified()
           
 

Uses of DateType in thredds.cataloggen
 

Methods in thredds.cataloggen with parameters of type DateType
 void CatalogGen.setCatalogExpiresDate(DateType expiresDate)
           
 

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