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 classTableB.CompositeComposite pattern - collection of TableBclassTableB.Descriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDescriptor(short x, short y, int scale, int refVal, int width, String name, String units, String desc)TableB.DescriptorgetDescriptor(short id)Collection<TableB.Descriptor>getDescriptors()Collection<Short>getKeys()StringgetLocation()StringgetName()voidshow(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)
-
-