Package ucar.nc2.iosp.bufr.tables
Class TableB
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.TableB
-
- Direct Known Subclasses:
TableB.Composite
public class TableB extends Object
BUFR Table B - Data descriptors- Since:
- Sep 25, 2008
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableB.Composite
Composite pattern - collection of TableBclass
TableB.Descriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDescriptor(short x, short y, int scale, int refVal, int width, String name, String units, String desc)
TableB.Descriptor
getDescriptor(short id)
Collection<TableB.Descriptor>
getDescriptors()
Collection<Short>
getKeys()
String
getLocation()
String
getName()
void
show(Formatter out)
-
-
-
Method Detail
-
addDescriptor
public void addDescriptor(short x, short y, int scale, int refVal, int width, String name, String units, String desc)
-
getName
public String getName()
-
getLocation
public String getLocation()
-
getDescriptor
public TableB.Descriptor getDescriptor(short id)
-
getDescriptors
public Collection<TableB.Descriptor> getDescriptors()
-
getKeys
public Collection<Short> getKeys()
-
show
public void show(Formatter out)
-
-