net.sourceforge.jgrib.examples
Class UserSuppliedGribTable

java.lang.Object
  extended by net.sourceforge.jgrib.examples.UserSuppliedGribTable

public class UserSuppliedGribTable
extends java.lang.Object

Example class: UserSuppliedGribTable The purpose of this class is to demonstrate a way to make the JGrib library read your own grib table before processing the actual file you want to read. Be aware, that this subject has changed from beta 5 to beta 6, so if you are upgrading from beta 5 - read on carefully.

Since:
1.2
Author:
Peter Gylling
email: peg at frv dot dk

Field Summary
static java.lang.String PROPERTY_GRIBFILEPATH
          The value to set as -D option or by System.setProperty
static java.lang.String PROPERTY_GRIBTABPATH
          The value to set as -D option or by System.setProperty
 
Constructor Summary
UserSuppliedGribTable()
           
 
Method Summary
static void main(java.lang.String[] args)
          Standard generated main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_GRIBFILEPATH

public static final java.lang.String PROPERTY_GRIBFILEPATH
The value to set as -D option or by System.setProperty

See Also:
Constant Field Values

PROPERTY_GRIBTABPATH

public static final java.lang.String PROPERTY_GRIBTABPATH
The value to set as -D option or by System.setProperty

See Also:
Constant Field Values
Constructor Detail

UserSuppliedGribTable

public UserSuppliedGribTable()
Method Detail

main

public static void main(java.lang.String[] args)
Standard generated main method

Parameters:
args - - Not checked anyway