Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
thredds.server.catalog.writer | |
thredds.wcs.v1_0_0_1 | |
thredds.wcs.v1_0_0_Plus | |
ucar.coord | |
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 | |
ucar.nc2.ft.cover.impl | |
ucar.nc2.ft.fmrc | |
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 Point Feature Types to netcdf/CF files
|
ucar.nc2.grib | |
ucar.nc2.grib.collection | |
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
ucar.nc2.time |
Calendar Date handling.
|
Modifier and Type | Field and Description |
---|---|
protected CalendarDateRange |
InvDatasetFeatureCollection.State.dateRange |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
InvDatasetImplProxy.getCalendarDateCoverage() |
CalendarDateRange |
InvDataset.getCalendarDateCoverage()
get time coverage as CalendarDateRange
|
CalendarDateRange |
ThreddsMetadata.getCalendarDateCoverage() |
CalendarDateRange |
InvCatalogRef.getCalendarDateCoverage() |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.setTimeCoverage(CalendarDateRange tc) |
void |
ThreddsMetadata.setTimeCoverage(CalendarDateRange cdc)
set TimeCoverage from a CalendarDateRange
|
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
TimedCollection.getDateRange() |
CalendarDateRange |
TimedCollection.Dataset.getDateRange() |
CalendarDateRange |
TimedCollection.update() |
Modifier and Type | Method and Description |
---|---|
void |
TimedCollection.Dataset.setDateRange(CalendarDateRange dateRange) |
TimedCollection |
TimedCollection.subset(CalendarDateRange range) |
Modifier and Type | Method and Description |
---|---|
static CalendarDateRange |
ThreddsMetadataExtractor.extractCalendarDateRange(GridDataset gridDataset) |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
GetCoverageBuilder.getTimeRange() |
Modifier and Type | Method and Description |
---|---|
GetCoverageBuilder |
GetCoverageBuilder.setTimeRange(CalendarDateRange timeRange) |
File |
WcsCoverage.writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
CalendarDateRange timeRange) |
Constructor and Description |
---|
GetCoverage(Request.Operation operation,
String version,
WcsDataset dataset,
String coverageId,
String crs,
String responseCRS,
Request.BoundingBox bbox,
CalendarDateRange timeRange,
WcsCoverage.VerticalRange verticalRange,
Request.Format format) |
Modifier and Type | Method and Description |
---|---|
File |
WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format,
LatLonRect bboxLatLonRect,
AxisSubset vertSubset,
List<String> rangeSubset,
CalendarDateRange timeRange) |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
CoordinateTime.makeCalendarDateRange(Calendar cal) |
CalendarDateRange |
CoordinateTimeIntv.makeCalendarDateRange(Calendar cal)
Make calendar date range, using the first and last ending bounds
|
abstract CalendarDateRange |
CoordinateTimeAbstract.makeCalendarDateRange(Calendar cal) |
CalendarDateRange |
CoordinateTime2D.makeCalendarDateRange(Calendar cal) |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
CoordinateAxis1DTime.getCalendarDateRange()
Get calendar date range
|
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
GridCoordSystem.getCalendarDateRange() |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
GridCoordSys.getCalendarDateRange() |
CalendarDateRange |
GridDataset.getCalendarDateRange() |
Modifier and Type | Method and Description |
---|---|
static void |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset
|
void |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range,
boolean addLatLon,
int horizStride,
int stride_z,
int stride_time)
Deprecated.
Write a CF compliant Netcdf-3 file from any gridded dataset.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
ProjectionRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
static void |
CFGridWriter.makeFileVersioned(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange dateRange,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeGridFileSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset, as long as it doesnt exceed a certain file size.
|
long |
CFGridWriter.makeGridFileSizeEstimate(GridDataset gds,
List<String> gridList,
ProjectionRect projBB,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset (projection coordinates), as long as it doesnt exceed a certain file size.
|
static long |
CFGridWriter2.makeSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Compute the size of the file without writing
|
static long |
CFGridWriter2.writeFile(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter writer)
Write a netcdf/CF file from a GridDataset
|
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
RadialDatasetSweepAdapter.getCalendarDateRange() |
Modifier and Type | Field and Description |
---|---|
protected CalendarDateRange |
FeatureDatasetImpl.dateRange |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
PointFeatureCollection.getCalendarDateRange()
Calendar date range for the FeatureCollection.
|
CalendarDateRange |
PointFeatureIterator.getCalendarDateRange()
Get DateRange of observation time after iteration is finished, if calcBounds was set true
|
CalendarDateRange |
FeatureDataset.getCalendarDateRange()
Calendar Date range for the entire dataset.
|
CalendarDateRange |
FeatureDatasetImpl.getCalendarDateRange() |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
NestedPointFeatureCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange)
Flatten into a PointFeatureCollection, discarding connectedness information.
|
PointFeatureCollection |
StationTimeSeriesFeatureCollection.flatten(List<String> stations,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList)
Flatten into a PointFeatureCollection, discarding connectedness information.
|
void |
PointFeatureCollection.setCalendarDateRange(CalendarDateRange range)
Set the calendar date range for the FeatureCollection.
|
void |
FeatureDatasetImpl.setDateRange(CalendarDateRange dateRange) |
StationTimeSeriesFeature |
StationTimeSeriesFeature.subset(CalendarDateRange dateRange)
Subset this collection by calendar dateRange
|
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
CalendarDateRange dateRange)
Subset this collection by boundingBox and/or dateRange
|
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
CoverageCS.getCalendarDateRange()
If there is a time coordinate, get the time covered.
|
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
CoverageDatasetImpl.getCalendarDateRange() |
CalendarDateRange |
CoverageCSImpl.getCalendarDateRange() |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
Fmrc.getDateRangeForOffset(double offset) |
CalendarDateRange |
Fmrc.getDateRangeForRun(CalendarDate run) |
Modifier and Type | Field and Description |
---|---|
protected CalendarDateRange |
PointCollectionImpl.dateRange |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
PointCollectionImpl.getCalendarDateRange() |
CalendarDateRange |
PointIteratorAbstract.getCalendarDateRange() |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(List<String> stationNames,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList) |
void |
PointCollectionImpl.setCalendarDateRange(CalendarDateRange range) |
StationTimeSeriesFeature |
StationTimeSeriesFeatureImpl.subset(CalendarDateRange dateRange) |
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
StationTimeSeriesCollectionFlattened.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
Constructor and Description |
---|
Filter(LatLonRect filter_bb,
CalendarDateRange filter_date) |
PointCollectionSubset(PointCollectionImpl from,
LatLonRect filter_bb,
CalendarDateRange filter_date) |
PointDatasetImpl(PointDatasetImpl from,
LatLonRect filter_bb,
CalendarDateRange filter_date) |
StationFeatureSubset(StationTimeSeriesFeatureImpl from,
CalendarDateRange filter_date) |
StationTimeSeriesCollectionFlattened(StationTimeSeriesCollectionImpl from,
CalendarDateRange dateRange) |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
UpdateableCollection.update() |
CalendarDateRange |
CompositePointCollection.update() |
CalendarDateRange |
CompositeStationCollection.update() |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
CompositeStationCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
CompositeStationCollection.flatten(List<String> stations,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList) |
PointFeatureCollection |
CompositePointCollection.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
Constructor and Description |
---|
CompositeStationCollectionFlattened(String name,
DateUnit timeUnit,
String altUnits,
LatLonRect bbSubset,
CalendarDateRange dateRange,
TimedCollection stnCollections) |
CompositeStationCollectionFlattened(String name,
DateUnit timeUnit,
String altUnits,
List<String> stations,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList,
TimedCollection stnCollections) |
Modifier and Type | Field and Description |
---|---|
protected CalendarDateRange |
RemoteStationCollection.dateRangeSubset |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
RemoteStationCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
Constructor and Description |
---|
PointDatasetRemote(FeatureType wantFeatureType,
String uri,
DateUnit timeUnit,
String altUnits,
List<VariableSimpleIF> vars,
LatLonRect bb,
CalendarDateRange dr) |
Modifier and Type | Method and Description |
---|---|
static CalendarDateRange |
FeatureDatasetPointXML.getTimeSpan(org.jdom2.Document doc) |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
TimeCoord.getCalendarRange() |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
GribCollectionMutable.GroupGC.getCalendarDateRange() |
CalendarDateRange |
GribCollectionImmutable.GroupGC.makeCalendarDateRange() |
Modifier and Type | Method and Description |
---|---|
static CalendarDateRange |
MetadataExtractor.extractCalendarDateRange(FeatureDatasetPoint fd) |
static CalendarDateRange |
MetadataExtractor.extractCalendarDateRange(GridDataset gridDataset) |
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
CalendarDateRange.extend(CalendarDateRange other) |
CalendarDateRange |
CalendarDateRange.intersect(CalendarDateRange clip) |
static CalendarDateRange |
CalendarDateRange.of(CalendarDate start,
CalendarDate end) |
static CalendarDateRange |
CalendarDateRange.of(Date start,
Date end) |
static CalendarDateRange |
CalendarDateRange.of(DateRange dr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CalendarDateRange |
CalendarDateRange.extend(CalendarDateRange other) |
CalendarDateRange |
CalendarDateRange.intersect(CalendarDateRange clip) |
boolean |
CalendarDateRange.intersects(CalendarDateRange o) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.