Uses of Class
visad.data.dods.Int32AttributeAdapter

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

Uses of Int32AttributeAdapter in visad.data.dods
 

Subclasses of Int32AttributeAdapter in visad.data.dods
 class ByteAttributeAdapter
          Provides support for adapting a DODS Attribute.BYTE 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 UInt16AttributeAdapter
          Provides support for adapting a DODS Attribute.UINT16 attribute to the VisAD data-import context.
 

Methods in visad.data.dods that return Int32AttributeAdapter
 Int32AttributeAdapter AttributeAdapterFactory.int32Adapter(String name, dods.dap.Attribute attr)
          Returns an adapter of a DODS Attribute.INT32 attribute.