Uses of Class
visad.data.dods.Valuator

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

Uses of Valuator in visad.data.dods
 

Subclasses of Valuator in visad.data.dods
 class ByteValuator
          Provides support for processing byte values in a DODS dataset.
 class Float32Valuator
          Provides support for processing 32-bit floating-point values in a DODS dataset.
 class Float64Valuator
          Provides support for processing 64-bit floating-point values in a DODS dataset.
 class Int16Valuator
          Provides support for processing 16-bit integer values in a DODS dataset.
 class Int32Valuator
          Provides support for processing 32-bit integer values in a DODS dataset.
 class IntValuator
          Provides support for processing integer numeric values in a DODS dataset.
 class UByteValuator
          Provides support for processing unsigned, 8-bit integer values in a DODS dataset.
 class UInt16Valuator
          Provides support for processing unsigned, 16-bit integer values in a DODS dataset.
 class UInt32Valuator
          Provides support for processing unsigned, 32-bit integer values in a DODS dataset.
 class UIntValuator
          Provides support for processing unsigned integer values in a DODS dataset.
 

Methods in visad.data.dods that return Valuator
static Valuator UInt32Valuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UInt16Valuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator UByteValuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Int32Valuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Int16Valuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Float64Valuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Float32Valuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator ByteValuator.valuator(dods.dap.AttributeTable table)
          Returns an instance of this class corresponding to the attributes for a DODS variable.
static Valuator Valuator.valuator(dods.dap.AttributeTable table, int type)
          Returns an instance of this class corresponding to the attributes for a DODS variable.