Uses of Class
visad.data.dods.Adapter

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

Uses of Adapter in visad.data.dods
 

Subclasses of Adapter in visad.data.dods
 class ArrayVariableAdapter
          Provides support for adapting DODS DArray variables to the VisAD data-import context.
 class AttributeAdapter
          Provides support for adapting a DODS attribute to the VisAD data-import context.
 class BaseTypeVectorAdapter
          Provides support for adapting a DODS BaseTypePrimitiveVector to the VisAD data-import context.
 class BooleanVariableAdapter
          Provides support for adapting DODS DBoolean variables to the VisAD data-import context.
 class BooleanVectorAdapter
          Provides support for adapting a DODS BooleanPrimitiveVector to the VisAD data-import context.
 class ByteAttributeAdapter
          Provides support for adapting a DODS Attribute.BYTE attribute to the VisAD data-import context.
 class ByteVariableAdapter
          Provides support for adapting DODS DByte variables to the visad.data.in context.
 class ByteVectorAdapter
          Provides support for adapting a DODS BytePrimitiveVector to the VisAD data-import context.
 class ContainerAttributeAdapter
          Provides support for adapting a DODS Attribute.CONTAINER 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 Float32VariableAdapter
          Provides support for adapting DODS DFloat32 variables to the VisAD data-import context.
 class Float32VectorAdapter
          Provides support for adapting a DODS Float32PrimitiveVector to the VisAD data-import context.
 class Float64AttributeAdapter
          Provides support for adapting a DODS Attribute.FLOAT64 attribute to the VisAD data-import context.
 class Float64VariableAdapter
          Provides support for adapting DODS DFloat64 variables to the VisAD data-import context.
 class Float64VectorAdapter
          Provides support for adapting a DODS Float64PrimitiveVector to the VisAD data-import context.
 class FloatAttributeAdapter
          Provides support for adapting DODS floating-point attributes to the VisAD data-import context.
 class FloatVectorAdapter
          Provides support for adapting DODS floating-point vectors to the VisAD data-import context.
 class GridVariableAdapter
          Provides support for adapting DODS DGrid variables to the VisAD data-import context.
 class GridVariableMapAdapter
          Provides support for adapting the map vectors of a DODS DGrid variable to the visad.data.in context.
 class Int16AttributeAdapter
          Provides support for adapting a DODS Attribute.INT16 attribute to the VisAD data-import context.
 class Int16VariableAdapter
          Provides support for adapting DODS DInt16 variables to the VisAD data-import context.
 class Int16VectorAdapter
          Provides support for adapting a DODS Int16PrimitiveVector to the VisAD data-import context.
 class Int32AttributeAdapter
          Provides support for adapting a DODS Attribute.INT32 attributs to the VisAD data-import context.
 class Int32VariableAdapter
          Provides support for adapting DODS DInt32 variables to the VisAD data-import context.
 class Int32VectorAdapter
          Provides support for adapting a DODS Int32PrimitiveVector to the VisAD data-import context.
 class ListVariableAdapter
          Provides support for adapting a DODS DList variable to the VisAD data-import context.
 class NumericAttributeAdapter
          Provides support for adapting DODS numeric attributes to the VisAD data-import context.
 class NumericVectorAdapter
          Provides support for adapting DODS numeric primitive vectors to the VisAD data-import context.
 class SequenceVariableAdapter
          Provides support for adapting DODS DSequence variables to the VisAD data-import context.
 class StringAttributeAdapter
          Provides support for adapting DODS Attribute.STRING attributes to the VisAD data-import context.
 class StringVariableAdapter
          Provides support for adapting DODS DString variables to the VisAD data-import context.
 class StructureVariableAdapter
          Provides support for adapting DODS DStructure variables to the VisAD data-import context.
 class UInt16AttributeAdapter
          Provides support for adapting a DODS Attribute.UINT16 attribute to the VisAD data-import context.
 class UInt16VariableAdapter
          Provides support for adapting DODS {DUInt16} variables to the VisAD data-import context.
 class UInt16VectorAdapter
          Provides support for adapting a DODS UInt16PrimitiveVector to the VisAD data-import context.
 class UInt32AttributeAdapter
          Provides support for adapting a DODS Attribute.UINT32 attribute to the VisAD data-import context.
 class UInt32VariableAdapter
          Provides support for adapting DODS {DUInt32} variables to the VisAD data-import context.
 class UInt32VectorAdapter
          Provides support for adapting a DODS UInt32PrimitiveVector to the VisAD data-import context.
 class UnknownAttributeAdapter
          Provides support for adapting a DODS Attribute.UNKNOWN attribute to the VisAD data-import context.
 class VariableAdapter
          Provides support for adapting DODS objects to the VisAD data-import context.
 class VectorAdapter
          Provides support for adapting DODS primitive vectors to the VisAD data-import context.