Package visad.data.netcdf.out

Provides for exporting a VisAD data object to a netCDF dataset.

See:
          Description

Interface Summary
VisADAccessor The VisADAccessor interface provides an abstraction for accessing data in a VisAD data object that's being adapted to a netCDF variable API.
 

Class Summary
CoordVar The CoordVar class handles the exporting of netCDF coordinate variables from a VisAD data object.
DataAccessor The DataAccessor class provides the top-level abstraction for accessing the data in a VisAD data object via the netCDF variable API.
DependentRealVar The DependentRealVar class adapts numeric data in a VisAD data object to a netCDF, dependent-variable, API for the purpose of exporting the data.
DependentTextVar The DependentTextVar class adapts textual data in a VisAD data object to a netCDF, dependent-variable, API for the purpose of exporting the data.
DependentVar The DependentVar class provides an abstract class for adapting data in a VisAD data object to a netCDF, dependent-variable API for the purpose of exporting the data.
ExportVar  
FieldAccessor The FieldAccessor class accesses data in a VisAD Field that's being adapted to a netCDF API.
IndependentVar  
RealAccessor The RealAccessor class accesses data in a VisAD Real that's been adapted to a netCDF API.
TextAccessor The TextAccessor class accesses character data in a VisAD Text that's being adapted to a netCDF API.
TrivialAccessor The TrivialAccessor class terminates the linked-list of DataAccessors at the outermost, VisAD data object.
TupleAccessor The TupleAccessor class accesses data in a VisAD Tuple that's being adapted to a netCDF API.
VisADAdapter The VisADAdapter class adapts a VisAD data object to the AbstractNetcdf API.
 

Package visad.data.netcdf.out Description

Provides for exporting a VisAD data object to a netCDF dataset.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: