public class AreaFile3 extends Object
| Constructor and Description |
|---|
AreaFile3(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
|
Rectangle2D |
getBoundingBox() |
int[] |
getCal()
Returns calibration block
|
Array |
getData() |
int[] |
getDir()
Returns the directory block
|
public AreaFile3(String urlString) throws IOException, MalformedURLException
urlString - - the adde url StringIOExceptionMalformedURLExceptionpublic 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 Rectangle2D getBoundingBox() throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileExceptionCopyright © 1999–2015 UCAR/Unidata. All rights reserved.