Uses of Class
edu.wisc.ssec.mcidas.AreaFileException

Packages that use AreaFileException
edu.wisc.ssec.mcidas   
visad.data.mcidas Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files into VisAD. 
 

Uses of AreaFileException in edu.wisc.ssec.mcidas
 

Methods in edu.wisc.ssec.mcidas that throw AreaFileException
static AreaFile AreaFileFactory.getAreaFileInstance(String src)
          Create an initialized AreaFile instance.
static AreaFile AreaFileFactory.getAreaFileInstance(String src)
          Create an initialized AreaFile instance.
static AreaFile AreaFileFactory.getAreaFileInstance(String fpath, int startLine, int numLines, int lineMag, int startElem, int numEles, int eleMag, int band)
          See AreaFile.AreaFile(String, int, int, int, int, int, int, int)
static AreaFile AreaFileFactory.getAreaFileInstance(String fpath, int startLine, int numLines, int lineMag, int startElem, int numEles, int eleMag, int band)
          See AreaFile.AreaFile(String, int, int, int, int, int, int, int)
static AreaFile AreaFileFactory.getAreaFileInstance(URL url)
          Create an initialized AreaFile instance.
static AreaFile AreaFileFactory.getAreaFileInstance(URL url)
          Create an initialized AreaFile instance.
 int[][][] AreaFile.getData()
          Read the AREA file and return the contents.
 int[][][] AreaFile.getData()
          Read the AREA file and return the contents.
 int[][] AreaFile.getData(int lineNumber, int eleNumber, int numLines, int numEles)
          Deprecated. Use one of the factory methods from AreaFileFactory with the appropriate subsetting parameters.
 int[][] AreaFile.getData(int lineNumber, int eleNumber, int numLines, int numEles)
          Deprecated. Use one of the factory methods from AreaFileFactory with the appropriate subsetting parameters.
 int[][] AreaFile.getData(int lineNumber, int eleNumber, int numLines, int numEles, int bandNumber)
          Deprecated. Use one of the factory methods from AreaFileFactory with the appropriate subsetting parameters.
 int[][] AreaFile.getData(int lineNumber, int eleNumber, int numLines, int numEles, int bandNumber)
          Deprecated. Use one of the factory methods from AreaFileFactory with the appropriate subsetting parameters.
 ArrayList AreaDirectoryList.getDirs()
          returns the directory blocks for the requested images.
 ArrayList AreaDirectoryList.getDirs()
          returns the directory blocks for the requested images.
 float[][][] AreaFile.getFloatData()
          Read the AREA file and return the contents as floats.
 float[][][] AreaFile.getFloatData()
          Read the AREA file and return the contents as floats.
 AREAnav AreaFile.getNavigation()
          Get the navigation, and pre-set it for the ImageStart and Res (from Directory block), and the file start (0,0), and Mag (1,1).
 AREAnav AreaFile.getNavigation()
          Get the navigation, and pre-set it for the ImageStart and Res (from Directory block), and the file start (0,0), and Mag (1,1).
 AreaDirectory[][] AreaDirectoryList.getSortedDirs()
          returns the directory blocks for the requested images, sorted into an array of AreaDirectories by time and then bands as the second dimenison, if multiple directories with the same ADDE position number are returned.
 AreaDirectory[][] AreaDirectoryList.getSortedDirs()
          returns the directory blocks for the requested images, sorted into an array of AreaDirectories by time and then bands as the second dimenison, if multiple directories with the same ADDE position number are returned.
 int AreaDirectory.getValue(int pointer)
          Return a specific value from the directory
 int AreaDirectory.getValue(int pointer)
          Return a specific value from the directory
 

Constructors in edu.wisc.ssec.mcidas that throw AreaFileException
AreaDirectory(AreaDirectory directory)
          Create an AreaDirectory from another AreaDirectory object.
AreaDirectory(AreaDirectory directory)
          Create an AreaDirectory from another AreaDirectory object.
AreaDirectory(int[] dirblock)
          Create an AreaDirectory from the raw block of data of an AreaFile.
AreaDirectory(int[] dirblock)
          Create an AreaDirectory from the raw block of data of an AreaFile.
AreaDirectoryList(String imageSource)
          creates an AreaDirectory object that allows reading of McIDAS 'area' file format image data.
AreaDirectoryList(String imageSource)
          creates an AreaDirectory object that allows reading of McIDAS 'area' file format image data.
AreaDirectoryList(URL url)
          creates an AreaDirectory object that allows reading of the directory of McIDAS 'area' files from a URL
AreaDirectoryList(URL url)
          creates an AreaDirectory object that allows reading of the directory of McIDAS 'area' files from a URL
AreaFile(String source)
          Creates an AreaFile object that allows reading of McIDAS 'area' file format image data.
AreaFile(String source)
          Creates an AreaFile object that allows reading of McIDAS 'area' file format image data.
AreaFile(String filename, Applet parent)
          creates an AreaFile object that allows reading of McIDAS 'area' file format image data from an applet
AreaFile(String filename, Applet parent)
          creates an AreaFile object that allows reading of McIDAS 'area' file format image data from an applet
AreaFile(String source, int startLine, int numLines, int lineMag, int startElem, int numEles, int eleMag, int band)
          Create a subsetted instance.
AreaFile(String source, int startLine, int numLines, int lineMag, int startElem, int numEles, int eleMag, int band)
          Create a subsetted instance.
AreaFile(URL url)
          create an AreaFile that allows reading of McIDAS 'area' file format image data from a URL with a protocol of either file or ADDE.
AreaFile(URL url)
          create an AreaFile that allows reading of McIDAS 'area' file format image data from a URL with a protocol of either file or ADDE.
 

Uses of AreaFileException in visad.data.mcidas
 

Constructors in visad.data.mcidas that throw AreaFileException
AREACoordinateSystem(AreaFile af)
          create a AREA coordinate system from the Area file's directory and navigation blocks.
AREACoordinateSystem(AreaFile af)
          create a AREA coordinate system from the Area file's directory and navigation blocks.
AREACoordinateSystem(RealTupleType ref, AreaFile af)
          create a AREA coordinate system from the Area file's directory and navigation blocks.
AREACoordinateSystem(RealTupleType ref, AreaFile af)
          create a AREA coordinate system from the Area file's directory and navigation blocks.