Package ucar.nc2.iosp.bufr.tables
Class TableD
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.TableD
-
public class TableD extends Object
BUFR Table D - Data sequences- Since:
- Sep 25, 2008
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableD.Descriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableD.Descriptor
addDescriptor(short x, short y, String name, List<Short> seq)
TableD.Descriptor
getDescriptor(short id)
Collection<TableD.Descriptor>
getDescriptors()
String
getLocation()
String
getName()
void
show(Formatter out)
-
-
-
Method Detail
-
getName
public String getName()
-
getLocation
public String getLocation()
-
addDescriptor
public TableD.Descriptor addDescriptor(short x, short y, String name, List<Short> seq)
-
getDescriptor
public TableD.Descriptor getDescriptor(short id)
-
getDescriptors
public Collection<TableD.Descriptor> getDescriptors()
-
show
public void show(Formatter out)
-
-