Uses of Class
ucar.nc2.units.DateRange

Packages that use DateRange
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.units Utility classes for scientific units and ucar.units package. 
 

Uses of DateRange in thredds.catalog
 

Fields in thredds.catalog declared as DateRange
 DateRange InvDataset.tc
           
 

Methods in thredds.catalog that return DateRange
 DateRange InvCatalogRef.getTimeCoverage()
           
 DateRange InvDataset.getTimeCoverage()
          get time coverage
 DateRange InvDatasetImplProxy.getTimeCoverage()
           
 DateRange ThreddsMetadata.getTimeCoverage()
           
 

Methods in thredds.catalog with parameters of type DateRange
 void InvDatasetImpl.setTimeCoverage(DateRange tc)
           
 void InvDatasetImplProxy.setTimeCoverage(DateRange p0)
           
 void ThreddsMetadata.setTimeCoverage(DateRange tc)
          set TimeCoverage element
 

Uses of DateRange in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return DateRange
 DateRange CoordinateAxis1DTime.getDateRange()
           
 

Uses of DateRange in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return DateRange
 DateRange GridCoordSystem.getDateRange()
          If there is a time coordinate, get the time covered.
 

Uses of DateRange in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return DateRange
 DateRange FeatureDataset.getDateRange()
          Date range for the entire dataset.
 DateRange FeatureDatasetImpl.getDateRange()
           
 DateRange PointFeatureCollection.getDateRange()
          Date range for the FeatureCollection.
 DateRange PointFeatureIterator.getDateRange()
          Get DateRange of observation time after iteration is finished, if calcBounds was set true
 DateRange TrajectoryFeature.getDateRange()
          DateRange for the points along the trajectory.
 

Methods in ucar.nc2.ft with parameters of type DateRange
 PointFeatureCollection NestedPointFeatureCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
          Flatten into a PointFeatureCollection, discarding connectedness information.
 void PointFeatureCollection.setDateRange(DateRange range)
          Set the date range for the FeatureCollection.
 StationProfileFeature StationProfileFeature.subset(DateRange dateRange)
          Subset this collection by dateRange
 StationTimeSeriesFeature StationTimeSeriesFeature.subset(DateRange dateRange)
          Subset this collection by dateRange
 PointFeatureCollection PointFeatureCollection.subset(LatLonRect boundingBox, DateRange dateRange)
          Subset this collection by boundingBox and/or dateRange
 

Uses of DateRange in ucar.nc2.units
 

Methods in ucar.nc2.units that return DateRange
 DateRange DateRange.intersect(DateRange clip)
          Intersect with another date range
 

Methods in ucar.nc2.units with parameters of type DateRange
 void DateRange.extend(DateRange dr)
          Extend this date range by the given one.
 DateRange DateRange.intersect(DateRange clip)
          Intersect with another date range
 boolean DateRange.intersects(DateRange other)
          Determine if the given range intersects this date range.
 

Constructors in ucar.nc2.units with parameters of type DateRange
DateRange(DateRange range, java.lang.String timeUnits)
          Create DateRange from another DateRange, with a different units of resolution.