Uses of Class
visad.data.FormNode

Packages that use FormNode
visad.data Provides for importing data to and exporting data from VisAD. 
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.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of FormNode in visad.data
 

Subclasses of FormNode in visad.data
 class DefaultFamily
          A container for all the officially supported VisAD datatypes.
 class Form
          A leaf-node in the data form hierarchy for the storage of persistent data objects.
 class FormFamily
          A interior node in the data form hierarchy for the storage of persistent data objects.
 class FunctionFormFamily
           
 

Fields in visad.data declared as FormNode
protected  FormNode Repository.forms
          The data forms supported by this repository.
 

Methods in visad.data that return FormNode
 FormNode Repository.getForms()
          Return the forms of data that are supported by this repository.
 FormNode Repository.getForms(Data data)
          Return the forms of data that are both supported by this repository and compatible with a data object.
abstract  FormNode FormNode.getForms(Data data)
          Return the data forms that are compatible with a data object.
 FormNode FormFamily.getForms(Data data)
          Return the data forms that are compatible with a data object.
 

Methods in visad.data with parameters of type FormNode
 FormFamily FormFamily.addFormNode(FormNode node)
          Add a child node to this family of data forms.
static void DefaultFamily.addFormToList(FormNode form)
          Add a Form to the list of supported VisAD datatype Forms.
 void Repository.save(String id, Data data, FormNode form, boolean replace)
          Save a data object in a particular form.
 

Uses of FormNode in visad.data.amanda
 

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

Methods in visad.data.amanda that return FormNode
 FormNode F2000Form.getForms(Data data)
           
 

Uses of FormNode in visad.data.avi
 

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

Uses of FormNode in visad.data.bio
 

Subclasses of FormNode 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
 

Methods in visad.data.bio that return FormNode
 FormNode LociForm.getForms(Data data)
          Returns the data forms that are compatible with a data object.
 

Uses of FormNode in visad.data.dods
 

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

Methods in visad.data.dods that return FormNode
 FormNode DODSForm.getForms(Data data)
          Returns null.
 

Uses of FormNode in visad.data.fits
 

Subclasses of FormNode in visad.data.fits
 class FitsForm
           
 

Methods in visad.data.fits that return FormNode
 FormNode FitsForm.getForms(Data data)
           
 

Uses of FormNode in visad.data.gif
 

Subclasses of FormNode in visad.data.gif
 class GIFForm
           
 

Methods in visad.data.gif that return FormNode
 FormNode GIFForm.getForms(Data data)
           
 

Uses of FormNode in visad.data.gis
 

Subclasses of FormNode in visad.data.gis
 class ArcAsciiGridForm
          ArcAsciiGridForm is the ARC/INFO ASCIIGRID data format adapter for serialized visad.Data objects.
 class DemFamily
          A container for all the supported DEM types.
 class UsgsDemForm
          UsgsDemForm is the USGS DEM data format adapter for serialized visad.Data objects.
 

Methods in visad.data.gis that return FormNode
 FormNode UsgsDemForm.getForms(Data data)
          Return the data forms that are compatible with a data object
 FormNode ArcAsciiGridForm.getForms(Data data)
          Return the data forms that are compatible with a data object
 

Methods in visad.data.gis with parameters of type FormNode
static void DemFamily.addFormToList(FormNode form)
          Add to the family of the supported map datatype Forms
 

Uses of FormNode in visad.data.hdf5
 

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

Methods in visad.data.hdf5 that return FormNode
 FormNode HDF5Form.getForms(Data data)
           
 

Uses of FormNode in visad.data.hdfeos
 

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

Methods in visad.data.hdfeos that return FormNode
 FormNode HdfeosForm.getForms(Data data)
           
 

Uses of FormNode in visad.data.hrit
 

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

Methods in visad.data.hrit that return FormNode
 FormNode HRITForm.getForms(Data data)
          not implemented yet
 

Uses of FormNode in visad.data.jai
 

Subclasses of FormNode 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.
 

Methods in visad.data.jai that return FormNode
 FormNode JAIForm.getForms(Data data)
           
 

Uses of FormNode in visad.data.mcidas
 

Subclasses of FormNode 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
 

Methods in visad.data.mcidas that return FormNode
 FormNode PointForm.getForms(Data data)
          not implemented yet
 FormNode MapForm.getForms(Data data)
          Return the data forms that are compatible with a data object
 FormNode AreaForm.getForms(Data data)
          not implemented yet
 

Uses of FormNode in visad.data.netcdf
 

Subclasses of FormNode 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.
 

Methods in visad.data.netcdf that return FormNode
 FormNode Plain.getForms(Data data)
          Return the data forms that are compatible with a data object.
 

Uses of FormNode in visad.data.qt
 

Subclasses of FormNode 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 FormNode in visad.data.text
 

Subclasses of FormNode 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)
 

Methods in visad.data.text that return FormNode
 FormNode TextForm.getForms(Data data)
           
 

Uses of FormNode in visad.data.tiff
 

Subclasses of FormNode 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.
 

Methods in visad.data.tiff that return FormNode
 FormNode LegacyTiffForm.getForms(Data data)
          Deprecated.  
 

Uses of FormNode in visad.data.vis5d
 

Subclasses of FormNode in visad.data.vis5d
 class Vis5DAdaptedForm
           
 class Vis5DFamily
          A container for Vis5D file types - regular using Vis5DAdaptedForm and Vis5D TOPO files.
 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.
 

Methods in visad.data.vis5d that return FormNode
 FormNode Vis5DTopoForm.getForms(Data data)
          Return the data forms that are compatible with a data object.
 FormNode Vis5DForm.getForms(Data data)
           
 

Methods in visad.data.vis5d with parameters of type FormNode
static void Vis5DFamily.addFormToList(FormNode form)
          Add to the family of the supported map datatype Forms
 

Uses of FormNode in visad.data.visad
 

Subclasses of FormNode 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.
 

Methods in visad.data.visad that return FormNode
 FormNode VisADForm.getForms(Data data)
           
 

Uses of FormNode in visad.util
 

Methods in visad.util with parameters of type FormNode
protected  File DataConverter.doDialog(FormNode form, boolean save)
           
protected  void DataConverter.exportData(FormNode form)
           
protected  String[] DataConverter.getSuffixes(FormNode form)
           
protected  void DataConverter.importData(FormNode form)