Uses of Class
ucar.unidata.util.DateSelection

Packages that use DateSelection
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
ucar.unidata.util Miscellaneous utilities. 
 

Uses of DateSelection in ucar.nc2.thredds
 

Methods in ucar.nc2.thredds with parameters of type DateSelection
 ArrayList DqcRadarDatasetCollection.getData(String sName, DateSelection dateInfo)
          Getting data for a single radar station, with time range.
 List TDSRadarDatasetCollection.getData(String sName, DateSelection dateInfo)
          Getting data for a single radar station, with time range.
 ArrayList DqcRadarDatasetCollection.getData(String sName, DateSelection dateSelect, CancelTask cancel)
          Getting data for a single radar station, with time range.
 List TDSRadarDatasetCollection.getData(String sName, DateSelection dateSelect, CancelTask cancel)
          Getting data for a single radar station, with time range.
 ArrayList DqcRadarDatasetCollection.getDataURIs(String sName, DateSelection dateInfo)
          Getting data URIs for a single radar station, with time range.
 List TDSRadarDatasetCollection.getDataURIs(String sName, DateSelection dateInfo)
          Getting data URIs for a single radar station, with time range.
 ArrayList DqcRadarDatasetCollection.getDataURIs(String sName, DateSelection dateSelect, CancelTask cancel)
          _more_
 List<URI> TDSRadarDatasetCollection.getDataURIs(String sName, DateSelection dateSelect, CancelTask cancel)
          getting data uri list
 

Uses of DateSelection in ucar.unidata.util
 

Constructors in ucar.unidata.util with parameters of type DateSelection
DateSelection(DateSelection that)
          copy ctor
 



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