Uses of Class
visad.Gridded1DDoubleSet

Packages that use Gridded1DDoubleSet
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
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. 
 

Uses of Gridded1DDoubleSet in visad
 

Methods in visad that return Gridded1DDoubleSet
static Gridded1DDoubleSet Gridded1DDoubleSet.create(MathType type, double[] samples, CoordinateSystem coordSys, Unit unit, ErrorEstimate error)
          Returns an instance of this class.
static Gridded1DDoubleSet DateTime.makeTimeSet(DateTime[] times)
          Create a Gridded1DDoubleSet from an array of DateTimes
static Gridded1DDoubleSet DateTime.makeTimeSet(double[] times)
          Create a Gridded1DDoubleSet from an array of doubles of seconds since the epoch.
 

Uses of Gridded1DDoubleSet in visad.data
 

Methods in visad.data with parameters of type Gridded1DDoubleSet
 void EmptyDataProcessor.processGridded1DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DDoubleSet set, Object token)
           
 void DataProcessor.processGridded1DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DDoubleSet set, Object token)
           
abstract  void BaseDataProcessor.processGridded1DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DDoubleSet set, Object token)
           
 

Uses of Gridded1DDoubleSet in visad.data.visad
 

Methods in visad.data.visad with parameters of type Gridded1DDoubleSet
 void BinaryWriter.processGridded1DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DDoubleSet set, Object token)
           
 void BinarySizer.processGridded1DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DDoubleSet set, Object token)