ucar.nc2.iosp.bufr.tables
Class TableD

java.lang.Object
  extended by ucar.nc2.iosp.bufr.tables.TableD

public class TableD
extends Object

BUFR Table D - Data sequences

Since:
Sep 25, 2008
Author:
caron

Nested Class Summary
 class TableD.Descriptor
           
 
Constructor Summary
TableD(String name, String location)
           
 
Method Summary
 TableD.Descriptor getDescriptor(short id)
           
 Collection<TableD.Descriptor> getDescriptors()
           
 String getLocation()
           
 String getName()
           
 void show(Formatter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableD

public TableD(String name,
              String location)
Method Detail

getName

public String getName()

getLocation

public String getLocation()

getDescriptor

public TableD.Descriptor getDescriptor(short id)

getDescriptors

public Collection<TableD.Descriptor> getDescriptors()

show

public void show(Formatter out)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.