| Interface | Description |
|---|---|
| AttributeContainer |
Container of Attributes
|
| ProxyReader |
An object that knows how to read the data for a Variable.
|
| VariableIF |
The interface to a Variable.
|
| VariableSimpleIF |
A lightweight abstractions of a Variable.
|
| Class | Description |
|---|---|
| Attribute |
An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group.
|
| AttributeContainerHelper |
manages Collections of Attributes.
|
| CDMNode |
Define a superclass for all the CDM node classes: Group, Dimension, etc.
|
| Dimension |
A Dimension is used to define the array shape of a Variable.
|
| EnumTypedef |
Enumeration Typedef map integers to Strings.
|
| FileWriter2 |
Utility class for copying a NetcdfFile object, or parts of one, to a netcdf-3 or netcdf-4 disk file.
|
| FileWriter2.ChunkingIndex |
An index that computes chunk shapes.
|
| Group |
A Group is a logical collection of Variables.
|
| NCdumpW |
Print contents of an existing netCDF file, using a Writer.
|
| NetcdfFile |
Read-only scientific datasets that are accessible through the netCDF API.
|
| NetcdfFileSubclass |
To allow subclassing of NetcdfFile.
|
| NetcdfFileWriter |
Writes Netcdf 3 or 4 formatted files to disk.
|
| ParsedSectionSpec |
Parsed Section Expression, allows nesting for subsetting of Structure member variables.
|
| ReduceReader |
Allow dimensions of length 1 to be removed
|
| Sequence |
Sequence is a one-dimensional Structure with indeterminate length.
|
| StringLocker |
A list of strings that only allows one thread to use any given value at the same time.
|
| Structure |
A Structure is a type of Variable that contains other Variables, like a struct in C.
|
| Variable |
A Variable is a logical container for data.
|
| Variable.Cache |
Public by accident.
|
| VariableSimpleAdapter |
Adapt a StructureMembers.Member into a VariableSimpleIF.
|
| VariableSimpleImpl |
Implementation of VariableSimpleIF
|
| Enum | Description |
|---|---|
| CDMSort |
Enumeration of the kinds of nodes in a CDM model.
|
| FileWriter2.N3StructureStrategy | |
| NCdumpW.WantValues |
Tell NCdumpW if you want values printed.
|
| NetcdfFileWriter.Version |
The kinds of netcdf file that can be written.
|