net.sourceforge.jgrib.tables
Class Grib1OriginatingCenters

Object
  extended by Grib1OriginatingCenters

public final class Grib1OriginatingCenters
extends Object

Title: Grib1OriginatingCenters

Description: this class is used to provide a simple value to pick an originating center when crating a grib file edition 1

Copyright: Copyright (c) 2005 Simone Giannecchini

Author:
Simone Giannecchini (simboss_ml@tiscali.it)

Constructor Summary
Grib1OriginatingCenters()
           
 
Method Summary
static Map<Integer,String> getAll()
          getAll, returns a collection made of all the values we have put inside this object.
static String getOriginatingCenter(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

Grib1OriginatingCenters

public Grib1OriginatingCenters()
Method Detail

getOriginatingCenter

public static String getOriginatingCenter(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.



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.