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.Descriptor
getDescriptorTableB(short fxy)
TableD.Descriptor
getDescriptorTableD(short fxy)
TableB
getLocalTableB()
String
getLocalTableBName()
TableD
getLocalTableD()
String
getLocalTableDName()
BufrTables.Mode
getMode()
String
getWmoTableBName()
String
getWmoTableDName()
-
-
-
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)
-
-