Uses of Class
visad.data.dods.FloatAttributeAdapter

Packages that use FloatAttributeAdapter
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of FloatAttributeAdapter in visad.data.dods
 

Subclasses of FloatAttributeAdapter in visad.data.dods
 class ByteAttributeAdapter
          Provides support for adapting a DODS Attribute.BYTE attribute to the VisAD data-import context.
 class Float32AttributeAdapter
          Provides support for adapting a DODS Attribute.FLOAT32 attribute to the VisAD data-import context.
 class Int16AttributeAdapter
          Provides support for adapting a DODS Attribute.INT16 attribute to the VisAD data-import context.
 class Int32AttributeAdapter
          Provides support for adapting a DODS Attribute.INT32 attributs to the VisAD data-import context.
 class UInt16AttributeAdapter
          Provides support for adapting a DODS Attribute.UINT16 attribute to the VisAD data-import context.
 class UInt32AttributeAdapter
          Provides support for adapting a DODS Attribute.UINT32 attribute to the VisAD data-import context.