Uses of Class
dods.dap.Int16PrimitiveVector

Packages that use Int16PrimitiveVector
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of Int16PrimitiveVector in dods.dap
 

Subclasses of Int16PrimitiveVector in dods.dap
 class UInt16PrimitiveVector
          A vector of unsigned ints.
 

Uses of Int16PrimitiveVector in visad.data.dods
 

Methods in visad.data.dods with parameters of type Int16PrimitiveVector
 Int16VectorAdapter VectorAdapterFactory.int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Int16PrimitiveVector.
 Int16VectorAdapter VectorAdapterFactory.int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Int16PrimitiveVector.
 void VectorAdapter.setField(Int16PrimitiveVector vector, FieldImpl field, boolean copy)
          Throws a VisADException.
 void VectorAdapter.setField(Int16PrimitiveVector vector, FieldImpl field, boolean copy)
          Throws a VisADException.
 

Constructors in visad.data.dods with parameters of type Int16PrimitiveVector
Int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.