ucar.nc2.iosp.bufr
Class TableLookup

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

public final class TableLookup
extends java.lang.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
 java.util.List<java.lang.Short> getDescriptorsTableD(short id)
           
 java.util.List<java.lang.String> getDescriptorsTableD(java.lang.String fxy)
           
 TableB.Descriptor getDescriptorTableB(short fxy)
           
 TableD.Descriptor getDescriptorTableD(short fxy)
           
 java.lang.String getLocalTableBName()
           
 java.lang.String getLocalTableDName()
           
 BufrTables.Mode getMode()
           
 java.lang.String getWmoTableBName()
           
 java.lang.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 java.io.IOException
Throws:
java.io.IOException
Method Detail

getWmoTableBName

public final java.lang.String getWmoTableBName()

getLocalTableBName

public final java.lang.String getLocalTableBName()

getLocalTableDName

public final java.lang.String getLocalTableDName()

getWmoTableDName

public final java.lang.String getWmoTableDName()

getMode

public BufrTables.Mode getMode()

getDescriptorTableB

public TableB.Descriptor getDescriptorTableB(short fxy)

getDescriptorsTableD

public java.util.List<java.lang.Short> getDescriptorsTableD(short id)

getDescriptorsTableD

public java.util.List<java.lang.String> getDescriptorsTableD(java.lang.String fxy)

getDescriptorTableD

public TableD.Descriptor getDescriptorTableD(short fxy)


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