Uses of Class
visad.SetException

Packages that use SetException
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
 

Uses of SetException in visad
 

Methods in visad that throw SetException
static EmpiricalCoordinateSystem EmpiricalCoordinateSystem.create(Field field)
          Constructs an EmpiricalCoordinateSystem from a Field.
 double[][] EmpiricalCoordinateSystem.fromReference(double[][] values)
          Converts reference coordinates to world coordinates.
 float[][] EmpiricalCoordinateSystem.fromReference(float[][] values)
          Converts reference coordinates to world coordinates.
static EmpiricalCoordinateSystem EmpiricalCoordinateSystem.inverseCreate(Field field)
          Constructs an EmpiricalCoordinateSystem from a Field.
 double[][] EmpiricalCoordinateSystem.toReference(double[][] values)
          Convert world coordinates to reference coordinates.
 float[][] EmpiricalCoordinateSystem.toReference(float[][] values)
          Convert world coordinates to reference coordinates.
protected  double[][] FlatField.unpackValues(boolean copy)
          Unpacks an array of doubles from field sample values according to the RangeSet-s; returns a copy if copy == true.
 

Constructors in visad that throw SetException
RealType(String name, Unit u, Set s, int attrMask, boolean b)
          trusted constructor for initializers