|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateRange | |
|---|---|
| thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
| thredds.catalog.dl | |
| thredds.catalog.parser.jdom | |
| thredds.catalog2 | |
| 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.point | package ucar.nc2.ft.point : Implementation of Point Feature Types |
| ucar.nc2.ft.point.collection | |
| ucar.nc2.ft.point.remote | |
| 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 |
ThreddsMetadata.getTimeCoverage()
|
DateRange |
InvDatasetImplProxy.getTimeCoverage()
|
DateRange |
InvDataset.getTimeCoverage()
get time coverage |
DateRange |
InvCatalogRef.getTimeCoverage()
|
| Methods in thredds.catalog with parameters of type DateRange | |
|---|---|
void |
ThreddsMetadata.setTimeCoverage(DateRange tc)
set TimeCoverage element |
void |
InvDatasetImplProxy.setTimeCoverage(DateRange p0)
|
void |
InvDatasetImpl.setTimeCoverage(DateRange tc)
|
| 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 |
|---|
| Methods in thredds.catalog2 that return DateRange | |
|---|---|
DateRange |
ThreddsMetadata.getDateAvailable()
|
DateRange |
ThreddsMetadata.getDateValid()
|
DateRange |
ThreddsMetadata.getTemporalCoverage()
|
| 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)
|
java.io.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,
java.lang.String version,
WcsDataset dataset,
java.lang.String coverageId,
java.lang.String crs,
java.lang.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 | |
|---|---|
java.io.File |
WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format,
LatLonRect bboxLatLonRect,
AxisSubset vertSubset,
java.util.List<java.lang.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 |
GridDataset.getDateRange()
|
DateRange |
GridCoordSys.getDateRange()
|
| Methods in ucar.nc2.dt.grid with parameters of type DateRange | |
|---|---|
void |
NetcdfCFWriter.makeFile(java.lang.String location,
GridDataset gds,
java.util.List<java.lang.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(java.lang.String location,
GridDataset gds,
java.util.List<java.lang.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 |
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 |
DateRange |
PointFeatureCollection.getDateRange()
Date range for the FeatureCollection. |
DateRange |
FeatureDatasetImpl.getDateRange()
|
DateRange |
FeatureDataset.getDateRange()
Date range for the entire dataset. |
| 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. |
protected void |
FeatureDatasetImpl.setDateRange(DateRange dateRange)
|
StationTimeSeriesFeature |
StationTimeSeriesFeature.subset(DateRange dateRange)
Subset this collection by dateRange |
StationProfileFeature |
StationProfileFeature.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.point |
|---|
| Fields in ucar.nc2.ft.point declared as DateRange | |
|---|---|
protected DateRange |
PointCollectionImpl.dateRange
|
| Methods in ucar.nc2.ft.point that return DateRange | |
|---|---|
DateRange |
PointIteratorAbstract.getDateRange()
|
DateRange |
PointCollectionImpl.getDateRange()
|
| Methods in ucar.nc2.ft.point with parameters of type DateRange | |
|---|---|
PointFeatureCollection |
OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
PointFeatureCollection |
MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
void |
PointCollectionImpl.setDateRange(DateRange range)
|
StationProfileFeature |
StationProfileFeatureImpl.subset(DateRange dateRange)
|
StationTimeSeriesFeature |
StationFeatureImpl.subset(DateRange dateRange)
|
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
DateRange dateRange)
|
| Constructors in ucar.nc2.ft.point with parameters of type DateRange | |
|---|---|
PointCollectionImpl.PointFeatureCollectionSubset(PointCollectionImpl from,
LatLonRect filter_bb,
DateRange filter_date)
|
|
PointCollectionImpl(java.lang.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)
|
|
| Uses of DateRange in ucar.nc2.ft.point.collection |
|---|
| Methods in ucar.nc2.ft.point.collection that return DateRange | |
|---|---|
DateRange |
TimedCollection.getDateRange()
|
DateRange |
TimedCollection.Dataset.getDateRange()
|
DateRange |
CollectionManager2.getDateRange()
|
DateRange |
CollectionManager.getDateRange()
|
| Methods in ucar.nc2.ft.point.collection with parameters of type DateRange | |
|---|---|
PointFeatureCollection |
CompositeStationCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
TimedCollection |
TimedCollection.subset(DateRange range)
|
TimedCollection |
CollectionManager2.subset(DateRange range)
|
TimedCollection |
CollectionManager.subset(DateRange range)
|
PointFeatureCollection |
CompositePointCollection.subset(LatLonRect boundingBox,
DateRange dateRange)
|
| Uses of DateRange in ucar.nc2.ft.point.remote |
|---|
| Fields in ucar.nc2.ft.point.remote declared as DateRange | |
|---|---|
protected DateRange |
RemoteStationCollection.dateRange
|
| Methods in ucar.nc2.ft.point.remote with parameters of type DateRange | |
|---|---|
PointFeatureCollection |
RemoteStationCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
|
| 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(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,
java.lang.String timeUnits)
Create DateRange from another DateRange, with a different units of resolution. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||