|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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 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 |
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(ucar.unidata.geoloc.LatLonRect boundingBox,
DateRange dateRange)
Flatten into a PointFeatureCollection, discarding connectedness information. |
PointFeatureCollection |
StationTimeSeriesFeatureCollection.flatten(java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList)
Flatten into a PointFeatureCollection, discarding connectedness information. |
void |
PointFeatureCollection.setDateRange(DateRange range)
Set the date range for the FeatureCollection. |
StationTimeSeriesFeature |
StationTimeSeriesFeature.subset(DateRange dateRange)
Subset this collection by dateRange |
StationProfileFeature |
StationProfileFeature.subset(DateRange dateRange)
Subset this collection by dateRange |
PointFeatureCollection |
PointFeatureCollection.subset(ucar.unidata.geoloc.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||