Uses of Interface
visad.FlatFieldIface

Packages that use FlatFieldIface
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.data Provides for importing data to and exporting data from VisAD. 
visad.matrix   
visad.meteorology Provides classes that are useful in the field of meteorology. 
visad.sounder   
 

Uses of FlatFieldIface in visad
 

Subinterfaces of FlatFieldIface in visad
 interface RemoteFlatField
          RemoteFlatField is the interface for Remote VisAD FlatField-s.
 

Classes in visad that implement FlatFieldIface
 class FlatField
          FlatField is the VisAD class for finite samplings of functions whose range type and range coordinate systems are simple enough to allow efficient representation.
 class ImageFlatField
          ImageFlatField is a VisAD FlatField backed by a java.awt.image.BufferedImage object, instead of the usual float[][] or double[][] samples array.
 class RemoteFlatFieldImpl
          RemoteFlatFieldImpl is the VisAD remote adapter for FlatField.
 

Uses of FlatFieldIface in visad.data
 

Classes in visad.data that implement FlatFieldIface
 class AreaImageCacheAdapter
          Adapts a FlatField backed by a AreaImageAccessor to work with a FlatFieldCache.
 class CachedFlatField
          This is a FloatField that caches to disk its float array.
 class FileFlatField
           
 

Uses of FlatFieldIface in visad.matrix
 

Classes in visad.matrix that implement FlatFieldIface
 class JamaMatrix
          JamaMatrix is a VisAD wrapper for JAMA matrices.
 

Uses of FlatFieldIface in visad.meteorology
 

Classes in visad.meteorology that implement FlatFieldIface
 class NavigatedImage
          An implementation for representing single-banded planar satellite or radar imagery.
 class SatelliteImage
          An implementation for representing single-banded planar satellite that has navigation.
 class SingleBandedImageImpl
          An implementation for representing single-banded planar satellite or radar imagery.
 

Uses of FlatFieldIface in visad.sounder
 

Classes in visad.sounder that implement FlatFieldIface
 class Sounding
          Sounding is the VisAD class for atmospheric soundings.
 class Spectrum
          Sounding is the VisAD class for atmospheric soundings.