| Interface | Description |
|---|---|
| AttributeContainer |
An immutable Container of Attributes.
|
| Dimensions.Find |
A Function that finds a Dimension by name.
|
| ProxyReader |
Something that knows how to read the data for a Variable.
|
| VariableIF | Deprecated
do not use.
|
| VariableSimpleIF |
A lightweight abstraction of a Variable.
|
| Class | Description |
|---|---|
| Attribute |
An Attribute is a name and a value, used for associating arbitrary metadata with another object.
|
| Attribute.Builder |
A builder for Attributes
|
| AttributeContainerHelper | Deprecated
Use AttributeContainerMutable.
|
| AttributeContainerMutable |
A mutable collection of Attributes.
|
| CDMNode | Deprecated
Will move to Dap4 module in version 6.
|
| Dimension |
A Dimension is used to define the array shape of a Variable.
|
| Dimension.Builder |
A builder of Dimensions.
|
| Dimensions |
Static helper methods for Dimension.
|
| EnumTypedef |
A named map from integers to Strings; a user-defined Enum used as a Variable's data type.
|
| FileWriter2 | Deprecated
TODO use ucar.nc2.writer.FileWriter
|
| FileWriter2.ChunkingIndex | Deprecated
TODO use ucar.nc2.writer.FileWriter
|
| Group |
A logical collection of Variables, Attributes, and Dimensions.
|
| Group.Builder |
A builder of Groups.
|
| NCdumpW | Deprecated
will move in ver 6
|
| NetcdfFile |
Read-only scientific datasets that are accessible through the netCDF API.
|
| NetcdfFile.Builder<T extends NetcdfFile.Builder<T>> |
A builder of NetcdfFile objects.
|
| NetcdfFiles |
Static helper methods for NetcdfFile objects.
|
| NetcdfFileSubclass |
To allow subclassing of NetcdfFile.
|
| NetcdfFileWriter | Deprecated
TODO use ucar.nc2.writer.NetcdfFileWriter
|
| ParsedSectionSpec |
A String expression for denoting a section of a Variable to be read.
|
| Sequence |
Sequence is a one-dimensional Structure with indeterminate length.
|
| Sequence.Builder<T extends Sequence.Builder<T>> |
A builder of Sequences
|
| StringLocker | Deprecated
will move to ucar.nc2.util in ver 6.
|
| Structure |
A Structure is a type of Variable that contains other Variables, like a struct in C.
|
| Structure.Builder<T extends Structure.Builder<T>> |
A builder of Structures.
|
| Variable |
A Variable is a logical container for data.
|
| Variable.Builder<T extends Variable.Builder<T>> |
A builder for Variables.
|
| VariableSimpleAdapter | Deprecated
use VariableSimpleBuilder
|
| VariableSimpleBuilder |
Builder for VariableSimpleIF, makes true immutable objects.
|
| VariableSimpleImpl | Deprecated
use VariableSimpleBuilder
|
| Enum | Description |
|---|---|
| CDMSort | Deprecated
Will move to Dap4 module in version 6.
|
| FileWriter2.N3StructureStrategy | Deprecated
TODO use ucar.nc2.writer.FileWriter
|
| NCdumpW.WantValues |
Tell NCdumpW if you want values printed.
|
| NetcdfFileWriter.Version | Deprecated
TODO use ucar.nc2.writer.NetcdfFileWriter
|