Uses of Class
visad.data.dods.ArrayVariableAdapter

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

Uses of ArrayVariableAdapter in visad.data.dods
 

Methods in visad.data.dods that return ArrayVariableAdapter
 ArrayVariableAdapter VariableAdapterFactory.arrayVariableAdapter(DArray var, DAS das)
          Returns the adapter corresponding to a DODS DArray.
 ArrayVariableAdapter VariableAdapterFactory.arrayVariableAdapter(DArray var, DAS das)
          Returns the adapter corresponding to a DODS DArray.
static ArrayVariableAdapter ArrayVariableAdapter.arrayVariableAdapter(DArray array, DAS das, VariableAdapterFactory factory)
          Returns an instance corresponding to a DODS DArray.
static ArrayVariableAdapter ArrayVariableAdapter.arrayVariableAdapter(DArray array, DAS das, VariableAdapterFactory factory)
          Returns an instance corresponding to a DODS DArray.