Package ucar.nc2.iosp.bufr.tables
Class TableA
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.TableA
-
public class TableA extends Object
Read standard WMO Table A (data categories).
-
-
Constructor Summary
Constructors Constructor Description TableA()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getDataCategory(int cat)
data category name, from table A
-
-
-
Method Detail
-
getDataCategory
public static String getDataCategory(int cat)
data category name, from table A- Parameters:
cat
- data category- Returns:
- category name, or null if not found
-
-