Deprecated API


Contents
Deprecated Classes
net.sourceforge.jgrib.GribTab
          Implemetation now is supported by GribPDSParameter 
net.sourceforge.jgrib.GribTables
          - Implementation of tables moved to GribPDSParamTable, GribPDSParameter, and GribPDSLevel classes. 
net.sourceforge.jgrib.GribTabPool
          Implemetation now is supported by GribPDSParamTable 
 

Deprecated Methods
net.sourceforge.jgrib.GribFile.getDatesForTypeGridLevel(String, GribRecordGDS, String)
          - use same method name that uses a GribPDSLevel vice a string 
net.sourceforge.jgrib.GribFile.getGridForType(String)
          - use getGridsForType - it better reflects the functionality 
net.sourceforge.jgrib.GribFile.getLevelsForTypeGrid(String, GribRecordGDS)
          - allows ambiguity - use getLevelsForTypeGridUnit instead 
 

Deprecated Constructors
net.sourceforge.jgrib.GribRecordGDS(BitInputStream)
          - Call GribGDSFactory.getGDS()