See: Description
Interface | Description |
---|---|
CoordSysBuilder.ConventionNameOk |
Allow plug-ins to determine if it owns a file based on the file's Convention attribute.
|
CoordSysBuilderIF | Deprecated
do not use
|
Enhancements | Deprecated
do not use
|
EnhanceScaleMissingUnsigned |
A Variable decorator that handles unsigned data, scale/offset packed data, and missing data.
|
ReplaceVariableCheck | Deprecated
will move to ucar.nc2.internal.ncml
|
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>> | |
CoordSysBuilder | Deprecated
do not use
|
CoordTransBuilder |
Manager for Coordinate Transforms.
|
DatasetConstructor | Deprecated
do not use
|
DatasetUrl |
Detection of the protocol from a location string.
|
NetcdfDataset |
NetcdfDataset extends 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>> | |
NetcdfDatasetInfo | Deprecated
This will move to another package.
|
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 | Deprecated
SequenceDS will not extend StructureDS in 6.
|
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>> | |
VariableEnhancer | Deprecated |
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.
|