| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
| ucar.nc2.dods |
OpenDAP-netCDF library.
|
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sequence
Sequence is a one-dimensional Structure with indeterminate length.
|
class |
Structure
A Structure is a type of Variable that contains other Variables, like a struct in C.
|
class |
StructurePseudo
Deprecated.
use ucar.nc2.dataset.StructurePseudoDS
|
class |
Variable
A Variable is a logical container for data.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
NCdump.makeSectionString(VariableIF v,
java.util.List<Range> ranges)
Deprecated.
Make section specification String from a range list for a Variable.
|
static java.lang.String |
NCdumpW.printVariableData(VariableIF v,
CancelTask ct)
Print all the data of the given Variable.
|
static java.lang.String |
NCdump.printVariableData(VariableIF v,
CancelTask ct)
Deprecated.
Print all the data of the given Variable.
|
static java.lang.String |
NCdump.printVariableDataSection(VariableIF v,
java.lang.String sectionSpec,
CancelTask ct)
Deprecated.
Print a section of the data of the given Variable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VariableEnhanced
Public interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateAxis
A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
|
class |
CoordinateAxis1D
A 1-dimensional Coordinate Axis.
|
class |
CoordinateAxis1DTime
A 1-dimensional Coordinate Axis representing Calendar time.
|
class |
CoordinateAxis2D
A 2-dimensional numeric Coordinate Axis.
|
class |
SequenceDS
Enhance sequence
|
class |
StructureDS
An "enhanced" Structure.
|
class |
StructurePseudo2Dim
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
|
class |
StructurePseudoDS
Make a collection of variables with the same outer dimension into a fake Structure.
|
class |
VariableDS
An wrapper around a Variable, creating an "enhanced" Variable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CoordinateSystem.isComplete(VariableIF v)
Check if this Coordinate System is complete,
ie if all its dimensions are also used by the Variable.
|
boolean |
CoordinateSystem.isCoordinateSystemFor(VariableIF v)
Check if this Coordinate System can be used for the given variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DODSGrid
A DODS Grid.
|
class |
DODSStructure
A DODS Structure.
|
class |
DODSVariable
A read-only DODS-netCDF Variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddeVariable
A Variable implemented through an ADDE server.
|