Uses of Class
visad.data.in.ValueRanger

Packages that use ValueRanger
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
visad.data.in Supports the creation of form-specific, read-only, data-access packages that import external dataset into VisAD as VisaD data objects. 
 

Uses of ValueRanger in visad.data.dods
 

Fields in visad.data.dods declared as ValueRanger
protected  ValueRanger Valuator.ranger
           
 

Methods in visad.data.dods that return ValueRanger
static ValueRanger Valuator.valueRanger(dods.dap.AttributeTable table)
          Returns an instance of a value ranger corresponding to the attributes of a DODS variable.
 

Uses of ValueRanger in visad.data.in
 

Methods in visad.data.in that return ValueRanger
static ValueRanger ValueRanger.valueRanger(double lower, double upper)
          Returns an instance of this class corresponding to valid-range limits.