Uses of Class
visad.UnimplementedException

Packages that use UnimplementedException
visad.data Provides for importing data to and exporting data from VisAD. 
visad.data.hdfeos Provides for importing an HDF-EOS dataset into VisAD. 
visad.data.netcdf Provides for importing a netCDF dataset into VisAD and for exporting a VisAD data object to a netCDF dataset. 
visad.data.netcdf.out Provides for exporting a VisAD data object to a netCDF dataset. 
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of UnimplementedException in visad.data
 

Methods in visad.data that throw UnimplementedException
abstract  DataVisitor DataNode.accept(DataVisitor visitor)
          Accept a visitor and traverse the data object.
static DataNode DataNode.create(Data data)
          Factory method for creating an instance of the appropriate type.
 

Uses of UnimplementedException in visad.data.hdfeos
 

Constructors in visad.data.hdfeos that throw UnimplementedException
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, Variable range)
           
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, Variable[] range_s)
           
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, VariableSet range_s)
           
 

Uses of UnimplementedException in visad.data.netcdf
 

Methods in visad.data.netcdf that throw UnimplementedException
 void Plain.save(String path, Data data, boolean replace)
          Save a VisAD data object in this form.
 

Uses of UnimplementedException in visad.data.netcdf.out
 

Methods in visad.data.netcdf.out that throw UnimplementedException
protected  void VisADAdapter.visit(Data data, visad.data.netcdf.out.VisADAccessor outerAccessor)
          Visit a VisAD data object.
protected  void VisADAdapter.visit(Field field, visad.data.netcdf.out.VisADAccessor outerAccessor)
          Define the netCDF dimensions and variables of a VisAD Field object.
 

Uses of UnimplementedException in visad.util
 

Methods in visad.util that throw UnimplementedException
static Field DataUtility.ensureRange(Field field, MathType newRangeType)
          Ensures that the range of a Field is a given type.