public class AreaFile3
extends java.lang.Object
| Constructor and Description |
|---|
AreaFile3(java.lang.String urlString)
Creates an AreaFile object that allows reading
of McIDAS 'area' file format image data from a URL
|
| Modifier and Type | Method and Description |
|---|---|
edu.wisc.ssec.mcidas.AreaDirectory |
getAreaDirectory()
Returns the AreaDirectory object for this AreaFile
|
edu.wisc.ssec.mcidas.AREAnav |
getAreaNavigation()
Return an AREAnav based on the input nav block.
|
int[] |
getAux()
Returns AUX block
|
java.awt.geom.Rectangle2D |
getBoundingBox() |
int[] |
getCal()
Returns calibration block
|
Array |
getData() |
int[] |
getDir()
Returns the directory block
|
public AreaFile3(java.lang.String urlString)
throws java.io.IOException,
java.net.MalformedURLException
urlString - - the adde url Stringjava.io.IOExceptionjava.net.MalformedURLExceptionpublic Array getData()
public int[] getDir()
public edu.wisc.ssec.mcidas.AreaDirectory getAreaDirectory()
public int[] getCal()
throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileException - if there is a problem
reading the calibrationpublic int[] getAux()
throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileException - if there is a problem
reading the aux blockpublic edu.wisc.ssec.mcidas.AREAnav getAreaNavigation()
throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileExceptionpublic java.awt.geom.Rectangle2D getBoundingBox()
throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileException