| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| 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.ft.grid |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreddsMetadata.GeospatialCoverage.setVertical(CoordinateAxis1D vaxis) |
| Constructor and Description |
|---|
AxisSubset(CoordinateAxis1D coordAxis,
double minimum,
double maximum,
int stride) |
WcsRangeField.Axis(CoordinateAxis1D coordAxis) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateAxis1DTime
A 1-dimensional Coordinate Axis representing Calendar time.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateAxis1D |
CoordinateAxis1DTime.section(Range r) |
CoordinateAxis1D |
CoordinateAxis1D.section(Range r)
Create a new CoordinateAxis1D as a section of this CoordinateAxis1D.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateAxis1D |
GridCoordSystem.getEnsembleAxis()
Get the ensemble axis.
|
CoordinateAxis1D |
GridCoordSystem.getVerticalAxis()
Get the Z axis.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateAxis1D |
GridCoordSys.getEnsembleAxis()
get the Ensemble axis, else null
|
CoordinateAxis1D |
GridCoordSys.getVerticalAxis()
get the Vertical axis (either Geoz, Height, or Pressure)
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateAxis1D |
GridCoordSys.getEnsembleAxis()
Get the ensemble axis.
|
CoordinateAxis1D |
GridCoordSys.getVerticalAxis()
Get the Z axis.
|