Uses of Class
dods.dap.Int32PrimitiveVector

Packages that use Int32PrimitiveVector
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 Int32PrimitiveVector in dods.dap
 

Subclasses of Int32PrimitiveVector in dods.dap
 class UInt32PrimitiveVector
          A vector of unsigned ints.
 

Uses of Int32PrimitiveVector in visad.data.dods
 

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

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