Uses of Class
dods.dap.Attribute

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

Uses of Attribute in dods.dap
 

Methods in dods.dap that return Attribute
 Attribute AttributeTable.getAttribute(String name)
          Returns the Attribute which matches name.
 Attribute AttributeTable.getAttribute(String name)
          Returns the Attribute which matches name.
 

Constructors in dods.dap with parameters of type Attribute
Attribute(String aliasedTo, Attribute attr)
          Construct an attribute aliased to the given name and contents.
Attribute(String aliasedTo, Attribute attr)
          Construct an attribute aliased to the given name and contents.
 

Uses of Attribute in visad.data.dods
 

Methods in visad.data.dods with parameters of type Attribute
 AttributeAdapter AttributeAdapterFactory.attributeAdapter(String name, Attribute attr)
          Returns an adapter of a DODS attribute.
 AttributeAdapter AttributeAdapterFactory.attributeAdapter(String name, Attribute attr)
          Returns an adapter of a DODS attribute.
 ByteAttributeAdapter AttributeAdapterFactory.byteAdapter(String name, Attribute attr)
          Returns an adapter of a DODS BYTE attribute.
 ByteAttributeAdapter AttributeAdapterFactory.byteAdapter(String name, Attribute attr)
          Returns an adapter of a DODS BYTE attribute.
 ContainerAttributeAdapter AttributeAdapterFactory.containerAdapter(String name, Attribute attr)
          Returns an adapter of a DODS CONTAINER attribute.
 ContainerAttributeAdapter AttributeAdapterFactory.containerAdapter(String name, Attribute attr)
          Returns an adapter of a DODS CONTAINER attribute.
 DataImpl DataFactory.data(String name, Attribute attribute, boolean copy)
          Returns the VisAD data object corresponding to a DODS attribute.
 DataImpl DataFactory.data(String name, Attribute attribute, boolean copy)
          Returns the VisAD data object corresponding to a DODS attribute.
 Float32AttributeAdapter AttributeAdapterFactory.float32Adapter(String name, Attribute attr)
          Returns an adapter of a DODS FLOAT32 attribute.
 Float32AttributeAdapter AttributeAdapterFactory.float32Adapter(String name, Attribute attr)
          Returns an adapter of a DODS FLOAT32 attribute.
 Float64AttributeAdapter AttributeAdapterFactory.float64Adapter(String name, Attribute attr)
          Returns an adapter of a DODS FLOAT64 attribute.
 Float64AttributeAdapter AttributeAdapterFactory.float64Adapter(String name, Attribute attr)
          Returns an adapter of a DODS FLOAT64 attribute.
 Int16AttributeAdapter AttributeAdapterFactory.int16Adapter(String name, Attribute attr)
          Returns an adapter of a DODS INT16 attribute.
 Int16AttributeAdapter AttributeAdapterFactory.int16Adapter(String name, Attribute attr)
          Returns an adapter of a DODS INT16 attribute.
 Int32AttributeAdapter AttributeAdapterFactory.int32Adapter(String name, Attribute attr)
          Returns an adapter of a DODS INT32 attribute.
 Int32AttributeAdapter AttributeAdapterFactory.int32Adapter(String name, Attribute attr)
          Returns an adapter of a DODS INT32 attribute.
 StringAttributeAdapter AttributeAdapterFactory.stringAdapter(String name, Attribute attr)
          Returns an adapter of a DODS STRING attribute.
 StringAttributeAdapter AttributeAdapterFactory.stringAdapter(String name, Attribute attr)
          Returns an adapter of a DODS STRING attribute.
 UInt16AttributeAdapter AttributeAdapterFactory.uInt16Adapter(String name, Attribute attr)
          Returns an adapter of a DODS UINT16 attribute.
 UInt16AttributeAdapter AttributeAdapterFactory.uInt16Adapter(String name, Attribute attr)
          Returns an adapter of a DODS UINT16 attribute.
 UInt32AttributeAdapter AttributeAdapterFactory.uInt32Adapter(String name, Attribute attr)
          Returns an adapter of a DODS UINT32 attribute.
 UInt32AttributeAdapter AttributeAdapterFactory.uInt32Adapter(String name, Attribute attr)
          Returns an adapter of a DODS UINT32 attribute.
 UnknownAttributeAdapter AttributeAdapterFactory.unknownAdapter(String name, Attribute attr)
          Returns an adapter of a DODS UNKNOWN attribute.
 UnknownAttributeAdapter AttributeAdapterFactory.unknownAdapter(String name, Attribute attr)
          Returns an adapter of a DODS UNKNOWN attribute.
static UnknownAttributeAdapter UnknownAttributeAdapter.unknownAttributeAdapter(String name, Attribute attr)
          Returns an instance of this class corresponding to a name and appropriate attribute.
static UnknownAttributeAdapter UnknownAttributeAdapter.unknownAttributeAdapter(String name, Attribute attr)
          Returns an instance of this class corresponding to a name and appropriate attribute.
 

Constructors in visad.data.dods with parameters of type Attribute
ByteAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
ByteAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
ContainerAttributeAdapter(String name, Attribute attr, AttributeAdapterFactory factory)
          Constructs from a name, an appropriate attribute, and a factory for creating adapters for DODS variables.
ContainerAttributeAdapter(String name, Attribute attr, AttributeAdapterFactory factory)
          Constructs from a name, an appropriate attribute, and a factory for creating adapters for DODS variables.
Float32AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
Float32AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
Float64AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
Float64AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
FloatAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
FloatAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
Int16AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
Int16AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
Int32AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
Int32AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
NumericAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
NumericAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
StringAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
StringAttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
UInt16AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
UInt16AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
UInt32AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.
UInt32AttributeAdapter(String name, Attribute attr)
          Constructs from a name and an appropriate attribute.