| Interface | Description |
|---|---|
| AttributeContainer |
An immutable Container of Attributes.
|
| Dimensions.FindDimensionByName |
A Function that finds a Dimension by name.
|
| ProxyReader |
Something that knows how to read the data for a Variable.
|
| 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
|
| AttributeContainerMutable |
A mutable collection of Attributes.
|
| 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.
|
| Group |
A logical collection of Variables, Attributes, and Dimensions.
|
| Group.Builder |
A builder of Groups.
|
| 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.
|
| 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
|
| 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.
|
| VariableSimpleBuilder |
Builder for VariableSimpleIF, makes true immutable objects.
|
| Enum | Description |
|---|