Uses of Class
ucar.nc2.units.DateRange

Packages that use DateRange
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.dl   
thredds.catalog.parser.jdom   
thredds.catalog2.util   
thredds.inventory Abstractions for tracking dataset inventory using "managed files". 
thredds.wcs.v1_0_0_1   
thredds.wcs.v1_0_0_Plus   
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.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.fmrc   
ucar.nc2.ft.grid   
ucar.nc2.ft.point package ucar.nc2.ft.point : Implementation of Point Feature Types 
ucar.nc2.ft.point.collection   
ucar.nc2.ft.point.remote   
ucar.nc2.ft.point.writer package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types 
ucar.nc2.ft.radial   
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
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
           
protected  DateRange ThreddsMetadata.timeCoverage
           
 

Methods in thredds.catalog that return DateRange
 DateRange InvDatasetImplProxy.getTimeCoverage()
           
 DateRange InvCatalogRef.getTimeCoverage()
           
 DateRange InvDataset.getTimeCoverage()
          get time coverage
 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 thredds.catalog.dl
 

Methods in thredds.catalog.dl with parameters of type DateRange
protected  org.jdom.Element ADNWriter.writeTemporalCoverage(DateRange dateRange)
           
 

Uses of DateRange in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return DateRange
protected  DateRange InvCatalogFactory10.readTimeCoverage(org.jdom.Element tElem)
           
 

Methods in thredds.catalog.parser.jdom with parameters of type DateRange
protected  org.jdom.Element InvCatalogFactory10.writeTimeCoverage(DateRange t)
           
 

Uses of DateRange in thredds.catalog2.util
 

Methods in thredds.catalog2.util that return DateRange
static DateRange ThreddsCatalogUtils.dateRangeBuilderToNcDateRange(ThreddsMetadataBuilder.DateRangeBuilder dateRange)
           
static DateRange ThreddsCatalogUtils.dateRangeToNcDateRange(ThreddsMetadata.DateRange dateRange)
           
 

Uses of DateRange in thredds.inventory
 

Methods in thredds.inventory that return DateRange
 DateRange TimedCollection.getDateRange()
           
 DateRange TimedCollection.Dataset.getDateRange()
           
 

Methods in thredds.inventory with parameters of type DateRange
 void TimedCollection.Dataset.setDateRange(DateRange dateRange)
           
 TimedCollection TimedCollection.subset(DateRange range)
           
 

Uses of DateRange in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that return DateRange
 DateRange GetCoverageBuilder.getTimeRange()
           
 

Methods in thredds.wcs.v1_0_0_1 with parameters of type DateRange
 GetCoverageBuilder GetCoverageBuilder.setTimeRange(DateRange timeRange)
           
 File WcsCoverage.writeCoverageDataToFile(Request.Format format, LatLonRect bboxLatLonRect, WcsCoverage.VerticalRange verticalRange, DateRange timeRange)
           
 

Constructors in thredds.wcs.v1_0_0_1 with parameters of type DateRange
GetCoverage(Request.Operation operation, String version, WcsDataset dataset, String coverageId, String crs, String responseCRS, Request.BoundingBox bbox, DateRange timeRange, WcsCoverage.VerticalRange verticalRange, Request.Format format)
           
 

Uses of DateRange in thredds.wcs.v1_0_0_Plus
 

Methods in thredds.wcs.v1_0_0_Plus with parameters of type DateRange
 File WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format, LatLonRect bboxLatLonRect, AxisSubset vertSubset, List<String> rangeSubset, DateRange timeRange)
           
 

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

Methods in ucar.nc2.dt.grid that return DateRange
 DateRange GridCoordSys.getDateRange()
           
 DateRange GridDataset.getDateRange()
           
 

Methods in ucar.nc2.dt.grid with parameters of type DateRange
static void NetcdfCFWriter.makeFile(String location, GridDataset gds, List<String> gridList, LatLonRect llbb, DateRange range)
           
 void NetcdfCFWriter.makeFile(String location, GridDataset gds, List<String> gridList, LatLonRect llbb, DateRange range, boolean addLatLon, int horizStride, int stride_z, int stride_time)
          Write a CF compliant Netcdf-3 file from any gridded dataset.
 void NetcdfCFWriter.makeFile(String location, GridDataset gds, List<String> gridList, LatLonRect llbb, int horizStride, Range zRange, DateRange dateRange, int stride_time, boolean addLatLon)
           
 

Uses of DateRange in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial that return DateRange
 DateRange RadialDatasetSweepAdapter.getDateRange()
           
 

Uses of DateRange in ucar.nc2.ft
 

Fields in ucar.nc2.ft declared as DateRange
protected  DateRange FeatureDatasetImpl.dateRange
           
 

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

