Package net.sourceforge.jgrib

Class Summary
BitInputStream This class is an input stream wrapper that can read a specific number of bytes and bits from an input stream.
Bytes2Number A class that contains several static methods for converting multiple bytes into one float or integer.
GribFile A class that represents a GRIB file.
GribFileGroup A class to store multiple GribFile-s while allowing access to the GribRecords of those files as if they were one large file.
GribGDSFactory GribGDSFactory determines the proper subclass of GribRecordGDS to create.
GribGDSLambert A class that represents the Grid Definition Section (GDS) of a GRIB record using the Lambert Conformal projection.
GribGDSLatLon A class that represents the grid definition section (GDS) of a GRIB record with a Lat/Lon grid projection.
GribGDSPolarStereo A class that represents the grid definition section (GDS) of a GRIB record.
GribPDSLevel A class containing static methods which deliver descriptions and names of parameters, levels and units for byte codes from GRIB records.
GribPDSParameter Title: JGrib Description: Class which represents a parameter from a PDS parameter table Copyright: Copyright (c) 2002 Company: U.S.
GribPDSParamTable A class containing static methods which deliver descriptions and names of parameters, levels and units for byte codes from GRIB records.
GribRecord A class representing a single GRIB record.
GribRecordBDS A class representing the binary data section (BDS) of a GRIB record.
GribRecordBMS A class that represents the bitmap section (BMS) of a GRIB record.
GribRecordComparator  
GribRecordGDS A class that represents the grid definition section (GDS) of a GRIB record.
GribRecordIS A class that represents the indicator section (IS) of a GRIB record.
GribRecordLight  
GribRecordPDS A class representing the product definition section (PDS) of a GRIB record.
GribTab Deprecated. Implemetation now is supported by GribPDSParameter
GribTables Deprecated. - Implementation of tables moved to GribPDSParamTable, GribPDSParameter, and GribPDSLevel classes.
GribTabPool Deprecated. Implemetation now is supported by GribPDSParamTable
SmartStringArray Class to handle addition of elements Kjell Rĝang, 18/03/2002
 

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.