net.sourceforge.jgrib
Class GribTabPool

java.lang.Object
  extended by net.sourceforge.jgrib.GribTabPool

Deprecated. Implemetation now is supported by GribPDSParamTable

public class GribTabPool
extends java.lang.Object

A class containing static methods which deliver descriptions and names of parameters, levels and units for byte codes from GRIB records. The class contain one default tables. Other tables may be added into the "tables" directory and the name added into the "tables.lst" file This class is kept in the library to keep backward compability, but will complain during compilation, because it uses a deprecated class: net.sourceforge.jgrib.Gribtab. The class has been deprecated since jgrib-beta6.

Author:
Tor Christian Bekkvik

Method Summary
static void addParamterTable(java.lang.String fileName)
          Deprecated. Add paramter table
static void addParamterTable(java.net.URL url)
          Deprecated. Add paramter table
static void printAll()
          Deprecated. Dumps to STDOUT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addParamterTable

public static void addParamterTable(java.lang.String fileName)
                             throws java.io.IOException
Deprecated. 
Add paramter table

Parameters:
fileName - Name of input file
Throws:
java.io.IOException

addParamterTable

public static void addParamterTable(java.net.URL url)
                             throws java.io.IOException
Deprecated. 
Add paramter table

Parameters:
url - URL of input file
Throws:
java.io.IOException

printAll

public static void printAll()
Deprecated. 
Dumps to STDOUT