Uses of Class
visad.data.dods.BaseTypeVectorAdapter

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

Uses of BaseTypeVectorAdapter in visad.data.dods
 

Methods in visad.data.dods that return BaseTypeVectorAdapter
 BaseTypeVectorAdapter VectorAdapterFactory.baseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS BaseTypePrimitiveVector.
static BaseTypeVectorAdapter BaseTypeVectorAdapter.baseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS vector and a factory for creating DODS variable adapters.