Uses of Class
opendap.dap.AttributeTable

Packages that use AttributeTable
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.servers.www This package contains the OPeNDAP WWW client. 
 

Uses of AttributeTable in opendap.dap
 

Subclasses of AttributeTable in opendap.dap
 class DAS
          The Data Attribute Structure is a set of name-value pairs used to describe the data in a particular dataset.
 

Methods in opendap.dap that return AttributeTable
 AttributeTable BaseType.appendAttributeContainer(java.lang.String name)
           
 AttributeTable AttributeTable.appendContainer(java.lang.String name)
          Create and append an attribute container to the table.
 AttributeTable BaseType.getAttributeTable()
           
 AttributeTable DAS.getAttributeTable(java.lang.String name)
          Returns the AttributeTable with the given name.
 AttributeTable DAS.getAttributeTableN(java.lang.String name)
          Returns the AttributeTable with the given name.
 AttributeTable Alias.getContainer()
          Returns the AttributeTable container.
 AttributeTable Attribute.getContainer()
          Returns the AttributeTable container.
 AttributeTable Attribute.getContainerN()
          Returns the AttributeTable container.
 

Methods in opendap.dap with parameters of type AttributeTable
 void BaseType.addAttributeContainer(AttributeTable at)
           
 void DAS.addAttributeTable(java.lang.String name, AttributeTable a)
          Adds an AttributeTable to the DAS.
 void AttributeTable.addContainer(java.lang.String name, AttributeTable at)
          Create and append an attribute container to the table.
 

Constructors in opendap.dap with parameters of type AttributeTable
Attribute(AttributeTable container)
          Deprecated. Use the ctor with the name.
Attribute(java.lang.String name, AttributeTable container)
          Construct a container attribute.
 

Uses of AttributeTable in opendap.servers.www
 

Methods in opendap.servers.www with parameters of type AttributeTable
 void wwwOutPut.writeAttributes(AttributeTable aTbl)
           
 void wwwOutPut.writeAttributes(AttributeTable aTbl, java.lang.String indent)