Uses of Class
dods.dap.UInt32PrimitiveVector

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

Uses of UInt32PrimitiveVector in visad.data.dods
 

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

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