Uses of Class
visad.ProductSet

Packages that use ProductSet
visad.data Provides for importing data to and exporting data from VisAD. 
visad.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
visad.data.visad.object   
 

Uses of ProductSet in visad.data
 

Methods in visad.data with parameters of type ProductSet
 void EmptyDataProcessor.processProductSet(SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, Object token)
           
 void DataProcessor.processProductSet(SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, Object token)
           
abstract  void BaseDataProcessor.processProductSet(SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, Object token)
           
 

Uses of ProductSet in visad.data.visad
 

Methods in visad.data.visad with parameters of type ProductSet
 void BinaryWriter.processProductSet(SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, Object token)
           
 void BinarySizer.processProductSet(SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, Object token)
           
 

Uses of ProductSet in visad.data.visad.object
 

Methods in visad.data.visad.object that return ProductSet
static ProductSet BinaryProductSet.read(BinaryReader reader)
           
 

Methods in visad.data.visad.object with parameters of type ProductSet
static void BinaryProductSet.write(BinaryWriter writer, SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, Object token)
           
static void BinaryProductSet.writeDependentData(BinaryWriter writer, SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, Object token)