Uses of Class
visad.data.dods.NumericVectorAdapter

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

Uses of NumericVectorAdapter in visad.data.dods
 

Subclasses of NumericVectorAdapter in visad.data.dods
 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 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.