See: Description
| Interface | Description |
|---|---|
| Nc4Chunking |
Interface for strategies deciding how to chunk netcdf-4 variables.
|
| Class | Description |
|---|---|
| CDLWriter |
Common Data Language (CDL) writer.
|
| ChunkingIndex |
An index that computes chunk shapes.
|
| Nc4ChunkingDefault |
Default chunking strategy.
|
| Nc4ChunkingStrategy |
Abstract superclass for netcdf-4 chunking strategy.
|
| Nc4ChunkingStrategyGrib |
chunk on last 2 dimensions, like GRIB
|
| Nc4ChunkingStrategyNone |
No chunking is done.
|
| Nccopy |
Utility to implement nccopy command line utility.
|
| Ncdump | Deprecated
use NcdumpArray
|
| Ncdump.Builder | |
| NcdumpArray |
Utility to implement ncdump.
|
| NcdumpArray.Builder | |
| NcmlWriter |
Helper class to write NcML.
|
| NcmlWriter.WriteVariablesWithNamesPredicate |
Predicate that returns
true for variables whose names are specified to the constructor. |
| NetcdfCopier |
Utility class for copying a NetcdfFile object, or parts of one, to a netcdf-3 or netcdf-4 file.
|
| NetcdfFormatWriter |
Creates new Netcdf 3/4 format files.
|
| NetcdfFormatWriter.Builder<T extends NetcdfFormatWriter.Builder<T>> | |
| UnlimitedDimension |
A Dimension whose length may change.
|
| Enum | Description |
|---|---|
| Nc4Chunking.Strategy | |
| Ncdump.WantValues |
Tell Ncdump if you want values printed.
|
| NcdumpArray.WantValues |
Tell Ncdump if you want values printed.
|