Uses of Interface
visad.data.FormFileInformer

Packages that use FormFileInformer
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 FormFileInformer in visad.data.amanda
 

Classes in visad.data.amanda that implement FormFileInformer
 class F2000Form
          F2000Form is the VisAD data format adapter for F2000 files for Amanda events.
 

Uses of FormFileInformer in visad.data.avi
 

Classes in visad.data.avi that implement FormFileInformer
 class AVIForm
          Deprecated. Use visad.data.bio.LociForm with loci.formats.in.AVIReader and loci.formats.out.AVIWriter
 

Uses of FormFileInformer in visad.data.bio
 

Classes in visad.data.bio that implement FormFileInformer
 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 FormFileInformer in visad.data.dods
 

Classes in visad.data.dods that implement FormFileInformer
 class DODSForm
          Provides support for accessing the DODS form of data from VisAD.
 

Uses of FormFileInformer in visad.data.fits
 

Classes in visad.data.fits that implement FormFileInformer
 class FitsForm
           
 

Uses of FormFileInformer in visad.data.gif
 

Classes in visad.data.gif that implement FormFileInformer
 class GIFForm
           
 

Uses of FormFileInformer in visad.data.gis
 

Classes in visad.data.gis that implement FormFileInformer
 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.
 

Uses of FormFileInformer in visad.data.hdf5
 

Classes in visad.data.hdf5 that implement FormFileInformer
 class HDF5Form
          HDF5Form is a data form adapter for HDF5 files.
 

Uses of FormFileInformer in visad.data.hdfeos
 

Classes in visad.data.hdfeos that implement FormFileInformer
 class Hdfeos
           
 class HdfeosAdaptedForm
           
 class HdfeosForm
           
 

Uses of FormFileInformer in visad.data.hrit
 

Classes in visad.data.hrit that implement FormFileInformer
 class HRITForm
          to allow determination of whether a data file is of type HRIT
 

Uses of FormFileInformer in visad.data.jai
 

Classes in visad.data.jai that implement FormFileInformer
 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 FormFileInformer in visad.data.mcidas
 

Classes in visad.data.mcidas that implement FormFileInformer
 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 FormFileInformer in visad.data.netcdf
 

Classes in visad.data.netcdf that implement FormFileInformer
 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 FormFileInformer in visad.data.qt
 

Classes in visad.data.qt that implement FormFileInformer
 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 FormFileInformer in visad.data.text
 

Classes in visad.data.text that implement FormFileInformer
 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 FormFileInformer in visad.data.tiff
 

Classes in visad.data.tiff that implement FormFileInformer
 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 FormFileInformer in visad.data.vis5d
 

Classes in visad.data.vis5d that implement FormFileInformer
 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 FormFileInformer in visad.data.visad
 

Classes in visad.data.visad that implement FormFileInformer
 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 FormFileInformer in visad.util
 

Constructors in visad.util with parameters of type FormFileInformer
FormFileFilter(FormFileInformer form, String description)
          Constructs a new filter that accepts the given extension.