| NetcdfAttribute | Container for numeric or string data |
| NetcdfAttribute(NetcdfMutableAttribute) | Provides methods to create, write or delete attribute data in the underlying netCDF dataset |
| NetcdfDataset | The top-level object that manages its member objects and the underlying netCDF data |
| NetcdfDataset(NetcdfMutableDataset) | Provides methods to create a new netCDF dataset, or modify or write to an existing one |
| NetcdfDimension | Associates a name string to the length of an array dimension |
| NetcdfDimension(NetcdfMutableDimension) | Provides methods to create new dimensions the underlying netCDF dataset |
| NetcdfStepError | Error codes and convenience methods specific to NetcdfStep |
| NetcdfStepPathLock | Provides locks to control access to the netCDF disk files |
| NetcdfTypedComponent | A base class used to derive NetcdfAttribute and NetcdfVariable |
| NetcdfVariable | Provides read-only access to the array data in the underlying netCDF dataset |
| NetcdfVariable(NetcdfMutableVariable) | Provides methods to create, modify or write array data in the underlying netCDF dataset |
1.5.7.1