| Interface | Description |
|---|---|
| AttributeContainer |
An immutable Container of Attributes.
|
| Dimensions.FindDimensionByName |
A Function that finds a Dimension by name.
|
| ProxyReader |
Reader of the data for a Variable.
|
| VariableSimpleIF |
A lightweight abstraction of an immutable Variable.
|
| Class | Description |
|---|---|
| Attribute |
An Attribute is a name and a value, used for associating arbitrary metadata with another object.
|
| Attribute.Builder | |
| AttributeContainerMutable |
A mutable collection of Attributes.
|
| Dimension |
A Dimension defines the array shape of a Variable.
|
| Dimension.Builder | |
| 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 | |
| NetcdfFile |
Read-only scientific datasets that are accessible through the netCDF API.
|
| NetcdfFile.Builder<T extends NetcdfFile.Builder<T>> | |
| NetcdfFiles |
Static helper methods for NetcdfFile objects.
|
| ParsedArraySectionSpec |
A String expression for denoting a section of a Variable to be read.
|
| ParsedSectionSpec | Deprecated
use ParsedArraySectionSpec
|
| Sequence |
A one-dimensional Structure with indeterminate length, possibly 0.
|
| Sequence.Builder<T extends Sequence.Builder<T>> | |
| Structure |
A Structure is a type of Variable that contains other Variables, like a struct in C.
|
| Structure.Builder<T extends Structure.Builder<T>> | |
| Variable |
A logical container for data, with a dataType, a set of Dimensions that define its array shape,
and a set of Attributes.
|
| Variable.Builder<T extends Variable.Builder<T>> | |
| Variable.Cache | |
| VariableSimpleBuilder |
Builder for VariableSimpleIF.
|