See: Description
| Interface | Description | 
|---|---|
| EnhanceScaleMissingUnsigned | A Variable decorator that handles unsigned data, scale/offset packed data, and missing data. | 
| VariableEnhanced | Interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package. | 
| Class | Description | 
|---|---|
| CoordinateAxis | A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem. | 
| CoordinateAxis.AxisComparator | Standard sort on Coordinate Axes | 
| CoordinateAxis.Builder<T extends CoordinateAxis.Builder<T>> | |
| CoordinateAxis1D | A 1-dimensional Coordinate Axis. | 
| CoordinateAxis1D.Builder<T extends CoordinateAxis1D.Builder<T>> | |
| CoordinateAxis1DTime | A 1-dimensional Coordinate Axis representing Calendar time. | 
| CoordinateAxis1DTime.Builder<T extends CoordinateAxis1DTime.Builder<T>> | |
| CoordinateAxis2D | A 2-dimensional numeric Coordinate Axis. | 
| CoordinateAxis2D.Builder<T extends CoordinateAxis2D.Builder<T>> | |
| CoordinateAxisTimeHelper | Helper class for time coordinates | 
| CoordinateSystem | A CoordinateSystem specifies the coordinates of a Variable's values. | 
| CoordinateSystem.Builder<T extends CoordinateSystem.Builder<T>> | |
| CoordinateTransform | A CoordinateTransform is an abstraction of a function from a CoordinateSystem to a
 "reference" CoordinateSystem. | 
| CoordinateTransform.Builder<T extends CoordinateTransform.Builder<T>> | |
| CoordTransBuilder | Manager for Coordinate Transforms. | 
| DatasetUrl | Detection of the protocol from a location string. | 
| NetcdfDataset | NetcdfDatasetextends the netCDF API, adding standard attribute parsing such as
 scale and offset, and explicit support for Coordinate Systems. | 
| NetcdfDataset.Builder<T extends NetcdfDataset.Builder<T>> | |
| NetcdfDatasets | Static helper methods for NetcdfDataset | 
| ProjectionCT | A Projection CoordinateTransform has a Projection bijection (GeoX, GeoY) <-> (Lat, Lon). | 
| ProjectionCT.Builder<T extends ProjectionCT.Builder<T>> | |
| SequenceDS.Builder<T extends SequenceDS.Builder<T>> | |
| StructureDS | An "enhanced" Structure. | 
| StructureDS.Builder<T extends StructureDS.Builder<T>> | |
| StructurePseudo2Dim | Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner) | 
| StructurePseudo2Dim.Builder<T extends StructurePseudo2Dim.Builder<T>> | |
| StructurePseudoDS | Make a collection of variables with the same outer dimension into a fake Structure. | 
| StructurePseudoDS.Builder<T extends StructurePseudoDS.Builder<T>> | |
| VariableDS | A wrapper around a Variable, creating an "enhanced" Variable. | 
| VariableDS.Builder<T extends VariableDS.Builder<T>> | |
| VerticalCT | A VerticalCT is a CoordinateTransform function CT: (GeoZ) -> Height or Pressure. | 
| VerticalCT.Builder<T extends VerticalCT.Builder<T>> | 
| Enum | Description | 
|---|---|
| NetcdfDataset.Enhance | Possible enhancements for a NetcdfDataset | 
| TransformType | Type-safe enumeration of netCDF Dataset TransformType. | 
| VerticalCT.Type | Enumeration of known Vertical transformations. |