Uses of Class
visad.data.dods.VectorAdapter

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

Uses of VectorAdapter in visad.data.dods
 

Subclasses of VectorAdapter in visad.data.dods
 class BaseTypeVectorAdapter
          Provides support for adapting a DODS BaseTypePrimitiveVector to the VisAD data-import context.
 class BooleanVectorAdapter
          Provides support for adapting a DODS BooleanPrimitiveVector to the VisAD data-import context.
 class ByteVectorAdapter
          Provides support for adapting a DODS BytePrimitiveVector to the VisAD data-import context.
 class Float32VectorAdapter
          Provides support for adapting a DODS Float32PrimitiveVector to the VisAD data-import context.
 class Float64VectorAdapter
          Provides support for adapting a DODS Float64PrimitiveVector to the VisAD data-import context.
 class FloatVectorAdapter
          Provides support for adapting DODS floating-point vectors to the VisAD data-import context.
 class Int16VectorAdapter
          Provides support for adapting a DODS Int16PrimitiveVector to the VisAD data-import context.
 class Int32VectorAdapter
          Provides support for adapting a DODS Int32PrimitiveVector to the VisAD data-import context.
 class NumericVectorAdapter
          Provides support for adapting DODS numeric primitive vectors to the VisAD data-import context.
 class UInt16VectorAdapter
          Provides support for adapting a DODS UInt16PrimitiveVector to the VisAD data-import context.
 class UInt32VectorAdapter
          Provides support for adapting a DODS UInt32PrimitiveVector to the VisAD data-import context.
 

Methods in visad.data.dods that return VectorAdapter
 VectorAdapter VariableAdapterFactory.vectorAdapter(dods.dap.PrimitiveVector vector, dods.dap.DAS das)
          Returns the adapter corresponding to a DODS PrimitiveVector.
 VectorAdapter VectorAdapterFactory.vectorAdapter(dods.dap.PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS primitive vector.
 

Constructors in visad.data.dods with parameters of type VectorAdapter
VectorAccessor(FunctionType funcType, VectorAdapter vectorAdapter, SampledSet domain, dods.dap.PrimitiveVector vector)
          Constructs from a function-type, a vector adapter, a domain and a DODS primitive vector.