ucar.nc2.iosp.bufr
Class TableLookup

java.lang.Object
  extended by ucar.nc2.iosp.bufr.TableLookup

public final class TableLookup
extends Object

Encapsolates lookup into the BUFR Tables.

Since:
Jul 14, 2008
Author:
caron

Field Summary
 BufrTables.Mode mode
           
 
Constructor Summary
TableLookup(BufrIdentificationSection ids)
           
 
Method Summary
 List<Short> getDescriptorsTableD(short id)
           
 List<String> getDescriptorsTableD(String fxy)
           
 TableB.Descriptor getDescriptorTableB(short fxy)
           
 TableD.Descriptor getDescriptorTableD(short fxy)
           
 String getLocalTableBName()
           
 String getLocalTableDName()
           
 BufrTables.Mode getMode()
           
 String getWmoTableBName()
           
 String getWmoTableDName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

public BufrTables.Mode mode
Constructor Detail

TableLookup

public TableLookup(BufrIdentificationSection ids)
            throws IOException
Throws:
IOException
Method Detail

getWmoTableBName

public final String getWmoTableBName()

getLocalTableBName

public final String getLocalTableBName()

getLocalTableDName

public final String getLocalTableDName()

getWmoTableDName

public final String getWmoTableDName()

getMode

public BufrTables.Mode getMode()

getDescriptorTableB

public TableB.Descriptor getDescriptorTableB(short fxy)

getDescriptorsTableD

public List<Short> getDescriptorsTableD(short id)

getDescriptorsTableD

public List<String> getDescriptorsTableD(String fxy)

getDescriptorTableD

public TableD.Descriptor getDescriptorTableD(short fxy)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.