Package ucar.nc2.iosp.bufr
Class TableLookup
- java.lang.Object
-
- ucar.nc2.iosp.bufr.TableLookup
-
@Immutable public class TableLookup extends Object
Encapsolates lookup into the BUFR Tables.- Since:
- Jul 14, 2008
-
-
Constructor Summary
Constructors Constructor Description TableLookup(int center, int subcenter, int masterTableVersion, int local, int cat)TableLookup(BufrIdentificationSection ids, TableB b, TableD d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableB.DescriptorgetDescriptorTableB(short fxy)TableD.DescriptorgetDescriptorTableD(short fxy)TableBgetLocalTableB()StringgetLocalTableBName()TableDgetLocalTableD()StringgetLocalTableDName()BufrTables.ModegetMode()StringgetWmoTableBName()StringgetWmoTableDName()
-
-
-
Constructor Detail
-
TableLookup
public TableLookup(int center, int subcenter, int masterTableVersion, int local, int cat) throws IOException- Throws:
IOException
-
TableLookup
public TableLookup(BufrIdentificationSection ids, TableB b, TableD d) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getWmoTableBName
public String getWmoTableBName()
-
getLocalTableBName
public String getLocalTableBName()
-
getLocalTableDName
public String getLocalTableDName()
-
getWmoTableDName
public String getWmoTableDName()
-
getMode
public BufrTables.Mode getMode()
-
getLocalTableB
public TableB getLocalTableB()
-
getLocalTableD
public TableD getLocalTableD()
-
getDescriptorTableB
public TableB.Descriptor getDescriptorTableB(short fxy)
-
getDescriptorTableD
public TableD.Descriptor getDescriptorTableD(short fxy)
-
-