| Interface | Description |
|---|---|
| FileWriter.FileWriterProgressListener | |
| ProxyReader |
An object that knows how to read the data for a Variable.
|
| VariableIF |
The public 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.
|
| Dimension |
A Dimension is used to define the array shape of a Variable.
|
| EnumTypedef |
Enumeration Typedef map integers to Strings.
|
| FileWriter |
Copy a NetcdfFile to a Netcdf-3 local file.
|
| FileWriter.ChunkingIndex |
An index that computes chunk shapes.
|
| FileWriter.FileWriterProgressEvent | |
| Group |
A Group is a logical collection of Variables.
|
| NCdump | Deprecated
use NCdumpW, to handle Unicode correctly
|
| NCdumpW |
Print contents of an existing netCDF file, using a Writer.
|
| NetcdfFile |
Read-only scientific datasets that are accessible through the netCDF API.
|
| NetcdfFileWriteable |
Create/Write netCDF-3 formatted files.
|
| ParsedSectionSpec |
Parsed Section Expression, allows nesting for subsetting of Structure member variables.
|
| Sequence |
Sequence is a one-dimensional Structure with indeterminate length.
|
| Structure |
A Structure is a type of Variable that contains other Variables, like a struct in C.
|
| StructurePseudo | Deprecated
use ucar.nc2.dataset.StructurePseudoDS
|
| Variable |
A Variable is a logical container for data.
|
| Variable.Cache | |
| VariableSimpleAdapter |
Adapt a StructureMembers.Member into a VariableSimpleIF.
|
| Enum | Description |
|---|---|
| NCdumpW.WantValues |
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.