net.sourceforge.jgrib.tables
Class Grib1ForecastTimeUnit

Object
  extended by Grib1ForecastTimeUnit

public final class Grib1ForecastTimeUnit
extends Object

Title: Grib1ForecastTimeUnit

Description: this class provides the user with the table 4 in a useful way

Copyright: Copyright (c) 2005 Simone Giannecchini

Author:
Simone Giannecchini, GeoSolutions

Constructor Summary
Grib1ForecastTimeUnit()
           
 
Method Summary
static Map<Integer,String> getAll()
          getAll, returns a collection made of all the values we have put inside this object.
static String getForecastTimeUnit(int key)
          getOriginatingCenter, looks if there exists an originating center with the uspplied key otherwise it returns null.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib1ForecastTimeUnit

public Grib1ForecastTimeUnit()
Method Detail

getForecastTimeUnit

public static String getForecastTimeUnit(int key)
getOriginatingCenter, looks if there exists an originating center with the uspplied key otherwise it returns null.

Parameters:
key - int

getAll

public static Map<Integer,String> getAll()
getAll, returns a collection made of all the values we have put inside this object. We use a map to



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.