Uses of Class
visad.data.Form

Packages that use Form
visad.data.amanda   
visad.data.avi   
visad.data.bio Provides data forms for handling common microscopy formats. 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
visad.data.fits Provides for importing a FITS dataset into VisAD. 
visad.data.gif Provides for importing GIF, JPEG and PNG files into VisAD. 
visad.data.gis   
visad.data.hdf5   
visad.data.hdfeos Provides for importing an HDF-EOS dataset into VisAD. 
visad.data.hrit   
visad.data.jai   
visad.data.mcidas Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files 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.qt   
visad.data.text   
visad.data.tiff   
visad.data.vis5d Provides for importing a Vis5D dataset into VisAD. 
visad.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
visad.ss Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. 
 

Uses of Form in visad.data.amanda
 

Subclasses of Form in visad.data.amanda
 class F2000Form
          F2000Form is the VisAD data format adapter for F2000 files for Amanda events.
 

Uses of Form in visad.data.avi
 

Subclasses of Form in visad.data.avi
 class AVIForm
          Deprecated. Use visad.data.bio.LociForm with loci.formats.in.AVIReader and loci.formats.out.AVIWriter
 

Uses of Form in visad.data.bio
 

Subclasses of Form in visad.data.bio
 class BioRadForm
          Deprecated. Use LociForm with loci.formats.in.BioRadReader
 class DeltavisionForm
          Deprecated. Use LociForm with loci.formats.in.DeltavisionReader
 class FluoviewTiffForm
          Deprecated. Use LociForm with loci.formats.in.FluoviewReader
 class GatanForm
          Deprecated. Use LociForm with loci.formats.in.GatanReader
 class ICSForm
          Deprecated. Use LociForm with loci.formats.in.ICSReader
 class ImageProSeqForm
          Deprecated. Use LociForm with loci.formats.in.SEQReader
 class IPLabForm
          Deprecated. Use LociForm with loci.formats.in.IPLabReader
 class IPWForm
          Deprecated. Use LociForm with loci.formats.in.IPWReader
 class LegacyZVIForm
          Deprecated. Use LociForm with loci.formats.in.LegacyZVIReader
 class LeicaForm
          Deprecated. Use LociForm with loci.formats.in.LeicaReader
 class LociForm
          LociForm is the VisAD data adapter for images handled by the Bio-Formats package (loci.formats).
 class MetamorphForm
          Deprecated. Use LociForm with loci.formats.in.MetamorphReader
 class OpenlabForm
          Deprecated. Use LociForm with loci.formats.in.OpenlabReader
 class PerkinElmerForm
          Deprecated. Use LociForm with loci.formats.in.PerkinElmerReader
 class ZeissForm
          Deprecated. Use LociForm with loci.formats.in.ZeissLSMReader
 class ZVIForm
          Deprecated. Use LociForm with loci.formats.in.ZeissZVIReader
 

Uses of Form in visad.data.dods
 

Subclasses of Form in visad.data.dods
 class DODSForm
          Provides support for accessing the DODS form of data from VisAD.
 

Uses of Form in visad.data.fits
 

Subclasses of Form in visad.data.fits
 class FitsForm
           
 

Uses of Form in visad.data.gif
 

Subclasses of Form in visad.data.gif
 class GIFForm
           
 

Uses of Form in visad.data.gis
 

Subclasses of Form in visad.data.gis
 class ArcAsciiGridForm
          ArcAsciiGridForm is the ARC/INFO ASCIIGRID data format adapter for serialized visad.Data objects.
 class UsgsDemForm
          UsgsDemForm is the USGS DEM data format adapter for serialized visad.Data objects.
 

Uses of Form in visad.data.hdf5
 

Subclasses of Form in visad.data.hdf5
 class HDF5Form
          HDF5Form is a data form adapter for HDF5 files.
 

Uses of Form in visad.data.hdfeos
 

Subclasses of Form in visad.data.hdfeos
 class Hdfeos
           
 class HdfeosAdaptedForm
           
 class HdfeosForm
           
 

Uses of Form in visad.data.hrit
 

Subclasses of Form in visad.data.hrit
 class HRITForm
          to allow determination of whether a data file is of type HRIT
 

Uses of Form in visad.data.jai
 

Subclasses of Form in visad.data.jai
 class JAIForm
          JAIForm is the VisAD data form for image formats supported by the Java Advanced Imaging API: BMP, GIF, FlashPix, JPEG, PNG, PNM, and TIFF.
 

Uses of Form in visad.data.mcidas
 

Subclasses of Form in visad.data.mcidas
 class AreaForm
          to allow determination of whether a file is of type McIDAS 'area'.
 class MapForm
          MapForm is the Map data format adapter for serialized visad.Data objects.
 class PointForm
          to allow determination of whether a data request is for McIDAS ADDE for point type data
 

Uses of Form in visad.data.netcdf
 

Subclasses of Form in visad.data.netcdf
 class NetCDF
          The NetCDF class provides an abstract class for the family of netCDF data forms for files in a local directory.
 class Plain
          A moderately stupid implementation of a netCDF data form for the storage of persistent data objects on local disk.
 

Uses of Form in visad.data.qt
 

Subclasses of Form in visad.data.qt
 class PictForm
          Deprecated. Use visad.data.bio.LociForm with loci.formats.in.PictReader
 class QTForm
          Deprecated. Use visad.data.bio.LociForm with loci.formats.in.QTReader and loci.formats.out.QTWriter
 

Uses of Form in visad.data.text
 

Subclasses of Form in visad.data.text
 class TextForm
          Defines the form of text data files for VisAD These may have filename extentions of: .csv - comma-separated values .tsv - tab-separated values .bsv - blank-separated values .txt - (delimiter chosen from the characters: tab, comma, blank in that order)
 

Uses of Form in visad.data.tiff
 

Subclasses of Form in visad.data.tiff
 class LegacyTiffForm
          Deprecated. Use TiffForm, or visad.data.bio.LociForm with loci.formats.in.TiffReader and loci.formats.out.TiffWriter
 class TiffForm
          TiffForm is the VisAD data adapter for the TIFF file format.
 

Uses of Form in visad.data.vis5d
 

Subclasses of Form in visad.data.vis5d
 class Vis5DAdaptedForm
           
 class Vis5DForm
          Vis5DForm is the VisAD data format adapter for Vis5D files.
 class Vis5DTopoForm
          Vis5DTopoForm is the VisAD data format adapter for Vis5D topography files.
 

Uses of Form in visad.data.visad
 

Subclasses of Form in visad.data.visad
 class VisADCachingForm
          VisADCachingForm is the VisAD data format adapter for large binary visad.Data objects which may not fit in memory.
 class VisADForm
          VisADForm is the VisAD data format adapter for binary visad.Data objects.
 class VisADSerialForm
          VisADSerialForm is the VisAD data format adapter for serialized visad.Data objects.
 

Uses of Form in visad.ss
 

Methods in visad.ss with parameters of type Form
 void SpreadSheet.exportDataSet(Form form)
          Exports a data set using the given form.
 void BasicSSCell.saveData(File f, Form form)
          Deprecated. Use saveData(String, Form) instead.
 void BasicSSCell.saveData(String varName, String location, Form form)
          Exports a Data object to the given location, using the given Data form.
 void FancySSCell.saveDataDialog(Form saveForm)
          Deprecated. Use saveDataDialog(String, Form) instead.
 void FancySSCell.saveDataDialog(String varName, Form saveForm)
          Saves a Data object to a file selected by the user, using the given data form.