ucar.nc2.iosp.bufr.tables
Class TableCenters

java.lang.Object
  extended by ucar.nc2.iosp.bufr.tables.TableCenters

public class TableCenters
extends java.lang.Object

COMMON CODE TABLE C-1: Identification of originating/generating centre This should be kept in an external table so it can be updated regularly.

Since:
Oct 24, 2008
Author:
caron
See Also:
"http://www.wmo.int/pages/prog/www/WMOCodes/Operational/CommonTables/BufrCommon-11-2007.pdf"

Constructor Summary
TableCenters()
           
 
Method Summary
static java.lang.String getCenterName(int center_id)
          Name of Identification of center.
static java.lang.String getNCEPSubCenterName(int subcenter_id)
          Name of NCEP subcenter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCenters

public TableCenters()
Method Detail

getCenterName

public static java.lang.String getCenterName(int center_id)
Name of Identification of center.

Parameters:
center_id - center id
Returns:
center name

getNCEPSubCenterName

public static java.lang.String getNCEPSubCenterName(int subcenter_id)
Name of NCEP subcenter. Source?

Parameters:
subcenter_id - NCEP subcenter id
Returns:
subcenter name