Package ucar.grib

Interface Summary
GribGDSVariablesIF A interface for handling Grib1 and Grib2 GDS variables from a byte[].
GribPDSVariablesIF A interface for handling Grib1 and Grib2 PDS variables from a byte[].
TableLookup Deprecated.  
 

Class Summary
GribChecker Used to check the edition number of a Grib file.
GribGridDefRecord  
GribGridRecord Represents index information for one record in the Grib file.
GribIndexName  
GribNumbers A class that contains several static methods for converting multiple bytes into one float or integer.
GribPDSVariables Handles the data input from the text and the older binary type of Indexes for the GribGridRecord.
GribReadIndex Reads either a binary or text index and returns a GridIndex
GribReadTextIndex Read an old style text index and returns a GridIndex
GribResourceReader A class that allows external packages to define how to read resource files.
Index Deprecated.  
Index.GdsRecord class to represent GDS in the index.
Parameter Class which represents a parameter from a PDS parameter table.
QuasiRegular Converts a QuasiRegular grid into a regular rectanglar (lat/lon) grid.
ShowGribIndex Displays the binary or text index to stdout
 

Exception Summary
NotSupportedException A class that represents an exception thrown when a GRIB feature is not (yet) supported.
NoValidGribException A class that represents an exception during GRIB file operations.