| Interface | Description |
|---|---|
| AttributeContainer |
An immutable Container of Attributes.
|
| Dimensions.FindDimensionByName |
A Function that finds a Dimension by name.
|
| FileWriter.FileWriterProgressListener | |
| 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.
|
| FileWriter | Deprecated
use FileWriter2
|
| FileWriter.ChunkingIndex | Deprecated
use FileWriter2.ChunkingIndex
|
| FileWriter.FileWriterProgressEvent | Deprecated
use FileWriter2.FileWriterProgressEvent
|
| FileWriter2 | Deprecated
use
NetcdfCopier (library) or Nccopy (command line) |
| FileWriter2.ChunkingIndex | Deprecated
use ucar.nc2.write.ChunkingIndex
|
| Group |
A logical collection of Variables, Attributes, and Dimensions.
|
| Group.Builder |
A builder of Groups.
|
| NCdumpW | Deprecated
use ucar.nc2.write.Ncdump
|
| 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 | Deprecated
Use NetcdfFile.builder().
|
| NetcdfFileWriteable | Deprecated
use NetcdfFileWriter
|
| NetcdfFileWriter | Deprecated
use ucar.nc2.write.NetcdfFormatWriter or ucar.nc2.write.NetcdfCopier
|
| 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.
|
| StructurePseudo | Deprecated
use ucar.nc2.dataset.StructurePseudoDS
|
| Variable |
A Variable is a logical container for data.
|
| Variable.Builder<T extends Variable.Builder<T>> |
A builder for Variables.
|
| Variable.Cache | |
| 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
do not use
|
| NCdumpW.WantValues | Deprecated
do not use
|
| NetcdfFileWriter.Version | Deprecated
use NetcdfFileFormat
|