Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.dl | |
thredds.catalog.parser.jdom | |
thredds.client.catalog | |
thredds.client.catalog.builder | |
thredds.client.catalog.writer | |
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 polar coordinate system.
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.cover.impl | |
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
ucar.nc2.time |
Calendar Date handling.
|
ucar.nc2.units |
Utility classes for scientific units and ucar.units package.
|
Modifier and Type | Field and Description |
---|---|
DateRange |
InvDataset.tc |
protected DateRange |
ThreddsMetadata.timeCoverage |
Modifier and Type | Method and Description |
---|---|
DateRange |
ThreddsMetadata.getTimeCoverage() |
DateRange |
InvDataset.getTimeCoverage()
get time coverage
|
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.setTimeCoverage(DateRange tc) |
void |
ThreddsMetadata.setTimeCoverage(DateRange tc)
set TimeCoverage element
|
void |
InvDatasetImplProxy.setTimeCoverage(DateRange p0) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
ADNWriter.writeTemporalCoverage(DateRange dateRange) |
Modifier and Type | Method and Description |
---|---|
protected DateRange |
InvCatalogFactory10.readTimeCoverage(org.jdom2.Element tElem) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
InvCatalogFactory10.writeTimeCoverage(DateRange t) |
Modifier and Type | Method and Description |
---|---|
DateRange |
Dataset.getTimeCoverage() |
Modifier and Type | Method and Description |
---|---|
protected DateRange |
CatalogBuilder.readTimeCoverage(org.jdom2.Element tElem) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
CatalogXmlWriter.writeTimeCoverage(DateRange t) |
Modifier and Type | Method and Description |
---|---|
DateRange |
CoordinateAxis1DTime.getDateRange()
Deprecated.
use getCalendarDateRange()
|
Modifier and Type | Method and Description |
---|---|
DateRange |
GridCoordSystem.getDateRange()
Deprecated.
use getCalendarDateRange()
|
Modifier and Type | Method and Description |
---|---|
DateRange |
GridCoordSys.getDateRange()
Deprecated.
use getCalendarDateRange
|
DateRange |
GridDataset.getDateRange()
Deprecated.
use getCalendarDateRange
|
Modifier and Type | Method and Description |
---|---|
DateRange |
RadialDatasetSweepAdapter.getDateRange() |
Modifier and Type | Method and Description |
---|---|
DateRange |
FeatureDatasetImpl.getDateRange() |
DateRange |
FeatureDataset.getDateRange()
Deprecated.
use getCalendarDateRange
|
DateRange |
PointFeatureIterator.getDateRange()
Deprecated.
use getCalendarDateRange()
|
DateRange |
PointFeatureCollection.getDateRange()
Deprecated.
use getCalendarDateRange()
|
DateRange |
TrajectoryFeature.getDateRange()
DateRange for the points along the trajectory.
|
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
NestedPointFeatureCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
Deprecated.
use CalendarDateRange
|
PointFeatureCollection |
StationTimeSeriesFeatureCollection.flatten(List<String> stations,
DateRange dateRange,
List<VariableSimpleIF> varList)
Deprecated.
use CalendarDateRange
|
void |
PointFeatureCollection.setDateRange(DateRange range)
Deprecated.
use setCalendarDateRange()
|
StationTimeSeriesFeature |
StationTimeSeriesFeature.subset(DateRange dateRange)
Deprecated.
use subset(CalendarDateRange dateRange)
|
StationProfileFeature |
StationProfileFeature.subset(DateRange dateRange)
Subset this collection by dateRange
|
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
DateRange dateRange)
Deprecated.
use CalendarDateRange
|
Modifier and Type | Method and Description |
---|---|
DateRange |
CoverageDatasetImpl.getDateRange() |
Modifier and Type | Method and Description |
---|---|
DateRange |
PointIteratorAbstract.getDateRange() |
DateRange |
PointCollectionImpl.getDateRange() |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
MultipleNestedPointCollectionImpl.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 |
StationTimeSeriesFeatureImpl.subset(DateRange dateRange) |
StationProfileFeature |
StationProfileFeatureImpl.subset(DateRange dateRange) |
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
DateRange dateRange) |
Modifier and Type | Method and Description |
---|---|
static DateRange |
MetadataExtractor.extractDateRange(FeatureDatasetPoint fd) |
Modifier and Type | Method and Description |
---|---|
DateRange |
CalendarDateRange.toDateRange()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CalendarDateRange |
CalendarDateRange.of(DateRange dr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DateRange |
DateRange.intersect(DateRange clip)
Intersect with another date range
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DateRange(DateRange range,
String timeUnits)
Create DateRange from another DateRange, with a different units of resolution.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.