Uses of Class
visad.data.dods.BooleanVariableAdapter

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

Uses of BooleanVariableAdapter in visad.data.dods
 

Methods in visad.data.dods that return BooleanVariableAdapter
static BooleanVariableAdapter BooleanVariableAdapter.booleanVariableAdapter(DBoolean var, DAS das)
          Returns an instance of this class corresponding to a DODS variable.
 BooleanVariableAdapter VariableAdapterFactory.booleanVariableAdapter(DBoolean var, DAS das)
          Returns the adapter corresponding to a DODS DBoolean.
static BooleanVariableAdapter BooleanVariableAdapter.booleanVariableAdapter(DBoolean var, DAS das)
          Returns an instance of this class corresponding to a DODS variable.
 BooleanVariableAdapter VariableAdapterFactory.booleanVariableAdapter(DBoolean var, DAS das)
          Returns the adapter corresponding to a DODS DBoolean.