Methods in ucar.nc2.ft with parameters of type DateRange
 PointFeatureCollection NestedPointFeatureCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
          Flatten into a PointFeatureCollection, discarding connectedness information.
 PointFeatureCollection StationTimeSeriesFeatureCollection.flatten(List<String> stations, DateRange dateRange, List<VariableSimpleIF> varList)
          Flatten into a PointFeatureCollection, discarding connectedness information.
 void PointFeatureCollection.setDateRange(DateRange range)
          Set the date range for the FeatureCollection.
protected  void FeatureDatasetImpl.setDateRange(DateRange dateRange)
           
 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.ft.fmrc
 

Methods in ucar.nc2.ft.fmrc that return DateRange
 DateRange Fmrc.getDateRangeForOffset(double offset)
           
 DateRange Fmrc.getDateRangeForRun(Date run)
           
 

Uses of DateRange in ucar.nc2.ft.grid
 

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

Uses of DateRange in ucar.nc2.ft.point
 

Fields in ucar.nc2.ft.point declared as DateRange
protected  DateRange PointCollectionImpl.dateRange
           
 

Methods in ucar.nc2.ft.point that return DateRange
 DateRange PointCollectionImpl.getDateRange()
           
 DateRange PointIteratorAbstract.getDateRange()
           
 

Methods in ucar.nc2.ft.point with parameters of type DateRange
 PointFeatureCollection MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection StationTimeSeriesCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection StationTimeSeriesCollectionImpl.flatten(List<String> stations, DateRange dateRange, List<VariableSimpleIF> varList)
           
 void PointCollectionImpl.setDateRange(DateRange range)
           
 StationTimeSeriesFeature StationFeatureImpl.subset(DateRange dateRange)
           
 StationProfileFeature StationProfileFeatureImpl.subset(DateRange dateRange)
           
 PointFeatureCollection StationTimeSeriesCollectionFlattened.subset(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection PointCollectionImpl.subset(LatLonRect boundingBox, DateRange dateRange)
           
 

Constructors in ucar.nc2.ft.point with parameters of type DateRange
PointCollectionImpl.PointCollectionSubset(PointCollectionImpl from, LatLonRect filter_bb, DateRange filter_date)
           
PointCollectionImpl(String name, LatLonRect boundingBox, DateRange dateRange, int npts)
           
PointDatasetImpl(PointDatasetImpl from, LatLonRect filter_bb, DateRange filter_date)
           
PointIteratorAbstract.Filter(LatLonRect filter_bb, DateRange filter_date)
           
StationTimeSeriesCollectionFlattened(StationTimeSeriesCollectionImpl from, DateRange dateRange)
           
 

Uses of DateRange in ucar.nc2.ft.point.collection
 

Methods in ucar.nc2.ft.point.collection with parameters of type DateRange
 PointFeatureCollection CompositeStationCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection CompositeStationCollection.flatten(List<String> stations, DateRange dateRange, List<VariableSimpleIF> varList)
           
 PointFeatureCollection CompositePointCollection.subset(LatLonRect boundingBox, DateRange dateRange)
           
 

Constructors in ucar.nc2.ft.point.collection with parameters of type DateRange
CompositeStationCollectionFlattened(String name, LatLonRect bbSubset, DateRange dateRange, TimedCollection stnCollections)
           
CompositeStationCollectionFlattened(String name, List<String> stations, DateRange dateRange, List<VariableSimpleIF> varList, TimedCollection stnCollections)
           
 

Uses of DateRange in ucar.nc2.ft.point.remote
 

Fields in ucar.nc2.ft.point.remote declared as DateRange
protected  DateRange RemoteStationCollection.dateRangeSubset
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type DateRange
 PointFeatureCollection RemoteStationCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 

Constructors in ucar.nc2.ft.point.remote with parameters of type DateRange
PointDatasetRemote(FeatureType wantFeatureType, String uri, List<VariableSimpleIF> vars, LatLonRect bb, DateRange dr)
           
 

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

Methods in ucar.nc2.ft.point.writer that return DateRange
static DateRange FeatureDatasetPointXML.getTimeSpan(org.jdom.Document doc)
           
 

Uses of DateRange in ucar.nc2.ft.radial
 

Methods in ucar.nc2.ft.radial with parameters of type DateRange
 RadialSweepFeature StationRadialDataset.getFeature(Station s, DateRange dateRange)
          Get the collection of data for this Station and date range.
 

Uses of DateRange in ucar.nc2.thredds
 

Methods in ucar.nc2.thredds that return DateRange
static DateRange MetadataExtractor.extractDateRange(FeatureDatasetPoint fd)
           
static DateRange MetadataExtractor.extractDateRange(GridDataset gridDataset)
           
 

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, String timeUnits)
          Create DateRange from another DateRange, with a different units of resolution.
 



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