Package ucar.nc2.dataset
package ucar.nc2.dataset
-
ClassDescriptionA Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.Standard sort on Coordinate AxesCoordinateAxis.Builder<T extends CoordinateAxis.Builder<T>>A 1-dimensional Coordinate Axis.CoordinateAxis1D.Builder<T extends CoordinateAxis1D.Builder<T>>A 1-dimensional Coordinate Axis representing Calendar time.CoordinateAxis1DTime.Builder<T extends CoordinateAxis1DTime.Builder<T>>A 2-dimensional numeric Coordinate Axis.CoordinateAxis2D.Builder<T extends CoordinateAxis2D.Builder<T>>Helper class for time coordinatesA CoordinateSystem specifies the coordinates of a Variable's values.CoordinateSystem.Builder<T extends CoordinateSystem.Builder<T>>A CoordinateTransform is an abstraction of a function from a CoordinateSystem to a "reference" CoordinateSystem.CoordinateTransform.Builder<T extends CoordinateTransform.Builder<T>>Manager for Coordinate Transforms.Detection of the protocol from a location string.
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>>Possible enhancements for a NetcdfDatasetStatic helper methods for NetcdfDatasetA Projection CoordinateTransform has a Projection bijection (GeoX, GeoY) <-> (Lat, Lon).ProjectionCT.Builder<T extends ProjectionCT.Builder<T>>SequenceDS.Builder<T extends SequenceDS.Builder<T>>An "enhanced" Structure.StructureDS.Builder<T extends StructureDS.Builder<T>>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>>Make a collection of variables with the same outer dimension into a fake Structure.StructurePseudoDS.Builder<T extends StructurePseudoDS.Builder<T>>Type-safe enumeration of netCDF Dataset TransformType.A wrapper around a Variable, creating an "enhanced" Variable.VariableDS.Builder<T extends VariableDS.Builder<T>>Interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.A VerticalCT is a CoordinateTransform function CT: (GeoZ) -> Height or Pressure.VerticalCT.Builder<T extends VerticalCT.Builder<T>>Enumeration of known Vertical transformations.