Uses of Class
dods.dap.AttributeTable

Packages that use AttributeTable
dods.clients.matlab   
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.servers.www This package contains the DODS WWW client. 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of AttributeTable in dods.clients.matlab
 

Methods in dods.clients.matlab that return AttributeTable
 AttributeTable MatlabDods.getAttrTable(String name)
          Return the AttributeTable with name name.
 

Uses of AttributeTable in dods.dap
 

Methods in dods.dap that return AttributeTable
 AttributeTable AttributeTable.appendContainer(String name)
          Create and append an attribute container to the table.
 AttributeTable AttributeTable.appendContainer(String name)
          Create and append an attribute container to the table.
 AttributeTable DAS.getAttributeTable(String name)
          Returns the AttributeTable with the given name.
 AttributeTable DAS.getAttributeTable(String name)
          Returns the AttributeTable with the given name.
 AttributeTable Attribute.getContainer()
          Returns the AttributeTable container.
 AttributeTable Attribute.getContainer()
          Returns the AttributeTable container.
 

Methods in dods.dap with parameters of type AttributeTable
 void DAS.addAttributeTable(String name, AttributeTable a)
          Adds an AttributeTable to the DAS.
 void DAS.addAttributeTable(String name, AttributeTable a)
          Adds an AttributeTable to the DAS.
 

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

Uses of AttributeTable in dods.servers.www
 

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

Uses of AttributeTable in visad.data.dods
 

Methods in visad.data.dods that return AttributeTable
protected static AttributeTable Adapter.attributeTable(DAS das, BaseType baseType)
          Returns the attribute table corresponding to a DODS variable.
protected static AttributeTable Adapter.attributeTable(DAS das, BaseType baseType)
          Returns the attribute table corresponding to a DODS variable.
protected static AttributeTable Adapter.attributeTable(DAS das, String name)
          Returns the attribute table corresponding to a name.
protected static AttributeTable Adapter.attributeTable(DAS das, String name)
          Returns the attribute table corresponding to a name.
 

Methods in visad.data.dods with parameters of type AttributeTable
protected static double Valuator.decode(String name, AttributeTable table, int index)
          Decodes an attribute for a DODS variable.
protected static double Valuator.decode(String name, AttributeTable table, int index)
          Decodes an attribute for a DODS variable.
protected static RealType Adapter.realType(BaseType variable, AttributeTable table)
          Returns the VisAD RealType corresponding to a DODS variable.
protected static RealType Adapter.realType(BaseType variable, AttributeTable table)
          Returns the VisAD RealType corresponding to a DODS variable.
protected static RealType Adapter.realType(String name, AttributeTable table)
          Returns the VisAD RealType corresponding to a name.
protected static RealType Adapter.realType(String name, AttributeTable table)
          Returns the VisAD RealType corresponding to a name.
static Valuator ByteValuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Float32Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Float64Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Int16Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Int32Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UByteValuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UInt16Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UInt32Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator ByteValuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Float32Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Float64Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Int16Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Int32Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UByteValuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UInt16Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UInt32Valuator.valuator(AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Valuator.valuator(AttributeTable table, int type)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Valuator.valuator(AttributeTable table, int type)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static ValueRanger Valuator.valueRanger(AttributeTable table)
          Returns an instance of a value ranger corresponding to the attributes of a DODS variable.
static ValueRanger Valuator.valueRanger(AttributeTable table)
          Returns an instance of a value ranger corresponding to the attributes of a DODS variable.
static ValueUnpacker Valuator.valueUnpacker(AttributeTable table)
          Returns an instance of a value unpacker corresponding to the attributes of a DODS variable.
static ValueUnpacker Valuator.valueUnpacker(AttributeTable table)
          Returns an instance of a value unpacker corresponding to the attributes of a DODS variable.
static ValueVetter Valuator.valueVetter(AttributeTable table)
          Returns an instance of a value vetter corresponding to the attributes of a DODS variable.
static ValueVetter Valuator.valueVetter(AttributeTable table)
          Returns an instance of a value vetter corresponding to the attributes of a DODS variable.
 

Constructors in visad.data.dods with parameters of type AttributeTable
IntValuator(AttributeTable table, long lower, long upper)
          Constructs from the attributes of a DODS integer variable.
IntValuator(AttributeTable table, long lower, long upper)
          Constructs from the attributes of a DODS integer variable.
UIntValuator(AttributeTable table, long upper)
          Constructs from the attributes of a DODS variable.
UIntValuator(AttributeTable table, long upper)
          Constructs from the attributes of a DODS variable.
Valuator(AttributeTable table)
          Constructs from the attributes of a DODS variable.
Valuator(AttributeTable table)
          Constructs from the attributes of a DODS variable.